From df8950f19df3ee5c9aba6019fa781bed25e4b896 Mon Sep 17 00:00:00 2001 From: rouchen <3133657697@qq.com> Date: Sat, 22 Jun 2024 11:31:51 +0800 Subject: [PATCH] =?UTF-8?q?feat=2017=E4=B8=AA=E5=BC=82=E5=B8=B8=E6=95=85?= =?UTF-8?q?=E9=9A=9C=20=E5=8F=91=E9=80=81=E5=88=B0RabbitMQ=20=E4=BA=A4?= =?UTF-8?q?=E6=8D=A2=E6=9C=BA=20=E5=BC=80=E5=A7=8B=E9=98=9F=E5=88=97=20?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=20=E6=95=85=E9=9A=9C=E6=81=A2=E5=A4=8D?= =?UTF-8?q?=E6=AD=A3=E5=B8=B8=E5=8F=91=E9=80=81=E5=88=B0RabbitMQ=20?= =?UTF-8?q?=E4=BA=A4=E6=8D=A2=E6=9C=BA=20=E7=BB=93=E6=9D=9F=E9=98=9F?= =?UTF-8?q?=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logs/vehicle.log | 58757 ++-------------- logs/vehicle.log.2024-06-21.0.gz | Bin 0 -> 735597 bytes .../controller/ErrorAlarmController.java | 20 - .../errorAlarm/service/ErrorAlarmService.java | 10 - .../service/impl/ErrorAlarmServiceImpl.java | 15 - .../java/com/muyu/event/common/Fault.java | 10 +- .../com/muyu/event/listen/RabbitMqListen.java | 10 - .../redis/RedisKeyExpirationListener.java | 11 +- .../event/service/impl/EventServiceImpl.java | 1026 +- .../com/muyu/mqtt/config/RabbitConfig.java | 25 +- 10 files changed, 4696 insertions(+), 55188 deletions(-) create mode 100644 logs/vehicle.log.2024-06-21.0.gz delete mode 100644 src/main/java/com/muyu/errorAlarm/controller/ErrorAlarmController.java delete mode 100644 src/main/java/com/muyu/errorAlarm/service/ErrorAlarmService.java delete mode 100644 src/main/java/com/muyu/errorAlarm/service/impl/ErrorAlarmServiceImpl.java delete mode 100644 src/main/java/com/muyu/event/listen/RabbitMqListen.java diff --git a/logs/vehicle.log b/logs/vehicle.log index 9b59c64..9daaf1e 100644 --- a/logs/vehicle.log +++ b/logs/vehicle.log @@ -1,27 +1,27 @@ -2024-06-21 08:34:07.716 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 3436 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 08:34:07.723 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 08:34:07.724 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 08:34:08.245 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 08:34:08.247 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 08:34:08.270 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 08:34:08.539 [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-21 08:34:08.658 [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-21 08:34:08.659 [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-21 08:34:08.661 [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-21 08:34:08.674 [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-21 08:34:08.704 [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-21 08:34:08.708 [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-21 08:34:08.964 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 08:34:08.972 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 08:34:08.972 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 08:34:09.076 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 08:34:09.076 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1315 ms -2024-06-21 08:34:09.727 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 08:34:10.062 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 08:34:10.067 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 08:34:10.082 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 08:34:10.122 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 08:34:10.137 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -100,419 +100,38 @@ ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 08:34:10.195 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:34:10.195 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:34:10.195 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718930050194 -2024-06-21 08:34:10.197 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 08:34:10.300 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 08:34:10.317 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'getSession' defined in class path resource [com/muyu/iotDB/config/IotDBSessionConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.iotdb.session.Session]: Factory method 'getSession' threw exception; nested exception is org.apache.iotdb.rpc.IoTDBConnectionException: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect -2024-06-21 08:34:10.333 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 08:34:10.405 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 08:34:10.407 [main] INFO org.apache.catalina.core.StandardService:173 - Stopping service [Tomcat] -2024-06-21 08:34:10.408 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:10.408 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:10.412 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 08:34:10.424 [main] ERROR org.springframework.boot.SpringApplication:835 - Application run failed -org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'getSession' defined in class path resource [com/muyu/iotDB/config/IotDBSessionConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.iotdb.session.Session]: Factory method 'getSession' threw exception; nested exception is org.apache.iotdb.rpc.IoTDBConnectionException: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect - at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) - at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:486) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:745) - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:420) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1317) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306) - at com.muyu.IotDbApplication.main(IotDbApplication.java:12) -Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.iotdb.session.Session]: Factory method 'getSession' threw exception; nested exception is org.apache.iotdb.rpc.IoTDBConnectionException: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) - at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) - ... 19 common frames omitted -Caused by: org.apache.iotdb.rpc.IoTDBConnectionException: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect - at org.apache.iotdb.session.SessionConnection.init(SessionConnection.java:117) - at org.apache.iotdb.session.SessionConnection.(SessionConnection.java:97) - at org.apache.iotdb.session.Session.constructSessionConnection(Session.java:434) - at org.apache.iotdb.session.Session.open(Session.java:402) - at org.apache.iotdb.session.Session.open(Session.java:391) - at com.muyu.iotDB.config.IotDBSessionConfig.getSession(IotDBSessionConfig.java:40) - at com.muyu.iotDB.config.IotDBSessionConfig$$EnhancerBySpringCGLIB$$2052ab38.CGLIB$getSession$1() - at com.muyu.iotDB.config.IotDBSessionConfig$$EnhancerBySpringCGLIB$$2052ab38$$FastClassBySpringCGLIB$$d1ecd0a1.invoke() - at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) - at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) - at com.muyu.iotDB.config.IotDBSessionConfig$$EnhancerBySpringCGLIB$$2052ab38.getSession() - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:568) - at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) - ... 20 common frames omitted -Caused by: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect - at org.apache.thrift.transport.TSocket.open(TSocket.java:243) - at org.apache.iotdb.rpc.TElasticFramedTransport.open(TElasticFramedTransport.java:91) - at org.apache.iotdb.session.SessionConnection.init(SessionConnection.java:115) - ... 35 common frames omitted -Caused by: java.net.ConnectException: Connection refused: connect - at java.base/sun.nio.ch.Net.connect0(Native Method) - at java.base/sun.nio.ch.Net.connect(Net.java:579) - at java.base/sun.nio.ch.Net.connect(Net.java:568) - at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:593) - at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) - at java.base/java.net.Socket.connect(Socket.java:633) - at org.apache.thrift.transport.TSocket.open(TSocket.java:238) - ... 37 common frames omitted -2024-06-21 08:34:10.515 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:10.516 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:10.625 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:10.625 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:10.908 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:10.909 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:11.237 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:11.237 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:11.945 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:11.945 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:12.995 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:12.995 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:13.921 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:13.921 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:15.078 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:15.078 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:16.112 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:16.112 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:16.988 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:16.989 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:18.146 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:18.147 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:19.019 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:19.020 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:20.221 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:20.221 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:21.145 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:21.146 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:22.299 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:22.299 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:23.222 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:23.223 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:24.159 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:24.160 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:25.191 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:25.192 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:26.020 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:26.021 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:27.008 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:27.009 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:27.819 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:27.819 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:28.910 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:28.911 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:29.784 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:29.784 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:30.772 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:30.773 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:31.819 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:31.820 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:32.912 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:32.912 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:33.897 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:33.897 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:35.043 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:35.043 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:35.919 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:35.920 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:36.969 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:36.969 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:38.070 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:38.071 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:38.997 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:38.997 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:39.868 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:39.868 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:41.022 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:41.022 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:41.901 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:41.902 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:42.823 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:42.824 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:43.974 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:43.974 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:44.852 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:44.853 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:45.961 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:45.962 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:46.869 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:46.869 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:47.917 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:47.918 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:48.950 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:48.951 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:50.044 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:50.045 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:51.203 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:51.204 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:52.186 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:52.187 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:53.107 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:53.108 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:53.985 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:53.986 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:54.969 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:54.969 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:56.169 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:56.169 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:57.325 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:57.325 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:58.200 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:58.200 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:34:59.400 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:34:59.400 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:00.274 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:00.274 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:01.302 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:01.302 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:02.238 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:02.238 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:03.111 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:03.112 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:04.141 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:04.142 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:05.191 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:05.191 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:06.391 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:06.391 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:07.325 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:07.325 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:08.157 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:08.157 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:09.146 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:09.146 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:10.084 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:10.084 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:11.130 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:11.131 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:12.115 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:12.116 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:13.258 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:13.259 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:14.304 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:14.304 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:15.292 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:15.292 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:16.436 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:16.437 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:17.374 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:17.374 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:18.522 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:18.523 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:19.617 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:19.618 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:20.780 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:20.780 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:21.983 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:21.984 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:22.848 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:22.849 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:23.771 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:23.772 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:24.648 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:24.648 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:25.631 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:25.633 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:26.849 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:26.850 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:27.900 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:27.900 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:29.101 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:29.101 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:29.910 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:29.911 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:30.851 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:30.851 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:31.726 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:31.726 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:32.709 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:32.710 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:33.911 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:33.911 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:35.112 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:35.112 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:36.052 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:36.053 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:36.997 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:36.997 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:38.135 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:38.136 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:39.184 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:39.185 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:40.168 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:40.169 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:41.317 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:41.318 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:42.362 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:42.362 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:43.240 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:43.240 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:44.441 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:44.441 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:45.650 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:45.651 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:46.639 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:46.639 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:47.628 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:47.629 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:48.614 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:48.615 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:49.758 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:49.759 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:50.921 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:50.922 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:52.133 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:52.133 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:53.058 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:53.058 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:54.155 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:54.155 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:55.252 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:55.253 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:56.237 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:56.238 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:57.067 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:57.068 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:58.101 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:58.101 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:35:59.262 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:35:59.262 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:36:00.467 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:36:00.468 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:36:01.284 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:36:01.284 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:36:02.268 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 08:36:02.268 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 08:38:31.749 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 25864 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 08:38:31.750 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 08:38:31.751 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 08:38:32.273 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 08:38:32.276 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 08:38:32.296 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 10 ms. Found 0 Redis repository interfaces. -2024-06-21 08:38:32.556 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$a3c5e22d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 08:38:32.642 [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-21 08:38:32.643 [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-21 08:38:32.645 [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-21 08:38:32.657 [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-21 08:38:32.687 [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-21 08:38:32.690 [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-21 08:38:32.936 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 08:38:32.946 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 08:38:32.946 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 08:38:33.056 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 08:38:33.056 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1265 ms -2024-06-21 08:38:33.670 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 08:38:34.089 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 08:38:34.095 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 08:38:34.114 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 08:38:34.159 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 08:38:34.183 [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-21 08:38:34.242 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:38:34.242 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:38:34.242 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718930314241 -2024-06-21 08:38:34.243 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 08:38:34.343 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 08:38:34.463 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 08:38:34.493 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:38:35.249 [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-21 08:38:35.250 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 08:38:35.272 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 08:38:35.293 [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-4ea23a7b-84e6-4d72-90af-c55fd6df234e', protocol='range'} -2024-06-21 08:38:35.295 [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-4ea23a7b-84e6-4d72-90af-c55fd6df234e=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 08:38:35.340 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -591,14 +210,11 @@ Caused by: java.net.ConnectException: Connection refused: connect ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 08:38:35.344 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:38:35.345 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:38:35.345 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718930315344 -2024-06-21 08:38:35.346 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 08:38:35.346 [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-4ea23a7b-84e6-4d72-90af-c55fd6df234e', protocol='range'} -2024-06-21 08:38:35.347 [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-21 08:38:35.348 [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-21 08:38:35.353 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -677,11 +293,11 @@ Caused by: java.net.ConnectException: Connection refused: connect ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 08:38:35.359 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:38:35.359 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:38:35.359 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718930315359 -2024-06-21 08:38:35.360 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 08:38:35.361 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -760,6953 +376,231 @@ Caused by: java.net.ConnectException: Connection refused: connect ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 08:38:35.363 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:38:35.364 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:38:35.364 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:38:35.364 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718930315363 -2024-06-21 08:38:35.364 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 08:38:35.365 [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-21 08:38:35.366 [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-21 08:38:35.370 [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-21 08:38:35.370 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:38:35.371 [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-21 08:38:35.371 [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-21 08:38:35.371 [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-21 08:38:35.371 [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-21 08:38:35.371 [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-21 08:38:35.371 [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-21 08:38:35.371 [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-21 08:38:35.371 [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-21 08:38:35.372 [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-21 08:38:35.372 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] WARN org.apache.kafka.clients.NetworkClient:1100 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Error while fetching metadata with correlation id 2 : {test1=LEADER_NOT_AVAILABLE} -2024-06-21 08:38:35.372 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:38:35.372 [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-21 08:38:35.373 [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-21 08:38:35.374 [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-21 08:38:35.375 [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=1, memberId='consumer-Topics-3-fc1ad235-ecd5-4b2d-866a-5c323219f976', protocol='range'} -2024-06-21 08:38:35.375 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Finished assignment for group at generation 1: {consumer-Topics-3-fc1ad235-ecd5-4b2d-866a-5c323219f976=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 08:38:35.377 [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-21 08:38:35.378 [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=1, memberId='consumer-Topics-3-fc1ad235-ecd5-4b2d-866a-5c323219f976', protocol='range'} -2024-06-21 08:38:35.378 [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-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7]) -2024-06-21 08:38:35.379 [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-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3 -2024-06-21 08:38:35.379 [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-21 08:38:35.380 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 08:38:35.381 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 08:38:35.382 [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-0 -2024-06-21 08:38:35.383 [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-6 -2024-06-21 08:38:35.383 [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-21 08:38:35.383 [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-7 -2024-06-21 08:38:35.383 [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-2 -2024-06-21 08:38:35.383 [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-1 -2024-06-21 08:38:35.383 [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-21 08:38:35.383 [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-21 08:38:35.385 [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-0 -2024-06-21 08:38:35.385 [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-6 -2024-06-21 08:38:35.386 [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-21 08:38:35.386 [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-7 -2024-06-21 08:38:35.386 [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-2 -2024-06-21 08:38:35.386 [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-1 -2024-06-21 08:38:35.386 [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-21 08:38:35.386 [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-21 08:38:35.390 [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-21 08:38:35.390 [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-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 08:38:35.391 [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-6 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 08:38:35.391 [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-21 08:38:35.391 [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-21 08:38:35.391 [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-21 08:38:35.391 [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-7 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 08:38:35.391 [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-21 08:38:35.391 [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-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 08:38:35.391 [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-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 08:38:35.391 [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-21 08:38:35.391 [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-21 08:38:35.391 [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-21 08:38:35.391 [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-21 08:38:35.391 [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-21 08:38:35.391 [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-21 08:38:35.418 [org.springframework.kafka.KafkaListenerEndpointContainer#0-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-21 08:38:35.523 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#545604a9:0/SimpleConnection@237bdbcb [delegate=amqp://guest@101.34.243.166:5672/, localPort= 57409] -2024-06-21 08:38:35.886 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 08:38:35.889 [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-21 08:38:36.077 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.6 seconds (JVM running for 5.062) -2024-06-21 08:38:36.329 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 08:38:36.330 [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-21 08:38:36.736 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 08:38:36.737 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 08:38:36.737 [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-21 08:38:37.135 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 08:38:37.135 [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-21 08:38:37.533 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 08:38:38.387 [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-21 08:38:38.390 [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-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3 -2024-06-21 08:38:38.391 [org.springframework.kafka.KafkaListenerEndpointContainer#0-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-21 08:38:38.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-21 08:38:38.393 [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-3e0e1ab2-4d07-4cf5-a0c8-0d495e496887', protocol='range'} -2024-06-21 08:38:38.393 [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-cbb912af-56e1-4b32-9fcb-3f1b23543c61', protocol='range'} -2024-06-21 08:38:38.395 [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-fc1ad235-ecd5-4b2d-866a-5c323219f976', protocol='range'} -2024-06-21 08:38:38.544 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Finished assignment for group at generation 2: {consumer-Topics-3-fc1ad235-ecd5-4b2d-866a-5c323219f976=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3]), consumer-Topics-4-3e0e1ab2-4d07-4cf5-a0c8-0d495e496887=Assignment(partitions=[test1-4, test1-5, test1-6, test1-7]), consumer-Topics-2-cbb912af-56e1-4b32-9fcb-3f1b23543c61=Assignment(partitions=[test1-0])} -2024-06-21 08:38:38.546 [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-fc1ad235-ecd5-4b2d-866a-5c323219f976', protocol='range'} -2024-06-21 08:38:38.546 [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-cbb912af-56e1-4b32-9fcb-3f1b23543c61', protocol='range'} -2024-06-21 08:38:38.546 [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-3e0e1ab2-4d07-4cf5-a0c8-0d495e496887', protocol='range'} -2024-06-21 08:38:38.546 [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-0, test1-1, test1-2, test1-3]) -2024-06-21 08:38:38.546 [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]) -2024-06-21 08:38:38.546 [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-4, test1-5, test1-6, test1-7]) -2024-06-21 08:38:38.546 [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 -2024-06-21 08:38:38.546 [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-0, test1-2, test1-1, test1-3 -2024-06-21 08:38:38.546 [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-5, test1-7, test1-4 -2024-06-21 08:38:38.547 [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-21 08:38:38.548 [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-21 08:38:38.549 [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-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-21 08:38:38.549 [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-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-21 08:38:38.549 [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-21 08:38:38.549 [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-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-21 08:38:38.549 [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-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-21 08:38:38.549 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 08:38:38.549 [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-21 08:38:38.549 [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-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-21 08:38:38.549 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1, test1-3] -2024-06-21 08:38:38.549 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-5, test1-7, test1-4] -2024-06-21 08:38:38.549 [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-21 08:38:38.551 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 08:39:38.848 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:39:38.849 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:39:38.849 [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 38 39 33 30 33 37 38 37 32 31 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 33 36 2e 34 31 30 30 30 30 30 30 31 35 30 30 30 30 34 38 30 30 30 31 31 36 34 30 30 30 30 30 44 30 30 34 30 31 31 2e 32 30 33 36 30 30 30 30 37 30 39 37 36 35 35 38 30 35 31 30 30 30 30 31 35 30 30 30 31 34 35 35 34 30 30 30 36 31 34 33 37 2e 33 32 30 30 30 30 33 33 30 30 30 30 31 31 38 30 30 30 30 36 31 35 30 30 30 34 30 30 30 34 30 30 30 39 39 30 30 30 30 35 37 30 30 30 30 38 30 30 30 30 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 cb 7E -2024-06-21 08:39:38.866 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930378721, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=36.41000000, dischargeVoltage=150000, dischargeCurrent=48000, insulationResistance=116400000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=11.20, motorControllerTemperature=360000, motorSpeed=70976, motorTorque=5580, motorTemperature=510000, motorVoltage=15000, motorCurrent=14554000, powerBattery=61437., maxFeedbackPower=320000, maxDischargePower=330000, bmsSelfCheck=11, powerBatteryCurrent=80000, powerBatteryV3=615000, maxVoltage=4000, minVoltage=4000, maxTemperature=990000, minTemperature=570000, availableCapacity=800000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 08:39:38.917 [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-21 08:39:38.933 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:39:38.933 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:39:38.933 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718930378933 -2024-06-21 08:39:38.936 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:39:39.460 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 08:39:39.769 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:39:39.769 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:39:39.769 [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 38 39 33 30 33 37 39 37 32 35 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 33 36 2e 34 34 30 30 30 30 30 30 34 30 35 30 30 30 39 30 30 30 30 32 38 30 30 37 30 30 30 30 44 35 30 30 30 39 2e 31 30 30 36 38 30 30 30 30 33 37 37 31 33 33 35 33 30 36 30 30 30 30 30 31 38 30 30 30 36 34 31 35 30 30 30 30 36 31 34 33 37 2e 35 35 30 30 30 30 34 34 30 30 30 30 39 30 33 30 30 30 30 34 38 36 30 30 30 34 30 30 30 33 30 30 30 36 32 30 30 30 30 38 38 30 30 30 30 35 39 30 30 30 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f0 7E -2024-06-21 08:39:39.769 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930379725, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=36.44000000, dischargeVoltage=405000, dischargeCurrent=90000, insulationResistance=280070000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=9.100, motorControllerTemperature=680000, motorSpeed=37713, motorTorque=3530, motorTemperature=600000, motorVoltage=18000, motorCurrent=64150000, powerBattery=61437., maxFeedbackPower=550000, maxDischargePower=440000, bmsSelfCheck=90, powerBatteryCurrent=30000, powerBatteryV3=486000, maxVoltage=4000, minVoltage=3000, maxTemperature=620000, minTemperature=880000, availableCapacity=590000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 08:39:39.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 08:39:40.764 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:39:40.764 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:39:40.764 [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 38 39 33 30 33 38 30 37 32 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 33 36 2e 34 38 30 30 30 30 30 30 35 31 39 30 30 30 32 33 30 30 30 32 31 34 34 37 30 30 30 30 44 39 30 38 30 31 32 2e 30 30 36 39 30 30 30 30 36 37 39 39 31 38 30 31 30 32 30 30 30 30 30 32 36 35 30 30 31 32 30 37 39 30 30 30 36 31 34 33 37 2e 33 39 30 30 30 30 33 34 30 30 30 30 39 30 31 30 30 30 30 33 31 39 30 30 30 34 30 30 30 34 30 30 30 39 33 30 30 30 30 37 30 30 30 30 30 34 35 30 30 30 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e2 7E -2024-06-21 08:39:40.765 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930380724, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=36.48000000, dischargeVoltage=519000, dischargeCurrent=23000, insulationResistance=214470000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=12.00, motorControllerTemperature=690000, motorSpeed=67991, motorTorque=8010, motorTemperature=200000, motorVoltage=26500, motorCurrent=12079000, powerBattery=61437., maxFeedbackPower=390000, maxDischargePower=340000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=319000, maxVoltage=4000, minVoltage=4000, maxTemperature=930000, minTemperature=700000, availableCapacity=450000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 08:39:40.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 08:40:13.187 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:40:13.188 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:40:13.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 38 39 33 30 34 31 33 31 35 37 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 33 36 2e 35 31 30 30 30 30 30 30 35 30 30 30 30 30 34 36 30 30 30 32 33 39 32 39 30 30 30 30 44 39 30 30 30 39 2e 31 30 30 38 34 30 30 30 30 33 36 35 37 37 35 33 37 30 31 33 37 30 30 30 32 36 30 30 30 31 34 37 37 37 30 30 30 36 31 34 33 37 2e 38 32 30 30 30 30 35 30 30 30 30 30 36 30 37 30 30 30 30 35 33 30 30 30 30 33 30 30 30 33 30 30 30 38 35 30 30 30 30 39 38 30 30 30 30 32 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ec 7E -2024-06-21 08:40:13.188 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930413157, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=36.51000000, dischargeVoltage=500000, dischargeCurrent=46000, insulationResistance=239290000, gear=D, accelerationPedal=90, brakePedal=00, fuelConsumption=9.100, motorControllerTemperature=840000, motorSpeed=36577, motorTorque=5370, motorTemperature=137000, motorVoltage=26000, motorCurrent=14777000, powerBattery=61437., maxFeedbackPower=820000, maxDischargePower=500000, bmsSelfCheck=60, powerBatteryCurrent=70000, powerBatteryV3=530000, maxVoltage=3000, minVoltage=3000, maxTemperature=850000, minTemperature=980000, availableCapacity=230000, 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-21 08:40:13.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:87 - 该车没有存到缓存中 -2024-06-21 08:40:14.192 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:40:14.192 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:40:14.192 [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 38 39 33 30 34 31 34 31 36 30 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 33 36 2e 35 35 30 30 30 30 30 30 31 31 35 30 30 30 34 39 30 30 30 31 31 36 36 30 30 30 30 30 44 37 30 39 30 31 31 2e 37 30 35 38 30 30 30 30 36 36 30 34 30 36 38 30 30 32 35 30 30 30 30 31 35 34 30 30 31 34 33 38 30 30 30 30 36 31 34 33 37 2e 34 33 30 30 30 30 37 33 30 30 30 30 31 30 31 34 30 30 30 35 37 33 30 30 30 34 30 30 30 33 30 30 30 39 33 30 30 30 30 32 34 30 30 30 30 38 37 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-21 08:40:14.192 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930414160, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=36.55000000, dischargeVoltage=115000, dischargeCurrent=49000, insulationResistance=116600000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=11.70, motorControllerTemperature=580000, motorSpeed=66040, motorTorque=6800, motorTemperature=250000, motorVoltage=15400, motorCurrent=14380000, powerBattery=61437., maxFeedbackPower=430000, maxDischargePower=730000, bmsSelfCheck=10, powerBatteryCurrent=14000, powerBatteryV3=573000, maxVoltage=4000, minVoltage=3000, maxTemperature=930000, minTemperature=240000, availableCapacity=870000, 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-21 08:42:07.098 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:42:07.098 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:42:07.098 [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 38 39 33 30 35 32 37 30 35 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 33 36 2e 36 31 30 30 30 30 30 30 37 32 35 30 30 30 31 34 30 30 30 31 34 30 31 34 30 30 30 30 44 34 30 30 30 31 31 2e 39 30 36 35 30 30 30 30 32 35 34 39 38 31 31 30 30 36 30 30 30 30 30 31 37 33 30 30 37 33 37 34 30 30 30 30 36 31 34 32 35 2e 35 34 30 30 30 30 36 34 30 30 30 30 31 31 33 30 30 30 30 32 36 39 30 30 30 33 30 30 30 33 30 30 30 33 39 30 30 30 30 39 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 c6 7E -2024-06-21 08:42:07.099 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930527055, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=36.61000000, dischargeVoltage=725000, dischargeCurrent=14000, insulationResistance=140140000, gear=D, accelerationPedal=40, brakePedal=00, fuelConsumption=11.90, motorControllerTemperature=650000, motorSpeed=25498, motorTorque=1100, motorTemperature=600000, motorVoltage=17300, motorCurrent=73740000, powerBattery=61425., maxFeedbackPower=540000, maxDischargePower=640000, bmsSelfCheck=11, powerBatteryCurrent=30000, powerBatteryV3=269000, maxVoltage=3000, minVoltage=3000, maxTemperature=390000, minTemperature=900000, 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-21 08:42:08.099 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:42:08.099 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:42:08.099 [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 38 39 33 30 35 32 38 30 36 30 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 33 36 2e 36 33 30 30 30 30 30 30 31 38 31 30 30 30 33 31 30 30 30 39 35 35 32 30 30 30 30 30 44 32 30 35 30 39 2e 33 30 30 34 38 30 30 30 30 33 35 33 36 31 33 32 32 30 31 33 30 30 30 30 32 38 34 30 30 33 37 37 35 30 30 30 30 36 31 34 32 35 2e 36 34 30 30 30 30 31 33 30 30 30 30 38 30 39 30 30 30 30 37 34 35 30 30 30 33 30 30 30 34 30 30 30 32 30 30 30 30 30 38 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 ce 7E -2024-06-21 08:42:08.099 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930528060, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=36.63000000, dischargeVoltage=181000, dischargeCurrent=31000, insulationResistance=955200000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=9.300, motorControllerTemperature=480000, motorSpeed=35361, motorTorque=3220, motorTemperature=130000, motorVoltage=28400, motorCurrent=37750000, powerBattery=61425., maxFeedbackPower=640000, maxDischargePower=130000, bmsSelfCheck=80, powerBatteryCurrent=90000, powerBatteryV3=745000, maxVoltage=3000, minVoltage=4000, maxTemperature=200000, minTemperature=880000, 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-21 08:43:34.851 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:43:34.851 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:43:34.851 [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 38 39 33 30 36 31 34 38 31 39 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 33 36 2e 37 30 30 30 30 30 30 30 35 39 36 30 30 30 33 39 30 30 30 32 36 38 35 36 30 30 30 30 44 35 30 32 30 31 31 2e 35 30 38 37 30 30 30 30 33 31 38 32 36 35 30 39 30 31 34 39 30 30 30 31 37 31 30 30 39 34 36 30 30 30 30 30 36 31 34 31 33 2e 38 33 30 30 30 30 34 34 30 30 30 30 31 30 31 34 30 30 30 36 31 31 30 30 30 33 30 30 30 33 30 30 30 35 35 30 30 30 30 32 35 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 e3 7E -2024-06-21 08:43:34.851 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930614819, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=36.70000000, dischargeVoltage=596000, dischargeCurrent=39000, insulationResistance=268560000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=11.50, motorControllerTemperature=870000, motorSpeed=31826, motorTorque=5090, motorTemperature=149000, motorVoltage=17100, motorCurrent=94600000, powerBattery=61413., maxFeedbackPower=830000, maxDischargePower=440000, bmsSelfCheck=10, powerBatteryCurrent=14000, powerBatteryV3=611000, maxVoltage=3000, minVoltage=3000, maxTemperature=550000, minTemperature=250000, 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-21 08:43:35.860 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:43:35.861 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:43:35.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 38 39 33 30 36 31 35 38 32 39 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 33 36 2e 37 34 30 30 30 30 30 30 35 38 32 30 30 30 34 30 30 30 30 32 32 39 31 35 30 30 30 30 44 34 30 34 30 31 30 2e 32 30 36 30 30 30 30 30 37 38 31 36 35 39 33 36 30 31 33 32 30 30 30 31 39 32 30 30 31 33 31 37 37 30 30 30 36 31 34 31 33 2e 37 31 30 30 30 30 32 38 30 30 30 30 34 30 33 30 30 30 30 34 36 33 30 30 30 33 30 30 30 33 30 30 30 32 32 30 30 30 30 36 37 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 cf 7E -2024-06-21 08:43:35.861 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930615829, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=36.74000000, dischargeVoltage=582000, dischargeCurrent=40000, insulationResistance=229150000, gear=D, accelerationPedal=40, brakePedal=40, fuelConsumption=10.20, motorControllerTemperature=600000, motorSpeed=78165, motorTorque=9360, motorTemperature=132000, motorVoltage=19200, motorCurrent=13177000, powerBattery=61413., maxFeedbackPower=710000, maxDischargePower=280000, bmsSelfCheck=40, powerBatteryCurrent=30000, powerBatteryV3=463000, maxVoltage=3000, minVoltage=3000, maxTemperature=220000, minTemperature=670000, 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-21 08:44:40.950 [http-nio-8888-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' -2024-06-21 08:44:44.537 [http-nio-8888-exec-1] 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-5 - 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-21 08:44:44.564 [http-nio-8888-exec-1] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:44:44.565 [http-nio-8888-exec-1] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:44:44.565 [http-nio-8888-exec-1] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718930684564 -2024-06-21 08:44:45.101 [http-nio-8888-exec-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 08:44:47.105 [Thread-22] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:44:47.106 [Thread-22] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null) -2024-06-21 08:44:47.608 [Thread-22] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] (Re-)joining group -2024-06-21 08:44:48.096 [Thread-22] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] (Re-)joining group -2024-06-21 08:44:50.571 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Attempt to heartbeat failed since group is rebalancing -2024-06-21 08:44:50.573 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Revoke previously assigned partitions test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3 -2024-06-21 08:44:50.573 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 08:44:50.574 [Thread-22] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Successfully joined group with generation Generation{generationId=2, memberId='consumer-Partitions-5-70121edd-4b71-4d14-9440-e52cddd4252e', protocol='range'} -2024-06-21 08:44:50.574 [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=2, memberId='consumer-Partitions-1-4ea23a7b-84e6-4d72-90af-c55fd6df234e', protocol='range'} -2024-06-21 08:44:50.575 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 2: {consumer-Partitions-5-70121edd-4b71-4d14-9440-e52cddd4252e=Assignment(partitions=[test1-4, test1-5, test1-6, test1-7]), consumer-Partitions-1-4ea23a7b-84e6-4d72-90af-c55fd6df234e=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3])} -2024-06-21 08:44:50.576 [Thread-22] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Successfully synced group in generation Generation{generationId=2, memberId='consumer-Partitions-5-70121edd-4b71-4d14-9440-e52cddd4252e', protocol='range'} -2024-06-21 08:44:50.577 [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=2, memberId='consumer-Partitions-1-4ea23a7b-84e6-4d72-90af-c55fd6df234e', protocol='range'} -2024-06-21 08:44:50.577 [Thread-22] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-4, test1-5, test1-6, test1-7]) -2024-06-21 08:44:50.577 [Thread-22] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Adding newly assigned partitions: test1-6, test1-5, test1-7, test1-4 -2024-06-21 08:44:50.577 [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]) -2024-06-21 08:44:50.577 [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-2, test1-1, test1-3 -2024-06-21 08:44:50.578 [Thread-22] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, 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-21 08:44:50.578 [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-21 08:44:50.578 [Thread-22] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, 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-21 08:44:50.578 [Thread-22] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, 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-21 08:44:50.578 [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-21 08:44:50.578 [Thread-22] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, 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-21 08:44:50.578 [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-21 08:44:50.578 [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=9, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 08:46:11.958 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 08:46:11.980 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 08:46:12.013 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 08:46:12.243 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 08:46:12.243 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 08:46:12.262 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 08:46:12.277 [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-0, test1-2, test1-1, test1-3 -2024-06-21 08:46:12.277 [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 -2024-06-21 08:46:12.277 [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-5, test1-7, test1-4 -2024-06-21 08:46:12.279 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-5, test1-7, test1-4] -2024-06-21 08:46:12.279 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1, test1-3] -2024-06-21 08:46:12.279 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 08:46:12.279 [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-3e0e1ab2-4d07-4cf5-a0c8-0d495e496887 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 08:46:12.279 [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-fc1ad235-ecd5-4b2d-866a-5c323219f976 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 08:46:12.279 [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-cbb912af-56e1-4b32-9fcb-3f1b23543c61 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 08:46:12.279 [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-21 08:46:12.279 [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-21 08:46:12.279 [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-21 08:46:12.287 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 08:46:12.287 [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-21 08:46:12.287 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 08:46:12.288 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 08:46:12.288 [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-21 08:46:12.288 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 08:46:12.288 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 08:46:12.288 [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-21 08:46:12.289 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 08:46:12.290 [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-21 08:46:12.291 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 08:46:12.291 [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-21 08:46:12.291 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 08:46:12.291 [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-21 08:46:12.291 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 08:46:12.293 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 08:46:12.293 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 08:46:12.293 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 08:46:12.301 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 08:46:12.302 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 08:46:12.302 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 08:46:12.302 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 08:46:12.302 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 08:46:12.453 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 08:46:12.460 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 08:46:20.752 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 22132 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 08:46:20.753 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 08:46:20.754 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 08:46:21.248 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 08:46:21.250 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 08:46:21.270 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 10 ms. Found 0 Redis repository interfaces. -2024-06-21 08:46:21.508 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$b6260d5c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 08:46:21.591 [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-21 08:46:21.592 [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-21 08:46:21.594 [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-21 08:46:21.607 [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-21 08:46:21.637 [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-21 08:46:21.640 [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-21 08:46:21.874 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 08:46:21.882 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 08:46:21.882 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 08:46:21.983 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 08:46:21.984 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1200 ms -2024-06-21 08:46:22.634 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 08:46:23.125 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 08:46:23.130 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 08:46:23.146 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 08:46:23.206 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 08:46:28.829 [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-21 08:46:29.052 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:46:29.053 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:46:29.053 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718930789047 -2024-06-21 08:46:29.544 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 08:46:35.843 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 08:46:35.916 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 08:46:36.027 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:46:36.028 [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-21 08:46:36.029 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 08:46:36.037 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 08:46:36.039 [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=4, memberId='consumer-Partitions-1-15295fb4-dfe5-4c6d-b923-6f8f0946cbac', protocol='range'} -2024-06-21 08:46:36.040 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 4: {consumer-Partitions-1-15295fb4-dfe5-4c6d-b923-6f8f0946cbac=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 08:46:36.044 [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=4, memberId='consumer-Partitions-1-15295fb4-dfe5-4c6d-b923-6f8f0946cbac', protocol='range'} -2024-06-21 08:46:36.045 [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-21 08:46:36.047 [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-21 08:46:36.054 [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-21 08:46:36.054 [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-21 08:46:36.054 [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-21 08:46:36.054 [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-21 08:46:36.054 [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-21 08:46:36.054 [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-21 08:46:36.054 [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-21 08:46:36.055 [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=9, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 08:46:36.594 [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-21 08:46:36.597 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:46:36.598 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:46:36.598 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718930796597 -2024-06-21 08:46:36.599 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 08:46:36.605 [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-21 08:46:36.608 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:46:36.608 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:46:36.608 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:46:36.608 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718930796608 -2024-06-21 08:46:36.609 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 08:46:36.609 [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-21 08:46:36.609 [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-21 08:46:36.610 [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-21 08:46:36.611 [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-21 08:46:36.612 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:46:36.612 [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-21 08:46:36.612 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:46:36.612 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:46:36.612 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718930796612 -2024-06-21 08:46:36.612 [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-21 08:46:36.612 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 08:46:36.612 [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-2a05da0e-2078-4600-9950-2faeb893fbc1', protocol='range'} -2024-06-21 08:46:36.613 [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-2a05da0e-2078-4600-9950-2faeb893fbc1=Assignment(partitions=[test1-0])} -2024-06-21 08:46:36.614 [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=4, memberId='consumer-Topics-2-2a05da0e-2078-4600-9950-2faeb893fbc1', protocol='range'} -2024-06-21 08:46:36.615 [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-21 08:46:36.615 [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]) -2024-06-21 08:46:36.615 [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 -2024-06-21 08:46:36.616 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:46:36.616 [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-21 08:46:36.616 [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-21 08:46:36.617 [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-21 08:46:36.618 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 08:46:36.618 [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-21 08:46:36.623 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 08:46:36.624 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 08:46:36.776 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#70022d44:0/SimpleConnection@2dc77962 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 58219] -2024-06-21 08:46:37.315 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 16.851 seconds (JVM running for 17.358) -2024-06-21 08:46:39.628 [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-21 08:46:39.629 [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 -2024-06-21 08:46:39.629 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 08:46:39.630 [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-21 08:46:39.632 [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-504b3006-306e-4e5e-932f-c230c6408877', protocol='range'} -2024-06-21 08:46:39.632 [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-17152e9b-677f-4e9a-998a-773698347f80', protocol='range'} -2024-06-21 08:46:39.633 [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-2a05da0e-2078-4600-9950-2faeb893fbc1', protocol='range'} -2024-06-21 08:46:39.692 [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-4-504b3006-306e-4e5e-932f-c230c6408877=Assignment(partitions=[test1-4, test1-5, test1-6, test1-7]), consumer-Topics-3-17152e9b-677f-4e9a-998a-773698347f80=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3]), consumer-Topics-2-2a05da0e-2078-4600-9950-2faeb893fbc1=Assignment(partitions=[test1-0])} -2024-06-21 08:46:39.695 [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-504b3006-306e-4e5e-932f-c230c6408877', protocol='range'} -2024-06-21 08:46:39.695 [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-17152e9b-677f-4e9a-998a-773698347f80', protocol='range'} -2024-06-21 08:46:39.695 [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-2a05da0e-2078-4600-9950-2faeb893fbc1', protocol='range'} -2024-06-21 08:46:39.695 [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-0, test1-1, test1-2, test1-3]) -2024-06-21 08:46:39.695 [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-4, test1-5, test1-6, test1-7]) -2024-06-21 08:46:39.695 [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-0, test1-2, test1-1, test1-3 -2024-06-21 08:46:39.695 [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-5, test1-7, test1-4 -2024-06-21 08:46:39.696 [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]) -2024-06-21 08:46:39.696 [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 -2024-06-21 08:46:39.698 [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-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-21 08:46:39.698 [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-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-21 08:46:39.698 [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-21 08:46:39.700 [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-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-21 08:46:39.700 [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-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-21 08:46:39.700 [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-21 08:46:39.700 [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-21 08:46:39.700 [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=9, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 08:46:39.700 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 08:46:39.700 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1, test1-3] -2024-06-21 08:46:39.700 [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-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-21 08:46:39.700 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-5, test1-7, test1-4] -2024-06-21 08:47:06.489 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 08:47:06.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-21 08:47:06.915 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 08:47:06.916 [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-21 08:47:07.331 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 08:47:07.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:07.929 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:07.929 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 33 30 38 32 38 38 35 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 31 33 2e 36 35 30 30 30 30 30 30 34 33 39 30 30 30 31 34 30 30 30 31 37 38 32 33 30 30 30 30 44 35 30 32 30 39 2e 33 30 30 37 32 30 30 30 30 38 31 36 33 33 33 39 39 30 33 39 30 30 30 30 31 39 32 30 30 37 30 34 37 30 30 30 30 36 37 36 36 35 2e 37 36 30 30 30 30 39 32 30 30 30 30 31 32 37 30 30 30 30 32 39 31 30 30 30 34 30 30 30 34 30 30 30 37 36 30 30 30 30 32 34 30 30 30 30 39 33 30 30 30 30 30 31 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 46 7E -2024-06-21 08:47:07.947 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718930828857, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=13.65000000, dischargeVoltage=439000, dischargeCurrent=14000, insulationResistance=178230000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=9.300, motorControllerTemperature=720000, motorSpeed=81633, motorTorque=3990, motorTemperature=390000, motorVoltage=19200, motorCurrent=70470000, powerBattery=67665., maxFeedbackPower=760000, maxDischargePower=920000, bmsSelfCheck=12, powerBatteryCurrent=70000, powerBatteryV3=291000, maxVoltage=4000, minVoltage=4000, maxTemperature=760000, minTemperature=240000, availableCapacity=930000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=0, 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-21 08:47:07.998 [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-21 08:47:08.010 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:47:08.010 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:47:08.010 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718930828010 -2024-06-21 08:47:08.012 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:47:08.525 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:84 - 该车没有存到缓存中 -2024-06-21 08:47:08.526 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:87 - 该车没有存到缓存中 -2024-06-21 08:47:08.862 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:08.862 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:08.862 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 33 30 38 32 39 38 35 33 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 31 33 2e 36 37 30 30 30 30 30 30 36 33 35 30 30 30 31 37 30 30 30 32 39 30 30 35 30 30 30 30 44 36 30 38 30 31 31 2e 38 30 35 33 30 30 30 30 36 32 38 34 38 32 33 32 30 39 38 30 30 30 30 31 39 31 30 30 39 30 30 33 30 30 30 30 36 37 36 36 35 2e 30 30 30 30 30 30 33 30 30 30 30 30 32 30 31 32 30 30 30 35 37 33 30 30 30 33 30 30 30 33 30 30 30 35 39 30 30 30 30 37 33 30 30 30 30 38 33 30 30 30 30 30 31 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 2e 7E -2024-06-21 08:47:08.862 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718930829853, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=13.67000000, dischargeVoltage=635000, dischargeCurrent=17000, insulationResistance=290050000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=11.80, motorControllerTemperature=530000, motorSpeed=62848, motorTorque=2320, motorTemperature=980000, motorVoltage=19100, motorCurrent=90030000, powerBattery=67665., maxFeedbackPower=000000, maxDischargePower=300000, bmsSelfCheck=20, powerBatteryCurrent=12000, powerBatteryV3=573000, maxVoltage=3000, minVoltage=3000, maxTemperature=590000, minTemperature=730000, availableCapacity=830000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=0, 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-21 08:47:09.864 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:09.864 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:09.865 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 33 30 38 33 30 38 35 34 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 31 33 2e 36 39 30 30 30 30 30 30 35 33 33 30 30 30 34 36 30 30 30 32 37 34 38 35 30 30 30 30 44 30 30 37 30 31 32 2e 31 30 33 30 30 30 30 30 34 35 35 35 30 36 34 31 30 32 37 30 30 30 30 32 38 39 30 30 34 36 30 30 30 30 30 30 36 37 36 36 35 2e 36 38 30 30 30 30 33 36 30 30 30 30 31 34 31 34 30 30 30 37 30 30 30 30 30 33 30 30 30 34 30 30 30 33 30 30 30 30 30 31 35 30 30 30 30 32 35 30 30 30 30 30 31 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 12 7E -2024-06-21 08:47:09.865 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718930830854, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=13.69000000, dischargeVoltage=533000, dischargeCurrent=46000, insulationResistance=274850000, gear=D, accelerationPedal=00, brakePedal=70, fuelConsumption=12.10, motorControllerTemperature=300000, motorSpeed=45550, motorTorque=6410, motorTemperature=270000, motorVoltage=28900, motorCurrent=46000000, powerBattery=67665., maxFeedbackPower=680000, maxDischargePower=360000, bmsSelfCheck=14, powerBatteryCurrent=14000, powerBatteryV3=700000, maxVoltage=3000, minVoltage=4000, maxTemperature=300000, minTemperature=150000, availableCapacity=250000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=0, 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-21 08:47:10.967 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:10.968 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:10.968 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 33 30 38 33 31 38 34 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 31 33 2e 37 34 30 30 30 30 30 30 35 36 33 30 30 30 33 32 30 30 30 34 39 38 36 30 30 30 30 30 44 35 30 32 30 39 2e 34 30 30 34 30 30 30 30 30 35 36 31 33 30 39 31 30 30 32 35 30 30 30 30 31 34 36 30 30 31 34 36 30 31 30 30 30 36 37 36 35 35 2e 35 35 30 30 30 30 37 34 30 30 30 30 36 30 31 34 30 30 30 35 35 33 30 30 30 33 30 30 30 34 30 30 30 31 31 30 30 30 30 38 30 30 30 30 30 38 32 30 30 30 30 30 31 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 13 7E -2024-06-21 08:47:10.968 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718930831849, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=13.74000000, dischargeVoltage=563000, dischargeCurrent=32000, insulationResistance=498600000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=9.400, motorControllerTemperature=400000, motorSpeed=56130, motorTorque=9100, motorTemperature=250000, motorVoltage=14600, motorCurrent=14601000, powerBattery=67655., maxFeedbackPower=550000, maxDischargePower=740000, bmsSelfCheck=60, powerBatteryCurrent=14000, powerBatteryV3=553000, maxVoltage=3000, minVoltage=4000, maxTemperature=110000, minTemperature=800000, availableCapacity=820000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=0, 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-21 08:47:11.934 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:11.935 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:11.935 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 33 30 38 33 32 38 36 30 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 31 33 2e 37 39 30 30 30 30 30 30 31 31 35 30 30 30 34 30 30 30 30 32 35 33 31 32 30 30 30 30 44 31 30 34 30 31 30 2e 30 30 39 32 30 30 30 30 33 37 32 33 35 39 32 30 30 31 31 30 30 30 30 31 35 32 30 30 38 34 31 32 30 30 30 30 36 37 36 34 35 2e 35 32 30 30 30 30 35 30 30 30 30 30 31 30 38 30 30 30 30 36 30 34 30 30 30 34 30 30 30 33 30 30 30 38 39 30 30 30 30 31 33 30 30 30 30 35 38 30 30 30 30 30 31 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 06 7E -2024-06-21 08:47:11.935 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718930832860, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=13.79000000, dischargeVoltage=115000, dischargeCurrent=40000, insulationResistance=253120000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=10.00, motorControllerTemperature=920000, motorSpeed=37235, motorTorque=9200, motorTemperature=110000, motorVoltage=15200, motorCurrent=84120000, powerBattery=67645., maxFeedbackPower=520000, maxDischargePower=500000, bmsSelfCheck=10, powerBatteryCurrent=80000, powerBatteryV3=604000, maxVoltage=4000, minVoltage=3000, maxTemperature=890000, minTemperature=130000, availableCapacity=580000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=0, 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-21 08:47:12.897 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:12.898 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:12.898 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 33 30 38 33 33 38 35 34 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 31 33 2e 38 31 30 30 30 30 30 30 33 35 31 30 30 30 33 39 30 30 30 31 35 30 38 30 30 30 30 30 44 38 30 33 30 31 30 2e 37 30 34 36 30 30 30 30 33 37 31 33 39 38 37 30 30 31 36 30 30 30 30 31 38 35 30 30 37 32 37 36 30 30 30 30 36 37 36 34 35 2e 35 32 30 30 30 30 39 38 30 30 30 30 31 34 38 30 30 30 30 35 30 32 30 30 30 33 30 30 30 33 30 30 30 35 30 30 30 30 30 34 36 30 30 30 30 31 35 30 30 30 30 30 31 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 2c 7E -2024-06-21 08:47:12.898 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718930833854, longitude=116.6836000, latitude=39.5229670, speed=36.000, mileage=13.81000000, dischargeVoltage=351000, dischargeCurrent=39000, insulationResistance=150800000, gear=D, accelerationPedal=80, brakePedal=30, fuelConsumption=10.70, motorControllerTemperature=460000, motorSpeed=37139, motorTorque=8700, motorTemperature=160000, motorVoltage=18500, motorCurrent=72760000, powerBattery=67645., maxFeedbackPower=520000, maxDischargePower=980000, bmsSelfCheck=14, powerBatteryCurrent=80000, powerBatteryV3=502000, maxVoltage=3000, minVoltage=3000, maxTemperature=500000, minTemperature=460000, availableCapacity=150000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=0, 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-21 08:47:14.063 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:14.064 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:14.064 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 33 30 38 33 34 38 36 30 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 31 33 2e 38 33 30 30 30 30 30 30 37 30 37 30 30 30 36 30 30 30 30 32 34 37 38 35 30 30 30 30 44 31 30 37 30 39 2e 31 30 30 36 31 30 30 30 30 31 33 32 34 31 33 33 30 30 31 30 32 30 30 30 31 39 38 30 30 31 31 36 33 36 30 30 30 36 37 36 34 35 2e 34 36 30 30 30 30 31 36 30 30 30 30 31 34 31 32 30 30 30 35 32 31 30 30 30 34 30 30 30 34 30 30 30 37 34 30 30 30 30 34 32 30 30 30 30 39 30 30 30 30 30 30 31 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 19 7E -2024-06-21 08:47:14.064 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718930834860, longitude=116.6840660, latitude=39.5228470, speed=36.000, mileage=13.83000000, dischargeVoltage=707000, dischargeCurrent=60000, insulationResistance=247850000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=9.100, motorControllerTemperature=610000, motorSpeed=13241, motorTorque=3300, motorTemperature=102000, motorVoltage=19800, motorCurrent=11636000, powerBattery=67645., maxFeedbackPower=460000, maxDischargePower=160000, bmsSelfCheck=14, powerBatteryCurrent=12000, powerBatteryV3=521000, maxVoltage=4000, minVoltage=4000, maxTemperature=740000, minTemperature=420000, availableCapacity=900000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=0, 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-21 08:47:14.968 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:14.968 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:14.969 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 33 30 38 33 35 38 35 35 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 31 33 2e 38 35 30 30 30 30 30 30 36 36 33 30 30 30 37 30 30 30 30 31 33 32 31 35 30 30 30 30 44 32 30 33 30 39 2e 35 30 30 38 38 30 30 30 30 32 35 30 36 30 35 36 33 30 35 34 30 30 30 30 31 32 36 30 30 31 34 34 39 30 30 30 30 36 37 36 34 35 2e 38 33 30 30 30 30 38 34 30 30 30 30 34 30 31 30 30 30 30 34 30 33 30 30 30 34 30 30 30 33 30 30 30 34 34 30 30 30 30 37 39 30 30 30 30 32 36 30 30 30 30 31 31 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 25 7E -2024-06-21 08:47:14.969 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718930835855, longitude=116.6845220, latitude=39.5227510, speed=36.000, mileage=13.85000000, dischargeVoltage=663000, dischargeCurrent=70000, insulationResistance=132150000, gear=D, accelerationPedal=20, brakePedal=30, fuelConsumption=9.500, motorControllerTemperature=880000, motorSpeed=25060, motorTorque=5630, motorTemperature=540000, motorVoltage=12600, motorCurrent=14490000, powerBattery=67645., maxFeedbackPower=830000, maxDischargePower=840000, bmsSelfCheck=40, powerBatteryCurrent=10000, powerBatteryV3=403000, maxVoltage=4000, minVoltage=3000, maxTemperature=440000, minTemperature=790000, availableCapacity=260000, vehicleStatus=1, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=0, 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-21 08:47:15.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 08:47:15.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:15.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:15.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 33 30 38 33 36 38 36 32 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 31 33 2e 38 38 30 30 30 30 30 30 31 32 32 30 30 30 38 30 30 30 30 31 32 31 35 35 30 30 30 30 44 33 30 36 30 31 30 2e 35 30 39 37 30 30 30 30 34 38 35 31 30 33 35 34 30 35 31 30 30 30 30 31 38 33 30 30 32 30 30 31 30 30 30 30 36 37 36 34 35 2e 31 33 30 30 30 30 36 32 30 30 30 30 33 30 30 30 30 30 30 36 36 38 30 30 30 34 30 30 30 34 30 30 30 34 36 30 30 30 30 31 34 30 30 30 30 39 37 30 30 30 30 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 11 7E -2024-06-21 08:47:15.926 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718930836862, longitude=116.6852250, latitude=39.5226150, speed=54.000, mileage=13.88000000, dischargeVoltage=122000, dischargeCurrent=80000, insulationResistance=121550000, gear=D, accelerationPedal=30, brakePedal=60, fuelConsumption=10.50, motorControllerTemperature=970000, motorSpeed=48510, motorTorque=3540, motorTemperature=510000, motorVoltage=18300, motorCurrent=20010000, powerBattery=67645., maxFeedbackPower=130000, maxDischargePower=620000, bmsSelfCheck=30, powerBatteryCurrent=00000, powerBatteryV3=668000, maxVoltage=4000, minVoltage=4000, maxTemperature=460000, minTemperature=140000, availableCapacity=970000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=0, 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-21 08:47:15.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 08:47:16.888 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:16.888 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:16.888 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 33 30 38 33 37 38 35 36 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 31 33 2e 39 32 30 30 30 30 30 30 35 39 36 30 30 30 32 33 30 30 30 32 34 33 37 32 30 30 30 30 44 33 30 35 30 31 31 2e 38 30 31 37 30 30 30 30 33 36 30 32 30 33 38 38 30 31 32 30 30 30 30 32 30 34 30 30 36 35 36 35 30 30 30 30 36 37 36 34 35 2e 37 30 30 30 30 30 34 34 30 30 30 30 39 30 38 30 30 30 30 34 36 35 30 30 30 34 30 30 30 33 30 30 30 36 32 30 30 30 30 36 34 30 30 30 30 38 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 46 7E -2024-06-21 08:47:16.888 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718930837856, longitude=116.6859650, latitude=39.5224990, speed=72.000, mileage=13.92000000, dischargeVoltage=596000, dischargeCurrent=23000, insulationResistance=243720000, gear=D, accelerationPedal=30, brakePedal=50, fuelConsumption=11.80, motorControllerTemperature=170000, motorSpeed=36020, motorTorque=3880, motorTemperature=120000, motorVoltage=20400, motorCurrent=65650000, powerBattery=67645., maxFeedbackPower=700000, maxDischargePower=440000, bmsSelfCheck=90, powerBatteryCurrent=80000, powerBatteryV3=465000, maxVoltage=4000, minVoltage=3000, maxTemperature=620000, minTemperature=640000, availableCapacity=850000, vehicleStatus=1, 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-21 08:47:16.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 08:47:18.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:18.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:18.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 33 30 38 33 38 38 35 33 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 31 33 2e 39 36 30 30 30 30 30 30 37 32 36 30 30 30 32 30 30 30 30 31 38 31 38 33 30 30 30 30 44 35 30 31 30 31 30 2e 35 30 34 36 30 30 30 30 32 31 36 31 30 36 31 30 30 38 34 30 30 30 30 31 34 34 30 30 35 30 31 38 30 30 30 30 36 37 36 34 35 2e 34 38 30 30 30 30 33 38 30 30 30 30 33 30 31 30 30 30 30 36 33 39 30 30 30 33 30 30 30 34 30 30 30 32 32 30 30 30 30 34 32 30 30 30 30 33 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 26 7E -2024-06-21 08:47:18.006 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718930838853, longitude=116.6868880, latitude=39.5227270, speed=72.000, mileage=13.96000000, dischargeVoltage=726000, dischargeCurrent=20000, insulationResistance=181830000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=10.50, motorControllerTemperature=460000, motorSpeed=21610, motorTorque=6100, motorTemperature=840000, motorVoltage=14400, motorCurrent=50180000, powerBattery=67645., maxFeedbackPower=480000, maxDischargePower=380000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=639000, maxVoltage=3000, minVoltage=4000, maxTemperature=220000, minTemperature=420000, availableCapacity=350000, vehicleStatus=1, 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-21 08:47:18.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 08:47:18.859 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:18.860 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:18.860 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 33 30 38 33 39 38 34 39 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 31 33 2e 39 36 30 30 30 30 30 30 34 39 36 30 30 30 32 39 30 30 30 39 35 30 36 30 30 30 30 30 44 30 30 38 30 39 2e 30 30 30 35 36 30 30 30 30 33 30 35 34 32 37 37 33 30 33 35 30 30 30 30 31 31 37 30 30 36 32 37 35 30 30 30 30 36 37 36 34 35 2e 33 31 30 30 30 30 36 33 30 30 30 30 36 30 32 30 30 30 30 37 34 37 30 30 30 34 30 30 30 33 30 30 30 35 30 30 30 30 30 38 30 30 30 30 30 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 34 7E -2024-06-21 08:47:18.860 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718930839849, longitude=116.6871620, latitude=39.5228750, speed=0.0000, mileage=13.96000000, dischargeVoltage=496000, dischargeCurrent=29000, insulationResistance=950600000, gear=D, accelerationPedal=00, brakePedal=80, fuelConsumption=9.000, motorControllerTemperature=560000, motorSpeed=30542, motorTorque=7730, motorTemperature=350000, motorVoltage=11700, motorCurrent=62750000, powerBattery=67645., maxFeedbackPower=310000, maxDischargePower=630000, bmsSelfCheck=60, powerBatteryCurrent=20000, powerBatteryV3=747000, maxVoltage=4000, minVoltage=3000, maxTemperature=500000, minTemperature=800000, availableCapacity=400000, vehicleStatus=1, 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-21 08:47:18.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 08:47:19.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:19.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:19.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 33 30 38 34 30 38 34 39 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 31 34 2e 30 33 30 30 30 30 30 30 35 36 36 30 30 30 34 38 30 30 30 35 31 31 33 30 30 30 30 30 44 35 30 38 30 39 2e 32 30 30 38 30 30 30 30 30 32 39 30 30 33 35 31 38 30 33 35 30 30 30 30 32 36 36 30 30 37 38 31 30 30 30 30 30 36 37 36 33 36 2e 38 30 30 30 30 30 37 34 30 30 30 30 35 30 34 30 30 30 30 35 33 33 30 30 30 34 30 30 30 33 30 30 30 39 31 30 30 30 30 33 32 30 30 30 30 32 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2d 7E -2024-06-21 08:47:19.928 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718930840849, longitude=116.6890280, latitude=39.5238560, speed=126.00, mileage=14.03000000, dischargeVoltage=566000, dischargeCurrent=48000, insulationResistance=511300000, gear=D, accelerationPedal=50, brakePedal=80, fuelConsumption=9.200, motorControllerTemperature=800000, motorSpeed=29003, motorTorque=5180, motorTemperature=350000, motorVoltage=26600, motorCurrent=78100000, powerBattery=67636., maxFeedbackPower=800000, maxDischargePower=740000, bmsSelfCheck=50, powerBatteryCurrent=40000, powerBatteryV3=533000, maxVoltage=4000, minVoltage=3000, maxTemperature=910000, minTemperature=320000, availableCapacity=290000, vehicleStatus=1, 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-21 08:47:19.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 08:47:20.878 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:20.879 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:20.879 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 33 30 38 34 31 38 34 38 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 31 34 2e 31 33 30 30 30 30 30 30 35 34 37 30 30 30 34 39 30 30 30 31 30 38 30 30 30 30 30 30 44 31 30 31 30 31 30 2e 32 30 38 36 30 30 30 30 31 33 37 32 35 39 32 35 30 31 37 30 30 30 30 31 34 32 30 30 31 34 36 37 33 30 30 30 36 37 36 32 36 2e 36 35 30 30 30 30 36 39 30 30 30 30 32 30 34 30 30 30 30 35 37 39 30 30 30 34 30 30 30 33 30 30 30 35 37 30 30 30 30 34 39 30 30 30 30 31 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2a 7E -2024-06-21 08:47:20.879 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718930841848, longitude=116.6901760, latitude=39.5245800, speed=180.00, mileage=14.13000000, dischargeVoltage=547000, dischargeCurrent=49000, insulationResistance=108000000, gear=D, accelerationPedal=10, brakePedal=10, fuelConsumption=10.20, motorControllerTemperature=860000, motorSpeed=13725, motorTorque=9250, motorTemperature=170000, motorVoltage=14200, motorCurrent=14673000, powerBattery=67626., maxFeedbackPower=650000, maxDischargePower=690000, bmsSelfCheck=20, powerBatteryCurrent=40000, powerBatteryV3=579000, maxVoltage=4000, minVoltage=3000, maxTemperature=570000, minTemperature=490000, availableCapacity=120000, vehicleStatus=1, 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-21 08:47:20.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 08:47:42.032 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:42.033 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:42.033 [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 38 39 33 30 38 36 32 30 30 33 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 33 36 2e 39 38 30 30 30 30 30 30 36 38 36 30 30 30 34 30 30 30 30 31 36 34 36 30 30 30 30 30 44 39 30 32 30 31 30 2e 37 30 36 35 30 30 30 30 32 39 32 38 31 31 34 33 30 31 31 34 30 30 30 32 39 31 30 30 39 35 36 38 30 30 30 30 36 31 33 39 34 2e 33 38 30 30 30 30 35 35 30 30 30 30 34 30 35 30 30 30 30 33 37 35 30 30 30 33 30 30 30 33 30 30 30 32 35 30 30 30 30 33 31 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 ec 7E -2024-06-21 08:47:42.033 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930862003, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=36.98000000, dischargeVoltage=686000, dischargeCurrent=40000, insulationResistance=164600000, gear=D, accelerationPedal=90, brakePedal=20, fuelConsumption=10.70, motorControllerTemperature=650000, motorSpeed=29281, motorTorque=1430, motorTemperature=114000, motorVoltage=29100, motorCurrent=95680000, powerBattery=61394., maxFeedbackPower=380000, maxDischargePower=550000, bmsSelfCheck=40, powerBatteryCurrent=50000, powerBatteryV3=375000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=310000, 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-21 08:47:42.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:84 - 该车没有存到缓存中 -2024-06-21 08:47:42.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:87 - 该车没有存到缓存中 -2024-06-21 08:47:43.047 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:47:43.048 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:47:43.048 [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 38 39 33 30 38 36 33 30 30 36 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 33 37 2e 30 30 30 30 30 30 30 30 32 35 32 30 30 30 34 34 30 30 30 31 30 31 39 37 30 30 30 30 44 32 30 33 30 31 31 2e 38 30 38 35 30 30 30 30 32 34 33 32 32 35 36 34 30 36 32 30 30 30 30 31 39 32 30 30 39 30 35 34 30 30 30 30 36 31 33 39 34 2e 36 31 30 30 30 30 37 30 30 30 30 30 33 30 38 30 30 30 30 37 31 31 30 30 30 34 30 30 30 33 30 30 30 33 37 30 30 30 30 33 39 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 bf 7E -2024-06-21 08:47:43.048 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930863006, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=37.00000000, dischargeVoltage=252000, dischargeCurrent=44000, insulationResistance=101970000, gear=D, accelerationPedal=20, brakePedal=30, fuelConsumption=11.80, motorControllerTemperature=850000, motorSpeed=24322, motorTorque=5640, motorTemperature=620000, motorVoltage=19200, motorCurrent=90540000, powerBattery=61394., maxFeedbackPower=610000, maxDischargePower=700000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=711000, maxVoltage=4000, minVoltage=3000, maxTemperature=370000, minTemperature=390000, 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-21 08:49:40.639 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:49:40.640 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:49:40.640 [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 38 39 33 30 39 38 30 36 30 36 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 33 37 2e 30 37 30 30 30 30 30 30 34 37 35 30 30 30 31 31 30 30 30 33 32 38 38 30 30 30 30 30 44 39 30 38 30 31 30 2e 37 30 31 35 30 30 30 30 36 35 39 32 38 35 32 33 30 32 32 30 30 30 30 31 32 35 30 30 31 33 35 38 34 30 30 30 36 31 33 38 33 2e 31 30 30 30 30 30 34 30 30 30 30 30 35 30 33 30 30 30 30 35 33 38 30 30 30 33 30 30 30 33 30 30 30 36 32 30 30 30 30 35 35 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 d3 7E -2024-06-21 08:49:40.640 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930980606, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=37.07000000, dischargeVoltage=475000, dischargeCurrent=11000, insulationResistance=328800000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=10.70, motorControllerTemperature=150000, motorSpeed=65928, motorTorque=5230, motorTemperature=220000, motorVoltage=12500, motorCurrent=13584000, powerBattery=61383., maxFeedbackPower=100000, maxDischargePower=400000, bmsSelfCheck=50, powerBatteryCurrent=30000, powerBatteryV3=538000, maxVoltage=3000, minVoltage=3000, maxTemperature=620000, minTemperature=550000, 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-21 08:49:41.646 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:49:41.646 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:49:41.646 [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 38 39 33 30 39 38 31 36 31 35 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 33 37 2e 30 39 30 30 30 30 30 30 31 31 39 30 30 30 34 31 30 30 30 31 37 39 37 34 30 30 30 30 44 30 30 35 30 31 30 2e 35 30 39 30 30 30 30 30 39 33 30 34 39 31 35 32 30 39 34 30 30 30 30 31 38 35 30 30 31 33 33 39 33 30 30 30 36 31 33 38 33 2e 38 33 30 30 30 30 31 30 30 30 30 30 31 32 31 30 30 30 30 35 38 35 30 30 30 34 30 30 30 34 30 30 30 32 34 30 30 30 30 38 30 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 ce 7E -2024-06-21 08:49:41.647 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930981615, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=37.09000000, dischargeVoltage=119000, dischargeCurrent=41000, insulationResistance=179740000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=10.50, motorControllerTemperature=900000, motorSpeed=93049, motorTorque=1520, motorTemperature=940000, motorVoltage=18500, motorCurrent=13393000, powerBattery=61383., maxFeedbackPower=830000, maxDischargePower=100000, bmsSelfCheck=12, powerBatteryCurrent=10000, powerBatteryV3=585000, maxVoltage=4000, minVoltage=4000, maxTemperature=240000, minTemperature=800000, 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-21 08:49:44.358 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:49:44.358 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:49:44.358 [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 38 39 33 30 39 38 34 33 32 30 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 33 37 2e 31 33 30 30 30 30 30 30 35 38 33 30 30 30 33 30 30 30 30 36 37 32 30 30 30 30 30 30 44 39 30 33 30 39 2e 39 30 30 36 30 30 30 30 30 33 39 36 30 30 39 36 35 30 31 34 30 30 30 30 32 37 30 30 30 31 34 32 39 36 30 30 30 36 31 33 38 33 2e 35 38 30 30 30 30 36 35 30 30 30 30 36 30 38 30 30 30 30 36 37 38 30 30 30 33 30 30 30 33 30 30 30 34 37 30 30 30 30 39 36 30 30 30 30 38 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e9 7E -2024-06-21 08:49:44.358 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930984320, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=37.13000000, dischargeVoltage=583000, dischargeCurrent=30000, insulationResistance=672000000, gear=D, accelerationPedal=90, brakePedal=30, fuelConsumption=9.900, motorControllerTemperature=600000, motorSpeed=39600, motorTorque=9650, motorTemperature=140000, motorVoltage=27000, motorCurrent=14296000, powerBattery=61383., maxFeedbackPower=580000, maxDischargePower=650000, bmsSelfCheck=60, powerBatteryCurrent=80000, powerBatteryV3=678000, maxVoltage=3000, minVoltage=3000, maxTemperature=470000, minTemperature=960000, availableCapacity=810000, 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-21 08:49:45.361 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:49:45.361 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:49:45.361 [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 38 39 33 30 39 38 35 33 32 32 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 33 37 2e 31 35 30 30 30 30 30 30 34 33 35 30 30 30 33 34 30 30 30 32 35 33 31 35 30 30 30 30 44 32 30 31 30 39 2e 33 30 30 39 32 30 30 30 30 35 39 30 37 32 31 34 31 30 31 32 34 30 30 30 32 30 36 30 30 35 30 39 31 30 30 30 30 36 31 33 38 33 2e 34 34 30 30 30 30 31 35 30 30 30 30 37 30 31 30 30 30 30 32 38 37 30 30 30 33 30 30 30 33 30 30 30 32 30 30 30 30 30 36 37 30 30 30 30 39 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ca 7E -2024-06-21 08:49:45.362 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930985322, longitude=116.6736620, latitude=39.5223630, speed=36.000, mileage=37.15000000, dischargeVoltage=435000, dischargeCurrent=34000, insulationResistance=253150000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=9.300, motorControllerTemperature=920000, motorSpeed=59072, motorTorque=1410, motorTemperature=124000, motorVoltage=20600, motorCurrent=50910000, powerBattery=61383., maxFeedbackPower=440000, maxDischargePower=150000, bmsSelfCheck=70, powerBatteryCurrent=10000, powerBatteryV3=287000, maxVoltage=3000, minVoltage=3000, maxTemperature=200000, minTemperature=670000, availableCapacity=980000, vehicleStatus=1, 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-21 08:49:45.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 08:49:46.361 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:49:46.361 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:49:46.361 [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 38 39 33 30 39 38 36 33 32 33 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 33 37 2e 31 38 30 30 30 30 30 30 33 37 37 30 30 30 31 38 30 30 30 31 35 37 35 30 30 30 30 30 44 34 30 36 30 31 31 2e 34 30 31 33 30 30 30 30 37 32 34 37 36 37 36 38 30 33 38 30 30 30 30 32 35 30 30 30 32 34 34 30 30 30 30 30 36 31 33 38 33 2e 36 38 30 30 30 30 33 38 30 30 30 30 37 30 31 34 30 30 30 36 39 32 30 30 30 34 30 30 30 33 30 30 30 35 30 30 30 30 30 33 38 30 30 30 30 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 de 7E -2024-06-21 08:49:46.361 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930986323, longitude=116.6744210, latitude=39.5224200, speed=54.000, mileage=37.18000000, dischargeVoltage=377000, dischargeCurrent=18000, insulationResistance=157500000, gear=D, accelerationPedal=40, brakePedal=60, fuelConsumption=11.40, motorControllerTemperature=130000, motorSpeed=72476, motorTorque=7680, motorTemperature=380000, motorVoltage=25000, motorCurrent=24400000, powerBattery=61383., maxFeedbackPower=680000, maxDischargePower=380000, bmsSelfCheck=70, powerBatteryCurrent=14000, powerBatteryV3=692000, maxVoltage=4000, minVoltage=3000, maxTemperature=500000, minTemperature=380000, availableCapacity=800000, vehicleStatus=1, 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-21 08:49:46.393 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 08:49:47.353 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:49:47.353 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:49:47.353 [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 38 39 33 30 39 38 37 33 32 32 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 33 37 2e 32 32 30 30 30 30 30 30 31 34 33 30 30 30 33 39 30 30 30 32 32 37 30 39 30 30 30 30 44 30 30 31 30 39 2e 34 30 30 36 31 30 30 30 30 37 35 36 36 37 32 32 31 30 31 34 35 30 30 30 32 38 32 30 30 34 36 34 35 30 30 30 30 36 31 33 38 33 2e 31 39 30 30 30 30 31 37 30 30 30 30 35 30 35 30 30 30 30 32 38 33 30 30 30 34 30 30 30 34 30 30 30 38 32 30 30 30 30 33 35 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 31 d9 7E -2024-06-21 08:49:47.353 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718930987322, longitude=116.6755690, latitude=39.5225240, speed=72.000, mileage=37.22000000, dischargeVoltage=143000, dischargeCurrent=39000, insulationResistance=227090000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=9.400, motorControllerTemperature=610000, motorSpeed=75667, motorTorque=2210, motorTemperature=145000, motorVoltage=28200, motorCurrent=46450000, powerBattery=61383., maxFeedbackPower=190000, maxDischargePower=170000, bmsSelfCheck=50, powerBatteryCurrent=50000, powerBatteryV3=283000, maxVoltage=4000, minVoltage=4000, maxTemperature=820000, minTemperature=350000, availableCapacity=000000, vehicleStatus=1, 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-21 08:49:47.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 08:52:53.400 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 08:52:53.429 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 08:52:53.447 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 08:52:54.208 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 08:52:54.208 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 08:52:54.208 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 08:52:54.230 [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-0, test1-2, test1-1, test1-3 -2024-06-21 08:52:54.230 [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-5, test1-7, test1-4 -2024-06-21 08:52:54.230 [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 -2024-06-21 08:52:54.230 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1, test1-3] -2024-06-21 08:52:54.230 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 08:52:54.230 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-5, test1-7, test1-4] -2024-06-21 08:52:54.230 [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-17152e9b-677f-4e9a-998a-773698347f80 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 08:52:54.230 [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-2a05da0e-2078-4600-9950-2faeb893fbc1 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 08:52:54.230 [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-504b3006-306e-4e5e-932f-c230c6408877 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 08:52:54.231 [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-21 08:52:54.231 [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-21 08:52:54.231 [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-21 08:52:54.233 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 08:52:54.233 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 08:52:54.233 [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-21 08:52:54.233 [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-21 08:52:54.233 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 08:52:54.233 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 08:52:54.233 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 08:52:54.233 [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-21 08:52:54.234 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 08:52:54.238 [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-21 08:52:54.238 [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-21 08:52:54.239 [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-21 08:52:54.239 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 08:52:54.239 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 08:52:54.239 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 08:52:54.241 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 08:52:54.242 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 08:52:54.242 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 08:52:54.248 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 08:52:54.249 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 08:52:54.249 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 08:52:54.249 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 08:52:54.249 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 08:52:54.402 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 08:52:54.408 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 08:53:03.079 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 26508 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 08:53:03.080 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 08:53:03.080 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 08:53:03.632 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 08:53:03.635 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 08:53:03.660 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 08:53:03.901 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$a3c5e22d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 08:53:03.986 [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-21 08:53:03.988 [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-21 08:53:03.989 [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-21 08:53:04.003 [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-21 08:53:04.039 [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-21 08:53:04.043 [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-21 08:53:04.259 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 08:53:04.266 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 08:53:04.267 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 08:53:04.366 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 08:53:04.367 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1247 ms -2024-06-21 08:53:04.960 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 08:53:05.454 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 08:53:05.459 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 08:53:05.475 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 08:53:05.521 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 08:53:05.537 [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-21 08:53:05.593 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:53:05.593 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:53:05.593 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718931185592 -2024-06-21 08:53:05.594 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 08:53:05.692 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 08:53:05.761 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 08:53:05.821 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:53:05.822 [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-21 08:53:05.824 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 08:53:05.831 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 08:53:05.832 [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=6, memberId='consumer-Partitions-1-00cb8bc4-a430-48c2-b7e7-90ce78cb5242', protocol='range'} -2024-06-21 08:53:05.834 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 6: {consumer-Partitions-1-00cb8bc4-a430-48c2-b7e7-90ce78cb5242=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 08:53:05.837 [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=6, memberId='consumer-Partitions-1-00cb8bc4-a430-48c2-b7e7-90ce78cb5242', protocol='range'} -2024-06-21 08:53:05.838 [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-21 08:53:05.840 [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-21 08:53:05.844 [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-21 08:53:05.845 [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-21 08:53:05.845 [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-21 08:53:05.845 [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-21 08:53:05.845 [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=14, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 08:53:05.845 [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-21 08:53:05.845 [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-21 08:53:05.845 [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=17, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 08:53:06.440 [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-21 08:53:06.445 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:53:06.445 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:53:06.445 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718931186444 -2024-06-21 08:53:06.446 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 08:53:06.452 [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-21 08:53:06.456 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:53:06.456 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:53:06.456 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:53:06.456 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718931186456 -2024-06-21 08:53:06.456 [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-21 08:53:06.456 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 08:53:06.457 [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-21 08:53:06.457 [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-21 08:53:06.460 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:53:06.461 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:53:06.461 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718931186460 -2024-06-21 08:53:06.461 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 08:53:06.464 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:53:06.464 [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-21 08:53:06.464 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:53:06.464 [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-21 08:53:06.464 [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-21 08:53:06.465 [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-21 08:53:06.465 [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-21 08:53:06.466 [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-58363eb3-0eaf-40f7-a618-e8a7c95e6452', protocol='range'} -2024-06-21 08:53:06.466 [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-58363eb3-0eaf-40f7-a618-e8a7c95e6452=Assignment(partitions=[test1-0])} -2024-06-21 08:53:06.467 [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-21 08:53:06.468 [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-21 08:53:06.468 [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-58363eb3-0eaf-40f7-a618-e8a7c95e6452', protocol='range'} -2024-06-21 08:53:06.469 [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]) -2024-06-21 08:53:06.469 [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 -2024-06-21 08:53:06.471 [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-21 08:53:06.472 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 08:53:06.472 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 08:53:06.473 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 08:53:06.623 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#545604a9:0/SimpleConnection@1443539 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 55432] -2024-06-21 08:53:07.110 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 08:53:07.113 [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-21 08:53:07.408 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.6 seconds (JVM running for 5.06) -2024-06-21 08:53:07.560 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 08:53:07.560 [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-21 08:53:07.967 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 08:53:09.477 [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-21 08:53:09.478 [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 -2024-06-21 08:53:09.479 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 08:53:09.479 [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-21 08:53:09.480 [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-91d944e6-0b28-4c7a-859a-ffefd7d1fdf1', protocol='range'} -2024-06-21 08:53:09.480 [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-60e720fb-7ab4-43bb-b032-48d5f7d26129', protocol='range'} -2024-06-21 08:53:09.481 [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-58363eb3-0eaf-40f7-a618-e8a7c95e6452', protocol='range'} -2024-06-21 08:53:09.539 [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-4-60e720fb-7ab4-43bb-b032-48d5f7d26129=Assignment(partitions=[test1-4, test1-5, test1-6, test1-7]), consumer-Topics-3-91d944e6-0b28-4c7a-859a-ffefd7d1fdf1=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3]), consumer-Topics-2-58363eb3-0eaf-40f7-a618-e8a7c95e6452=Assignment(partitions=[test1-0])} -2024-06-21 08:53:09.541 [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-58363eb3-0eaf-40f7-a618-e8a7c95e6452', protocol='range'} -2024-06-21 08:53:09.541 [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]) -2024-06-21 08:53:09.541 [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 -2024-06-21 08:53:09.542 [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-91d944e6-0b28-4c7a-859a-ffefd7d1fdf1', protocol='range'} -2024-06-21 08:53:09.542 [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-0, test1-1, test1-2, test1-3]) -2024-06-21 08:53:09.542 [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-60e720fb-7ab4-43bb-b032-48d5f7d26129', protocol='range'} -2024-06-21 08:53:09.543 [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-0, test1-2, test1-1, test1-3 -2024-06-21 08:53:09.543 [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-4, test1-5, test1-6, test1-7]) -2024-06-21 08:53:09.543 [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-5, test1-7, test1-4 -2024-06-21 08:53:09.544 [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-21 08:53:09.544 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 08:53:09.545 [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-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-21 08:53:09.545 [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-2 to the committed offset FetchPosition{offset=14, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 08:53:09.545 [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-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-21 08:53:09.545 [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=17, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 08:53:09.545 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0, test1-2, test1-1, test1-3] -2024-06-21 08:53:09.545 [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-21 08:53:09.546 [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-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-21 08:53:09.546 [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-21 08:53:09.546 [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-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-21 08:53:09.546 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-5, test1-7, test1-4] -2024-06-21 08:54:34.585 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:54:34.585 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:54:34.585 [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 38 39 33 31 32 37 34 35 34 36 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 33 37 2e 32 38 30 30 30 30 30 30 35 36 31 30 30 30 33 33 30 30 30 39 37 30 37 30 30 30 30 30 44 34 30 30 30 31 32 2e 30 30 38 38 30 30 30 30 32 33 30 38 33 39 38 30 30 35 36 30 30 30 30 32 32 38 30 30 39 39 36 30 30 30 30 30 36 31 33 37 31 2e 33 30 30 30 30 30 33 39 30 30 30 30 34 30 31 32 30 30 30 35 32 36 30 30 30 34 30 30 30 33 30 30 30 37 31 30 30 30 30 33 33 30 30 30 30 38 39 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-21 08:54:34.599 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718931274546, longitude=116.6766100, latitude=39.5226150, speed=108.00, mileage=37.28000000, dischargeVoltage=561000, dischargeCurrent=33000, insulationResistance=970700000, gear=D, accelerationPedal=40, brakePedal=00, fuelConsumption=12.00, motorControllerTemperature=880000, motorSpeed=23083, motorTorque=9800, motorTemperature=560000, motorVoltage=22800, motorCurrent=99600000, powerBattery=61371., maxFeedbackPower=300000, maxDischargePower=390000, bmsSelfCheck=40, powerBatteryCurrent=12000, powerBatteryV3=526000, maxVoltage=4000, minVoltage=3000, maxTemperature=710000, minTemperature=330000, availableCapacity=890000, 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-21 08:54:34.653 [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-21 08:54:34.664 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:54:34.664 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:54:34.664 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718931274664 -2024-06-21 08:54:34.666 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:54:35.112 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:84 - 该车没有存到缓存中 -2024-06-21 08:54:35.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:87 - 该车没有存到缓存中 -2024-06-21 08:54:35.594 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:54:35.594 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:54:35.595 [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 38 39 33 31 32 37 35 35 35 35 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 33 37 2e 33 35 30 30 30 30 30 30 31 34 33 30 30 30 37 30 30 30 30 31 35 30 30 30 30 30 30 30 44 33 30 36 30 39 2e 34 30 30 36 38 30 30 30 30 36 38 38 32 30 31 39 35 30 31 32 37 30 30 30 32 36 35 30 30 31 33 34 33 32 30 30 30 36 31 33 36 32 2e 36 34 30 30 30 30 32 32 30 30 30 30 31 30 31 34 30 30 30 33 35 35 30 30 30 34 30 30 30 34 30 30 30 37 30 30 30 30 30 34 33 30 30 30 30 37 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d6 7E -2024-06-21 08:54:35.595 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718931275555, longitude=116.6778270, latitude=39.5227060, speed=126.00, mileage=37.35000000, dischargeVoltage=143000, dischargeCurrent=70000, insulationResistance=150000000, gear=D, accelerationPedal=30, brakePedal=60, fuelConsumption=9.400, motorControllerTemperature=680000, motorSpeed=68820, motorTorque=1950, motorTemperature=127000, motorVoltage=26500, motorCurrent=13432000, powerBattery=61362., maxFeedbackPower=640000, maxDischargePower=220000, bmsSelfCheck=10, powerBatteryCurrent=14000, powerBatteryV3=355000, maxVoltage=4000, minVoltage=4000, maxTemperature=700000, minTemperature=430000, availableCapacity=780000, 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-21 08:54:36.595 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:54:36.595 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:54:36.595 [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 38 39 33 31 32 37 36 35 35 39 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 33 37 2e 33 39 30 30 30 30 30 30 34 32 31 30 30 30 31 34 30 30 30 32 31 35 35 33 30 30 30 30 44 30 30 35 30 31 31 2e 34 30 38 38 30 30 30 30 36 31 35 31 31 36 31 31 30 35 33 30 30 30 30 31 35 39 30 30 35 39 30 30 30 30 30 30 36 31 33 36 32 2e 39 34 30 30 30 30 39 34 30 30 30 30 36 30 32 30 30 30 30 35 37 34 30 30 30 33 30 30 30 34 30 30 30 37 33 30 30 30 30 36 30 30 30 30 30 31 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e0 7E -2024-06-21 08:54:36.595 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718931276559, longitude=116.6788900, latitude=39.5227930, speed=72.000, mileage=37.39000000, dischargeVoltage=421000, dischargeCurrent=14000, insulationResistance=215530000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=11.40, motorControllerTemperature=880000, motorSpeed=61511, motorTorque=6110, motorTemperature=530000, motorVoltage=15900, motorCurrent=59000000, powerBattery=61362., maxFeedbackPower=940000, maxDischargePower=940000, bmsSelfCheck=60, powerBatteryCurrent=20000, powerBatteryV3=574000, maxVoltage=3000, minVoltage=4000, maxTemperature=730000, minTemperature=600000, availableCapacity=180000, 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-21 08:54:37.654 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:54:37.654 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:54:37.654 [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 38 39 33 31 32 37 37 35 34 39 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 33 37 2e 34 31 30 30 30 30 30 30 33 39 38 30 30 30 34 38 30 30 30 36 31 35 32 30 30 30 30 30 44 39 30 37 30 31 30 2e 37 30 32 36 30 30 30 30 33 30 38 35 32 34 39 35 30 37 39 30 30 30 30 32 30 35 30 30 31 32 32 39 35 30 30 30 36 31 33 36 32 2e 35 31 30 30 30 30 37 30 30 30 30 30 31 33 37 30 30 30 30 32 32 37 30 30 30 33 30 30 30 34 30 30 30 34 39 30 30 30 30 36 36 30 30 30 30 32 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-21 08:54:37.654 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718931277549, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=37.41000000, dischargeVoltage=398000, dischargeCurrent=48000, insulationResistance=615200000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=10.70, motorControllerTemperature=260000, motorSpeed=30852, motorTorque=4950, motorTemperature=790000, motorVoltage=20500, motorCurrent=12295000, powerBattery=61362., maxFeedbackPower=510000, maxDischargePower=700000, bmsSelfCheck=13, powerBatteryCurrent=70000, powerBatteryV3=227000, maxVoltage=3000, minVoltage=4000, maxTemperature=490000, minTemperature=660000, availableCapacity=250000, 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-21 08:57:04.197 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:57:04.197 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:57:04.197 [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 38 39 33 31 34 32 34 30 37 34 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 33 37 2e 34 33 30 30 30 30 30 30 31 33 32 30 30 30 31 38 30 30 30 31 37 30 30 33 30 30 30 30 44 31 30 30 30 31 30 2e 34 30 31 37 30 30 30 30 34 30 38 32 38 39 37 35 30 34 38 30 30 30 30 32 39 34 30 30 37 39 33 32 30 30 30 30 36 31 33 36 32 2e 35 30 30 30 30 30 33 31 30 30 30 30 31 31 31 30 30 30 30 37 32 37 30 30 30 33 30 30 30 34 30 30 30 34 30 30 30 30 30 36 34 30 30 30 30 36 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 bf 7E -2024-06-21 08:57:04.197 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718931424074, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=37.43000000, dischargeVoltage=132000, dischargeCurrent=18000, insulationResistance=170030000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=10.40, motorControllerTemperature=170000, motorSpeed=40828, motorTorque=9750, motorTemperature=480000, motorVoltage=29400, motorCurrent=79320000, powerBattery=61362., maxFeedbackPower=500000, maxDischargePower=310000, bmsSelfCheck=11, powerBatteryCurrent=10000, powerBatteryV3=727000, maxVoltage=3000, minVoltage=4000, maxTemperature=400000, minTemperature=640000, availableCapacity=680000, 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-21 08:57:05.231 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:57:05.231 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:57:05.231 [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 38 39 33 31 34 32 35 30 38 38 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 33 37 2e 34 35 30 30 30 30 30 30 32 37 32 30 30 30 34 34 30 30 30 31 32 35 38 34 30 30 30 30 44 30 30 37 30 31 30 2e 39 30 38 37 30 30 30 30 34 33 30 39 38 32 36 30 30 39 38 30 30 30 30 32 34 38 30 30 31 34 31 30 32 30 30 30 36 31 33 36 32 2e 38 37 30 30 30 30 36 37 30 30 30 30 31 33 32 30 30 30 30 36 30 35 30 30 30 33 30 30 30 33 30 30 30 38 30 30 30 30 30 33 30 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 d3 7E -2024-06-21 08:57:05.232 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718931425088, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=37.45000000, dischargeVoltage=272000, dischargeCurrent=44000, insulationResistance=125840000, gear=D, accelerationPedal=00, brakePedal=70, fuelConsumption=10.90, motorControllerTemperature=870000, motorSpeed=43098, motorTorque=2600, motorTemperature=980000, motorVoltage=24800, motorCurrent=14102000, powerBattery=61362., maxFeedbackPower=870000, maxDischargePower=670000, bmsSelfCheck=13, powerBatteryCurrent=20000, powerBatteryV3=605000, maxVoltage=3000, minVoltage=3000, maxTemperature=800000, minTemperature=300000, 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-21 08:58:05.604 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:58:05.605 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:58:05.605 [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 38 39 33 31 34 38 35 35 36 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 33 37 2e 35 30 30 30 30 30 30 30 31 39 30 30 30 30 34 31 30 30 30 35 35 33 36 30 30 30 30 30 44 30 30 35 30 39 2e 32 30 30 34 38 30 30 30 30 39 32 39 34 30 36 38 33 30 31 34 33 30 30 30 32 38 33 30 30 37 30 33 35 30 30 30 30 36 31 33 35 32 2e 37 30 30 30 30 30 37 35 30 30 30 30 31 30 31 30 30 30 30 33 35 39 30 30 30 33 30 30 30 34 30 30 30 34 38 30 30 30 30 37 30 30 30 30 30 36 39 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-21 08:58:05.605 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718931485569, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=37.50000000, dischargeVoltage=190000, dischargeCurrent=41000, insulationResistance=553600000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=9.200, motorControllerTemperature=480000, motorSpeed=92940, motorTorque=6830, motorTemperature=143000, motorVoltage=28300, motorCurrent=70350000, powerBattery=61352., maxFeedbackPower=700000, maxDischargePower=750000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=359000, maxVoltage=3000, minVoltage=4000, maxTemperature=480000, minTemperature=700000, availableCapacity=690000, 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-21 08:58:06.660 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:58:06.660 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:58:06.660 [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 38 39 33 31 34 38 36 35 37 39 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 33 37 2e 35 35 30 30 30 30 30 30 34 31 33 30 30 30 34 32 30 30 30 31 38 36 30 30 30 30 30 30 44 33 30 34 30 31 30 2e 39 30 32 33 30 30 30 30 39 34 34 38 31 37 33 37 30 31 30 36 30 30 30 31 35 31 30 30 31 33 38 30 31 30 30 30 36 31 33 34 32 2e 33 38 30 30 30 30 33 32 30 30 30 30 31 33 31 32 30 30 30 36 37 39 30 30 30 34 30 30 30 34 30 30 30 31 30 30 30 30 30 39 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 d8 7E -2024-06-21 08:58:06.660 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718931486579, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=37.55000000, dischargeVoltage=413000, dischargeCurrent=42000, insulationResistance=186000000, gear=D, accelerationPedal=30, brakePedal=40, fuelConsumption=10.90, motorControllerTemperature=230000, motorSpeed=94481, motorTorque=7370, motorTemperature=106000, motorVoltage=15100, motorCurrent=13801000, powerBattery=61342., maxFeedbackPower=380000, maxDischargePower=320000, bmsSelfCheck=13, powerBatteryCurrent=12000, powerBatteryV3=679000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=900000, 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-21 08:58:16.438 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:58:16.439 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:58:16.439 [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 38 39 33 31 34 39 36 32 36 36 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 33 37 2e 35 37 30 30 30 30 30 30 34 38 31 30 30 30 34 34 30 30 30 32 38 36 36 33 30 30 30 30 44 37 30 38 30 39 2e 38 30 30 31 34 30 30 30 30 37 31 35 34 34 32 37 38 30 36 39 30 30 30 30 32 35 33 30 30 37 35 38 39 30 30 30 30 36 31 33 34 32 2e 34 39 30 30 30 30 31 35 30 30 30 30 34 30 35 30 30 30 30 37 30 32 30 30 30 34 30 30 30 33 30 30 30 36 35 30 30 30 30 37 34 30 30 30 30 31 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 02 7E -2024-06-21 08:58:16.439 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718931496266, longitude=116.6836000, latitude=39.5229670, speed=36.000, mileage=37.57000000, dischargeVoltage=481000, dischargeCurrent=44000, insulationResistance=286630000, gear=D, accelerationPedal=70, brakePedal=80, fuelConsumption=9.800, motorControllerTemperature=140000, motorSpeed=71544, motorTorque=2780, motorTemperature=690000, motorVoltage=25300, motorCurrent=75890000, powerBattery=61342., maxFeedbackPower=490000, maxDischargePower=150000, bmsSelfCheck=40, powerBatteryCurrent=50000, powerBatteryV3=702000, maxVoltage=4000, minVoltage=3000, maxTemperature=650000, minTemperature=740000, availableCapacity=130000, 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-21 08:58:17.308 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:58:17.308 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:58:17.308 [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 38 39 33 31 34 39 37 32 37 36 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 33 37 2e 35 39 30 30 30 30 30 30 34 35 38 30 30 30 31 39 30 30 30 31 37 35 33 32 30 30 30 30 44 34 30 34 30 39 2e 35 30 30 39 30 30 30 30 30 35 39 36 38 35 37 32 31 30 31 34 33 30 30 30 31 32 34 30 30 31 33 31 39 39 30 30 30 36 31 33 34 32 2e 35 37 30 30 30 30 31 30 30 30 30 30 31 30 31 32 30 30 30 35 32 32 30 30 30 34 30 30 30 33 30 30 30 30 30 30 30 30 30 35 33 30 30 30 30 39 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e8 7E -2024-06-21 08:58:17.309 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718931497276, longitude=116.6840660, latitude=39.5228470, speed=36.000, mileage=37.59000000, dischargeVoltage=458000, dischargeCurrent=19000, insulationResistance=175320000, gear=D, accelerationPedal=40, brakePedal=40, fuelConsumption=9.500, motorControllerTemperature=900000, motorSpeed=59685, motorTorque=7210, motorTemperature=143000, motorVoltage=12400, motorCurrent=13199000, powerBattery=61342., maxFeedbackPower=570000, maxDischargePower=100000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=522000, maxVoltage=4000, minVoltage=3000, maxTemperature=000000, minTemperature=530000, availableCapacity=940000, 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-21 08:58:18.402 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 08:58:18.402 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 08:58:18.402 [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 38 39 33 31 34 39 38 32 37 32 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 33 37 2e 36 31 30 30 30 30 30 30 32 36 38 30 30 30 33 32 30 30 30 32 31 32 30 35 30 30 30 30 44 30 30 34 30 31 30 2e 31 30 38 37 30 30 30 30 32 39 32 39 38 32 39 34 30 31 33 33 30 30 30 31 31 39 30 30 31 30 30 33 32 30 30 30 36 31 33 34 32 2e 32 36 30 30 30 30 39 35 30 30 30 30 31 30 31 32 30 30 30 34 35 39 30 30 30 34 30 30 30 33 30 30 30 31 33 30 30 30 30 32 38 30 30 30 30 32 33 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-21 08:58:18.402 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718931498272, longitude=116.6845220, latitude=39.5227510, speed=36.000, mileage=37.61000000, dischargeVoltage=268000, dischargeCurrent=32000, insulationResistance=212050000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=10.10, motorControllerTemperature=870000, motorSpeed=29298, motorTorque=2940, motorTemperature=133000, motorVoltage=11900, motorCurrent=10032000, powerBattery=61342., maxFeedbackPower=260000, maxDischargePower=950000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=459000, maxVoltage=4000, minVoltage=3000, maxTemperature=130000, minTemperature=280000, availableCapacity=230000, 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-21 08:58:23.064 [http-nio-8888-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring DispatcherServlet 'dispatcherServlet' -2024-06-21 08:58:23.139 [http-nio-8888-exec-1] 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-5 - 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-21 08:58:23.142 [http-nio-8888-exec-1] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:58:23.142 [http-nio-8888-exec-1] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:58:23.142 [http-nio-8888-exec-1] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718931503142 -2024-06-21 08:58:23.142 [http-nio-8888-exec-1] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 08:58:23.146 [Thread-12] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:58:23.147 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null) -2024-06-21 08:58:23.147 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] (Re-)joining group -2024-06-21 08:58:23.150 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] (Re-)joining group -2024-06-21 08:58:24.709 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Attempt to heartbeat failed since group is rebalancing -2024-06-21 08:58:24.711 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Revoke previously assigned partitions test1-0, test1-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3 -2024-06-21 08:58:24.711 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 08:58:24.714 [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-00cb8bc4-a430-48c2-b7e7-90ce78cb5242', protocol='range'} -2024-06-21 08:58:24.714 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Successfully joined group with generation Generation{generationId=7, memberId='consumer-Partitions-5-287a22c7-20b7-41ec-95dc-558e8425a607', protocol='range'} -2024-06-21 08:58:24.714 [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-00cb8bc4-a430-48c2-b7e7-90ce78cb5242=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3]), consumer-Partitions-5-287a22c7-20b7-41ec-95dc-558e8425a607=Assignment(partitions=[test1-4, test1-5, test1-6, test1-7])} -2024-06-21 08:58:24.715 [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-00cb8bc4-a430-48c2-b7e7-90ce78cb5242', protocol='range'} -2024-06-21 08:58:24.715 [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]) -2024-06-21 08:58:24.715 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Successfully synced group in generation Generation{generationId=7, memberId='consumer-Partitions-5-287a22c7-20b7-41ec-95dc-558e8425a607', protocol='range'} -2024-06-21 08:58:24.715 [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-2, test1-1, test1-3 -2024-06-21 08:58:24.716 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-4, test1-5, test1-6, test1-7]) -2024-06-21 08:58:24.716 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Adding newly assigned partitions: test1-6, test1-5, test1-7, test1-4 -2024-06-21 08:58:24.716 [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-21 08:58:24.716 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, 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-21 08:58:24.716 [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=14, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 08:58:24.716 [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-21 08:58:24.716 [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=28, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 08:58:24.716 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, 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-21 08:58:24.716 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, 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-21 08:58:24.716 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, 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-21 08:59:29.239 [http-nio-8888-exec-3] 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-6 - 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-21 08:59:29.267 [http-nio-8888-exec-3] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:59:29.268 [http-nio-8888-exec-3] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:59:29.268 [http-nio-8888-exec-3] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718931569267 -2024-06-21 08:59:29.909 [http-nio-8888-exec-3] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 08:59:32.251 [Thread-13] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 08:59:32.252 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null) -2024-06-21 08:59:32.255 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] (Re-)joining group -2024-06-21 08:59:33.481 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] (Re-)joining group -2024-06-21 08:59:36.329 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Attempt to heartbeat failed since group is rebalancing -2024-06-21 08:59:36.329 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Attempt to heartbeat failed since group is rebalancing -2024-06-21 08:59:36.330 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Revoke previously assigned partitions test1-6, test1-5, test1-7, test1-4 -2024-06-21 08:59:36.331 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] (Re-)joining group -2024-06-21 08:59:36.331 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Revoke previously assigned partitions test1-0, test1-2, test1-1, test1-3 -2024-06-21 08:59:36.331 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 08:59:36.332 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Successfully joined group with generation Generation{generationId=8, memberId='consumer-Partitions-6-280c5c6b-a05e-4b5d-aaf9-2bbaf7ab7b3c', protocol='range'} -2024-06-21 08:59:36.332 [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=8, memberId='consumer-Partitions-1-00cb8bc4-a430-48c2-b7e7-90ce78cb5242', protocol='range'} -2024-06-21 08:59:36.332 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Successfully joined group with generation Generation{generationId=8, memberId='consumer-Partitions-5-287a22c7-20b7-41ec-95dc-558e8425a607', protocol='range'} -2024-06-21 08:59:36.332 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 8: {consumer-Partitions-6-280c5c6b-a05e-4b5d-aaf9-2bbaf7ab7b3c=Assignment(partitions=[test1-6, test1-7]), consumer-Partitions-1-00cb8bc4-a430-48c2-b7e7-90ce78cb5242=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Partitions-5-287a22c7-20b7-41ec-95dc-558e8425a607=Assignment(partitions=[test1-3, test1-4, test1-5])} -2024-06-21 08:59:36.334 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Successfully synced group in generation Generation{generationId=8, memberId='consumer-Partitions-5-287a22c7-20b7-41ec-95dc-558e8425a607', protocol='range'} -2024-06-21 08:59:36.334 [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=8, memberId='consumer-Partitions-1-00cb8bc4-a430-48c2-b7e7-90ce78cb5242', protocol='range'} -2024-06-21 08:59:36.334 [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]) -2024-06-21 08:59:36.334 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5]) -2024-06-21 08:59:36.334 [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-2, test1-1 -2024-06-21 08:59:36.334 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Adding newly assigned partitions: test1-5, test1-4, test1-3 -2024-06-21 08:59:36.334 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Successfully synced group in generation Generation{generationId=8, memberId='consumer-Partitions-6-280c5c6b-a05e-4b5d-aaf9-2bbaf7ab7b3c', protocol='range'} -2024-06-21 08:59:36.334 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7]) -2024-06-21 08:59:36.334 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Adding newly assigned partitions: test1-6, test1-7 -2024-06-21 08:59:36.335 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-6, 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-21 08:59:36.335 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, 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-21 08:59:36.335 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-6, 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-21 08:59:36.335 [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=14, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 08:59:36.335 [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-21 08:59:36.335 [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-21 08:59:36.335 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, 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-21 08:59:36.335 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=28, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 08:59:50.973 [http-nio-8888-exec-4] 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-7 - 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-21 08:59:50.999 [http-nio-8888-exec-4] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 08:59:50.999 [http-nio-8888-exec-4] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 08:59:51.000 [http-nio-8888-exec-4] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718931590999 -2024-06-21 08:59:55.591 [http-nio-8888-exec-4] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 09:00:04.485 [Thread-14] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:00:06.109 [Thread-14] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null) -2024-06-21 09:00:06.110 [Thread-14] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] (Re-)joining group -2024-06-21 09:00:09.784 [Thread-14] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] (Re-)joining group -2024-06-21 09:00:10.758 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Attempt to heartbeat failed since group is rebalancing -2024-06-21 09:00:10.759 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Attempt to heartbeat failed since group is rebalancing -2024-06-21 09:00:10.759 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Revoke previously assigned partitions test1-5, test1-4, test1-3 -2024-06-21 09:00:10.760 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] (Re-)joining group -2024-06-21 09:00:10.760 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Attempt to heartbeat failed since group is rebalancing -2024-06-21 09:00:10.761 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Revoke previously assigned partitions test1-0, test1-2, test1-1 -2024-06-21 09:00:10.761 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:00:10.762 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Revoke previously assigned partitions test1-6, test1-7 -2024-06-21 09:00:10.762 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] (Re-)joining group -2024-06-21 09:00:10.768 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Successfully joined group with generation Generation{generationId=9, memberId='consumer-Partitions-6-280c5c6b-a05e-4b5d-aaf9-2bbaf7ab7b3c', protocol='range'} -2024-06-21 09:00:10.769 [Thread-14] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Successfully joined group with generation Generation{generationId=9, memberId='consumer-Partitions-7-96ac8ffe-685f-4004-a9d0-a722ed91371d', protocol='range'} -2024-06-21 09:00:10.771 [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-00cb8bc4-a430-48c2-b7e7-90ce78cb5242', protocol='range'} -2024-06-21 09:00:10.772 [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-6-280c5c6b-a05e-4b5d-aaf9-2bbaf7ab7b3c=Assignment(partitions=[test1-4, test1-5]), consumer-Partitions-1-00cb8bc4-a430-48c2-b7e7-90ce78cb5242=Assignment(partitions=[test1-0, test1-1]), consumer-Partitions-7-96ac8ffe-685f-4004-a9d0-a722ed91371d=Assignment(partitions=[test1-6, test1-7]), consumer-Partitions-5-287a22c7-20b7-41ec-95dc-558e8425a607=Assignment(partitions=[test1-2, test1-3])} -2024-06-21 09:00:10.772 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Successfully joined group with generation Generation{generationId=9, memberId='consumer-Partitions-5-287a22c7-20b7-41ec-95dc-558e8425a607', protocol='range'} -2024-06-21 09:00:10.773 [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-00cb8bc4-a430-48c2-b7e7-90ce78cb5242', protocol='range'} -2024-06-21 09:00:10.773 [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]) -2024-06-21 09:00:10.773 [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-1 -2024-06-21 09:00:10.774 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Successfully synced group in generation Generation{generationId=9, memberId='consumer-Partitions-6-280c5c6b-a05e-4b5d-aaf9-2bbaf7ab7b3c', protocol='range'} -2024-06-21 09:00:10.774 [Thread-14] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Successfully synced group in generation Generation{generationId=9, memberId='consumer-Partitions-7-96ac8ffe-685f-4004-a9d0-a722ed91371d', protocol='range'} -2024-06-21 09:00:10.774 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-4, test1-5]) -2024-06-21 09:00:10.774 [Thread-14] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7]) -2024-06-21 09:00:10.774 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Adding newly assigned partitions: test1-5, test1-4 -2024-06-21 09:00:10.774 [Thread-14] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Adding newly assigned partitions: test1-6, test1-7 -2024-06-21 09:00:10.776 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-6, 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-21 09:00:10.776 [Thread-14] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-7, 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-21 09:00:10.776 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-6, 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-21 09:00:10.776 [Thread-14] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-7, 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-21 09:00:10.776 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Successfully synced group in generation Generation{generationId=9, memberId='consumer-Partitions-5-287a22c7-20b7-41ec-95dc-558e8425a607', protocol='range'} -2024-06-21 09:00:10.776 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-2, test1-3]) -2024-06-21 09:00:10.776 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Adding newly assigned partitions: test1-2, test1-3 -2024-06-21 09:00:10.777 [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-21 09:00:10.777 [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-21 09:00:10.777 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=14, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:00:10.777 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=28, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:00:41.877 [kafka-coordinator-heartbeat-thread | Partitions] INFO o.a.k.c.consumer.internals.AbstractCoordinator:911 - [Consumer clientId=consumer-Partitions-6, 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-21 09:00:42.904 [kafka-coordinator-heartbeat-thread | Partitions] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Attempt to heartbeat failed since group is rebalancing -2024-06-21 09:00:42.905 [kafka-coordinator-heartbeat-thread | Partitions] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Attempt to heartbeat failed since group is rebalancing -2024-06-21 09:00:42.905 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Attempt to heartbeat failed since group is rebalancing -2024-06-21 09:00:43.769 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Revoke previously assigned partitions test1-2, test1-3 -2024-06-21 09:00:43.769 [Thread-14] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Revoke previously assigned partitions test1-6, test1-7 -2024-06-21 09:00:43.770 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] (Re-)joining group -2024-06-21 09:00:43.770 [Thread-14] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] (Re-)joining group -2024-06-21 09:00:44.511 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Revoke previously assigned partitions test1-0, test1-1 -2024-06-21 09:00:44.511 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:00:45.254 [Thread-14] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Successfully joined group with generation Generation{generationId=10, memberId='consumer-Partitions-7-96ac8ffe-685f-4004-a9d0-a722ed91371d', protocol='range'} -2024-06-21 09:00:45.255 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null) -2024-06-21 09:00:45.256 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Successfully joined group with generation Generation{generationId=10, memberId='consumer-Partitions-5-287a22c7-20b7-41ec-95dc-558e8425a607', protocol='range'} -2024-06-21 09:00:45.461 [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=10, memberId='consumer-Partitions-1-00cb8bc4-a430-48c2-b7e7-90ce78cb5242', protocol='range'} -2024-06-21 09:00:45.461 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 10: {consumer-Partitions-1-00cb8bc4-a430-48c2-b7e7-90ce78cb5242=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Partitions-7-96ac8ffe-685f-4004-a9d0-a722ed91371d=Assignment(partitions=[test1-6, test1-7]), consumer-Partitions-5-287a22c7-20b7-41ec-95dc-558e8425a607=Assignment(partitions=[test1-3, test1-4, test1-5])} -2024-06-21 09:00:45.647 [kafka-coordinator-heartbeat-thread | Partitions] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Successfully synced group in generation Generation{generationId=10, memberId='consumer-Partitions-5-287a22c7-20b7-41ec-95dc-558e8425a607', protocol='range'} -2024-06-21 09:00:45.647 [kafka-coordinator-heartbeat-thread | Partitions] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Successfully synced group in generation Generation{generationId=10, memberId='consumer-Partitions-1-00cb8bc4-a430-48c2-b7e7-90ce78cb5242', protocol='range'} -2024-06-21 09:00:45.647 [Thread-14] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Successfully synced group in generation Generation{generationId=10, memberId='consumer-Partitions-7-96ac8ffe-685f-4004-a9d0-a722ed91371d', protocol='range'} -2024-06-21 09:00:48.777 [kafka-coordinator-heartbeat-thread | Partitions] INFO o.a.k.c.consumer.internals.AbstractCoordinator:848 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Discovered group coordinator xiaoxin:9092 (id: 2147483647 rack: null) -2024-06-21 09:00:48.779 [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]) -2024-06-21 09:00:48.779 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-3, test1-4, test1-5]) -2024-06-21 09:00:48.779 [Thread-14] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7]) -2024-06-21 09:00:48.779 [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-2, test1-1 -2024-06-21 09:00:48.779 [Thread-14] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Adding newly assigned partitions: test1-6, test1-7 -2024-06-21 09:00:48.779 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Adding newly assigned partitions: test1-5, test1-4, test1-3 -2024-06-21 09:00:48.780 [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=14, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:00:48.780 [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-21 09:00:48.780 [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-21 09:00:48.780 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Attempt to heartbeat with Generation{generationId=9, memberId='consumer-Partitions-6-280c5c6b-a05e-4b5d-aaf9-2bbaf7ab7b3c', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 09:00:48.781 [Thread-14] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-7, 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-21 09:00:48.781 [Thread-14] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-7, 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-21 09:00:48.781 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, 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-21 09:00:48.781 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, 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-21 09:00:48.781 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=28, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:00:48.781 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1140 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Attempt to heartbeat with stale Generation{generationId=9, memberId='consumer-Partitions-6-280c5c6b-a05e-4b5d-aaf9-2bbaf7ab7b3c', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, ignoring the error -2024-06-21 09:00:48.782 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1130 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Failing OffsetCommit request since the consumer is not part of an active group -2024-06-21 09:00:48.783 [Thread-13] ERROR o.a.k.c.consumer.internals.ConsumerCoordinator:1190 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Offset commit failed on partition test1-5 at offset 0: The coordinator is not aware of this member. -2024-06-21 09:00:48.784 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1246 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] OffsetCommit failed with Generation{generationId=9, memberId='consumer-Partitions-6-280c5c6b-a05e-4b5d-aaf9-2bbaf7ab7b3c', protocol='range'}: The coordinator is not aware of this member. -2024-06-21 09:00:48.784 [Thread-13] WARN o.a.k.c.consumer.internals.ConsumerCoordinator:1048 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Asynchronous auto-commit of offsets {test1-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}} failed: Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time message processing. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. -2024-06-21 09:00:48.785 [Thread-13] WARN o.a.k.c.consumer.internals.ConsumerCoordinator:1069 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Synchronous auto-commit of offsets {test1-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, test1-4=OffsetAndMetadata{offset=0, leaderEpoch=null, 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-21 09:00:48.785 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:691 - [Consumer clientId=consumer-Partitions-6, 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-21 09:00:48.785 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:326 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Lost previously assigned partitions test1-5, test1-4 -2024-06-21 09:00:48.786 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] (Re-)joining group -2024-06-21 09:00:48.791 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] (Re-)joining group -2024-06-21 09:00:51.791 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Attempt to heartbeat failed since group is rebalancing -2024-06-21 09:00:51.791 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Attempt to heartbeat failed since group is rebalancing -2024-06-21 09:00:51.791 [Thread-14] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Attempt to heartbeat failed since group is rebalancing -2024-06-21 09:00:51.792 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Revoke previously assigned partitions test1-5, test1-4, test1-3 -2024-06-21 09:00:51.792 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] (Re-)joining group -2024-06-21 09:00:51.792 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Revoke previously assigned partitions test1-0, test1-2, test1-1 -2024-06-21 09:00:51.792 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:00:51.793 [Thread-14] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:307 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Revoke previously assigned partitions test1-6, test1-7 -2024-06-21 09:00:51.793 [Thread-14] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] (Re-)joining group -2024-06-21 09:00:51.794 [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-00cb8bc4-a430-48c2-b7e7-90ce78cb5242', protocol='range'} -2024-06-21 09:00:51.794 [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-6-8fc5bf94-4d0c-4c01-9467-8fb177a7703a=Assignment(partitions=[test1-4, test1-5]), consumer-Partitions-1-00cb8bc4-a430-48c2-b7e7-90ce78cb5242=Assignment(partitions=[test1-0, test1-1]), consumer-Partitions-7-96ac8ffe-685f-4004-a9d0-a722ed91371d=Assignment(partitions=[test1-6, test1-7]), consumer-Partitions-5-287a22c7-20b7-41ec-95dc-558e8425a607=Assignment(partitions=[test1-2, test1-3])} -2024-06-21 09:00:51.794 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Successfully joined group with generation Generation{generationId=11, memberId='consumer-Partitions-6-8fc5bf94-4d0c-4c01-9467-8fb177a7703a', protocol='range'} -2024-06-21 09:00:51.795 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Successfully joined group with generation Generation{generationId=11, memberId='consumer-Partitions-5-287a22c7-20b7-41ec-95dc-558e8425a607', protocol='range'} -2024-06-21 09:00:51.795 [Thread-14] INFO o.a.k.c.consumer.internals.AbstractCoordinator:594 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Successfully joined group with generation Generation{generationId=11, memberId='consumer-Partitions-7-96ac8ffe-685f-4004-a9d0-a722ed91371d', protocol='range'} -2024-06-21 09:00:51.796 [Thread-13] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Successfully synced group in generation Generation{generationId=11, memberId='consumer-Partitions-6-8fc5bf94-4d0c-4c01-9467-8fb177a7703a', protocol='range'} -2024-06-21 09:00:51.797 [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-00cb8bc4-a430-48c2-b7e7-90ce78cb5242', protocol='range'} -2024-06-21 09:00:51.797 [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]) -2024-06-21 09:00:51.797 [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-1 -2024-06-21 09:00:51.797 [Thread-12] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Successfully synced group in generation Generation{generationId=11, memberId='consumer-Partitions-5-287a22c7-20b7-41ec-95dc-558e8425a607', protocol='range'} -2024-06-21 09:00:51.797 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-4, test1-5]) -2024-06-21 09:00:51.797 [Thread-14] INFO o.a.k.c.consumer.internals.AbstractCoordinator:758 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Successfully synced group in generation Generation{generationId=11, memberId='consumer-Partitions-7-96ac8ffe-685f-4004-a9d0-a722ed91371d', protocol='range'} -2024-06-21 09:00:51.798 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-2, test1-3]) -2024-06-21 09:00:51.798 [Thread-14] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:276 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Notifying assignor about the new Assignment(partitions=[test1-6, test1-7]) -2024-06-21 09:00:51.798 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Adding newly assigned partitions: test1-2, test1-3 -2024-06-21 09:00:51.798 [Thread-14] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-7, groupId=Partitions] Adding newly assigned partitions: test1-6, test1-7 -2024-06-21 09:00:51.798 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-6, groupId=Partitions] Adding newly assigned partitions: test1-5, test1-4 -2024-06-21 09:00:51.798 [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-21 09:00:51.799 [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-21 09:00:51.800 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Setting offset for partition test1-2 to the committed offset FetchPosition{offset=14, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:00:51.800 [Thread-14] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-7, 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-21 09:00:51.800 [Thread-12] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-5, groupId=Partitions] Setting offset for partition test1-3 to the committed offset FetchPosition{offset=28, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:00:51.800 [Thread-14] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-7, 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-21 09:00:51.800 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-6, 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-21 09:00:51.800 [Thread-13] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:820 - [Consumer clientId=consumer-Partitions-6, 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-21 09:14:30.320 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:30.320 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:30.320 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 37 31 33 31 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 31 31 2e 32 35 30 30 30 30 30 30 36 32 30 30 30 30 32 39 30 30 30 32 38 36 39 33 30 30 30 30 44 38 30 31 30 39 2e 32 30 30 35 39 30 30 30 30 31 31 38 36 39 33 34 36 30 33 34 30 30 30 30 31 34 37 30 30 31 32 37 34 30 30 30 30 37 37 38 36 33 2e 38 30 30 30 30 30 39 32 30 30 30 30 33 30 31 34 30 30 30 34 33 34 30 30 30 33 30 30 30 33 30 30 30 34 36 30 30 30 30 35 31 30 30 30 30 32 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 11 7E -2024-06-21 09:14:30.320 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932471316, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=11.25000000, dischargeVoltage=620000, dischargeCurrent=29000, insulationResistance=286930000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=9.200, motorControllerTemperature=590000, motorSpeed=11869, motorTorque=3460, motorTemperature=340000, motorVoltage=14700, motorCurrent=12740000, powerBattery=77863., maxFeedbackPower=800000, maxDischargePower=920000, bmsSelfCheck=30, powerBatteryCurrent=14000, powerBatteryV3=434000, maxVoltage=3000, minVoltage=3000, maxTemperature=460000, minTemperature=510000, availableCapacity=260000, vehicleStatus=1, 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-21 09:14:30.364 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:14:31.335 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:31.338 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:31.338 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 37 32 33 31 37 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 31 31 2e 32 38 30 30 30 30 30 30 33 36 36 30 30 30 34 35 30 30 30 31 36 33 33 30 30 30 30 30 44 34 30 39 30 31 31 2e 37 30 30 30 30 30 30 30 33 33 30 30 30 34 37 32 30 31 38 30 30 30 30 31 39 35 30 30 32 32 37 39 30 30 30 30 37 37 38 36 33 2e 33 33 30 30 30 30 31 35 30 30 30 30 37 30 35 30 30 30 30 34 31 33 30 30 30 34 30 30 30 34 30 30 30 36 35 30 30 30 30 38 36 30 30 30 30 32 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 06 7E -2024-06-21 09:14:31.338 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932472317, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=11.28000000, dischargeVoltage=366000, dischargeCurrent=45000, insulationResistance=163300000, gear=D, accelerationPedal=40, brakePedal=90, fuelConsumption=11.70, motorControllerTemperature=000000, motorSpeed=33000, motorTorque=4720, motorTemperature=180000, motorVoltage=19500, motorCurrent=22790000, powerBattery=77863., maxFeedbackPower=330000, maxDischargePower=150000, bmsSelfCheck=70, powerBatteryCurrent=50000, powerBatteryV3=413000, maxVoltage=4000, minVoltage=4000, maxTemperature=650000, minTemperature=860000, availableCapacity=220000, vehicleStatus=1, 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-21 09:14:31.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:14:32.332 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:32.332 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:32.332 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 37 33 33 31 36 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 31 31 2e 33 32 30 30 30 30 30 30 31 35 30 30 30 30 33 36 30 30 30 31 38 38 37 32 30 30 30 30 44 30 30 36 30 31 31 2e 36 30 39 30 30 30 30 30 38 36 38 36 33 38 36 35 30 31 33 32 30 30 30 32 32 34 30 30 39 34 39 30 30 30 30 30 37 37 38 36 33 2e 31 38 30 30 30 30 38 32 30 30 30 30 31 30 34 30 30 30 30 35 38 33 30 30 30 34 30 30 30 33 30 30 30 36 32 30 30 30 30 37 34 30 30 30 30 32 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 15 7E -2024-06-21 09:14:32.332 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932473316, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=11.32000000, dischargeVoltage=150000, dischargeCurrent=36000, insulationResistance=188720000, gear=D, accelerationPedal=00, brakePedal=60, fuelConsumption=11.60, motorControllerTemperature=900000, motorSpeed=86863, motorTorque=8650, motorTemperature=132000, motorVoltage=22400, motorCurrent=94900000, powerBattery=77863., maxFeedbackPower=180000, maxDischargePower=820000, bmsSelfCheck=10, powerBatteryCurrent=40000, powerBatteryV3=583000, maxVoltage=4000, minVoltage=3000, maxTemperature=620000, minTemperature=740000, availableCapacity=280000, vehicleStatus=1, 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-21 09:14:32.367 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:14:33.381 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:33.382 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:33.382 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 37 34 33 31 37 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 31 31 2e 33 35 30 30 30 30 30 30 32 34 36 30 30 30 31 39 30 30 30 32 39 33 33 33 30 30 30 30 44 33 30 33 30 31 30 2e 34 30 32 30 30 30 30 30 34 34 39 31 39 33 36 34 30 37 34 30 30 30 30 32 36 33 30 30 31 34 38 32 35 30 30 30 37 37 38 36 33 2e 31 33 30 30 30 30 39 34 30 30 30 30 36 30 31 33 30 30 30 34 31 33 30 30 30 34 30 30 30 33 30 30 30 37 35 30 30 30 30 35 32 30 30 30 30 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0b 7E -2024-06-21 09:14:33.382 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932474317, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=11.35000000, dischargeVoltage=246000, dischargeCurrent=19000, insulationResistance=293330000, gear=D, accelerationPedal=30, brakePedal=30, fuelConsumption=10.40, motorControllerTemperature=200000, motorSpeed=44919, motorTorque=3640, motorTemperature=740000, motorVoltage=26300, motorCurrent=14825000, powerBattery=77863., maxFeedbackPower=130000, maxDischargePower=940000, bmsSelfCheck=60, powerBatteryCurrent=13000, powerBatteryV3=413000, maxVoltage=4000, minVoltage=3000, maxTemperature=750000, minTemperature=520000, availableCapacity=400000, vehicleStatus=1, 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-21 09:14:33.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:14:34.472 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:34.472 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:34.472 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 37 35 33 31 37 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 31 31 2e 33 39 30 30 30 30 30 30 34 37 39 30 30 30 32 32 30 30 30 34 39 37 34 30 30 30 30 30 44 37 30 39 30 31 30 2e 38 30 34 36 30 30 30 30 37 30 37 31 33 38 30 31 30 32 39 30 30 30 30 31 36 36 30 30 31 31 31 35 33 30 30 30 37 37 38 36 33 2e 35 36 30 30 30 30 38 32 30 30 30 30 33 30 31 32 30 30 30 33 36 33 30 30 30 34 30 30 30 34 30 30 30 36 39 30 30 30 30 37 39 30 30 30 30 31 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 23 7E -2024-06-21 09:14:34.472 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932475317, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=11.39000000, dischargeVoltage=479000, dischargeCurrent=22000, insulationResistance=497400000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=10.80, motorControllerTemperature=460000, motorSpeed=70713, motorTorque=8010, motorTemperature=290000, motorVoltage=16600, motorCurrent=11153000, powerBattery=77863., maxFeedbackPower=560000, maxDischargePower=820000, bmsSelfCheck=30, powerBatteryCurrent=12000, powerBatteryV3=363000, maxVoltage=4000, minVoltage=4000, maxTemperature=690000, minTemperature=790000, availableCapacity=120000, vehicleStatus=1, 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-21 09:14:34.497 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:14:35.339 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:35.339 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:35.339 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 37 36 33 31 38 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 31 31 2e 34 35 30 30 30 30 30 30 31 36 38 30 30 30 33 30 30 30 30 32 31 39 39 34 30 30 30 30 44 33 30 37 30 31 31 2e 30 30 38 32 30 30 30 30 32 36 35 36 39 31 36 32 30 31 32 34 30 30 30 31 36 36 30 30 34 31 32 31 30 30 30 30 37 37 38 35 32 2e 39 30 30 30 30 30 38 39 30 30 30 30 31 30 31 32 30 30 30 37 31 31 30 30 30 34 30 30 30 33 30 30 30 35 35 30 30 30 30 33 35 30 30 30 30 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0d 7E -2024-06-21 09:14:35.339 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932476318, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=11.45000000, dischargeVoltage=168000, dischargeCurrent=30000, insulationResistance=219940000, gear=D, accelerationPedal=30, brakePedal=70, fuelConsumption=11.00, motorControllerTemperature=820000, motorSpeed=26569, motorTorque=1620, motorTemperature=124000, motorVoltage=16600, motorCurrent=41210000, powerBattery=77852., maxFeedbackPower=900000, maxDischargePower=890000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=711000, maxVoltage=4000, minVoltage=3000, maxTemperature=550000, minTemperature=350000, availableCapacity=800000, vehicleStatus=1, 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-21 09:14:35.367 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:14:36.392 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:36.392 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:36.392 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 37 37 33 31 36 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 31 31 2e 34 37 30 30 30 30 30 30 33 33 31 30 30 30 32 38 30 30 30 32 37 39 32 31 30 30 30 30 44 37 30 31 30 31 31 2e 38 30 37 37 30 30 30 30 37 37 38 30 33 37 34 37 30 32 32 30 30 30 30 31 37 39 30 30 36 38 38 33 30 30 30 30 37 37 38 35 32 2e 37 35 30 30 30 30 32 36 30 30 30 30 30 30 31 34 30 30 30 35 39 36 30 30 30 33 30 30 30 33 30 30 30 34 35 30 30 30 30 39 33 30 30 30 30 33 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2d 7E -2024-06-21 09:14:36.393 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932477316, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=11.47000000, dischargeVoltage=331000, dischargeCurrent=28000, insulationResistance=279210000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=11.80, motorControllerTemperature=770000, motorSpeed=77803, motorTorque=7470, motorTemperature=220000, motorVoltage=17900, motorCurrent=68830000, powerBattery=77852., maxFeedbackPower=750000, maxDischargePower=260000, bmsSelfCheck=00, powerBatteryCurrent=14000, powerBatteryV3=596000, maxVoltage=3000, minVoltage=3000, maxTemperature=450000, minTemperature=930000, availableCapacity=380000, vehicleStatus=1, 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-21 09:14:36.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:14:37.352 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:37.352 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:37.352 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 37 38 33 31 37 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 31 31 2e 35 34 30 30 30 30 30 30 31 33 38 30 30 30 35 30 30 30 30 32 33 35 34 33 30 30 30 30 44 32 30 39 30 31 31 2e 33 30 32 30 30 30 30 30 35 33 36 36 36 31 31 38 30 31 34 33 30 30 30 31 32 38 30 30 31 38 34 38 30 30 30 30 37 37 38 34 31 2e 33 33 30 30 30 30 38 31 30 30 30 30 34 30 39 30 30 30 30 37 32 38 30 30 30 34 30 30 30 33 30 30 30 39 34 30 30 30 30 38 37 30 30 30 30 39 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1e 7E -2024-06-21 09:14:37.352 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932478317, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=11.54000000, dischargeVoltage=138000, dischargeCurrent=50000, insulationResistance=235430000, gear=D, accelerationPedal=20, brakePedal=90, fuelConsumption=11.30, motorControllerTemperature=200000, motorSpeed=53666, motorTorque=1180, motorTemperature=143000, motorVoltage=12800, motorCurrent=18480000, powerBattery=77841., maxFeedbackPower=330000, maxDischargePower=810000, bmsSelfCheck=40, powerBatteryCurrent=90000, powerBatteryV3=728000, maxVoltage=4000, minVoltage=3000, maxTemperature=940000, minTemperature=870000, availableCapacity=920000, vehicleStatus=1, 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-21 09:14:37.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:14:38.321 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:38.321 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:38.321 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 37 39 33 31 36 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 31 31 2e 35 38 30 30 30 30 30 30 34 31 34 30 30 30 32 36 30 30 30 32 35 34 32 32 30 30 30 30 44 33 30 37 30 31 30 2e 32 30 35 35 30 30 30 30 35 32 31 30 32 33 37 32 30 31 35 30 30 30 30 31 37 36 30 30 39 34 37 36 30 30 30 30 37 37 38 34 31 2e 31 33 30 30 30 30 35 30 30 30 30 30 38 30 33 30 30 30 30 35 34 37 30 30 30 33 30 30 30 33 30 30 30 32 37 30 30 30 30 38 33 30 30 30 30 36 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 05 7E -2024-06-21 09:14:38.321 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932479316, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=11.58000000, dischargeVoltage=414000, dischargeCurrent=26000, insulationResistance=254220000, gear=D, accelerationPedal=30, brakePedal=70, fuelConsumption=10.20, motorControllerTemperature=550000, motorSpeed=52102, motorTorque=3720, motorTemperature=150000, motorVoltage=17600, motorCurrent=94760000, powerBattery=77841., maxFeedbackPower=130000, maxDischargePower=500000, bmsSelfCheck=80, powerBatteryCurrent=30000, powerBatteryV3=547000, maxVoltage=3000, minVoltage=3000, maxTemperature=270000, minTemperature=830000, availableCapacity=680000, vehicleStatus=1, 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-21 09:14:38.348 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:14:39.319 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:39.319 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:39.320 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 38 30 33 31 37 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 31 31 2e 36 34 30 30 30 30 30 30 31 33 33 30 30 30 32 36 30 30 30 34 38 32 32 30 30 30 30 30 44 38 30 32 30 31 30 2e 34 30 31 37 30 30 30 30 37 34 35 30 34 32 33 32 30 31 34 39 30 30 30 31 36 38 30 30 38 37 35 35 30 30 30 30 37 37 38 33 30 2e 35 32 30 30 30 30 34 33 30 30 30 30 31 33 31 30 30 30 30 34 34 39 30 30 30 34 30 30 30 33 30 30 30 39 37 30 30 30 30 37 32 30 30 30 30 32 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0c 7E -2024-06-21 09:14:39.320 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932480317, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=11.64000000, dischargeVoltage=133000, dischargeCurrent=26000, insulationResistance=482200000, gear=D, accelerationPedal=80, brakePedal=20, fuelConsumption=10.40, motorControllerTemperature=170000, motorSpeed=74504, motorTorque=2320, motorTemperature=149000, motorVoltage=16800, motorCurrent=87550000, powerBattery=77830., maxFeedbackPower=520000, maxDischargePower=430000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=449000, maxVoltage=4000, minVoltage=3000, maxTemperature=970000, minTemperature=720000, availableCapacity=270000, vehicleStatus=1, 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-21 09:14:39.378 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:14:40.402 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:40.403 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:40.403 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 38 31 33 31 37 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 31 31 2e 36 37 30 30 30 30 30 30 32 35 33 30 30 30 38 30 30 30 30 38 34 34 35 30 30 30 30 30 44 39 30 32 30 39 2e 34 30 30 39 30 30 30 30 30 31 33 35 32 37 37 39 30 30 31 33 34 30 30 30 32 37 30 30 30 32 30 33 36 30 30 30 30 37 37 38 33 30 2e 39 39 30 30 30 30 32 39 30 30 30 30 31 32 33 30 30 30 30 36 39 30 30 30 30 34 30 30 30 34 30 30 30 39 38 30 30 30 30 35 30 30 30 30 30 34 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 21 7E -2024-06-21 09:14:40.403 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932481317, longitude=116.6653570, latitude=39.5217650, speed=54.000, mileage=11.67000000, dischargeVoltage=253000, dischargeCurrent=80000, insulationResistance=844500000, gear=D, accelerationPedal=90, brakePedal=20, fuelConsumption=9.400, motorControllerTemperature=900000, motorSpeed=13527, motorTorque=7900, motorTemperature=134000, motorVoltage=27000, motorCurrent=20360000, powerBattery=77830., maxFeedbackPower=990000, maxDischargePower=290000, bmsSelfCheck=12, powerBatteryCurrent=30000, powerBatteryV3=690000, maxVoltage=4000, minVoltage=4000, maxTemperature=980000, minTemperature=500000, availableCapacity=470000, vehicleStatus=1, 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-21 09:14:40.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:14:41.356 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:41.356 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:41.356 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 38 32 33 31 37 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 31 31 2e 37 32 30 30 30 30 30 30 37 31 33 30 30 30 33 34 30 30 30 31 36 39 36 36 30 30 30 30 44 37 30 38 30 31 30 2e 39 30 32 36 30 30 30 30 39 35 35 30 35 34 35 38 30 36 34 30 30 30 30 31 34 33 30 30 31 33 38 39 30 30 30 30 37 37 38 31 39 2e 35 36 30 30 30 30 34 35 30 30 30 30 31 30 31 34 30 30 30 35 33 31 30 30 30 34 30 30 30 33 30 30 30 35 30 30 30 30 30 31 37 30 30 30 30 37 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2c 7E -2024-06-21 09:14:41.356 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932482317, longitude=116.6663970, latitude=39.5218350, speed=90.000, mileage=11.72000000, dischargeVoltage=713000, dischargeCurrent=34000, insulationResistance=169660000, gear=D, accelerationPedal=70, brakePedal=80, fuelConsumption=10.90, motorControllerTemperature=260000, motorSpeed=95505, motorTorque=4580, motorTemperature=640000, motorVoltage=14300, motorCurrent=13890000, powerBattery=77819., maxFeedbackPower=560000, maxDischargePower=450000, bmsSelfCheck=10, powerBatteryCurrent=14000, powerBatteryV3=531000, maxVoltage=4000, minVoltage=3000, maxTemperature=500000, minTemperature=170000, availableCapacity=780000, vehicleStatus=1, 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-21 09:14:41.390 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:14:42.325 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:42.325 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:42.325 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 38 33 33 31 38 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 31 31 2e 37 36 30 30 30 30 30 30 32 34 38 30 30 30 33 31 30 30 30 37 37 30 30 30 30 30 30 30 44 36 30 33 30 39 2e 39 30 30 35 32 30 30 30 30 38 34 33 33 39 39 32 34 30 33 33 30 30 30 30 31 39 33 30 30 37 33 32 30 30 30 30 30 37 37 38 31 39 2e 38 30 30 30 30 30 38 38 30 30 30 30 31 30 31 30 30 30 30 34 39 35 30 30 30 34 30 30 30 34 30 30 30 35 32 30 30 30 30 34 32 30 30 30 30 35 32 30 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 17 7E -2024-06-21 09:14:42.325 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932483318, longitude=116.6675130, latitude=39.5219180, speed=72.000, mileage=11.76000000, dischargeVoltage=248000, dischargeCurrent=31000, insulationResistance=770000000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=9.900, motorControllerTemperature=520000, motorSpeed=84339, motorTorque=9240, motorTemperature=330000, motorVoltage=19300, motorCurrent=73200000, powerBattery=77819., maxFeedbackPower=800000, maxDischargePower=880000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=495000, maxVoltage=4000, minVoltage=4000, maxTemperature=520000, minTemperature=420000, availableCapacity=520000, vehicleStatus=0, chargeStatus=1, runStatus=0, 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-21 09:14:42.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:84 - 该车没有存到缓存中 -2024-06-21 09:14:42.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:87 - 该车没有存到缓存中 -2024-06-21 09:14:43.320 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:43.321 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:43.321 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 38 34 33 31 37 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 31 31 2e 37 39 30 30 30 30 30 30 31 37 35 30 30 30 33 30 30 30 30 32 33 30 36 32 30 30 30 30 44 32 30 34 30 39 2e 32 30 30 35 39 30 30 30 30 32 38 30 36 32 35 32 36 30 38 38 30 30 30 30 32 31 34 30 30 31 34 31 35 33 30 30 30 37 37 38 31 39 2e 38 35 30 30 30 30 37 30 30 30 30 30 31 32 34 30 30 30 30 33 30 32 30 30 30 33 30 30 30 33 30 30 30 36 33 30 30 30 30 32 35 30 30 30 30 35 33 30 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 18 7E -2024-06-21 09:14:43.321 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932484317, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=11.79000000, dischargeVoltage=175000, dischargeCurrent=30000, insulationResistance=230620000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=9.200, motorControllerTemperature=590000, motorSpeed=28062, motorTorque=5260, motorTemperature=880000, motorVoltage=21400, motorCurrent=14153000, powerBattery=77819., maxFeedbackPower=850000, maxDischargePower=700000, bmsSelfCheck=12, powerBatteryCurrent=40000, powerBatteryV3=302000, maxVoltage=3000, minVoltage=3000, maxTemperature=630000, minTemperature=250000, availableCapacity=530000, vehicleStatus=0, chargeStatus=1, runStatus=0, 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-21 09:14:44.401 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:44.402 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:44.402 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 38 35 33 31 37 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 31 31 2e 38 32 30 30 30 30 30 30 32 36 32 30 30 30 31 36 30 30 30 35 32 32 32 30 30 30 30 30 44 38 30 30 30 31 30 2e 31 30 38 31 30 30 30 30 39 32 38 34 34 31 30 30 30 34 38 30 30 30 30 32 31 39 30 30 31 32 36 36 32 30 30 30 37 37 38 31 39 2e 38 30 30 30 30 30 38 33 30 30 30 30 31 30 31 31 30 30 30 34 35 38 30 30 30 34 30 30 30 33 30 30 30 36 33 30 30 30 30 35 31 30 30 30 30 31 30 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 f7 7E -2024-06-21 09:14:44.402 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932485317, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=11.82000000, dischargeVoltage=262000, dischargeCurrent=16000, insulationResistance=522200000, gear=D, accelerationPedal=80, brakePedal=00, fuelConsumption=10.10, motorControllerTemperature=810000, motorSpeed=92844, motorTorque=1000, motorTemperature=480000, motorVoltage=21900, motorCurrent=12662000, powerBattery=77819., maxFeedbackPower=800000, maxDischargePower=830000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=458000, maxVoltage=4000, minVoltage=3000, maxTemperature=630000, minTemperature=510000, availableCapacity=100000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:14:45.352 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:45.353 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:45.353 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 38 36 33 31 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 31 31 2e 38 34 30 30 30 30 30 30 33 30 39 30 30 30 34 30 30 30 30 31 37 37 38 39 30 30 30 30 44 33 30 39 30 31 31 2e 38 30 33 34 30 30 30 30 34 39 36 36 35 38 30 39 30 32 33 30 30 30 30 32 31 39 30 30 31 34 30 33 39 30 30 30 37 37 38 31 39 2e 32 36 30 30 30 30 31 37 30 30 30 30 33 30 30 30 30 30 30 37 30 32 30 30 30 33 30 30 30 33 30 30 30 34 35 30 30 30 30 32 33 30 30 30 30 34 36 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 12 7E -2024-06-21 09:14:45.353 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932486317, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=11.84000000, dischargeVoltage=309000, dischargeCurrent=40000, insulationResistance=177890000, gear=D, accelerationPedal=30, brakePedal=90, fuelConsumption=11.80, motorControllerTemperature=340000, motorSpeed=49665, motorTorque=8090, motorTemperature=230000, motorVoltage=21900, motorCurrent=14039000, powerBattery=77819., maxFeedbackPower=260000, maxDischargePower=170000, bmsSelfCheck=30, powerBatteryCurrent=00000, powerBatteryV3=702000, maxVoltage=3000, minVoltage=3000, maxTemperature=450000, minTemperature=230000, availableCapacity=460000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:14:46.320 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:46.320 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:46.320 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 38 37 33 31 36 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 31 31 2e 39 31 30 30 30 30 30 30 35 37 32 30 30 30 31 34 30 30 30 31 30 32 38 30 30 30 30 30 44 34 30 37 30 31 31 2e 36 30 33 34 30 30 30 30 31 35 34 31 30 35 30 34 30 31 31 32 30 30 30 32 31 32 30 30 32 34 32 30 30 30 30 30 37 37 38 30 38 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 30 30 30 30 36 37 34 30 30 30 33 30 30 30 34 30 30 30 31 32 30 30 30 30 34 39 30 30 30 30 36 37 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 d1 7E -2024-06-21 09:14:46.321 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932487316, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=11.91000000, dischargeVoltage=572000, dischargeCurrent=14000, insulationResistance=102800000, gear=D, accelerationPedal=40, brakePedal=70, fuelConsumption=11.60, motorControllerTemperature=340000, motorSpeed=15410, motorTorque=5040, motorTemperature=112000, motorVoltage=21200, motorCurrent=24200000, powerBattery=77808., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=40000, powerBatteryV3=674000, maxVoltage=3000, minVoltage=4000, maxTemperature=120000, minTemperature=490000, availableCapacity=670000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:14:47.353 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:47.353 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:47.353 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 38 38 33 31 37 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 31 31 2e 39 33 30 30 30 30 30 30 32 32 33 30 30 30 31 36 30 30 30 32 32 34 32 32 30 30 30 30 44 34 30 33 30 31 32 2e 30 30 38 38 30 30 30 30 38 32 32 32 32 36 37 31 30 31 30 37 30 30 30 31 39 31 30 30 31 32 32 30 30 30 30 30 37 37 38 30 38 2e 37 39 30 30 30 30 38 37 30 30 30 30 38 30 31 33 30 30 30 33 34 32 30 30 30 34 30 30 30 33 30 30 30 31 39 30 30 30 30 35 30 30 30 30 30 39 34 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 fa 7E -2024-06-21 09:14:47.353 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932488317, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=11.93000000, dischargeVoltage=223000, dischargeCurrent=16000, insulationResistance=224220000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=12.00, motorControllerTemperature=880000, motorSpeed=82222, motorTorque=6710, motorTemperature=107000, motorVoltage=19100, motorCurrent=12200000, powerBattery=77808., maxFeedbackPower=790000, maxDischargePower=870000, bmsSelfCheck=80, powerBatteryCurrent=13000, powerBatteryV3=342000, maxVoltage=4000, minVoltage=3000, maxTemperature=190000, minTemperature=500000, availableCapacity=940000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:14:48.331 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:48.331 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:48.332 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 38 39 33 32 38 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 31 31 2e 39 37 30 30 30 30 30 30 34 39 38 30 30 30 33 34 30 30 30 37 37 30 30 30 30 30 30 30 44 34 30 38 30 39 2e 31 30 30 34 38 30 30 30 30 33 34 38 37 39 34 33 30 30 32 38 30 30 30 30 32 32 39 30 30 31 33 38 34 39 30 30 30 37 37 38 30 38 2e 38 32 30 30 30 30 36 36 30 30 30 30 34 30 31 33 30 30 30 35 35 38 30 30 30 34 30 30 30 34 30 30 30 35 31 30 30 30 30 37 38 30 30 30 30 33 33 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 33 7E -2024-06-21 09:14:48.332 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932489328, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=11.97000000, dischargeVoltage=498000, dischargeCurrent=34000, insulationResistance=770000000, gear=D, accelerationPedal=40, brakePedal=80, fuelConsumption=9.100, motorControllerTemperature=480000, motorSpeed=34879, motorTorque=4300, motorTemperature=280000, motorVoltage=22900, motorCurrent=13849000, powerBattery=77808., maxFeedbackPower=820000, maxDischargePower=660000, bmsSelfCheck=40, powerBatteryCurrent=13000, powerBatteryV3=558000, maxVoltage=4000, minVoltage=4000, maxTemperature=510000, minTemperature=780000, availableCapacity=330000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:14:49.350 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:49.351 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:49.351 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 39 30 33 32 31 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 31 31 2e 39 39 30 30 30 30 30 30 32 31 30 30 30 30 38 30 30 30 30 32 38 34 30 32 30 30 30 30 44 36 30 32 30 39 2e 36 30 30 37 33 30 30 30 30 31 31 35 33 31 37 37 30 30 35 35 30 30 30 30 31 32 38 30 30 31 33 36 35 35 30 30 30 37 37 38 30 38 2e 33 31 30 30 30 30 31 32 30 30 30 30 31 34 33 30 30 30 30 33 34 35 30 30 30 33 30 30 30 33 30 30 30 39 32 30 30 30 30 32 30 30 30 30 30 36 35 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 f2 7E -2024-06-21 09:14:49.351 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932490321, longitude=116.6736620, latitude=39.5223630, speed=36.000, mileage=11.99000000, dischargeVoltage=210000, dischargeCurrent=80000, insulationResistance=284020000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=9.600, motorControllerTemperature=730000, motorSpeed=11531, motorTorque=7700, motorTemperature=550000, motorVoltage=12800, motorCurrent=13655000, powerBattery=77808., maxFeedbackPower=310000, maxDischargePower=120000, bmsSelfCheck=14, powerBatteryCurrent=30000, powerBatteryV3=345000, maxVoltage=3000, minVoltage=3000, maxTemperature=920000, minTemperature=200000, availableCapacity=650000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:14:50.327 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:50.327 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:50.328 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 39 31 33 32 33 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 31 32 2e 30 32 30 30 30 30 30 30 31 39 38 30 30 30 34 33 30 30 30 31 31 38 39 30 30 30 30 30 44 32 30 34 30 39 2e 38 30 30 32 37 30 30 30 30 34 30 33 30 34 35 31 35 30 31 31 37 30 30 30 32 32 37 30 30 36 31 38 34 30 30 30 30 37 37 38 30 38 2e 36 39 30 30 30 30 34 31 30 30 30 30 31 34 36 30 30 30 30 34 35 31 30 30 30 34 30 30 30 34 30 30 30 31 36 30 30 30 30 32 35 30 30 30 30 39 33 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 f7 7E -2024-06-21 09:14:50.328 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932491323, longitude=116.6744210, latitude=39.5224200, speed=54.000, mileage=12.02000000, dischargeVoltage=198000, dischargeCurrent=43000, insulationResistance=118900000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=9.800, motorControllerTemperature=270000, motorSpeed=40304, motorTorque=5150, motorTemperature=117000, motorVoltage=22700, motorCurrent=61840000, powerBattery=77808., maxFeedbackPower=690000, maxDischargePower=410000, bmsSelfCheck=14, powerBatteryCurrent=60000, powerBatteryV3=451000, maxVoltage=4000, minVoltage=4000, maxTemperature=160000, minTemperature=250000, availableCapacity=930000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:14:51.324 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:51.324 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:51.324 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 39 32 33 31 39 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 31 32 2e 30 36 30 30 30 30 30 30 33 32 32 30 30 30 32 33 30 30 30 31 38 31 37 39 30 30 30 30 44 39 30 35 30 39 2e 34 30 30 33 33 30 30 30 30 35 31 34 32 32 34 39 32 30 34 38 30 30 30 30 31 33 33 30 30 33 31 37 35 30 30 30 30 37 37 38 30 38 2e 34 36 30 30 30 30 33 37 30 30 30 30 35 30 31 34 30 30 30 32 33 31 30 30 30 33 30 30 30 34 30 30 30 34 33 30 30 30 30 38 30 30 30 30 30 32 37 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 0a 7E -2024-06-21 09:14:51.324 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932492319, longitude=116.6755690, latitude=39.5225240, speed=72.000, mileage=12.06000000, dischargeVoltage=322000, dischargeCurrent=23000, insulationResistance=181790000, gear=D, accelerationPedal=90, brakePedal=50, fuelConsumption=9.400, motorControllerTemperature=330000, motorSpeed=51422, motorTorque=4920, motorTemperature=480000, motorVoltage=13300, motorCurrent=31750000, powerBattery=77808., maxFeedbackPower=460000, maxDischargePower=370000, bmsSelfCheck=50, powerBatteryCurrent=14000, powerBatteryV3=231000, maxVoltage=3000, minVoltage=4000, maxTemperature=430000, minTemperature=800000, availableCapacity=270000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:14:52.338 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:52.338 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:52.338 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 39 33 33 33 30 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 31 32 2e 31 32 30 30 30 30 30 30 32 33 36 30 30 30 33 33 30 30 30 31 38 31 38 33 30 30 30 30 44 37 30 38 30 31 32 2e 31 30 37 32 30 30 30 30 33 31 31 36 36 37 32 35 30 35 39 30 30 30 30 31 37 32 30 30 31 32 32 33 32 30 30 30 37 37 37 39 36 2e 31 36 30 30 30 30 39 38 30 30 30 30 31 32 31 34 30 30 30 35 38 36 30 30 30 33 30 30 30 34 30 30 30 34 39 30 30 30 30 36 33 30 30 30 30 32 37 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 0e 7E -2024-06-21 09:14:52.339 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932493330, longitude=116.6766100, latitude=39.5226150, speed=108.00, mileage=12.12000000, dischargeVoltage=236000, dischargeCurrent=33000, insulationResistance=181830000, gear=D, accelerationPedal=70, brakePedal=80, fuelConsumption=12.10, motorControllerTemperature=720000, motorSpeed=31166, motorTorque=7250, motorTemperature=590000, motorVoltage=17200, motorCurrent=12232000, powerBattery=77796., maxFeedbackPower=160000, maxDischargePower=980000, bmsSelfCheck=12, powerBatteryCurrent=14000, powerBatteryV3=586000, maxVoltage=3000, minVoltage=4000, maxTemperature=490000, minTemperature=630000, availableCapacity=270000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:14:53.330 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:53.331 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:53.331 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 39 34 33 32 37 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 31 32 2e 31 39 30 30 30 30 30 30 36 30 33 30 30 30 31 39 30 30 30 31 35 38 31 32 30 30 30 30 44 39 30 32 30 31 31 2e 31 30 36 34 30 30 30 30 36 32 32 32 33 35 35 33 30 39 33 30 30 30 30 31 35 34 30 30 35 34 32 34 30 30 30 30 37 37 37 38 35 2e 36 39 30 30 30 30 36 30 30 30 30 30 31 32 30 30 30 30 30 35 31 31 30 30 30 33 30 30 30 34 30 30 30 36 31 30 30 30 30 31 35 30 30 30 30 36 35 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 05 7E -2024-06-21 09:14:53.331 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932494327, longitude=116.6778270, latitude=39.5227060, speed=126.00, mileage=12.19000000, dischargeVoltage=603000, dischargeCurrent=19000, insulationResistance=158120000, gear=D, accelerationPedal=90, brakePedal=20, fuelConsumption=11.10, motorControllerTemperature=640000, motorSpeed=62223, motorTorque=5530, motorTemperature=930000, motorVoltage=15400, motorCurrent=54240000, powerBattery=77785., maxFeedbackPower=690000, maxDischargePower=600000, bmsSelfCheck=12, powerBatteryCurrent=00000, powerBatteryV3=511000, maxVoltage=3000, minVoltage=4000, maxTemperature=610000, minTemperature=150000, availableCapacity=650000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:14:54.325 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:54.326 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:54.326 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 39 35 33 32 31 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 31 32 2e 32 33 30 30 30 30 30 30 31 31 33 30 30 30 34 39 30 30 30 31 39 32 37 35 30 30 30 30 44 36 30 35 30 39 2e 32 30 30 31 39 30 30 30 30 31 34 37 32 32 36 36 33 30 31 32 30 30 30 30 31 31 35 30 30 31 34 34 39 33 30 30 30 37 37 37 38 35 2e 38 32 30 30 30 30 38 37 30 30 30 30 38 30 31 31 30 30 30 32 32 38 30 30 30 34 30 30 30 33 30 30 30 35 34 30 30 30 30 39 39 30 30 30 30 35 30 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 25 7E -2024-06-21 09:14:54.326 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932495321, longitude=116.6788900, latitude=39.5227930, speed=72.000, mileage=12.23000000, dischargeVoltage=113000, dischargeCurrent=49000, insulationResistance=192750000, gear=D, accelerationPedal=60, brakePedal=50, fuelConsumption=9.200, motorControllerTemperature=190000, motorSpeed=14722, motorTorque=6630, motorTemperature=120000, motorVoltage=11500, motorCurrent=14493000, powerBattery=77785., maxFeedbackPower=820000, maxDischargePower=870000, bmsSelfCheck=80, powerBatteryCurrent=11000, powerBatteryV3=228000, maxVoltage=4000, minVoltage=3000, maxTemperature=540000, minTemperature=990000, availableCapacity=500000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:14:55.327 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:55.327 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:55.327 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 39 36 33 31 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 31 32 2e 32 35 30 30 30 30 30 30 34 39 39 30 30 30 31 32 30 30 30 31 32 30 36 38 30 30 30 30 44 35 30 36 30 31 31 2e 38 30 39 31 30 30 30 30 33 38 31 35 38 38 30 33 30 34 39 30 30 30 30 32 36 36 30 30 37 34 34 36 30 30 30 30 37 37 37 38 35 2e 38 30 30 30 30 30 39 30 30 30 30 30 31 30 38 30 30 30 30 36 33 33 30 30 30 34 30 30 30 34 30 30 30 37 36 30 30 30 30 35 39 30 30 30 30 38 38 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 7E -2024-06-21 09:14:55.327 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932496317, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=12.25000000, dischargeVoltage=499000, dischargeCurrent=12000, insulationResistance=120680000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=11.80, motorControllerTemperature=910000, motorSpeed=38158, motorTorque=8030, motorTemperature=490000, motorVoltage=26600, motorCurrent=74460000, powerBattery=77785., maxFeedbackPower=800000, maxDischargePower=900000, bmsSelfCheck=10, powerBatteryCurrent=80000, powerBatteryV3=633000, maxVoltage=4000, minVoltage=4000, maxTemperature=760000, minTemperature=590000, availableCapacity=880000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:14:56.365 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:56.365 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:56.365 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 39 37 33 32 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 31 32 2e 32 37 30 30 30 30 30 30 36 33 37 30 30 30 34 30 30 30 30 32 35 31 32 36 30 30 30 30 44 31 30 34 30 31 31 2e 30 30 38 39 30 30 30 30 38 32 33 32 38 35 39 30 30 38 36 30 30 30 30 31 34 39 30 30 32 34 35 37 30 30 30 30 37 37 37 38 35 2e 38 30 30 30 30 30 36 34 30 30 30 30 30 30 31 31 30 30 30 33 33 37 30 30 30 34 30 30 30 34 30 30 30 38 33 30 30 30 30 36 39 30 30 30 30 33 37 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 23 7E -2024-06-21 09:14:56.365 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932497328, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=12.27000000, dischargeVoltage=637000, dischargeCurrent=40000, insulationResistance=251260000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=11.00, motorControllerTemperature=890000, motorSpeed=82328, motorTorque=5900, motorTemperature=860000, motorVoltage=14900, motorCurrent=24570000, powerBattery=77785., maxFeedbackPower=800000, maxDischargePower=640000, bmsSelfCheck=00, powerBatteryCurrent=11000, powerBatteryV3=337000, maxVoltage=4000, minVoltage=4000, maxTemperature=830000, minTemperature=690000, availableCapacity=370000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:14:57.325 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:57.326 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:57.326 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 39 38 33 32 32 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 31 32 2e 32 39 30 30 30 30 30 30 36 37 33 30 30 30 34 32 30 30 30 31 33 33 31 39 30 30 30 30 44 38 30 39 30 31 31 2e 32 30 34 39 30 30 30 30 32 39 39 36 36 32 38 35 30 31 34 33 30 30 30 32 37 34 30 30 31 34 31 33 33 30 30 30 37 37 37 38 35 2e 33 36 30 30 30 30 31 35 30 30 30 30 30 30 31 33 30 30 30 32 36 34 30 30 30 33 30 30 30 33 30 30 30 35 36 30 30 30 30 39 38 30 30 30 30 31 34 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 1d 7E -2024-06-21 09:14:57.326 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932498322, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=12.29000000, dischargeVoltage=673000, dischargeCurrent=42000, insulationResistance=133190000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=11.20, motorControllerTemperature=490000, motorSpeed=29966, motorTorque=2850, motorTemperature=143000, motorVoltage=27400, motorCurrent=14133000, powerBattery=77785., maxFeedbackPower=360000, maxDischargePower=150000, bmsSelfCheck=00, powerBatteryCurrent=13000, powerBatteryV3=264000, maxVoltage=3000, minVoltage=3000, maxTemperature=560000, minTemperature=980000, availableCapacity=140000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:14:58.327 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:58.328 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:58.328 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 34 39 39 33 32 33 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 31 32 2e 33 34 30 30 30 30 30 30 35 37 34 30 30 30 33 32 30 30 30 31 35 32 31 38 30 30 30 30 44 36 30 34 30 31 31 2e 37 30 33 37 30 30 30 30 38 34 30 35 30 38 31 37 30 31 32 39 30 30 30 32 38 37 30 30 34 34 35 30 30 30 30 30 37 37 37 37 33 2e 31 37 30 30 30 30 34 31 30 30 30 30 31 30 31 30 30 30 30 36 32 33 30 30 30 33 30 30 30 34 30 30 30 35 32 30 30 30 30 34 30 30 30 30 30 31 35 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 f5 7E -2024-06-21 09:14:58.328 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932499323, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=12.34000000, dischargeVoltage=574000, dischargeCurrent=32000, insulationResistance=152180000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=11.70, motorControllerTemperature=370000, motorSpeed=84050, motorTorque=8170, motorTemperature=129000, motorVoltage=28700, motorCurrent=44500000, powerBattery=77773., maxFeedbackPower=170000, maxDischargePower=410000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=623000, maxVoltage=3000, minVoltage=4000, maxTemperature=520000, minTemperature=400000, availableCapacity=150000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:14:59.329 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:14:59.329 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:14:59.329 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 35 30 30 33 32 33 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 31 32 2e 33 39 30 30 30 30 30 30 35 32 31 30 30 30 34 37 30 30 30 32 30 32 36 35 30 30 30 30 44 36 30 33 30 39 2e 31 30 30 36 32 30 30 30 30 33 37 30 39 36 34 30 37 30 31 34 35 30 30 30 32 38 39 30 30 39 34 37 30 30 30 30 30 37 37 37 36 34 2e 36 32 30 30 30 30 31 35 30 30 30 30 31 33 31 30 30 30 30 35 35 33 30 30 30 33 30 30 30 33 30 30 30 38 34 30 30 30 30 36 34 30 30 30 30 34 38 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 14 7E -2024-06-21 09:14:59.329 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932500323, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=12.39000000, dischargeVoltage=521000, dischargeCurrent=47000, insulationResistance=202650000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=9.100, motorControllerTemperature=620000, motorSpeed=37096, motorTorque=4070, motorTemperature=145000, motorVoltage=28900, motorCurrent=94700000, powerBattery=77764., maxFeedbackPower=620000, maxDischargePower=150000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=553000, maxVoltage=3000, minVoltage=3000, maxTemperature=840000, minTemperature=640000, availableCapacity=480000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:15:00.353 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:15:00.353 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:15:00.353 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 35 30 31 33 31 39 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 31 32 2e 34 31 30 30 30 30 30 30 36 31 31 30 30 30 33 35 30 30 30 37 33 38 30 30 30 30 30 30 44 31 30 37 30 31 30 2e 33 30 31 30 30 30 30 30 32 34 32 34 30 32 38 38 30 32 31 30 30 30 30 32 39 31 30 30 31 31 36 38 30 30 30 30 37 37 37 36 34 2e 34 33 30 30 30 30 34 33 30 30 30 30 31 32 31 31 30 30 30 34 32 34 30 30 30 33 30 30 30 33 30 30 30 35 36 30 30 30 30 33 35 30 30 30 30 33 30 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 d8 7E -2024-06-21 09:15:00.353 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932501319, longitude=116.6836000, latitude=39.5229670, speed=36.000, mileage=12.41000000, dischargeVoltage=611000, dischargeCurrent=35000, insulationResistance=738000000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=10.30, motorControllerTemperature=100000, motorSpeed=24240, motorTorque=2880, motorTemperature=210000, motorVoltage=29100, motorCurrent=11680000, powerBattery=77764., maxFeedbackPower=430000, maxDischargePower=430000, bmsSelfCheck=12, powerBatteryCurrent=11000, powerBatteryV3=424000, maxVoltage=3000, minVoltage=3000, maxTemperature=560000, minTemperature=350000, availableCapacity=300000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:15:01.331 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:15:01.331 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:15:01.331 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 35 30 32 33 32 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 31 32 2e 34 33 30 30 30 30 30 30 36 39 31 30 30 30 36 30 30 30 30 31 30 38 34 37 30 30 30 30 44 31 30 30 30 31 32 2e 31 30 32 30 30 30 30 30 36 30 36 30 32 34 38 34 30 31 32 30 30 30 30 32 37 39 30 30 35 30 32 32 30 30 30 30 37 37 37 36 34 2e 31 36 30 30 30 30 39 36 30 30 30 30 37 30 31 34 30 30 30 33 37 31 30 30 30 33 30 30 30 34 30 30 30 39 37 30 30 30 30 36 33 30 30 30 30 38 36 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 01 7E -2024-06-21 09:15:01.331 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932502327, longitude=116.6840660, latitude=39.5228470, speed=36.000, mileage=12.43000000, dischargeVoltage=691000, dischargeCurrent=60000, insulationResistance=108470000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=12.10, motorControllerTemperature=200000, motorSpeed=60602, motorTorque=4840, motorTemperature=120000, motorVoltage=27900, motorCurrent=50220000, powerBattery=77764., maxFeedbackPower=160000, maxDischargePower=960000, bmsSelfCheck=70, powerBatteryCurrent=14000, powerBatteryV3=371000, maxVoltage=3000, minVoltage=4000, maxTemperature=970000, minTemperature=630000, availableCapacity=860000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:15:02.360 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:15:02.360 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:15:02.360 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 35 30 33 33 32 32 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 31 32 2e 34 35 30 30 30 30 30 30 36 39 39 30 30 30 31 36 30 30 30 36 38 35 34 30 30 30 30 30 44 35 30 37 30 31 30 2e 33 30 33 32 30 30 30 30 33 34 33 39 39 32 38 37 30 31 32 33 30 30 30 31 35 36 30 30 33 34 31 36 30 30 30 30 37 37 37 36 34 2e 39 33 30 30 30 30 32 39 30 30 30 30 32 30 36 30 30 30 30 34 35 39 30 30 30 34 30 30 30 33 30 30 30 33 33 30 30 30 30 34 34 30 30 30 30 31 36 30 30 30 30 30 31 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 13 7E -2024-06-21 09:15:02.360 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932503322, longitude=116.6845220, latitude=39.5227510, speed=36.000, mileage=12.45000000, dischargeVoltage=699000, dischargeCurrent=16000, insulationResistance=685400000, gear=D, accelerationPedal=50, brakePedal=70, fuelConsumption=10.30, motorControllerTemperature=320000, motorSpeed=34399, motorTorque=2870, motorTemperature=123000, motorVoltage=15600, motorCurrent=34160000, powerBattery=77764., maxFeedbackPower=930000, maxDischargePower=290000, bmsSelfCheck=20, powerBatteryCurrent=60000, powerBatteryV3=459000, maxVoltage=4000, minVoltage=3000, maxTemperature=330000, minTemperature=440000, availableCapacity=160000, vehicleStatus=0, chargeStatus=1, runStatus=0, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:15:03.330 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:15:03.330 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:15:03.330 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 35 30 34 33 32 36 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 31 32 2e 34 38 30 30 30 30 30 30 35 30 39 30 30 30 34 34 30 30 30 32 39 31 36 35 30 30 30 30 44 37 30 30 30 31 32 2e 30 30 37 31 30 30 30 30 36 31 35 32 30 34 33 31 30 31 30 33 30 30 30 32 30 37 30 30 39 36 30 36 30 30 30 30 37 37 37 36 34 2e 31 36 30 30 30 30 34 31 30 30 30 30 31 30 35 30 30 30 30 33 39 31 30 30 30 34 30 30 30 34 30 30 30 31 38 30 30 30 30 39 30 30 30 30 30 38 33 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 f3 7E -2024-06-21 09:15:03.330 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932504326, longitude=116.6852250, latitude=39.5226150, speed=54.000, mileage=12.48000000, dischargeVoltage=509000, dischargeCurrent=44000, insulationResistance=291650000, gear=D, accelerationPedal=70, brakePedal=00, fuelConsumption=12.00, motorControllerTemperature=710000, motorSpeed=61520, motorTorque=4310, motorTemperature=103000, motorVoltage=20700, motorCurrent=96060000, powerBattery=77764., maxFeedbackPower=160000, maxDischargePower=410000, bmsSelfCheck=10, powerBatteryCurrent=50000, powerBatteryV3=391000, maxVoltage=4000, minVoltage=4000, maxTemperature=180000, minTemperature=900000, availableCapacity=830000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 09:15:03.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:15:04.347 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:15:04.347 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:15:04.348 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 35 30 35 33 32 34 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 31 32 2e 35 32 30 30 30 30 30 30 34 37 33 30 30 30 33 38 30 30 30 32 36 31 34 39 30 30 30 30 44 33 30 31 30 39 2e 30 30 30 38 32 30 30 30 30 38 33 38 37 33 39 34 30 30 34 31 30 30 30 30 31 34 36 30 30 38 34 36 30 30 30 30 30 37 37 37 36 34 2e 31 36 30 30 30 30 37 31 30 30 30 30 30 30 31 33 30 30 30 32 37 37 30 30 30 34 30 30 30 34 30 30 30 35 32 30 30 30 30 38 30 30 30 30 30 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1d 7E -2024-06-21 09:15:04.348 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932505324, longitude=116.6859650, latitude=39.5224990, speed=72.000, mileage=12.52000000, dischargeVoltage=473000, dischargeCurrent=38000, insulationResistance=261490000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=9.000, motorControllerTemperature=820000, motorSpeed=83873, motorTorque=9400, motorTemperature=410000, motorVoltage=14600, motorCurrent=84600000, powerBattery=77764., maxFeedbackPower=160000, maxDischargePower=710000, bmsSelfCheck=00, powerBatteryCurrent=13000, powerBatteryV3=277000, maxVoltage=4000, minVoltage=4000, maxTemperature=520000, minTemperature=800000, availableCapacity=900000, vehicleStatus=1, 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-21 09:15:04.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:15:05.322 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:15:05.322 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:15:05.322 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 35 30 36 33 31 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 31 32 2e 35 36 30 30 30 30 30 30 36 32 35 30 30 30 36 30 30 30 30 32 37 35 31 30 30 30 30 30 44 31 30 38 30 39 2e 36 30 30 36 32 30 30 30 30 32 32 35 37 30 39 35 31 30 35 34 30 30 30 30 32 30 37 30 30 31 30 38 33 36 30 30 30 37 37 37 36 34 2e 33 32 30 30 30 30 32 38 30 30 30 30 31 32 34 30 30 30 30 34 35 32 30 30 30 34 30 30 30 33 30 30 30 38 32 30 30 30 30 34 38 30 30 30 30 34 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 18 7E -2024-06-21 09:15:05.323 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932506318, longitude=116.6868880, latitude=39.5227270, speed=72.000, mileage=12.56000000, dischargeVoltage=625000, dischargeCurrent=60000, insulationResistance=275100000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=9.600, motorControllerTemperature=620000, motorSpeed=22570, motorTorque=9510, motorTemperature=540000, motorVoltage=20700, motorCurrent=10836000, powerBattery=77764., maxFeedbackPower=320000, maxDischargePower=280000, bmsSelfCheck=12, powerBatteryCurrent=40000, powerBatteryV3=452000, maxVoltage=4000, minVoltage=3000, maxTemperature=820000, minTemperature=480000, availableCapacity=420000, vehicleStatus=1, 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-21 09:15:05.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:15:06.387 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:15:06.387 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:15:06.387 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 35 30 37 33 32 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 31 32 2e 35 36 30 30 30 30 30 30 34 33 35 30 30 30 34 31 30 30 30 32 33 36 34 31 30 30 30 30 44 34 30 33 30 31 30 2e 36 30 36 34 30 30 30 30 32 31 35 38 37 33 30 34 30 34 37 30 30 30 30 32 35 39 30 30 31 31 30 36 38 30 30 30 37 37 37 36 34 2e 32 37 30 30 30 30 33 35 30 30 30 30 31 32 31 32 30 30 30 37 30 30 30 30 30 34 30 30 30 33 30 30 30 32 39 30 30 30 30 37 39 30 30 30 30 31 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 02 7E -2024-06-21 09:15:06.387 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932507326, longitude=116.6871620, latitude=39.5228750, speed=0.0000, mileage=12.56000000, dischargeVoltage=435000, dischargeCurrent=41000, insulationResistance=236410000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=10.60, motorControllerTemperature=640000, motorSpeed=21587, motorTorque=3040, motorTemperature=470000, motorVoltage=25900, motorCurrent=11068000, powerBattery=77764., maxFeedbackPower=270000, maxDischargePower=350000, bmsSelfCheck=12, powerBatteryCurrent=12000, powerBatteryV3=700000, maxVoltage=4000, minVoltage=3000, maxTemperature=290000, minTemperature=790000, availableCapacity=130000, vehicleStatus=1, 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-21 09:15:06.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:15:07.332 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:15:07.332 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:15:07.332 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 35 30 38 33 32 31 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 31 32 2e 36 33 30 30 30 30 30 30 32 34 31 30 30 30 33 39 30 30 30 32 31 33 34 37 30 30 30 30 44 37 30 31 30 39 2e 37 30 30 39 37 30 30 30 30 32 35 31 37 36 33 32 31 30 33 33 30 30 30 30 32 36 36 30 30 31 36 32 39 30 30 30 30 37 37 37 35 34 2e 31 36 30 30 30 30 34 34 30 30 30 30 37 30 30 30 30 30 30 34 35 36 30 30 30 34 30 30 30 34 30 30 30 34 36 30 30 30 30 38 37 30 30 30 30 31 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1a 7E -2024-06-21 09:15:07.333 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932508321, longitude=116.6890280, latitude=39.5238560, speed=126.00, mileage=12.63000000, dischargeVoltage=241000, dischargeCurrent=39000, insulationResistance=213470000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=9.700, motorControllerTemperature=970000, motorSpeed=25176, motorTorque=3210, motorTemperature=330000, motorVoltage=26600, motorCurrent=16290000, powerBattery=77754., maxFeedbackPower=160000, maxDischargePower=440000, bmsSelfCheck=70, powerBatteryCurrent=00000, powerBatteryV3=456000, maxVoltage=4000, minVoltage=4000, maxTemperature=460000, minTemperature=870000, availableCapacity=150000, vehicleStatus=1, 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-21 09:15:07.364 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:15:08.359 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:15:08.359 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:15:08.359 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 35 30 39 33 32 39 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 31 32 2e 37 33 30 30 30 30 30 30 34 37 38 30 30 30 34 30 30 30 30 31 30 36 39 30 30 30 30 30 44 39 30 39 30 31 31 2e 35 30 31 39 30 30 30 30 35 32 36 34 30 33 31 35 30 31 34 30 30 30 30 32 36 32 30 30 34 31 35 31 30 30 30 30 37 37 37 34 33 2e 30 30 30 30 30 30 32 30 30 30 30 30 32 30 36 30 30 30 30 36 36 30 30 30 30 33 30 30 30 33 30 30 30 36 31 30 30 30 30 39 34 30 30 30 30 39 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ff 7E -2024-06-21 09:15:08.359 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932509329, longitude=116.6901760, latitude=39.5245800, speed=180.00, mileage=12.73000000, dischargeVoltage=478000, dischargeCurrent=40000, insulationResistance=106900000, gear=D, accelerationPedal=90, brakePedal=90, fuelConsumption=11.50, motorControllerTemperature=190000, motorSpeed=52640, motorTorque=3150, motorTemperature=140000, motorVoltage=26200, motorCurrent=41510000, powerBattery=77743., maxFeedbackPower=000000, maxDischargePower=200000, bmsSelfCheck=20, powerBatteryCurrent=60000, powerBatteryV3=660000, maxVoltage=3000, minVoltage=3000, maxTemperature=610000, minTemperature=940000, availableCapacity=980000, vehicleStatus=1, 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-21 09:15:08.390 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:15:09.333 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:15:09.333 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:15:09.333 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 35 31 30 33 32 35 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 31 32 2e 38 32 30 30 30 30 30 30 31 38 32 30 30 30 34 34 30 30 30 32 36 39 38 31 30 30 30 30 44 30 30 30 30 31 30 2e 30 30 35 30 30 30 30 30 36 33 35 34 31 31 36 38 30 31 33 36 30 30 30 31 39 31 30 30 36 35 39 33 30 30 30 30 37 37 37 33 33 2e 38 35 30 30 30 30 33 31 30 30 30 30 35 30 34 30 30 30 30 37 30 30 30 30 30 33 30 30 30 34 30 30 30 32 32 30 30 30 30 34 37 30 30 30 30 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ee 7E -2024-06-21 09:15:09.334 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932510325, longitude=116.6912060, latitude=39.5254530, speed=162.00, mileage=12.82000000, dischargeVoltage=182000, dischargeCurrent=44000, insulationResistance=269810000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=10.00, motorControllerTemperature=500000, motorSpeed=63541, motorTorque=1680, motorTemperature=136000, motorVoltage=19100, motorCurrent=65930000, powerBattery=77733., maxFeedbackPower=850000, maxDischargePower=310000, bmsSelfCheck=50, powerBatteryCurrent=40000, powerBatteryV3=700000, maxVoltage=3000, minVoltage=4000, maxTemperature=220000, minTemperature=470000, availableCapacity=800000, vehicleStatus=1, 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-21 09:15:09.365 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:15:10.335 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:15:10.335 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:15:10.335 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 35 31 31 33 32 35 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 31 32 2e 38 33 30 30 30 30 30 30 36 34 36 30 30 30 34 31 30 30 30 38 33 36 34 30 30 30 30 30 44 35 30 35 30 31 30 2e 37 30 35 30 30 30 30 30 33 37 35 33 32 38 39 30 30 33 30 30 30 30 30 32 33 39 30 30 31 32 38 30 31 30 30 30 37 37 37 33 33 2e 34 30 30 30 30 30 39 33 30 30 30 30 31 33 30 30 30 30 30 35 39 35 30 30 30 33 30 30 30 34 30 30 30 35 37 30 30 30 30 34 35 30 30 30 30 33 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0d 7E -2024-06-21 09:15:10.335 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932511325, longitude=116.6916840, latitude=39.5258630, speed=18.000, mileage=12.83000000, dischargeVoltage=646000, dischargeCurrent=41000, insulationResistance=836400000, gear=D, accelerationPedal=50, brakePedal=50, fuelConsumption=10.70, motorControllerTemperature=500000, motorSpeed=37532, motorTorque=8900, motorTemperature=300000, motorVoltage=23900, motorCurrent=12801000, powerBattery=77733., maxFeedbackPower=400000, maxDischargePower=930000, bmsSelfCheck=13, powerBatteryCurrent=00000, powerBatteryV3=595000, maxVoltage=3000, minVoltage=4000, maxTemperature=570000, minTemperature=450000, availableCapacity=350000, vehicleStatus=1, 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-21 09:15:10.389 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:15:11.324 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:15:11.324 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:15:11.324 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 33 32 35 31 32 33 31 39 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 31 32 2e 38 36 30 30 30 30 30 30 35 30 35 30 30 30 36 30 30 30 30 31 37 36 33 39 30 30 30 30 44 32 30 36 30 39 2e 33 30 30 34 34 30 30 30 30 39 35 33 36 32 32 35 39 30 33 34 30 30 30 30 32 34 34 30 30 36 38 33 35 30 30 30 30 37 37 37 33 33 2e 34 32 30 30 30 30 39 36 30 30 30 30 33 30 32 30 30 30 30 36 30 39 30 30 30 33 30 30 30 33 30 30 30 37 30 30 30 30 30 37 39 30 30 30 30 37 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 27 7E -2024-06-21 09:15:11.324 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718932512319, longitude=116.6921130, latitude=39.5259090, speed=54.000, mileage=12.86000000, dischargeVoltage=505000, dischargeCurrent=60000, insulationResistance=176390000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=9.300, motorControllerTemperature=440000, motorSpeed=95362, motorTorque=2590, motorTemperature=340000, motorVoltage=24400, motorCurrent=68350000, powerBattery=77733., maxFeedbackPower=420000, maxDischargePower=960000, bmsSelfCheck=30, powerBatteryCurrent=20000, powerBatteryV3=609000, maxVoltage=3000, minVoltage=3000, maxTemperature=700000, minTemperature=790000, availableCapacity=790000, vehicleStatus=1, 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-21 09:15:11.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:16:16.248 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:16:16.297 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:16:16.327 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:16:16.715 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:16:16.724 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:16:16.809 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:16:16.833 [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-0, test1-2, test1-1, test1-3 -2024-06-21 09:16:16.833 [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 -2024-06-21 09:16:16.833 [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-5, test1-7, test1-4 -2024-06-21 09:16:16.833 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0, test1-2, test1-1, test1-3] -2024-06-21 09:16:16.833 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:16:16.833 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-5, test1-7, test1-4] -2024-06-21 09:16:16.833 [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-58363eb3-0eaf-40f7-a618-e8a7c95e6452 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:16:16.833 [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-91d944e6-0b28-4c7a-859a-ffefd7d1fdf1 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:16:16.834 [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-60e720fb-7ab4-43bb-b032-48d5f7d26129 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:16:16.834 [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-21 09:16:16.834 [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-21 09:16:16.834 [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-21 09:16:16.837 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:16:16.837 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:16:16.837 [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-21 09:16:16.837 [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-21 09:16:16.837 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:16:16.837 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:16:16.838 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:16:16.838 [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-21 09:16:16.838 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:16:16.842 [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-21 09:16:16.843 [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-21 09:16:16.843 [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-21 09:16:16.843 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:16:16.843 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:16:16.843 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:16:16.845 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:16:16.845 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:16:16.845 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:16:16.854 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 09:16:16.855 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:16:16.855 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 09:16:16.855 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:16:16.855 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 09:16:17.018 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 09:16:17.026 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 09:16:27.043 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 20212 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 09:16:27.044 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 09:16:27.045 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 09:16:27.573 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 09:16:27.575 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 09:16:27.597 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 09:16:27.839 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 09:16:27.924 [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-21 09:16:27.925 [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-21 09:16:27.927 [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-21 09:16:27.944 [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-21 09:16:27.973 [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-21 09:16:27.977 [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-21 09:16:28.207 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 09:16:28.215 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 09:16:28.215 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 09:16:28.316 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 09:16:28.316 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1237 ms -2024-06-21 09:16:28.917 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 09:16:29.220 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 09:16:29.226 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 09:16:29.243 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 09:16:29.283 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 09:16:29.299 [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-21 09:16:29.361 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:16:29.361 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:16:29.362 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718932589360 -2024-06-21 09:16:29.363 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 09:16:33.291 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 09:16:33.355 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 09:16:33.412 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:16:33.413 [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-21 09:16:33.415 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:16:33.421 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:16:33.424 [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-3c936976-a603-4496-b3f9-e510342b5927', protocol='range'} -2024-06-21 09:16:33.426 [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-3c936976-a603-4496-b3f9-e510342b5927=Assignment(partitions=[test1-0])} -2024-06-21 09:16:33.428 [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-3c936976-a603-4496-b3f9-e510342b5927', protocol='range'} -2024-06-21 09:16:33.428 [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]) -2024-06-21 09:16:33.430 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 09:16:33.434 [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-21 09:16:33.440 [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-21 09:16:34.033 [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-21 09:16:34.037 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:16:34.037 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:16:34.037 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718932594037 -2024-06-21 09:16:34.038 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:16:34.044 [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-21 09:16:34.048 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:16:34.049 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:16:34.049 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:16:34.049 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718932594049 -2024-06-21 09:16:34.049 [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-21 09:16:34.049 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:16:34.049 [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-21 09:16:34.049 [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-21 09:16:34.051 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:16:34.052 [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-21 09:16:34.052 [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-21 09:16:34.052 [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-21 09:16:34.052 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:16:34.052 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:16:34.053 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718932594052 -2024-06-21 09:16:34.053 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:16:34.054 [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-7d7cc176-e85b-423c-8bb1-de9a5f7e6c44', protocol='range'} -2024-06-21 09:16:34.054 [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-21 09:16:34.054 [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-7d7cc176-e85b-423c-8bb1-de9a5f7e6c44=Assignment(partitions=[test1-0])} -2024-06-21 09:16:34.055 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:16:34.056 [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-21 09:16:34.056 [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-7d7cc176-e85b-423c-8bb1-de9a5f7e6c44', protocol='range'} -2024-06-21 09:16:34.056 [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]) -2024-06-21 09:16:34.056 [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 -2024-06-21 09:16:34.057 [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-21 09:16:34.059 [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-21 09:16:34.065 [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-21 09:16:34.065 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:16:34.068 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 09:16:34.069 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 09:16:34.218 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@202d1424 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 59362] -2024-06-21 09:16:34.910 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 09:16:34.914 [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-21 09:16:35.201 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 8.451 seconds (JVM running for 8.937) -2024-06-21 09:16:35.203 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 09:16:35.344 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 09:16:35.344 [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-21 09:16:35.738 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 09:16:37.055 [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-21 09:16:37.056 [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 -2024-06-21 09:16:37.057 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:16:37.057 [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-21 09:16:37.058 [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-9c97c13d-7896-4660-b50b-0abe289be121', protocol='range'} -2024-06-21 09:16:37.058 [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-21a07c9f-0515-48bc-98a6-73ceaf315da8', protocol='range'} -2024-06-21 09:16:37.059 [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-7d7cc176-e85b-423c-8bb1-de9a5f7e6c44', protocol='range'} -2024-06-21 09:16:37.059 [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-4-9c97c13d-7896-4660-b50b-0abe289be121=Assignment(partitions=[]), consumer-Topics-2-7d7cc176-e85b-423c-8bb1-de9a5f7e6c44=Assignment(partitions=[test1-0]), consumer-Topics-3-21a07c9f-0515-48bc-98a6-73ceaf315da8=Assignment(partitions=[])} -2024-06-21 09:16:37.062 [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-21a07c9f-0515-48bc-98a6-73ceaf315da8', protocol='range'} -2024-06-21 09:16:37.062 [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-9c97c13d-7896-4660-b50b-0abe289be121', protocol='range'} -2024-06-21 09:16:37.062 [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-7d7cc176-e85b-423c-8bb1-de9a5f7e6c44', protocol='range'} -2024-06-21 09:16:37.062 [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=[]) -2024-06-21 09:16:37.063 [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: -2024-06-21 09:16:37.062 [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=[]) -2024-06-21 09:16:37.063 [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]) -2024-06-21 09:16:37.063 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:16:37.063 [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: -2024-06-21 09:16:37.113 [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 -2024-06-21 09:16:37.113 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:16:37.115 [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-21 09:16:37.115 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:17:01.052 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:17:01.052 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:17:01.052 [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 38 39 33 32 36 32 30 39 38 30 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 33 37 2e 36 35 30 30 30 30 30 30 34 37 38 30 30 30 34 38 30 30 30 32 30 32 31 32 30 30 30 30 44 30 30 34 30 31 31 2e 32 30 33 39 30 30 30 30 38 36 36 38 35 34 33 30 30 38 35 30 30 30 30 31 39 36 30 30 32 35 33 32 30 30 30 30 36 31 33 34 32 2e 34 38 30 30 30 30 31 39 30 30 30 30 34 30 32 30 30 30 30 36 38 36 30 30 30 34 30 30 30 33 30 30 30 34 34 30 30 30 30 37 31 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 dd 7E -2024-06-21 09:17:01.067 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718932620980, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=37.65000000, dischargeVoltage=478000, dischargeCurrent=48000, insulationResistance=202120000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=11.20, motorControllerTemperature=390000, motorSpeed=86685, motorTorque=4300, motorTemperature=850000, motorVoltage=19600, motorCurrent=25320000, powerBattery=61342., maxFeedbackPower=480000, maxDischargePower=190000, bmsSelfCheck=40, powerBatteryCurrent=20000, powerBatteryV3=686000, maxVoltage=4000, minVoltage=3000, maxTemperature=440000, minTemperature=710000, 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-21 09:17:01.119 [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-21 09:17:01.131 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:17:01.132 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:17:01.132 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718932621131 -2024-06-21 09:17:01.134 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:17:01.150 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:17:01.151 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"650000","bmsSelfCheck":"40","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"48000","dischargeVoltage":"478000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.20","gear":"D","insulationResistance":"202120000","latitude":"39.5209220","location":"1","longitude":"116.6555800","maxDischargePower":"190000","maxFeedbackPower":"480000","maxTemperature":"440000","maxVoltage":"4000","mcu":"1","mileage":"37.65000000","minTemperature":"710000","minVoltage":"3000","motorControllerTemperature":"390000","motorCurrent":"25320000","motorSpeed":"86685","motorTemperature":"850000","motorTorque":"4300","motorVoltage":"19600","powerBattery":"61342.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"686000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718932620980","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 09:17:01.274 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718932620980, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=37.65000000, dischargeVoltage=478000, dischargeCurrent=48000, insulationResistance=202120000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=11.20, motorControllerTemperature=390000, motorSpeed=86685, motorTorque=4300, motorTemperature=850000, motorVoltage=19600, motorCurrent=25320000, powerBattery=61342., maxFeedbackPower=480000, maxDischargePower=190000, bmsSelfCheck=40, powerBatteryCurrent=20000, powerBatteryV3=686000, maxVoltage=4000, minVoltage=3000, maxTemperature=440000, minTemperature=710000, 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-21 09:17:01.584 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:84 - 该车没有存到缓存中 -2024-06-21 09:17:01.586 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:87 - 该车没有存到缓存中 -2024-06-21 09:17:02.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:17:02.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:17:02.019 [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 38 39 33 32 36 32 31 39 38 37 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 33 37 2e 36 38 30 30 30 30 30 30 35 37 30 30 30 30 34 37 30 30 30 32 34 36 37 33 30 30 30 30 44 36 30 39 30 31 31 2e 39 30 35 38 30 30 30 30 38 34 33 33 36 36 37 33 30 39 31 30 30 30 30 31 32 38 30 30 31 34 38 30 37 30 30 30 36 31 33 34 32 2e 31 38 30 30 30 30 31 36 30 30 30 30 38 30 37 30 30 30 30 33 30 38 30 30 30 33 30 30 30 34 30 30 30 36 31 30 30 30 30 33 33 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 fb 7E -2024-06-21 09:17:02.019 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718932621987, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=37.68000000, dischargeVoltage=570000, dischargeCurrent=47000, insulationResistance=246730000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=11.90, motorControllerTemperature=580000, motorSpeed=84336, motorTorque=6730, motorTemperature=910000, motorVoltage=12800, motorCurrent=14807000, powerBattery=61342., maxFeedbackPower=180000, maxDischargePower=160000, bmsSelfCheck=80, powerBatteryCurrent=70000, powerBatteryV3=308000, maxVoltage=3000, minVoltage=4000, maxTemperature=610000, minTemperature=330000, 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-21 09:17:02.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:17:02.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"000000","bmsSelfCheck":"80","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"570000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"246730000","latitude":"39.5209970","location":"1","longitude":"116.6563730","maxDischargePower":"160000","maxFeedbackPower":"180000","maxTemperature":"610000","maxVoltage":"3000","mcu":"1","mileage":"37.68000000","minTemperature":"330000","minVoltage":"4000","motorControllerTemperature":"580000","motorCurrent":"14807000","motorSpeed":"84336","motorTemperature":"910000","motorTorque":"6730","motorVoltage":"12800","powerBattery":"61342.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"308000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718932621987","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 09:17:02.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718932621987, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=37.68000000, dischargeVoltage=570000, dischargeCurrent=47000, insulationResistance=246730000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=11.90, motorControllerTemperature=580000, motorSpeed=84336, motorTorque=6730, motorTemperature=910000, motorVoltage=12800, motorCurrent=14807000, powerBattery=61342., maxFeedbackPower=180000, maxDischargePower=160000, bmsSelfCheck=80, powerBatteryCurrent=70000, powerBatteryV3=308000, maxVoltage=3000, minVoltage=4000, maxTemperature=610000, minTemperature=330000, 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-21 09:17:03.027 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:17:03.027 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:17:03.028 [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 38 39 33 32 36 32 32 39 39 30 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 33 37 2e 37 32 30 30 30 30 30 30 32 31 34 30 30 30 32 33 30 30 30 31 37 39 36 37 30 30 30 30 44 32 30 36 30 31 31 2e 32 30 37 35 30 30 30 30 37 30 36 31 31 34 38 38 30 37 35 30 30 30 30 31 31 30 30 30 33 36 35 32 30 30 30 30 36 31 33 34 32 2e 39 39 30 30 30 30 33 36 30 30 30 30 38 30 31 30 30 30 30 33 39 37 30 30 30 33 30 30 30 34 30 30 30 35 36 30 30 30 30 39 37 30 30 30 30 33 39 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-21 09:17:03.028 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718932622990, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=37.72000000, dischargeVoltage=214000, dischargeCurrent=23000, insulationResistance=179670000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=11.20, motorControllerTemperature=750000, motorSpeed=70611, motorTorque=4880, motorTemperature=750000, motorVoltage=11000, motorCurrent=36520000, powerBattery=61342., maxFeedbackPower=990000, maxDischargePower=360000, bmsSelfCheck=80, powerBatteryCurrent=10000, powerBatteryV3=397000, maxVoltage=3000, minVoltage=4000, maxTemperature=560000, minTemperature=970000, availableCapacity=390000, 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-21 09:17:03.032 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:17:03.032 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"390000","bmsSelfCheck":"80","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"23000","dischargeVoltage":"214000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.20","gear":"D","insulationResistance":"179670000","latitude":"39.5211210","location":"1","longitude":"116.6576290","maxDischargePower":"360000","maxFeedbackPower":"990000","maxTemperature":"560000","maxVoltage":"3000","mcu":"1","mileage":"37.72000000","minTemperature":"970000","minVoltage":"4000","motorControllerTemperature":"750000","motorCurrent":"36520000","motorSpeed":"70611","motorTemperature":"750000","motorTorque":"4880","motorVoltage":"11000","powerBattery":"61342.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"397000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718932622990","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 09:17:03.032 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718932622990, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=37.72000000, dischargeVoltage=214000, dischargeCurrent=23000, insulationResistance=179670000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=11.20, motorControllerTemperature=750000, motorSpeed=70611, motorTorque=4880, motorTemperature=750000, motorVoltage=11000, motorCurrent=36520000, powerBattery=61342., maxFeedbackPower=990000, maxDischargePower=360000, bmsSelfCheck=80, powerBatteryCurrent=10000, powerBatteryV3=397000, maxVoltage=3000, minVoltage=4000, maxTemperature=560000, minTemperature=970000, availableCapacity=390000, 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-21 09:26:19.818 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:26:19.818 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:26:19.819 [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 38 39 33 33 31 37 39 37 37 34 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 33 37 2e 37 35 30 30 30 30 30 30 32 37 38 30 30 30 32 30 30 30 30 31 34 37 33 38 30 30 30 30 44 36 30 34 30 31 31 2e 31 30 31 39 30 30 30 30 35 35 30 31 32 39 37 36 30 38 36 30 30 30 30 32 33 37 30 30 32 39 30 33 30 30 30 30 36 31 33 34 32 2e 36 30 30 30 30 30 31 35 30 30 30 30 31 32 31 30 30 30 30 35 37 36 30 30 30 33 30 30 30 33 30 30 30 38 32 30 30 30 30 32 32 30 30 30 30 36 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 de 7E -2024-06-21 09:26:19.819 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933179774, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=37.75000000, dischargeVoltage=278000, dischargeCurrent=20000, insulationResistance=147380000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=11.10, motorControllerTemperature=190000, motorSpeed=55012, motorTorque=9760, motorTemperature=860000, motorVoltage=23700, motorCurrent=29030000, powerBattery=61342., maxFeedbackPower=600000, maxDischargePower=150000, bmsSelfCheck=12, powerBatteryCurrent=10000, powerBatteryV3=576000, maxVoltage=3000, minVoltage=3000, maxTemperature=820000, minTemperature=220000, availableCapacity=620000, vehicleStatus=1, 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-21 09:26:19.821 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:26:19.821 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"620000","bmsSelfCheck":"12","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"20000","dischargeVoltage":"278000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"147380000","latitude":"39.5211630","location":"1","longitude":"116.6584780","maxDischargePower":"150000","maxFeedbackPower":"600000","maxTemperature":"820000","maxVoltage":"3000","mcu":"1","mileage":"37.75000000","minTemperature":"220000","minVoltage":"3000","motorControllerTemperature":"190000","motorCurrent":"29030000","motorSpeed":"55012","motorTemperature":"860000","motorTorque":"9760","motorVoltage":"23700","powerBattery":"61342.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"576000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718933179774","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 09:26:19.822 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933179774, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=37.75000000, dischargeVoltage=278000, dischargeCurrent=20000, insulationResistance=147380000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=11.10, motorControllerTemperature=190000, motorSpeed=55012, motorTorque=9760, motorTemperature=860000, motorVoltage=23700, motorCurrent=29030000, powerBattery=61342., maxFeedbackPower=600000, maxDischargePower=150000, bmsSelfCheck=12, powerBatteryCurrent=10000, powerBatteryV3=576000, maxVoltage=3000, minVoltage=3000, maxTemperature=820000, minTemperature=220000, availableCapacity=620000, vehicleStatus=1, 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-21 09:26:19.857 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:26:20.813 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:26:20.813 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:26:20.813 [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 38 39 33 33 31 38 30 37 37 39 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 33 37 2e 37 39 30 30 30 30 30 30 31 39 34 30 30 30 34 32 30 30 30 39 34 37 35 30 30 30 30 30 44 32 30 36 30 39 2e 37 30 30 38 39 30 30 30 30 33 39 32 31 37 37 39 38 30 35 39 30 30 30 30 32 39 30 30 30 31 34 30 30 39 30 30 30 36 31 33 34 32 2e 36 32 30 30 30 30 37 30 30 30 30 30 31 32 33 30 30 30 30 36 34 38 30 30 30 33 30 30 30 34 30 30 30 33 38 30 30 30 30 38 39 30 30 30 30 32 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0e 7E -2024-06-21 09:26:20.813 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933180779, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=37.79000000, dischargeVoltage=194000, dischargeCurrent=42000, insulationResistance=947500000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=9.700, motorControllerTemperature=890000, motorSpeed=39217, motorTorque=7980, motorTemperature=590000, motorVoltage=29000, motorCurrent=14009000, powerBattery=61342., maxFeedbackPower=620000, maxDischargePower=700000, bmsSelfCheck=12, powerBatteryCurrent=30000, powerBatteryV3=648000, maxVoltage=3000, minVoltage=4000, maxTemperature=380000, minTemperature=890000, availableCapacity=270000, vehicleStatus=1, 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-21 09:26:20.816 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:26:20.816 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"270000","bmsSelfCheck":"12","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"42000","dischargeVoltage":"194000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.700","gear":"D","insulationResistance":"947500000","latitude":"39.5212540","location":"1","longitude":"116.6594440","maxDischargePower":"700000","maxFeedbackPower":"620000","maxTemperature":"380000","maxVoltage":"3000","mcu":"1","mileage":"37.79000000","minTemperature":"890000","minVoltage":"4000","motorControllerTemperature":"890000","motorCurrent":"14009000","motorSpeed":"39217","motorTemperature":"590000","motorTorque":"7980","motorVoltage":"29000","powerBattery":"61342.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"648000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718933180779","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 09:26:20.816 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933180779, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=37.79000000, dischargeVoltage=194000, dischargeCurrent=42000, insulationResistance=947500000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=9.700, motorControllerTemperature=890000, motorSpeed=39217, motorTorque=7980, motorTemperature=590000, motorVoltage=29000, motorCurrent=14009000, powerBattery=61342., maxFeedbackPower=620000, maxDischargePower=700000, bmsSelfCheck=12, powerBatteryCurrent=30000, powerBatteryV3=648000, maxVoltage=3000, minVoltage=4000, maxTemperature=380000, minTemperature=890000, availableCapacity=270000, vehicleStatus=1, 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-21 09:26:20.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:26:21.815 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:26:21.815 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:26:21.815 [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 38 39 33 33 31 38 31 37 37 38 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 33 37 2e 38 35 30 30 30 30 30 30 32 33 32 30 30 30 31 37 30 30 30 38 34 34 39 30 30 30 30 30 44 32 30 34 30 31 30 2e 31 30 32 31 30 30 30 30 35 39 39 36 34 33 34 36 30 31 32 31 30 30 30 32 33 30 30 30 34 39 36 31 30 30 30 30 36 31 33 33 31 2e 32 34 30 30 30 30 31 35 30 30 30 30 39 30 31 30 30 30 30 34 37 39 30 30 30 34 30 30 30 34 30 30 30 32 39 30 30 30 30 35 37 30 30 30 30 33 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e3 7E -2024-06-21 09:26:21.815 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933181778, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=37.85000000, dischargeVoltage=232000, dischargeCurrent=17000, insulationResistance=844900000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=10.10, motorControllerTemperature=210000, motorSpeed=59964, motorTorque=3460, motorTemperature=121000, motorVoltage=23000, motorCurrent=49610000, powerBattery=61331., maxFeedbackPower=240000, maxDischargePower=150000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=479000, maxVoltage=4000, minVoltage=4000, maxTemperature=290000, minTemperature=570000, availableCapacity=390000, vehicleStatus=1, 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-21 09:26:21.817 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:26:21.817 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"390000","bmsSelfCheck":"90","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"17000","dischargeVoltage":"232000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.10","gear":"D","insulationResistance":"844900000","latitude":"39.5213450","location":"1","longitude":"116.6606990","maxDischargePower":"150000","maxFeedbackPower":"240000","maxTemperature":"290000","maxVoltage":"4000","mcu":"1","mileage":"37.85000000","minTemperature":"570000","minVoltage":"4000","motorControllerTemperature":"210000","motorCurrent":"49610000","motorSpeed":"59964","motorTemperature":"121000","motorTorque":"3460","motorVoltage":"23000","powerBattery":"61331.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"479000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718933181778","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 09:26:21.817 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933181778, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=37.85000000, dischargeVoltage=232000, dischargeCurrent=17000, insulationResistance=844900000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=10.10, motorControllerTemperature=210000, motorSpeed=59964, motorTorque=3460, motorTemperature=121000, motorVoltage=23000, motorCurrent=49610000, powerBattery=61331., maxFeedbackPower=240000, maxDischargePower=150000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=479000, maxVoltage=4000, minVoltage=4000, maxTemperature=290000, minTemperature=570000, availableCapacity=390000, vehicleStatus=1, 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-21 09:26:21.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:92 - 该车故障已修复 -2024-06-21 09:27:00.379 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:27:00.380 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:27:00.380 [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 38 39 33 33 32 32 30 33 31 36 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 33 37 2e 38 37 30 30 30 30 30 30 32 37 34 30 30 30 32 36 30 30 30 32 36 39 31 33 30 30 30 30 44 32 30 34 30 31 31 2e 31 30 34 39 30 30 30 30 39 32 38 39 32 35 36 30 30 37 34 30 30 30 30 31 31 33 30 30 39 33 31 35 30 30 30 30 36 31 33 33 31 2e 39 37 30 30 30 30 36 37 30 30 30 30 31 34 33 30 30 30 30 34 37 39 30 30 30 34 30 30 30 33 30 30 30 33 36 30 30 30 30 36 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 df 7E -2024-06-21 09:27:00.380 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933220316, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=37.87000000, dischargeVoltage=274000, dischargeCurrent=26000, insulationResistance=269130000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=11.10, motorControllerTemperature=490000, motorSpeed=92892, motorTorque=5600, motorTemperature=740000, motorVoltage=11300, motorCurrent=93150000, powerBattery=61331., maxFeedbackPower=970000, maxDischargePower=670000, bmsSelfCheck=14, powerBatteryCurrent=30000, powerBatteryV3=479000, maxVoltage=4000, minVoltage=3000, maxTemperature=360000, minTemperature=630000, 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-21 09:27:00.381 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:27:00.382 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"840000","bmsSelfCheck":"14","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"26000","dischargeVoltage":"274000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"269130000","latitude":"39.5213780","location":"1","longitude":"116.6611070","maxDischargePower":"670000","maxFeedbackPower":"970000","maxTemperature":"360000","maxVoltage":"4000","mcu":"1","mileage":"37.87000000","minTemperature":"630000","minVoltage":"3000","motorControllerTemperature":"490000","motorCurrent":"93150000","motorSpeed":"92892","motorTemperature":"740000","motorTorque":"5600","motorVoltage":"11300","powerBattery":"61331.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"479000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718933220316","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 09:27:00.382 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933220316, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=37.87000000, dischargeVoltage=274000, dischargeCurrent=26000, insulationResistance=269130000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=11.10, motorControllerTemperature=490000, motorSpeed=92892, motorTorque=5600, motorTemperature=740000, motorVoltage=11300, motorCurrent=93150000, powerBattery=61331., maxFeedbackPower=970000, maxDischargePower=670000, bmsSelfCheck=14, powerBatteryCurrent=30000, powerBatteryV3=479000, maxVoltage=4000, minVoltage=3000, maxTemperature=360000, minTemperature=630000, 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-21 09:27:00.442 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:84 - 该车没有存到缓存中 -2024-06-21 09:27:00.442 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:87 - 该车没有存到缓存中 -2024-06-21 09:27:01.364 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:27:01.364 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:27:01.364 [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 38 39 33 33 32 32 31 33 32 37 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 33 37 2e 39 34 30 30 30 30 30 30 31 37 32 30 30 30 33 30 30 30 30 32 30 31 36 33 30 30 30 30 44 37 30 34 30 31 31 2e 32 30 38 30 30 30 30 30 31 32 34 36 39 34 30 31 30 31 31 34 30 30 30 32 37 38 30 30 31 32 32 37 30 30 30 30 36 31 33 32 30 2e 33 31 30 30 30 30 32 33 30 30 30 30 31 30 37 30 30 30 30 33 35 30 30 30 30 34 30 30 30 34 30 30 30 36 37 30 30 30 30 32 32 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 a7 7E -2024-06-21 09:27:01.364 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933221327, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=37.94000000, dischargeVoltage=172000, dischargeCurrent=30000, insulationResistance=201630000, gear=D, accelerationPedal=70, brakePedal=40, fuelConsumption=11.20, motorControllerTemperature=800000, motorSpeed=12469, motorTorque=4010, motorTemperature=114000, motorVoltage=27800, motorCurrent=12270000, powerBattery=61320., maxFeedbackPower=310000, maxDischargePower=230000, bmsSelfCheck=10, powerBatteryCurrent=70000, powerBatteryV3=350000, maxVoltage=4000, minVoltage=4000, maxTemperature=670000, minTemperature=220000, 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-21 09:27:01.366 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:27:01.367 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"800000","bmsSelfCheck":"10","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"172000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.20","gear":"D","insulationResistance":"201630000","latitude":"39.5214670","location":"1","longitude":"116.6620990","maxDischargePower":"230000","maxFeedbackPower":"310000","maxTemperature":"670000","maxVoltage":"4000","mcu":"1","mileage":"37.94000000","minTemperature":"220000","minVoltage":"4000","motorControllerTemperature":"800000","motorCurrent":"12270000","motorSpeed":"12469","motorTemperature":"114000","motorTorque":"4010","motorVoltage":"27800","powerBattery":"61320.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"350000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718933221327","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 09:27:01.367 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933221327, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=37.94000000, dischargeVoltage=172000, dischargeCurrent=30000, insulationResistance=201630000, gear=D, accelerationPedal=70, brakePedal=40, fuelConsumption=11.20, motorControllerTemperature=800000, motorSpeed=12469, motorTorque=4010, motorTemperature=114000, motorVoltage=27800, motorCurrent=12270000, powerBattery=61320., maxFeedbackPower=310000, maxDischargePower=230000, bmsSelfCheck=10, powerBatteryCurrent=70000, powerBatteryV3=350000, maxVoltage=4000, minVoltage=4000, maxTemperature=670000, minTemperature=220000, 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-21 09:31:43.585 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:31:43.618 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:31:43.643 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:31:43.779 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:31:44.018 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:31:44.038 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:31:44.054 [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-21a07c9f-0515-48bc-98a6-73ceaf315da8 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:31:44.054 [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-9c97c13d-7896-4660-b50b-0abe289be121 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:31:44.054 [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 -2024-06-21 09:31:44.055 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:31:44.055 [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-21 09:31:44.055 [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-21 09:31:44.055 [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-7d7cc176-e85b-423c-8bb1-de9a5f7e6c44 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:31:44.055 [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-21 09:31:44.058 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:31:44.058 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:31:44.058 [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-21 09:31:44.058 [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-21 09:31:44.058 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:31:44.058 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:31:44.058 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:31:44.058 [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-21 09:31:44.058 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:31:44.062 [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-21 09:31:44.062 [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-21 09:31:44.063 [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-21 09:31:44.063 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:31:44.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:31:44.063 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:31:44.064 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:31:44.065 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:31:44.065 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:31:44.070 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 09:31:44.071 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:31:44.071 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 09:31:44.071 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:31:44.072 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 09:31:44.223 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 09:31:44.228 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 09:31:52.827 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 24288 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 09:31:52.828 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 09:31:52.829 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 09:31:53.376 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 09:31:53.378 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 09:31:53.399 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 09:31:53.642 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 09:31:53.719 [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-21 09:31:53.720 [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-21 09:31:53.722 [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-21 09:31:53.738 [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-21 09:31:53.769 [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-21 09:31:53.773 [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-21 09:31:53.998 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 09:31:54.005 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 09:31:54.006 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 09:31:54.108 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 09:31:54.108 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1242 ms -2024-06-21 09:31:54.723 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 09:31:55.150 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 09:31:55.156 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 09:31:55.172 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 09:31:55.218 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 09:31:55.233 [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-21 09:31:55.286 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:31:55.286 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:31:55.286 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718933515285 -2024-06-21 09:31:55.288 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 09:31:55.384 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 09:31:55.457 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 09:31:55.524 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:31:55.525 [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-21 09:31:55.527 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:31:55.534 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:31:55.536 [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-bb97f59c-eab6-4dfc-9dc8-b22eab7b0d74', protocol='range'} -2024-06-21 09:31:55.538 [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-bb97f59c-eab6-4dfc-9dc8-b22eab7b0d74=Assignment(partitions=[test1-0])} -2024-06-21 09:31:55.542 [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-bb97f59c-eab6-4dfc-9dc8-b22eab7b0d74', protocol='range'} -2024-06-21 09:31:55.542 [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]) -2024-06-21 09:31:55.544 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 09:31:55.549 [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=8, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:31:56.147 [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-21 09:31:56.155 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:31:56.155 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:31:56.155 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718933516155 -2024-06-21 09:31:56.157 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:31:56.163 [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-21 09:31:56.166 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:31:56.166 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:31:56.167 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:31:56.167 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718933516166 -2024-06-21 09:31:56.167 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:31:56.167 [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-21 09:31:56.168 [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-21 09:31:56.169 [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-21 09:31:56.171 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:31:56.171 [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-21 09:31:56.171 [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-21 09:31:56.172 [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-21 09:31:56.173 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:31:56.173 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:31:56.173 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718933516173 -2024-06-21 09:31:56.173 [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-91596cec-7b2a-435c-a211-7351600a6b8c', protocol='range'} -2024-06-21 09:31:56.174 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:31:56.174 [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-2-91596cec-7b2a-435c-a211-7351600a6b8c=Assignment(partitions=[test1-0])} -2024-06-21 09:31:56.174 [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-21 09:31:56.175 [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-91596cec-7b2a-435c-a211-7351600a6b8c', protocol='range'} -2024-06-21 09:31:56.175 [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]) -2024-06-21 09:31:56.176 [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 -2024-06-21 09:31:56.176 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:31:56.177 [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-21 09:31:56.177 [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-21 09:31:56.178 [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=8, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:31:56.178 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:31:56.179 [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-21 09:31:56.184 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 09:31:56.185 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 09:31:56.343 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3d0f4ac4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 60036] -2024-06-21 09:31:56.704 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 09:31:56.708 [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-21 09:31:57.078 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.548 seconds (JVM running for 5.043) -2024-06-21 09:31:57.080 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 09:31:57.177 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 09:31:57.178 [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-21 09:31:57.600 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 09:31:59.181 [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-21 09:31:59.182 [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 -2024-06-21 09:31:59.182 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:31:59.182 [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-21 09:31:59.184 [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-34845f8b-59b7-4a45-b4a9-b62cce8cff85', protocol='range'} -2024-06-21 09:31:59.184 [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-b17609ed-942e-4500-8935-606e4cfcc430', protocol='range'} -2024-06-21 09:31:59.184 [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-91596cec-7b2a-435c-a211-7351600a6b8c', protocol='range'} -2024-06-21 09:31:59.185 [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-b17609ed-942e-4500-8935-606e4cfcc430=Assignment(partitions=[]), consumer-Topics-2-91596cec-7b2a-435c-a211-7351600a6b8c=Assignment(partitions=[test1-0]), consumer-Topics-4-34845f8b-59b7-4a45-b4a9-b62cce8cff85=Assignment(partitions=[])} -2024-06-21 09:31:59.186 [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-b17609ed-942e-4500-8935-606e4cfcc430', protocol='range'} -2024-06-21 09:31:59.186 [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-34845f8b-59b7-4a45-b4a9-b62cce8cff85', protocol='range'} -2024-06-21 09:31:59.186 [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-91596cec-7b2a-435c-a211-7351600a6b8c', protocol='range'} -2024-06-21 09:31:59.186 [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=[]) -2024-06-21 09:31:59.186 [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]) -2024-06-21 09:31:59.186 [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: -2024-06-21 09:31:59.186 [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=[]) -2024-06-21 09:31:59.186 [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 -2024-06-21 09:31:59.187 [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: -2024-06-21 09:31:59.187 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:31:59.187 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:31:59.188 [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=8, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:31:59.188 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:32:28.328 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:32:28.328 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:32:28.329 [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 38 39 33 33 35 34 38 32 39 33 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 33 37 2e 39 38 30 30 30 30 30 30 35 33 39 30 30 30 34 31 30 30 30 36 32 37 38 30 30 30 30 30 44 32 30 30 30 31 30 2e 32 30 33 38 30 30 30 30 36 38 38 30 31 33 34 34 30 38 36 30 30 30 30 32 32 39 30 30 31 39 34 38 30 30 30 30 36 31 33 32 30 2e 39 35 30 30 30 30 32 37 30 30 30 30 31 30 36 30 30 30 30 36 32 33 30 30 30 34 30 30 30 33 30 30 30 36 33 30 30 30 30 34 36 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 e4 7E -2024-06-21 09:32:28.344 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933548293, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=37.98000000, dischargeVoltage=539000, dischargeCurrent=41000, insulationResistance=627800000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=10.20, motorControllerTemperature=380000, motorSpeed=68801, motorTorque=3440, motorTemperature=860000, motorVoltage=22900, motorCurrent=19480000, powerBattery=61320., maxFeedbackPower=950000, maxDischargePower=270000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=623000, maxVoltage=4000, minVoltage=3000, maxTemperature=630000, minTemperature=460000, 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-21 09:32:28.400 [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-21 09:32:28.412 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:32:28.412 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:32:28.412 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718933548412 -2024-06-21 09:32:28.415 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:32:28.432 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:32:28.432 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"900000","bmsSelfCheck":"10","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"41000","dischargeVoltage":"539000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"627800000","latitude":"39.5215620","location":"1","longitude":"116.6633180","maxDischargePower":"270000","maxFeedbackPower":"950000","maxTemperature":"630000","maxVoltage":"4000","mcu":"1","mileage":"37.98000000","minTemperature":"460000","minVoltage":"3000","motorControllerTemperature":"380000","motorCurrent":"19480000","motorSpeed":"68801","motorTemperature":"860000","motorTorque":"3440","motorVoltage":"22900","powerBattery":"61320.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"623000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718933548293","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 09:32:28.557 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933548293, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=37.98000000, dischargeVoltage=539000, dischargeCurrent=41000, insulationResistance=627800000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=10.20, motorControllerTemperature=380000, motorSpeed=68801, motorTorque=3440, motorTemperature=860000, motorVoltage=22900, motorCurrent=19480000, powerBattery=61320., maxFeedbackPower=950000, maxDischargePower=270000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=623000, maxVoltage=4000, minVoltage=3000, maxTemperature=630000, minTemperature=460000, 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-21 09:32:28.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:93 - 该车没有存到缓存中 -2024-06-21 09:32:29.341 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:32:29.341 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:32:29.341 [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 38 39 33 33 35 34 39 33 30 30 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 33 38 2e 30 34 30 30 30 30 30 30 34 32 32 30 30 30 31 39 30 30 30 32 36 34 38 32 30 30 30 30 44 34 30 30 30 31 31 2e 38 30 34 30 30 30 30 30 33 30 31 33 31 38 30 36 30 33 31 30 30 30 30 32 31 38 30 30 31 33 34 32 39 30 30 30 36 31 33 30 38 2e 32 30 30 30 30 30 34 37 30 30 30 30 38 30 31 30 30 30 30 36 32 35 30 30 30 34 30 30 30 34 30 30 30 35 34 30 30 30 30 37 35 30 30 30 30 36 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 b8 7E -2024-06-21 09:32:29.342 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933549300, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=38.04000000, dischargeVoltage=422000, dischargeCurrent=19000, insulationResistance=264820000, gear=D, accelerationPedal=40, brakePedal=00, fuelConsumption=11.80, motorControllerTemperature=400000, motorSpeed=30131, motorTorque=8060, motorTemperature=310000, motorVoltage=21800, motorCurrent=13429000, powerBattery=61308., maxFeedbackPower=200000, maxDischargePower=470000, bmsSelfCheck=80, powerBatteryCurrent=10000, powerBatteryV3=625000, maxVoltage=4000, minVoltage=4000, maxTemperature=540000, minTemperature=750000, availableCapacity=620000, 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-21 09:32:29.347 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:32:29.347 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"620000","bmsSelfCheck":"80","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"19000","dischargeVoltage":"422000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"264820000","latitude":"39.5216700","location":"1","longitude":"116.6648360","maxDischargePower":"470000","maxFeedbackPower":"200000","maxTemperature":"540000","maxVoltage":"4000","mcu":"1","mileage":"38.04000000","minTemperature":"750000","minVoltage":"4000","motorControllerTemperature":"400000","motorCurrent":"13429000","motorSpeed":"30131","motorTemperature":"310000","motorTorque":"8060","motorVoltage":"21800","powerBattery":"61308.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"625000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718933549300","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 09:32:29.347 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933549300, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=38.04000000, dischargeVoltage=422000, dischargeCurrent=19000, insulationResistance=264820000, gear=D, accelerationPedal=40, brakePedal=00, fuelConsumption=11.80, motorControllerTemperature=400000, motorSpeed=30131, motorTorque=8060, motorTemperature=310000, motorVoltage=21800, motorCurrent=13429000, powerBattery=61308., maxFeedbackPower=200000, maxDischargePower=470000, bmsSelfCheck=80, powerBatteryCurrent=10000, powerBatteryV3=625000, maxVoltage=4000, minVoltage=4000, maxTemperature=540000, minTemperature=750000, availableCapacity=620000, 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-21 09:32:38.621 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:32:38.621 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:32:38.621 [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 38 39 33 33 35 35 38 35 38 30 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 33 38 2e 30 37 30 30 30 30 30 30 36 33 32 30 30 30 31 39 30 30 30 32 36 31 36 30 30 30 30 30 44 35 30 33 30 39 2e 38 30 30 37 37 30 30 30 30 32 39 39 37 30 33 32 30 30 38 36 30 30 30 30 32 35 31 30 30 33 32 32 37 30 30 30 30 36 31 33 30 38 2e 35 38 30 30 30 30 37 31 30 30 30 30 31 30 39 30 30 30 30 37 34 35 30 30 30 33 30 30 30 34 30 30 30 36 33 30 30 30 30 32 35 30 30 30 30 39 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f1 7E -2024-06-21 09:32:38.622 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933558580, longitude=116.6653570, latitude=39.5217650, speed=54.000, mileage=38.07000000, dischargeVoltage=632000, dischargeCurrent=19000, insulationResistance=261600000, gear=D, accelerationPedal=50, brakePedal=30, fuelConsumption=9.800, motorControllerTemperature=770000, motorSpeed=29970, motorTorque=3200, motorTemperature=860000, motorVoltage=25100, motorCurrent=32270000, powerBattery=61308., maxFeedbackPower=580000, maxDischargePower=710000, bmsSelfCheck=10, powerBatteryCurrent=90000, powerBatteryV3=745000, maxVoltage=3000, minVoltage=4000, maxTemperature=630000, minTemperature=250000, availableCapacity=930000, vehicleStatus=1, 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-21 09:32:38.624 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:32:38.624 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"930000","bmsSelfCheck":"10","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"19000","dischargeVoltage":"632000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.800","gear":"D","insulationResistance":"261600000","latitude":"39.5217650","location":"1","longitude":"116.6653570","maxDischargePower":"710000","maxFeedbackPower":"580000","maxTemperature":"630000","maxVoltage":"3000","mcu":"1","mileage":"38.07000000","minTemperature":"250000","minVoltage":"4000","motorControllerTemperature":"770000","motorCurrent":"32270000","motorSpeed":"29970","motorTemperature":"860000","motorTorque":"3200","motorVoltage":"25100","powerBattery":"61308.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"745000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718933558580","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 09:32:38.624 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933558580, longitude=116.6653570, latitude=39.5217650, speed=54.000, mileage=38.07000000, dischargeVoltage=632000, dischargeCurrent=19000, insulationResistance=261600000, gear=D, accelerationPedal=50, brakePedal=30, fuelConsumption=9.800, motorControllerTemperature=770000, motorSpeed=29970, motorTorque=3200, motorTemperature=860000, motorVoltage=25100, motorCurrent=32270000, powerBattery=61308., maxFeedbackPower=580000, maxDischargePower=710000, bmsSelfCheck=10, powerBatteryCurrent=90000, powerBatteryV3=745000, maxVoltage=3000, minVoltage=4000, maxTemperature=630000, minTemperature=250000, availableCapacity=930000, vehicleStatus=1, 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-21 09:32:38.654 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:98 - 该车故障已修复 -2024-06-21 09:32:50.094 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:32:50.095 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:32:50.095 [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 38 39 33 33 35 37 30 30 34 36 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 33 38 2e 31 32 30 30 30 30 30 30 35 30 32 30 30 30 31 33 30 30 30 31 33 34 36 34 30 30 30 30 44 31 30 36 30 31 31 2e 36 30 38 32 30 30 30 30 39 37 35 38 30 32 32 35 30 37 30 30 30 30 30 31 35 38 30 30 31 31 34 36 32 30 30 30 36 31 32 39 37 2e 36 35 30 30 30 30 35 31 30 30 30 30 34 30 31 31 30 30 30 36 35 38 30 30 30 33 30 30 30 34 30 30 30 35 35 30 30 30 30 31 31 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 cf 7E -2024-06-21 09:32:50.095 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933570046, longitude=116.6663970, latitude=39.5218350, speed=90.000, mileage=38.12000000, dischargeVoltage=502000, dischargeCurrent=13000, insulationResistance=134640000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=11.60, motorControllerTemperature=820000, motorSpeed=97580, motorTorque=2250, motorTemperature=700000, motorVoltage=15800, motorCurrent=11462000, powerBattery=61297., maxFeedbackPower=650000, maxDischargePower=510000, bmsSelfCheck=40, powerBatteryCurrent=11000, powerBatteryV3=658000, maxVoltage=3000, minVoltage=4000, maxTemperature=550000, minTemperature=110000, 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-21 09:32:50.097 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:32:50.097 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"700000","bmsSelfCheck":"40","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"13000","dischargeVoltage":"502000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"134640000","latitude":"39.5218350","location":"1","longitude":"116.6663970","maxDischargePower":"510000","maxFeedbackPower":"650000","maxTemperature":"550000","maxVoltage":"3000","mcu":"1","mileage":"38.12000000","minTemperature":"110000","minVoltage":"4000","motorControllerTemperature":"820000","motorCurrent":"11462000","motorSpeed":"97580","motorTemperature":"700000","motorTorque":"2250","motorVoltage":"15800","powerBattery":"61297.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"658000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718933570046","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 09:32:50.097 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933570046, longitude=116.6663970, latitude=39.5218350, speed=90.000, mileage=38.12000000, dischargeVoltage=502000, dischargeCurrent=13000, insulationResistance=134640000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=11.60, motorControllerTemperature=820000, motorSpeed=97580, motorTorque=2250, motorTemperature=700000, motorVoltage=15800, motorCurrent=11462000, powerBattery=61297., maxFeedbackPower=650000, maxDischargePower=510000, bmsSelfCheck=40, powerBatteryCurrent=11000, powerBatteryV3=658000, maxVoltage=3000, minVoltage=4000, maxTemperature=550000, minTemperature=110000, 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-21 09:32:50.173 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:90 - 该车没有存到缓存中 -2024-06-21 09:32:50.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:93 - 该车没有存到缓存中 -2024-06-21 09:32:51.114 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:32:51.115 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:32:51.115 [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 38 39 33 33 35 37 31 30 34 38 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 33 38 2e 31 36 30 30 30 30 30 30 33 38 37 30 30 30 33 31 30 30 30 31 32 30 33 32 30 30 30 30 44 31 30 36 30 31 31 2e 36 30 33 39 30 30 30 30 36 30 39 30 33 37 32 30 30 31 32 38 30 30 30 32 30 38 30 30 35 34 30 31 30 30 30 30 36 31 32 39 37 2e 32 31 30 30 30 30 35 30 30 30 30 30 31 31 35 30 30 30 30 35 36 36 30 30 30 33 30 30 30 34 30 30 30 36 39 30 30 30 30 38 30 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 c6 7E -2024-06-21 09:32:51.115 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933571048, longitude=116.6675130, latitude=39.5219180, speed=72.000, mileage=38.16000000, dischargeVoltage=387000, dischargeCurrent=31000, insulationResistance=120320000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=11.60, motorControllerTemperature=390000, motorSpeed=60903, motorTorque=7200, motorTemperature=128000, motorVoltage=20800, motorCurrent=54010000, powerBattery=61297., maxFeedbackPower=210000, maxDischargePower=500000, bmsSelfCheck=11, powerBatteryCurrent=50000, powerBatteryV3=566000, maxVoltage=3000, minVoltage=4000, maxTemperature=690000, minTemperature=800000, 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-21 09:32:51.117 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:32:51.117 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"450000","bmsSelfCheck":"11","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"31000","dischargeVoltage":"387000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"120320000","latitude":"39.5219180","location":"1","longitude":"116.6675130","maxDischargePower":"500000","maxFeedbackPower":"210000","maxTemperature":"690000","maxVoltage":"3000","mcu":"1","mileage":"38.16000000","minTemperature":"800000","minVoltage":"4000","motorControllerTemperature":"390000","motorCurrent":"54010000","motorSpeed":"60903","motorTemperature":"128000","motorTorque":"7200","motorVoltage":"20800","powerBattery":"61297.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"566000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718933571048","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 09:32:51.118 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718933571048, longitude=116.6675130, latitude=39.5219180, speed=72.000, mileage=38.16000000, dischargeVoltage=387000, dischargeCurrent=31000, insulationResistance=120320000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=11.60, motorControllerTemperature=390000, motorSpeed=60903, motorTorque=7200, motorTemperature=128000, motorVoltage=20800, motorCurrent=54010000, powerBattery=61297., maxFeedbackPower=210000, maxDischargePower=500000, bmsSelfCheck=11, powerBatteryCurrent=50000, powerBatteryV3=566000, maxVoltage=3000, minVoltage=4000, maxTemperature=690000, minTemperature=800000, 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-21 09:37:25.350 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:37:25.395 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:37:25.429 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:37:25.587 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:37:25.587 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:37:26.097 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:37:26.111 [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-b17609ed-942e-4500-8935-606e4cfcc430 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:37:26.111 [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-34845f8b-59b7-4a45-b4a9-b62cce8cff85 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:37:26.111 [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 -2024-06-21 09:37:26.111 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:37:26.111 [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-91596cec-7b2a-435c-a211-7351600a6b8c sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:37:26.111 [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-21 09:37:26.112 [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-21 09:37:26.112 [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-21 09:37:26.114 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:37:26.114 [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-21 09:37:26.114 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:37:26.114 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:37:26.114 [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-21 09:37:26.114 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:37:26.116 [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-21 09:37:26.116 [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-21 09:37:26.116 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:37:26.116 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:37:26.117 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:37:26.117 [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-21 09:37:26.117 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:37:26.119 [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-21 09:37:26.119 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:37:26.120 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:37:26.120 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:37:26.120 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:37:26.124 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 09:37:26.125 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:37:26.125 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 09:37:26.125 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:37:26.125 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 09:37:26.270 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 09:37:26.274 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 09:37:33.700 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 27984 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 09:37:33.701 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 09:37:33.701 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 09:37:34.159 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 09:37:34.160 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 09:37:34.180 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 10 ms. Found 0 Redis repository interfaces. -2024-06-21 09:37:34.415 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$f57eab5f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 09:37:34.489 [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-21 09:37:34.490 [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-21 09:37:34.492 [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-21 09:37:34.506 [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-21 09:37:34.535 [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-21 09:37:34.538 [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-21 09:37:34.743 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 09:37:34.749 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 09:37:34.750 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 09:37:34.844 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 09:37:34.844 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1114 ms -2024-06-21 09:37:35.436 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 09:37:35.841 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 09:37:35.848 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 09:37:35.865 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 09:37:35.996 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 09:37:36.012 [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-21 09:37:36.070 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:37:36.070 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:37:36.070 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718933856069 -2024-06-21 09:37:36.072 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 09:37:36.173 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 09:37:36.237 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 09:37:36.298 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:37:36.298 [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-21 09:37:36.300 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:37:36.308 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:37:36.310 [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-6f8a5671-3816-4f8c-a9c4-222b022ec47f', protocol='range'} -2024-06-21 09:37:36.311 [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-6f8a5671-3816-4f8c-a9c4-222b022ec47f=Assignment(partitions=[test1-0])} -2024-06-21 09:37:36.315 [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-6f8a5671-3816-4f8c-a9c4-222b022ec47f', protocol='range'} -2024-06-21 09:37:36.315 [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]) -2024-06-21 09:37:36.317 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 09:37:36.322 [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=13, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:37:36.905 [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-21 09:37:36.908 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:37:36.908 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:37:36.908 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718933856908 -2024-06-21 09:37:36.910 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:37:36.915 [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-21 09:37:36.919 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:37:36.919 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:37:36.919 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718933856919 -2024-06-21 09:37:36.919 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:37:36.919 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:37:36.919 [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-21 09:37:36.920 [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-21 09:37:36.920 [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-21 09:37:36.922 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:37:36.922 [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-21 09:37:36.922 [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-21 09:37:36.922 [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-21 09:37:36.924 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:37:36.924 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:37:36.924 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718933856924 -2024-06-21 09:37:36.924 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:37:36.924 [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-72cbdc58-16da-47df-99d3-ac72a34f1962', protocol='range'} -2024-06-21 09:37:36.924 [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-72cbdc58-16da-47df-99d3-ac72a34f1962=Assignment(partitions=[test1-0])} -2024-06-21 09:37:36.925 [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-21 09:37:36.926 [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-72cbdc58-16da-47df-99d3-ac72a34f1962', protocol='range'} -2024-06-21 09:37:36.926 [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]) -2024-06-21 09:37:36.926 [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 -2024-06-21 09:37:36.927 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:37:36.927 [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-21 09:37:36.927 [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-21 09:37:36.928 [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=13, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:37:36.929 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:37:36.929 [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-21 09:37:36.934 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 09:37:36.935 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 09:37:37.165 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#5d5574c7:0/SimpleConnection@2b06c388 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 60276] -2024-06-21 09:37:37.810 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.366 seconds (JVM running for 4.827) -2024-06-21 09:37:37.811 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 09:37:39.928 [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-21 09:37:39.929 [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 -2024-06-21 09:37:39.929 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:37:39.929 [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-21 09:37:39.930 [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-03c8c465-7994-4fb8-bb40-1b9557bd741e', protocol='range'} -2024-06-21 09:37:39.930 [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-f2593050-54a0-4435-9084-8c6f10687962', protocol='range'} -2024-06-21 09:37:39.931 [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-72cbdc58-16da-47df-99d3-ac72a34f1962', protocol='range'} -2024-06-21 09:37:39.931 [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-4-03c8c465-7994-4fb8-bb40-1b9557bd741e=Assignment(partitions=[]), consumer-Topics-2-72cbdc58-16da-47df-99d3-ac72a34f1962=Assignment(partitions=[test1-0]), consumer-Topics-3-f2593050-54a0-4435-9084-8c6f10687962=Assignment(partitions=[])} -2024-06-21 09:37:39.932 [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-72cbdc58-16da-47df-99d3-ac72a34f1962', protocol='range'} -2024-06-21 09:37:39.933 [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]) -2024-06-21 09:37:39.933 [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 -2024-06-21 09:37:39.933 [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-03c8c465-7994-4fb8-bb40-1b9557bd741e', protocol='range'} -2024-06-21 09:37:39.933 [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-f2593050-54a0-4435-9084-8c6f10687962', protocol='range'} -2024-06-21 09:37:39.933 [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=[]) -2024-06-21 09:37:39.933 [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: -2024-06-21 09:37:39.933 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:37:39.933 [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=[]) -2024-06-21 09:37:39.933 [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: -2024-06-21 09:37:39.933 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:37:39.934 [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=13, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:37:39.934 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:37:50.191 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:37:50.222 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:37:50.250 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:37:50.675 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:37:50.798 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:37:50.959 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:37:50.972 [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-03c8c465-7994-4fb8-bb40-1b9557bd741e sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:37:50.972 [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-f2593050-54a0-4435-9084-8c6f10687962 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:37:50.972 [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 -2024-06-21 09:37:50.972 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:37:50.972 [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-72cbdc58-16da-47df-99d3-ac72a34f1962 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:37:50.973 [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-21 09:37:50.973 [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-21 09:37:50.973 [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-21 09:37:50.974 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:37:50.974 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:37:50.974 [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-21 09:37:50.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-21 09:37:50.974 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:37:50.974 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:37:50.975 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:37:50.975 [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-21 09:37:50.975 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:37:50.976 [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-21 09:37:50.977 [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-21 09:37:50.977 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:37:50.977 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:37:50.977 [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-21 09:37:50.977 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:37:50.978 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:37:50.979 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:37:50.979 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:37:51.017 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 09:37:51.020 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 09:37:59.805 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 28152 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 09:37:59.806 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 09:37:59.806 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 09:38:00.398 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 09:38:00.400 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 09:38:00.426 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces. -2024-06-21 09:38:00.685 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 09:38:00.772 [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-21 09:38:00.773 [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-21 09:38:00.774 [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-21 09:38:00.786 [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-21 09:38:00.820 [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-21 09:38:00.825 [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-21 09:38:01.076 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 09:38:01.084 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 09:38:01.085 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 09:38:01.208 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 09:38:01.208 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1362 ms -2024-06-21 09:38:01.889 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 09:38:02.307 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 09:38:02.312 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 09:38:02.328 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 09:38:02.438 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 09:38:02.454 [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-21 09:38:02.510 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:38:02.510 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:38:02.511 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718933882509 -2024-06-21 09:38:02.512 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 09:38:02.632 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 09:38:02.701 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 09:38:02.764 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:38:02.765 [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-21 09:38:02.766 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:38:02.774 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:38:02.776 [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-433953ee-0f13-4bf0-a4f7-57d59539c87d', protocol='range'} -2024-06-21 09:38:02.777 [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-433953ee-0f13-4bf0-a4f7-57d59539c87d=Assignment(partitions=[test1-0])} -2024-06-21 09:38:02.781 [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-433953ee-0f13-4bf0-a4f7-57d59539c87d', protocol='range'} -2024-06-21 09:38:02.781 [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]) -2024-06-21 09:38:02.783 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 09:38:02.788 [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=13, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:38:03.420 [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-21 09:38:03.424 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:38:03.424 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:38:03.424 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718933883424 -2024-06-21 09:38:03.425 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:38:03.432 [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-21 09:38:03.435 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:38:03.435 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:38:03.436 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:38:03.436 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718933883435 -2024-06-21 09:38:03.436 [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-21 09:38:03.436 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:38:03.437 [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-21 09:38:03.437 [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-21 09:38:03.439 [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-21 09:38:03.440 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:38:03.440 [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-21 09:38:03.441 [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-21 09:38:03.441 [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-a7a79849-7344-44e3-bd6f-402bf8b9866e', protocol='range'} -2024-06-21 09:38:03.441 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:38:03.441 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:38:03.441 [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-a7a79849-7344-44e3-bd6f-402bf8b9866e=Assignment(partitions=[test1-0])} -2024-06-21 09:38:03.441 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718933883441 -2024-06-21 09:38:03.441 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:38:03.442 [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=19, memberId='consumer-Topics-2-a7a79849-7344-44e3-bd6f-402bf8b9866e', protocol='range'} -2024-06-21 09:38:03.443 [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]) -2024-06-21 09:38:03.443 [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 -2024-06-21 09:38:03.443 [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-21 09:38:03.444 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:38:03.445 [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-21 09:38:03.445 [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-21 09:38:03.446 [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=13, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:38:03.446 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:38:03.448 [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-21 09:38:03.453 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 09:38:03.455 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 09:38:03.606 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3cf7433e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 60325] -2024-06-21 09:38:04.334 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.869 seconds (JVM running for 5.434) -2024-06-21 09:38:04.336 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 09:38:06.367 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 09:38:06.371 [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-21 09:38:06.442 [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-21 09:38:06.443 [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 -2024-06-21 09:38:06.443 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:38:06.443 [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-21 09:38:06.444 [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-a7a79849-7344-44e3-bd6f-402bf8b9866e', protocol='range'} -2024-06-21 09:38:06.444 [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-7719bb46-7227-423e-8f57-dd8731b979af', protocol='range'} -2024-06-21 09:38:06.444 [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-4658919a-3a83-4d8d-b803-06223b8abd7c', protocol='range'} -2024-06-21 09:38:06.445 [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-a7a79849-7344-44e3-bd6f-402bf8b9866e=Assignment(partitions=[test1-0]), consumer-Topics-4-7719bb46-7227-423e-8f57-dd8731b979af=Assignment(partitions=[]), consumer-Topics-3-4658919a-3a83-4d8d-b803-06223b8abd7c=Assignment(partitions=[])} -2024-06-21 09:38:06.446 [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-7719bb46-7227-423e-8f57-dd8731b979af', protocol='range'} -2024-06-21 09:38:06.446 [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-a7a79849-7344-44e3-bd6f-402bf8b9866e', protocol='range'} -2024-06-21 09:38:06.446 [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-4658919a-3a83-4d8d-b803-06223b8abd7c', protocol='range'} -2024-06-21 09:38:06.446 [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=[]) -2024-06-21 09:38:06.446 [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]) -2024-06-21 09:38:06.446 [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=[]) -2024-06-21 09:38:06.446 [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: -2024-06-21 09:38:06.446 [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 -2024-06-21 09:38:06.446 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:38:06.446 [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: -2024-06-21 09:38:06.446 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:38:06.447 [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=13, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:38:06.447 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:38:06.837 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 09:38:06.837 [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-21 09:38:07.218 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 09:38:56.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:38:56.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:38:56.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 33 39 33 35 39 36 33 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 32 2e 36 31 30 30 30 30 30 30 30 33 37 38 30 30 30 34 39 30 30 30 32 37 38 31 35 30 30 30 30 44 34 30 31 30 39 2e 36 30 30 33 31 30 30 30 30 36 36 38 32 38 32 36 33 30 35 39 30 30 30 30 32 30 38 30 30 36 31 35 39 30 30 30 30 37 33 37 39 31 2e 34 39 30 30 30 30 37 30 30 30 30 30 30 30 31 31 30 30 30 33 34 36 30 30 30 33 30 30 30 34 30 30 30 32 33 30 30 30 30 35 39 30 30 30 30 31 34 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 a1 7E -2024-06-21 09:38:56.017 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718933935963, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=2.610000000, dischargeVoltage=378000, dischargeCurrent=49000, insulationResistance=278150000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=9.600, motorControllerTemperature=310000, motorSpeed=66828, motorTorque=2630, motorTemperature=590000, motorVoltage=20800, motorCurrent=61590000, powerBattery=73791., maxFeedbackPower=490000, maxDischargePower=700000, bmsSelfCheck=00, powerBatteryCurrent=11000, powerBatteryV3=346000, maxVoltage=3000, minVoltage=4000, maxTemperature=230000, minTemperature=590000, availableCapacity=140000, vehicleStatus=0, chargeStatus=0, 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-21 09:38:56.070 [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-21 09:38:56.082 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:38:56.082 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:38:56.082 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718933936082 -2024-06-21 09:38:56.084 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:38:56.103 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:38:56.104 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"140000","bmsSelfCheck":"00","brakePedal":"10","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"49000","dischargeVoltage":"378000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.600","gear":"D","insulationResistance":"278150000","latitude":"39.5209220","location":"1","longitude":"116.6555800","maxDischargePower":"700000","maxFeedbackPower":"490000","maxTemperature":"230000","maxVoltage":"3000","mcu":"1","mileage":"2.610000000","minTemperature":"590000","minVoltage":"4000","motorControllerTemperature":"310000","motorCurrent":"61590000","motorSpeed":"66828","motorTemperature":"590000","motorTorque":"2630","motorVoltage":"20800","powerBattery":"73791.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"346000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718933935963","vehicleStatus":"0","vin":"RWLD436IVM3FM742Z"} -2024-06-21 09:38:56.222 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718933935963, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=2.610000000, dischargeVoltage=378000, dischargeCurrent=49000, insulationResistance=278150000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=9.600, motorControllerTemperature=310000, motorSpeed=66828, motorTorque=2630, motorTemperature=590000, motorVoltage=20800, motorCurrent=61590000, powerBattery=73791., maxFeedbackPower=490000, maxDischargePower=700000, bmsSelfCheck=00, powerBatteryCurrent=11000, powerBatteryV3=346000, maxVoltage=3000, minVoltage=4000, maxTemperature=230000, minTemperature=590000, availableCapacity=140000, vehicleStatus=0, chargeStatus=0, 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-21 09:38:56.530 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:91 - 该车故障GZ001没有存到redis中 -2024-06-21 09:38:56.532 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:94 - 该车故障GZ001没有存到本地中 -2024-06-21 09:38:57.044 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:38:57.045 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:38:57.045 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 33 39 33 36 39 37 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 32 2e 36 34 30 30 30 30 30 30 30 32 34 32 30 30 30 33 38 30 30 30 35 38 32 30 30 30 30 30 30 44 32 30 37 30 31 31 2e 33 30 34 35 30 30 30 30 33 31 38 35 32 38 36 38 30 31 30 33 30 30 30 31 32 30 30 30 36 32 32 31 30 30 30 30 37 33 37 39 31 2e 34 30 30 30 30 30 37 36 30 30 30 30 35 30 35 30 30 30 30 35 34 37 30 30 30 33 30 30 30 34 30 30 30 38 32 30 30 30 30 38 33 30 30 30 30 35 35 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 97 7E -2024-06-21 09:38:57.045 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718933936978, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=2.640000000, dischargeVoltage=242000, dischargeCurrent=38000, insulationResistance=582000000, gear=D, accelerationPedal=20, brakePedal=70, fuelConsumption=11.30, motorControllerTemperature=450000, motorSpeed=31852, motorTorque=8680, motorTemperature=103000, motorVoltage=12000, motorCurrent=62210000, powerBattery=73791., maxFeedbackPower=400000, maxDischargePower=760000, bmsSelfCheck=50, powerBatteryCurrent=50000, powerBatteryV3=547000, maxVoltage=3000, minVoltage=4000, maxTemperature=820000, minTemperature=830000, availableCapacity=550000, vehicleStatus=0, chargeStatus=0, 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-21 09:38:57.046 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:38:57.047 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"550000","bmsSelfCheck":"50","brakePedal":"70","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"38000","dischargeVoltage":"242000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.30","gear":"D","insulationResistance":"582000000","latitude":"39.5209970","location":"1","longitude":"116.6563730","maxDischargePower":"760000","maxFeedbackPower":"400000","maxTemperature":"820000","maxVoltage":"3000","mcu":"1","mileage":"2.640000000","minTemperature":"830000","minVoltage":"4000","motorControllerTemperature":"450000","motorCurrent":"62210000","motorSpeed":"31852","motorTemperature":"103000","motorTorque":"8680","motorVoltage":"12000","powerBattery":"73791.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"547000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718933936978","vehicleStatus":"0","vin":"RWLD436IVM3FM742Z"} -2024-06-21 09:38:57.047 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718933936978, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=2.640000000, dischargeVoltage=242000, dischargeCurrent=38000, insulationResistance=582000000, gear=D, accelerationPedal=20, brakePedal=70, fuelConsumption=11.30, motorControllerTemperature=450000, motorSpeed=31852, motorTorque=8680, motorTemperature=103000, motorVoltage=12000, motorCurrent=62210000, powerBattery=73791., maxFeedbackPower=400000, maxDischargePower=760000, bmsSelfCheck=50, powerBatteryCurrent=50000, powerBatteryV3=547000, maxVoltage=3000, minVoltage=4000, maxTemperature=820000, minTemperature=830000, availableCapacity=550000, vehicleStatus=0, chargeStatus=0, 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-21 09:40:40.034 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:40:40.059 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:40:40.079 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:40:40.147 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:40:40.982 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:40:40.999 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:40:41.015 [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 -2024-06-21 09:40:41.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:40:41.015 [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-4658919a-3a83-4d8d-b803-06223b8abd7c sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:40:41.015 [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-a7a79849-7344-44e3-bd6f-402bf8b9866e sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:40:41.016 [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-21 09:40:41.016 [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-21 09:40:41.016 [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-7719bb46-7227-423e-8f57-dd8731b979af sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:40:41.016 [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-21 09:40:41.018 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:40:41.018 [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-21 09:40:41.018 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:40:41.018 [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-21 09:40:41.018 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:40:41.019 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:40:41.019 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:40:41.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-21 09:40:41.019 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:40:41.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-21 09:40:41.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-21 09:40:41.021 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:40:41.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-21 09:40:41.021 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:40:41.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:40:41.022 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:40:41.022 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:40:41.022 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:40:41.026 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 09:40:41.027 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:40:41.028 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 09:40:41.028 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:40:41.028 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 09:40:41.173 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 09:40:41.177 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 09:40:49.308 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 13048 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 09:40:49.309 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 09:40:49.310 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 09:40:49.881 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 09:40:49.884 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 09:40:49.907 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 09:40:50.184 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 09:40:50.306 [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-21 09:40:50.308 [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-21 09:40:50.310 [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-21 09:40:50.328 [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-21 09:40:50.365 [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-21 09:40:50.370 [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-21 09:40:50.642 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 09:40:50.654 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 09:40:50.654 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 09:40:50.781 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 09:40:50.782 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1433 ms -2024-06-21 09:40:51.590 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 09:40:52.126 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 09:40:52.132 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 09:40:52.151 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 09:40:52.200 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 09:40:52.216 [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-21 09:40:52.288 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:40:52.288 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:40:52.288 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934052287 -2024-06-21 09:40:52.291 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 09:40:52.414 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 09:40:52.488 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 09:40:52.542 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:40:52.543 [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-21 09:40:52.547 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:40:52.556 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:40:52.558 [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-2e59a307-6185-42f8-bc7a-3dedf9c289e8', protocol='range'} -2024-06-21 09:40:52.559 [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-2e59a307-6185-42f8-bc7a-3dedf9c289e8=Assignment(partitions=[test1-0])} -2024-06-21 09:40:52.563 [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-2e59a307-6185-42f8-bc7a-3dedf9c289e8', protocol='range'} -2024-06-21 09:40:52.563 [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]) -2024-06-21 09:40:52.565 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 09:40:52.572 [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=15, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:40:53.381 [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-21 09:40:53.384 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:40:53.384 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:40:53.384 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934053384 -2024-06-21 09:40:53.386 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:40:53.392 [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-21 09:40:53.396 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:40:53.396 [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-21 09:40:53.396 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:40:53.397 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:40:53.397 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934053396 -2024-06-21 09:40:53.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-21 09:40:53.397 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:40:53.398 [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-21 09:40:53.399 [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-21 09:40:53.400 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:40:53.401 [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-a2117085-9672-4ae8-ae0f-6590d8d1d422', protocol='range'} -2024-06-21 09:40:53.401 [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-21 09:40:53.401 [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-a2117085-9672-4ae8-ae0f-6590d8d1d422=Assignment(partitions=[test1-0])} -2024-06-21 09:40:53.401 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:40:53.401 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:40:53.401 [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-21 09:40:53.401 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934053401 -2024-06-21 09:40:53.402 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:40:53.403 [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-a2117085-9672-4ae8-ae0f-6590d8d1d422', protocol='range'} -2024-06-21 09:40:53.403 [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]) -2024-06-21 09:40:53.403 [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 -2024-06-21 09:40:53.404 [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-21 09:40:53.405 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:40:53.406 [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-21 09:40:53.406 [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=15, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:40:53.407 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:40:53.407 [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-21 09:40:53.409 [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-21 09:40:53.414 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 09:40:53.415 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 09:40:53.686 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3d0f4ac4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 60485] -2024-06-21 09:40:54.474 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.464 seconds (JVM running for 5.932) -2024-06-21 09:40:54.476 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 09:40:56.401 [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-21 09:40:56.402 [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 -2024-06-21 09:40:56.403 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:40:56.403 [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-21 09:40:56.404 [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-a2117085-9672-4ae8-ae0f-6590d8d1d422', protocol='range'} -2024-06-21 09:40:56.404 [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-5b1f2379-35e5-47f8-bb66-5dd5a21fc9f4', protocol='range'} -2024-06-21 09:40:56.404 [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-a3f21d9a-72db-41a5-9993-17766403da82', protocol='range'} -2024-06-21 09:40:56.405 [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-2-a2117085-9672-4ae8-ae0f-6590d8d1d422=Assignment(partitions=[test1-0]), consumer-Topics-3-5b1f2379-35e5-47f8-bb66-5dd5a21fc9f4=Assignment(partitions=[]), consumer-Topics-4-a3f21d9a-72db-41a5-9993-17766403da82=Assignment(partitions=[])} -2024-06-21 09:40:56.406 [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-a3f21d9a-72db-41a5-9993-17766403da82', protocol='range'} -2024-06-21 09:40:56.406 [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-a2117085-9672-4ae8-ae0f-6590d8d1d422', protocol='range'} -2024-06-21 09:40:56.406 [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-5b1f2379-35e5-47f8-bb66-5dd5a21fc9f4', protocol='range'} -2024-06-21 09:40:56.407 [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=[]) -2024-06-21 09:40:56.407 [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]) -2024-06-21 09:40:56.407 [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=[]) -2024-06-21 09:40:56.407 [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 -2024-06-21 09:40:56.407 [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: -2024-06-21 09:40:56.407 [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: -2024-06-21 09:40:56.407 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:40:56.407 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:40:56.408 [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=15, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:40:56.408 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:40:58.404 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 09:40:58.408 [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-21 09:40:58.856 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 09:40:58.856 [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-21 09:40:59.304 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 09:41:18.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:41:18.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:41:18.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 34 30 37 37 39 34 37 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 32 2e 36 38 30 30 30 30 30 30 30 36 39 34 30 30 30 31 35 30 30 30 38 38 38 33 30 30 30 30 30 44 39 30 37 30 31 31 2e 39 30 36 30 30 30 30 30 38 37 39 39 34 35 31 36 30 32 34 30 30 30 30 31 38 39 30 30 34 36 39 32 30 30 30 30 37 33 37 39 31 2e 33 31 30 30 30 30 35 32 30 30 30 30 31 33 37 30 30 30 30 34 34 34 30 30 30 34 30 30 30 33 30 30 30 31 31 30 30 30 30 31 33 30 30 30 30 37 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 b1 7E -2024-06-21 09:41:18.023 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934077947, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=2.680000000, dischargeVoltage=694000, dischargeCurrent=15000, insulationResistance=888300000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=11.90, motorControllerTemperature=600000, motorSpeed=87994, motorTorque=5160, motorTemperature=240000, motorVoltage=18900, motorCurrent=46920000, powerBattery=73791., maxFeedbackPower=310000, maxDischargePower=520000, bmsSelfCheck=13, powerBatteryCurrent=70000, powerBatteryV3=444000, maxVoltage=4000, minVoltage=3000, maxTemperature=110000, minTemperature=130000, availableCapacity=760000, vehicleStatus=1, 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-21 09:41:18.078 [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-21 09:41:18.090 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:41:18.090 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:41:18.090 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934078090 -2024-06-21 09:41:18.092 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:41:18.109 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:41:18.110 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"760000","bmsSelfCheck":"13","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"694000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"888300000","latitude":"39.5211210","location":"1","longitude":"116.6576290","maxDischargePower":"520000","maxFeedbackPower":"310000","maxTemperature":"110000","maxVoltage":"4000","mcu":"1","mileage":"2.680000000","minTemperature":"130000","minVoltage":"3000","motorControllerTemperature":"600000","motorCurrent":"46920000","motorSpeed":"87994","motorTemperature":"240000","motorTorque":"5160","motorVoltage":"18900","powerBattery":"73791.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"444000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718934077947","vehicleStatus":"1","vin":"RWLD436IVM3FM742Z"} -2024-06-21 09:41:18.229 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934077947, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=2.680000000, dischargeVoltage=694000, dischargeCurrent=15000, insulationResistance=888300000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=11.90, motorControllerTemperature=600000, motorSpeed=87994, motorTorque=5160, motorTemperature=240000, motorVoltage=18900, motorCurrent=46920000, powerBattery=73791., maxFeedbackPower=310000, maxDischargePower=520000, bmsSelfCheck=13, powerBatteryCurrent=70000, powerBatteryV3=444000, maxVoltage=4000, minVoltage=3000, maxTemperature=110000, minTemperature=130000, availableCapacity=760000, vehicleStatus=1, 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-21 09:41:18.512 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:123 - 该车故障GZ001已修复 -2024-06-21 09:41:19.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:41:19.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:41:19.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 34 30 37 38 39 36 31 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 32 2e 37 31 30 30 30 30 30 30 30 31 35 36 30 30 30 33 38 30 30 30 32 30 36 34 33 30 30 30 30 44 36 30 38 30 39 2e 31 30 30 36 31 30 30 30 30 31 35 33 30 36 38 31 33 30 31 34 34 30 30 30 32 34 37 30 30 31 34 30 34 30 30 30 30 37 33 37 39 31 2e 37 38 30 30 30 30 35 36 30 30 30 30 31 34 39 30 30 30 30 36 37 36 30 30 30 33 30 30 30 34 30 30 30 33 34 30 30 30 30 37 37 30 30 30 30 36 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 a5 7E -2024-06-21 09:41:19.012 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934078961, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=2.710000000, dischargeVoltage=156000, dischargeCurrent=38000, insulationResistance=206430000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=9.100, motorControllerTemperature=610000, motorSpeed=15306, motorTorque=8130, motorTemperature=144000, motorVoltage=24700, motorCurrent=14040000, powerBattery=73791., maxFeedbackPower=780000, maxDischargePower=560000, bmsSelfCheck=14, powerBatteryCurrent=90000, powerBatteryV3=676000, maxVoltage=3000, minVoltage=4000, maxTemperature=340000, minTemperature=770000, availableCapacity=670000, vehicleStatus=1, 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-21 09:41:19.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:41:19.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"670000","bmsSelfCheck":"14","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"38000","dischargeVoltage":"156000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"206430000","latitude":"39.5211630","location":"1","longitude":"116.6584780","maxDischargePower":"560000","maxFeedbackPower":"780000","maxTemperature":"340000","maxVoltage":"3000","mcu":"1","mileage":"2.710000000","minTemperature":"770000","minVoltage":"4000","motorControllerTemperature":"610000","motorCurrent":"14040000","motorSpeed":"15306","motorTemperature":"144000","motorTorque":"8130","motorVoltage":"24700","powerBattery":"73791.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"676000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718934078961","vehicleStatus":"1","vin":"RWLD436IVM3FM742Z"} -2024-06-21 09:41:19.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934078961, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=2.710000000, dischargeVoltage=156000, dischargeCurrent=38000, insulationResistance=206430000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=9.100, motorControllerTemperature=610000, motorSpeed=15306, motorTorque=8130, motorTemperature=144000, motorVoltage=24700, motorCurrent=14040000, powerBattery=73791., maxFeedbackPower=780000, maxDischargePower=560000, bmsSelfCheck=14, powerBatteryCurrent=90000, powerBatteryV3=676000, maxVoltage=3000, minVoltage=4000, maxTemperature=340000, minTemperature=770000, availableCapacity=670000, vehicleStatus=1, 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-21 09:41:19.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:123 - 该车故障GZ001已修复 -2024-06-21 09:41:28.900 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:41:28.900 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:41:28.900 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 34 30 38 38 38 35 38 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 32 2e 37 35 30 30 30 30 30 30 30 33 31 39 30 30 30 32 30 30 30 30 37 37 39 38 30 30 30 30 30 44 35 30 31 30 31 31 2e 37 30 31 32 30 30 30 30 33 36 37 36 30 35 33 31 30 31 34 39 30 30 30 32 31 38 30 30 39 37 38 32 30 30 30 30 37 33 37 39 31 2e 35 34 30 30 30 30 31 38 30 30 30 30 34 30 31 31 30 30 30 36 36 30 30 30 30 34 30 30 30 33 30 30 30 37 36 30 30 30 30 31 30 30 30 30 30 37 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 97 7E -2024-06-21 09:41:28.901 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934088858, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=2.750000000, dischargeVoltage=319000, dischargeCurrent=20000, insulationResistance=779800000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=11.70, motorControllerTemperature=120000, motorSpeed=36760, motorTorque=5310, motorTemperature=149000, motorVoltage=21800, motorCurrent=97820000, powerBattery=73791., maxFeedbackPower=540000, maxDischargePower=180000, bmsSelfCheck=40, powerBatteryCurrent=11000, powerBatteryV3=660000, maxVoltage=4000, minVoltage=3000, maxTemperature=760000, minTemperature=100000, availableCapacity=700000, vehicleStatus=0, chargeStatus=0, 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-21 09:41:28.903 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:41:28.904 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"700000","bmsSelfCheck":"40","brakePedal":"10","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"20000","dischargeVoltage":"319000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"779800000","latitude":"39.5212540","location":"1","longitude":"116.6594440","maxDischargePower":"180000","maxFeedbackPower":"540000","maxTemperature":"760000","maxVoltage":"4000","mcu":"1","mileage":"2.750000000","minTemperature":"100000","minVoltage":"3000","motorControllerTemperature":"120000","motorCurrent":"97820000","motorSpeed":"36760","motorTemperature":"149000","motorTorque":"5310","motorVoltage":"21800","powerBattery":"73791.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"660000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718934088858","vehicleStatus":"0","vin":"RWLD436IVM3FM742Z"} -2024-06-21 09:41:28.904 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934088858, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=2.750000000, dischargeVoltage=319000, dischargeCurrent=20000, insulationResistance=779800000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=11.70, motorControllerTemperature=120000, motorSpeed=36760, motorTorque=5310, motorTemperature=149000, motorVoltage=21800, motorCurrent=97820000, powerBattery=73791., maxFeedbackPower=540000, maxDischargePower=180000, bmsSelfCheck=40, powerBatteryCurrent=11000, powerBatteryV3=660000, maxVoltage=4000, minVoltage=3000, maxTemperature=760000, minTemperature=100000, availableCapacity=700000, vehicleStatus=0, chargeStatus=0, 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-21 09:41:28.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:91 - 该车故障GZ001没有存到redis中 -2024-06-21 09:41:28.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:94 - 该车故障GZ001没有存到本地中 -2024-06-21 09:45:26.620 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:45:26.642 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:45:26.675 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:45:27.160 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:45:27.251 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:45:27.262 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:45:27.276 [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 -2024-06-21 09:45:27.277 [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-a3f21d9a-72db-41a5-9993-17766403da82 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:45:27.277 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:45:27.277 [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-5b1f2379-35e5-47f8-bb66-5dd5a21fc9f4 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:45:27.277 [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-a2117085-9672-4ae8-ae0f-6590d8d1d422 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:45:27.277 [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-21 09:45:27.277 [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-21 09:45:27.277 [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-21 09:45:27.278 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:45:27.279 [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-21 09:45:27.279 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:45:27.279 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:45:27.279 [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-21 09:45:27.279 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:45:27.281 [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-21 09:45:27.281 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:45:27.281 [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-21 09:45:27.281 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:45:27.282 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:45:27.282 [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-21 09:45:27.282 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:45:27.283 [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-21 09:45:27.283 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:45:27.285 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:45:27.285 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:45:27.285 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:45:27.289 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 09:45:27.291 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:45:27.291 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 09:45:27.291 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:45:27.291 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 09:45:27.437 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 09:45:27.441 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 09:45:36.587 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 23728 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 09:45:36.588 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 09:45:36.589 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 09:45:37.163 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 09:45:37.165 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 09:45:37.191 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces. -2024-06-21 09:45:37.450 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 09:45:37.548 [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-21 09:45:37.549 [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-21 09:45:37.552 [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-21 09:45:37.567 [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-21 09:45:37.604 [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-21 09:45:37.609 [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-21 09:45:37.883 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 09:45:37.891 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 09:45:37.891 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 09:45:37.993 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 09:45:37.993 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1364 ms -2024-06-21 09:45:38.676 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 09:45:39.060 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 09:45:39.066 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 09:45:39.084 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 09:45:39.125 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 09:45:39.143 [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-21 09:45:39.204 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:45:39.204 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:45:39.204 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934339203 -2024-06-21 09:45:39.205 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 09:45:39.321 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 09:45:39.403 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 09:45:39.466 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:45:39.466 [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-21 09:45:39.469 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:45:39.475 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:45:39.477 [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-b6aeb2d3-b17b-4623-9a5a-0269727e94e5', protocol='range'} -2024-06-21 09:45:39.478 [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-b6aeb2d3-b17b-4623-9a5a-0269727e94e5=Assignment(partitions=[test1-0])} -2024-06-21 09:45:39.482 [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-b6aeb2d3-b17b-4623-9a5a-0269727e94e5', protocol='range'} -2024-06-21 09:45:39.482 [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]) -2024-06-21 09:45:39.484 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 09:45:39.489 [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=18, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:45:40.157 [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-21 09:45:40.161 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:45:40.162 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:45:40.162 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934340161 -2024-06-21 09:45:40.163 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:45:40.170 [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-21 09:45:40.173 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:45:40.173 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:45:40.173 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:45:40.174 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934340173 -2024-06-21 09:45:40.174 [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-21 09:45:40.174 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:45:40.175 [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-21 09:45:40.175 [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-21 09:45:40.177 [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-21 09:45:40.177 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:45:40.178 [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-21 09:45:40.178 [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-c61b4da5-67f4-4336-962e-bda4d9263c09', protocol='range'} -2024-06-21 09:45:40.178 [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-c61b4da5-67f4-4336-962e-bda4d9263c09=Assignment(partitions=[test1-0])} -2024-06-21 09:45:40.178 [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-21 09:45:40.180 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:45:40.180 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:45:40.180 [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-c61b4da5-67f4-4336-962e-bda4d9263c09', protocol='range'} -2024-06-21 09:45:40.180 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934340179 -2024-06-21 09:45:40.180 [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]) -2024-06-21 09:45:40.180 [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 -2024-06-21 09:45:40.181 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:45:40.181 [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-21 09:45:40.183 [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=18, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:45:40.184 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:45:40.184 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:45:40.185 [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-21 09:45:40.185 [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-21 09:45:40.187 [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-21 09:45:40.193 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 09:45:40.194 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 09:45:40.343 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3d0f4ac4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 60727] -2024-06-21 09:45:41.100 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.838 seconds (JVM running for 5.416) -2024-06-21 09:45:41.101 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 09:45:43.037 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 09:45:43.041 [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-21 09:45:43.193 [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-21 09:45:43.194 [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 -2024-06-21 09:45:43.194 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:45:43.195 [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-21 09:45:43.197 [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-859771ca-6ca8-4d48-b6dc-cd13a12e3271', protocol='range'} -2024-06-21 09:45:43.197 [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-9f1f6a01-8743-44a3-8071-facacbf73ed1', protocol='range'} -2024-06-21 09:45:43.197 [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-c61b4da5-67f4-4336-962e-bda4d9263c09', protocol='range'} -2024-06-21 09:45:43.197 [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-2-c61b4da5-67f4-4336-962e-bda4d9263c09=Assignment(partitions=[test1-0]), consumer-Topics-4-859771ca-6ca8-4d48-b6dc-cd13a12e3271=Assignment(partitions=[]), consumer-Topics-3-9f1f6a01-8743-44a3-8071-facacbf73ed1=Assignment(partitions=[])} -2024-06-21 09:45:43.199 [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-c61b4da5-67f4-4336-962e-bda4d9263c09', protocol='range'} -2024-06-21 09:45:43.199 [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-859771ca-6ca8-4d48-b6dc-cd13a12e3271', protocol='range'} -2024-06-21 09:45:43.199 [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]) -2024-06-21 09:45:43.199 [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 -2024-06-21 09:45:43.199 [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-9f1f6a01-8743-44a3-8071-facacbf73ed1', protocol='range'} -2024-06-21 09:45:43.199 [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=[]) -2024-06-21 09:45:43.199 [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=[]) -2024-06-21 09:45:43.199 [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: -2024-06-21 09:45:43.199 [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: -2024-06-21 09:45:43.199 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:45:43.199 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:45:43.200 [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=18, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:45:43.201 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:45:43.480 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 09:45:43.480 [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-21 09:45:43.890 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 09:45:55.612 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:45:55.612 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:45:55.612 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 34 33 35 35 35 35 33 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 32 2e 38 31 30 30 30 30 30 30 30 36 34 30 30 30 30 32 33 30 30 30 32 38 33 33 37 30 30 30 30 44 30 30 37 30 31 31 2e 34 30 31 38 30 30 30 30 34 37 37 37 37 39 37 39 30 31 31 37 30 30 30 31 38 30 30 30 37 38 30 32 30 30 30 30 37 33 37 37 39 2e 32 38 30 30 30 30 39 35 30 30 30 30 34 30 33 30 30 30 30 37 30 39 30 30 30 34 30 30 30 34 30 30 30 38 37 30 30 30 30 39 32 30 30 30 30 34 37 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 b6 7E -2024-06-21 09:45:55.629 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934355553, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=2.810000000, dischargeVoltage=640000, dischargeCurrent=23000, insulationResistance=283370000, gear=D, accelerationPedal=00, brakePedal=70, fuelConsumption=11.40, motorControllerTemperature=180000, motorSpeed=47777, motorTorque=9790, motorTemperature=117000, motorVoltage=18000, motorCurrent=78020000, powerBattery=73779., maxFeedbackPower=280000, maxDischargePower=950000, bmsSelfCheck=40, powerBatteryCurrent=30000, powerBatteryV3=709000, maxVoltage=4000, minVoltage=4000, maxTemperature=870000, minTemperature=920000, availableCapacity=470000, vehicleStatus=0, chargeStatus=0, 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-21 09:45:55.685 [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-21 09:45:55.696 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:45:55.697 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:45:55.697 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934355696 -2024-06-21 09:45:55.700 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:45:55.717 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:45:55.718 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"470000","bmsSelfCheck":"40","brakePedal":"70","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"23000","dischargeVoltage":"640000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"283370000","latitude":"39.5213450","location":"1","longitude":"116.6606990","maxDischargePower":"950000","maxFeedbackPower":"280000","maxTemperature":"870000","maxVoltage":"4000","mcu":"1","mileage":"2.810000000","minTemperature":"920000","minVoltage":"4000","motorControllerTemperature":"180000","motorCurrent":"78020000","motorSpeed":"47777","motorTemperature":"117000","motorTorque":"9790","motorVoltage":"18000","powerBattery":"73779.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"709000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718934355553","vehicleStatus":"0","vin":"RWLD436IVM3FM742Z"} -2024-06-21 09:45:55.849 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934355553, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=2.810000000, dischargeVoltage=640000, dischargeCurrent=23000, insulationResistance=283370000, gear=D, accelerationPedal=00, brakePedal=70, fuelConsumption=11.40, motorControllerTemperature=180000, motorSpeed=47777, motorTorque=9790, motorTemperature=117000, motorVoltage=18000, motorCurrent=78020000, powerBattery=73779., maxFeedbackPower=280000, maxDischargePower=950000, bmsSelfCheck=40, powerBatteryCurrent=30000, powerBatteryV3=709000, maxVoltage=4000, minVoltage=4000, maxTemperature=870000, minTemperature=920000, availableCapacity=470000, vehicleStatus=0, chargeStatus=0, 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-21 09:45:56.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:103 - 该车故障信息存储到Redis中 -2024-06-21 09:45:56.293 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 09:46:29.287 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:46:29.287 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:46:29.287 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 34 33 38 39 31 36 39 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 32 2e 38 33 30 30 30 30 30 30 30 32 33 34 30 30 30 32 31 30 30 30 32 34 33 30 32 30 30 30 30 44 31 30 31 30 31 31 2e 36 30 31 34 30 30 30 30 39 35 38 39 35 34 35 34 30 37 31 30 30 30 30 32 30 30 30 30 31 39 35 36 30 30 30 30 37 33 37 37 39 2e 32 32 30 30 30 30 36 39 30 30 30 30 32 30 39 30 30 30 30 35 32 31 30 30 30 33 30 30 30 34 30 30 30 31 30 30 30 30 30 32 37 30 30 30 30 31 31 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 75 7E -2024-06-21 09:46:29.288 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934389169, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=2.830000000, dischargeVoltage=234000, dischargeCurrent=21000, insulationResistance=243020000, gear=D, accelerationPedal=10, brakePedal=10, fuelConsumption=11.60, motorControllerTemperature=140000, motorSpeed=95895, motorTorque=4540, motorTemperature=710000, motorVoltage=20000, motorCurrent=19560000, powerBattery=73779., maxFeedbackPower=220000, maxDischargePower=690000, bmsSelfCheck=20, powerBatteryCurrent=90000, powerBatteryV3=521000, maxVoltage=3000, minVoltage=4000, maxTemperature=100000, minTemperature=270000, availableCapacity=110000, vehicleStatus=1, chargeStatus=0, 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-21 09:46:29.290 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:46:29.290 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"110000","bmsSelfCheck":"20","brakePedal":"10","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"234000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"243020000","latitude":"39.5213780","location":"1","longitude":"116.6611070","maxDischargePower":"690000","maxFeedbackPower":"220000","maxTemperature":"100000","maxVoltage":"3000","mcu":"1","mileage":"2.830000000","minTemperature":"270000","minVoltage":"4000","motorControllerTemperature":"140000","motorCurrent":"19560000","motorSpeed":"95895","motorTemperature":"710000","motorTorque":"4540","motorVoltage":"20000","powerBattery":"73779.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"521000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718934389169","vehicleStatus":"1","vin":"RWLD436IVM3FM742Z"} -2024-06-21 09:46:29.290 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934389169, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=2.830000000, dischargeVoltage=234000, dischargeCurrent=21000, insulationResistance=243020000, gear=D, accelerationPedal=10, brakePedal=10, fuelConsumption=11.60, motorControllerTemperature=140000, motorSpeed=95895, motorTorque=4540, motorTemperature=710000, motorVoltage=20000, motorCurrent=19560000, powerBattery=73779., maxFeedbackPower=220000, maxDischargePower=690000, bmsSelfCheck=20, powerBatteryCurrent=90000, powerBatteryV3=521000, maxVoltage=3000, minVoltage=4000, maxTemperature=100000, minTemperature=270000, availableCapacity=110000, vehicleStatus=1, chargeStatus=0, 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-21 09:46:29.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 09:51:34.109 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:51:34.142 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:51:34.172 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:51:34.666 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:51:34.782 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:51:34.956 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:51:34.969 [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-859771ca-6ca8-4d48-b6dc-cd13a12e3271 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:51:34.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-9f1f6a01-8743-44a3-8071-facacbf73ed1 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:51:34.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 -2024-06-21 09:51:34.969 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:51:34.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-c61b4da5-67f4-4336-962e-bda4d9263c09 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:51:34.969 [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-21 09:51:34.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-21 09:51:34.969 [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-21 09:51:34.971 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:51:34.971 [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-21 09:51:34.971 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:51:34.971 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:51:34.971 [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-21 09:51:34.971 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:51:34.974 [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-21 09:51:34.974 [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-21 09:51:34.974 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:51:34.974 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:51:34.974 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:51:34.975 [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-21 09:51:34.975 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:51:34.975 [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-21 09:51:34.975 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:51:34.976 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:51:34.976 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:51:34.976 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:51:34.981 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 09:51:34.983 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:51:34.984 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 09:51:34.984 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:51:34.984 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 09:51:35.159 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 09:51:35.164 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 09:51:42.811 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 27924 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 09:51:42.812 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 09:51:42.812 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 09:51:43.303 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 09:51:43.305 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 09:51:43.329 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces. -2024-06-21 09:51:43.567 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 09:51:43.655 [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-21 09:51:43.657 [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-21 09:51:43.658 [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-21 09:51:43.671 [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-21 09:51:43.701 [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-21 09:51:43.706 [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-21 09:51:43.930 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 09:51:43.937 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 09:51:43.937 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 09:51:44.034 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 09:51:44.034 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1191 ms -2024-06-21 09:51:44.638 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 09:51:44.998 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 09:51:45.004 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 09:51:45.020 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 09:51:45.063 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 09:51:45.078 [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-21 09:51:45.135 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:51:45.135 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:51:45.135 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934705134 -2024-06-21 09:51:45.137 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 09:51:45.235 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 09:51:45.303 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 09:51:45.364 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:51:45.365 [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-21 09:51:45.367 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:51:45.373 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:51:45.375 [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-c7b9e09a-b67a-4a7a-ae08-306051766c32', protocol='range'} -2024-06-21 09:51:45.377 [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-c7b9e09a-b67a-4a7a-ae08-306051766c32=Assignment(partitions=[test1-0])} -2024-06-21 09:51:45.380 [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-c7b9e09a-b67a-4a7a-ae08-306051766c32', protocol='range'} -2024-06-21 09:51:45.381 [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]) -2024-06-21 09:51:45.382 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 09:51:45.388 [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=20, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:51:45.995 [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-21 09:51:45.999 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:51:46.000 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:51:46.000 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934705999 -2024-06-21 09:51:46.001 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:51:46.007 [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-21 09:51:46.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:51:46.010 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:51:46.010 [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-21 09:51:46.011 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:51:46.011 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934706010 -2024-06-21 09:51:46.011 [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-21 09:51:46.011 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:51:46.012 [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-21 09:51:46.013 [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-21 09:51:46.014 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:51:46.014 [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-21 09:51:46.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=28, memberId='consumer-Topics-2-20052ea8-7ec6-4557-b145-05b207e9cac4', protocol='range'} -2024-06-21 09:51:46.015 [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-20052ea8-7ec6-4557-b145-05b207e9cac4=Assignment(partitions=[test1-0])} -2024-06-21 09:51:46.015 [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-21 09:51:46.016 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:51:46.016 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:51:46.017 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934706016 -2024-06-21 09:51:46.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=28, memberId='consumer-Topics-2-20052ea8-7ec6-4557-b145-05b207e9cac4', protocol='range'} -2024-06-21 09:51:46.017 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:51:46.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]) -2024-06-21 09:51:46.017 [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 -2024-06-21 09:51:46.017 [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-21 09:51:46.019 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:51:46.019 [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-21 09:51:46.020 [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-21 09:51:46.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=20, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:51:46.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:51:46.021 [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-21 09:51:46.026 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 09:51:46.027 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 09:51:46.273 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3d0f4ac4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 61156] -2024-06-21 09:51:47.199 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.663 seconds (JVM running for 5.223) -2024-06-21 09:51:47.200 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 09:51:49.028 [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-21 09:51:49.028 [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 -2024-06-21 09:51:49.029 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:51:49.029 [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-21 09:51:49.030 [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-3ed40779-c384-424d-a669-dac0028cafed', protocol='range'} -2024-06-21 09:51:49.030 [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-e3e285f2-ccc0-42c3-b110-b5b82caacd87', protocol='range'} -2024-06-21 09:51:49.030 [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-20052ea8-7ec6-4557-b145-05b207e9cac4', protocol='range'} -2024-06-21 09:51:49.031 [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-3ed40779-c384-424d-a669-dac0028cafed=Assignment(partitions=[]), consumer-Topics-2-20052ea8-7ec6-4557-b145-05b207e9cac4=Assignment(partitions=[test1-0]), consumer-Topics-3-e3e285f2-ccc0-42c3-b110-b5b82caacd87=Assignment(partitions=[])} -2024-06-21 09:51:49.032 [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-20052ea8-7ec6-4557-b145-05b207e9cac4', protocol='range'} -2024-06-21 09:51:49.032 [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-3ed40779-c384-424d-a669-dac0028cafed', protocol='range'} -2024-06-21 09:51:49.032 [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-e3e285f2-ccc0-42c3-b110-b5b82caacd87', protocol='range'} -2024-06-21 09:51:49.032 [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]) -2024-06-21 09:51:49.032 [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=[]) -2024-06-21 09:51:49.032 [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=[]) -2024-06-21 09:51:49.032 [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: -2024-06-21 09:51:49.032 [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: -2024-06-21 09:51:49.032 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:51:49.032 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:51:49.032 [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 -2024-06-21 09:51:49.034 [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=20, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:51:49.034 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:53:19.733 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:53:19.764 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:53:19.787 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:53:19.789 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:53:19.850 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:53:20.038 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:53:20.056 [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 -2024-06-21 09:53:20.057 [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-3ed40779-c384-424d-a669-dac0028cafed sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:53:20.057 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:53:20.057 [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-20052ea8-7ec6-4557-b145-05b207e9cac4 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:53:20.057 [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-e3e285f2-ccc0-42c3-b110-b5b82caacd87 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:53:20.057 [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-21 09:53:20.057 [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-21 09:53:20.057 [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-21 09:53:20.059 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:53:20.059 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:53:20.059 [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-21 09:53:20.059 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:53:20.059 [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-21 09:53:20.060 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:53:20.061 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:53:20.061 [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-21 09:53:20.061 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:53:20.061 [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-21 09:53:20.062 [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-21 09:53:20.062 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:53:20.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:53:20.062 [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-21 09:53:20.062 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:53:20.063 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:53:20.064 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:53:20.064 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:53:20.150 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 09:53:20.154 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 09:53:28.480 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 27372 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 09:53:28.482 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 09:53:28.483 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 09:53:29.036 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 09:53:29.037 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 09:53:29.061 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 10 ms. Found 0 Redis repository interfaces. -2024-06-21 09:53:29.284 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 09:53:29.366 [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-21 09:53:29.368 [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-21 09:53:29.370 [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-21 09:53:29.381 [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-21 09:53:29.409 [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-21 09:53:29.412 [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-21 09:53:29.625 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 09:53:29.631 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 09:53:29.632 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 09:53:29.724 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 09:53:29.724 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1193 ms -2024-06-21 09:53:30.320 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 09:53:30.781 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 09:53:30.786 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 09:53:30.802 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 09:53:30.850 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 09:53:30.866 [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-21 09:53:30.927 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:53:30.929 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:53:30.929 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934810927 -2024-06-21 09:53:30.930 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 09:53:31.027 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 09:53:31.095 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 09:53:31.160 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:53:31.161 [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-21 09:53:31.163 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:53:31.171 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:53:31.174 [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-68e114c7-a7bd-4f4c-8b73-992d656a6502', protocol='range'} -2024-06-21 09:53:31.175 [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-68e114c7-a7bd-4f4c-8b73-992d656a6502=Assignment(partitions=[test1-0])} -2024-06-21 09:53:31.179 [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-68e114c7-a7bd-4f4c-8b73-992d656a6502', protocol='range'} -2024-06-21 09:53:31.179 [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]) -2024-06-21 09:53:31.181 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 09:53:31.186 [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=20, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:53:31.780 [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-21 09:53:31.783 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:53:31.784 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:53:31.784 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934811783 -2024-06-21 09:53:31.785 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:53:31.790 [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-21 09:53:31.794 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:53:31.795 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:53:31.795 [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-21 09:53:31.795 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:53:31.796 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934811795 -2024-06-21 09:53:31.796 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:53:31.796 [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-21 09:53:31.797 [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-21 09:53:31.799 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:53:31.799 [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-21 09:53:31.799 [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-21 09:53:31.800 [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-21 09:53:31.800 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:53:31.800 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:53:31.800 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934811800 -2024-06-21 09:53:31.801 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:53:31.801 [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-1c2d7907-245e-4b1f-ad03-25fd7011303d', protocol='range'} -2024-06-21 09:53:31.801 [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-1c2d7907-245e-4b1f-ad03-25fd7011303d=Assignment(partitions=[test1-0])} -2024-06-21 09:53:31.801 [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-21 09:53:31.802 [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-1c2d7907-245e-4b1f-ad03-25fd7011303d', protocol='range'} -2024-06-21 09:53:31.802 [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]) -2024-06-21 09:53:31.802 [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 -2024-06-21 09:53:31.804 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:53:31.804 [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-21 09:53:31.804 [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-21 09:53:31.806 [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=20, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:53:31.807 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:53:31.807 [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-21 09:53:31.811 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 09:53:31.812 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 09:53:31.995 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3d0f4ac4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 61286] -2024-06-21 09:53:32.510 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 09:53:32.514 [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-21 09:53:32.767 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.688 seconds (JVM running for 5.276) -2024-06-21 09:53:32.768 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 09:53:33.040 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 09:53:33.041 [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-21 09:53:33.467 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 09:53:34.806 [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-21 09:53:34.807 [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 -2024-06-21 09:53:34.807 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:53:34.807 [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-21 09:53:34.808 [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-499c0e1a-74a6-4d91-964d-f32f2bd8cfb6', protocol='range'} -2024-06-21 09:53:34.808 [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-0a64c55d-3b39-4b43-9621-8d5cb8748745', protocol='range'} -2024-06-21 09:53:34.808 [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-1c2d7907-245e-4b1f-ad03-25fd7011303d', protocol='range'} -2024-06-21 09:53:34.810 [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-499c0e1a-74a6-4d91-964d-f32f2bd8cfb6=Assignment(partitions=[]), consumer-Topics-2-1c2d7907-245e-4b1f-ad03-25fd7011303d=Assignment(partitions=[test1-0]), consumer-Topics-3-0a64c55d-3b39-4b43-9621-8d5cb8748745=Assignment(partitions=[])} -2024-06-21 09:53:34.811 [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-1c2d7907-245e-4b1f-ad03-25fd7011303d', protocol='range'} -2024-06-21 09:53:34.811 [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]) -2024-06-21 09:53:34.811 [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 -2024-06-21 09:53:34.811 [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-0a64c55d-3b39-4b43-9621-8d5cb8748745', protocol='range'} -2024-06-21 09:53:34.811 [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-499c0e1a-74a6-4d91-964d-f32f2bd8cfb6', protocol='range'} -2024-06-21 09:53:34.811 [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=[]) -2024-06-21 09:53:34.811 [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=[]) -2024-06-21 09:53:34.811 [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: -2024-06-21 09:53:34.811 [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: -2024-06-21 09:53:34.811 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:53:34.811 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:53:34.812 [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=20, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:53:34.812 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:53:40.913 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:53:40.913 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:53:40.914 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 34 38 32 30 38 36 35 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 32 2e 39 30 30 30 30 30 30 30 30 32 35 39 30 30 30 34 39 30 30 30 32 39 36 32 34 30 30 30 30 44 38 30 39 30 31 30 2e 36 30 38 30 30 30 30 30 38 36 34 31 36 37 33 32 30 37 32 30 30 30 30 32 31 37 30 30 31 32 32 37 30 30 30 30 37 33 37 36 39 2e 32 39 30 30 30 30 35 37 30 30 30 30 30 30 31 30 30 30 30 35 34 33 30 30 30 33 30 30 30 33 30 30 30 34 31 30 30 30 30 31 35 30 30 30 30 34 37 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 9d 7E -2024-06-21 09:53:40.929 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934820865, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=2.900000000, dischargeVoltage=259000, dischargeCurrent=49000, insulationResistance=296240000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=10.60, motorControllerTemperature=800000, motorSpeed=86416, motorTorque=7320, motorTemperature=720000, motorVoltage=21700, motorCurrent=12270000, powerBattery=73769., maxFeedbackPower=290000, maxDischargePower=570000, bmsSelfCheck=00, powerBatteryCurrent=10000, powerBatteryV3=543000, maxVoltage=3000, minVoltage=3000, maxTemperature=410000, minTemperature=150000, availableCapacity=470000, vehicleStatus=0, chargeStatus=0, 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-21 09:53:40.981 [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-21 09:53:40.992 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:53:40.992 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:53:40.993 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718934820992 -2024-06-21 09:53:40.995 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:53:41.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:53:41.013 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"470000","bmsSelfCheck":"00","brakePedal":"90","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"49000","dischargeVoltage":"259000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.60","gear":"D","insulationResistance":"296240000","latitude":"39.5214670","location":"1","longitude":"116.6620990","maxDischargePower":"570000","maxFeedbackPower":"290000","maxTemperature":"410000","maxVoltage":"3000","mcu":"1","mileage":"2.900000000","minTemperature":"150000","minVoltage":"3000","motorControllerTemperature":"800000","motorCurrent":"12270000","motorSpeed":"86416","motorTemperature":"720000","motorTorque":"7320","motorVoltage":"21700","powerBattery":"73769.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"543000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718934820865","vehicleStatus":"0","vin":"RWLD436IVM3FM742Z"} -2024-06-21 09:53:41.133 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934820865, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=2.900000000, dischargeVoltage=259000, dischargeCurrent=49000, insulationResistance=296240000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=10.60, motorControllerTemperature=800000, motorSpeed=86416, motorTorque=7320, motorTemperature=720000, motorVoltage=21700, motorCurrent=12270000, powerBattery=73769., maxFeedbackPower=290000, maxDischargePower=570000, bmsSelfCheck=00, powerBatteryCurrent=10000, powerBatteryV3=543000, maxVoltage=3000, minVoltage=3000, maxTemperature=410000, minTemperature=150000, availableCapacity=470000, vehicleStatus=0, chargeStatus=0, 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-21 09:54:42.092 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:54:42.093 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:54:42.093 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 34 38 38 32 30 35 39 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 32 2e 39 34 30 30 30 30 30 30 30 35 34 35 30 30 30 34 33 30 30 30 32 39 36 31 35 30 30 30 30 44 36 30 33 30 39 2e 32 30 30 39 36 30 30 30 30 39 32 33 32 32 35 38 39 30 31 31 33 30 30 30 32 30 34 30 30 37 38 35 32 30 30 30 30 37 33 37 36 39 2e 33 30 30 30 30 30 36 38 30 30 30 30 39 30 35 30 30 30 30 37 31 32 30 30 30 34 30 30 30 34 30 30 30 31 32 30 30 30 30 31 33 30 30 30 30 39 35 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 a1 7E -2024-06-21 09:54:42.093 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934882059, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=2.940000000, dischargeVoltage=545000, dischargeCurrent=43000, insulationResistance=296150000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=9.200, motorControllerTemperature=960000, motorSpeed=92322, motorTorque=5890, motorTemperature=113000, motorVoltage=20400, motorCurrent=78520000, powerBattery=73769., maxFeedbackPower=300000, maxDischargePower=680000, bmsSelfCheck=90, powerBatteryCurrent=50000, powerBatteryV3=712000, maxVoltage=4000, minVoltage=4000, maxTemperature=120000, minTemperature=130000, availableCapacity=950000, vehicleStatus=0, chargeStatus=0, 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-21 09:54:42.096 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:54:42.096 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"950000","bmsSelfCheck":"90","brakePedal":"30","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"43000","dischargeVoltage":"545000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"296150000","latitude":"39.5215620","location":"1","longitude":"116.6633180","maxDischargePower":"680000","maxFeedbackPower":"300000","maxTemperature":"120000","maxVoltage":"4000","mcu":"1","mileage":"2.940000000","minTemperature":"130000","minVoltage":"4000","motorControllerTemperature":"960000","motorCurrent":"78520000","motorSpeed":"92322","motorTemperature":"113000","motorTorque":"5890","motorVoltage":"20400","powerBattery":"73769.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"712000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718934882059","vehicleStatus":"0","vin":"RWLD436IVM3FM742Z"} -2024-06-21 09:54:42.096 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934882059, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=2.940000000, dischargeVoltage=545000, dischargeCurrent=43000, insulationResistance=296150000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=9.200, motorControllerTemperature=960000, motorSpeed=92322, motorTorque=5890, motorTemperature=113000, motorVoltage=20400, motorCurrent=78520000, powerBattery=73769., maxFeedbackPower=300000, maxDischargePower=680000, bmsSelfCheck=90, powerBatteryCurrent=50000, powerBatteryV3=712000, maxVoltage=4000, minVoltage=4000, maxTemperature=120000, minTemperature=130000, availableCapacity=950000, vehicleStatus=0, chargeStatus=0, 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-21 09:56:10.126 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:56:10.127 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:56:10.127 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 34 39 37 30 30 38 38 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 33 2e 30 30 30 30 30 30 30 30 30 36 31 36 30 30 30 33 34 30 30 30 32 39 34 31 30 30 30 30 30 44 36 30 32 30 31 30 2e 39 30 33 30 30 30 30 30 31 36 33 30 38 31 30 35 30 38 35 30 30 30 30 31 39 35 30 30 36 32 32 34 30 30 30 30 37 33 37 35 38 2e 34 32 30 30 30 30 33 33 30 30 30 30 39 30 31 30 30 30 30 35 37 30 30 30 30 33 30 30 30 34 30 30 30 33 39 30 30 30 30 39 39 30 30 30 30 31 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 7e 7E -2024-06-21 09:56:10.127 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934970088, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=3.000000000, dischargeVoltage=616000, dischargeCurrent=34000, insulationResistance=294100000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=10.90, motorControllerTemperature=300000, motorSpeed=16308, motorTorque=1050, motorTemperature=850000, motorVoltage=19500, motorCurrent=62240000, powerBattery=73758., maxFeedbackPower=420000, maxDischargePower=330000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=570000, maxVoltage=3000, minVoltage=4000, maxTemperature=390000, minTemperature=990000, availableCapacity=100000, vehicleStatus=0, chargeStatus=0, 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-21 09:56:10.130 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:56:10.130 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"100000","bmsSelfCheck":"90","brakePedal":"20","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"34000","dischargeVoltage":"616000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"294100000","latitude":"39.5216700","location":"1","longitude":"116.6648360","maxDischargePower":"330000","maxFeedbackPower":"420000","maxTemperature":"390000","maxVoltage":"3000","mcu":"1","mileage":"3.000000000","minTemperature":"990000","minVoltage":"4000","motorControllerTemperature":"300000","motorCurrent":"62240000","motorSpeed":"16308","motorTemperature":"850000","motorTorque":"1050","motorVoltage":"19500","powerBattery":"73758.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"570000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718934970088","vehicleStatus":"0","vin":"RWLD436IVM3FM742Z"} -2024-06-21 09:56:10.130 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934970088, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=3.000000000, dischargeVoltage=616000, dischargeCurrent=34000, insulationResistance=294100000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=10.90, motorControllerTemperature=300000, motorSpeed=16308, motorTorque=1050, motorTemperature=850000, motorVoltage=19500, motorCurrent=62240000, powerBattery=73758., maxFeedbackPower=420000, maxDischargePower=330000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=570000, maxVoltage=3000, minVoltage=4000, maxTemperature=390000, minTemperature=990000, availableCapacity=100000, vehicleStatus=0, chargeStatus=0, 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-21 09:56:11.142 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 09:56:11.142 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 09:56:11.142 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 34 39 37 31 30 39 37 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 33 2e 30 33 30 30 30 30 30 30 30 32 30 30 30 30 30 34 35 30 30 30 31 37 37 36 36 30 30 30 30 44 30 30 36 30 31 31 2e 39 30 37 33 30 30 30 30 35 33 39 33 32 38 33 30 30 34 30 30 30 30 30 32 30 30 30 30 31 30 33 38 39 30 30 30 37 33 37 35 38 2e 33 33 30 30 30 30 38 31 30 30 30 30 31 34 36 30 30 30 30 36 34 35 30 30 30 34 30 30 30 33 30 30 30 38 33 30 30 30 30 38 39 30 30 30 30 35 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 91 7E -2024-06-21 09:56:11.143 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934971097, longitude=116.6653570, latitude=39.5217650, speed=54.000, mileage=3.030000000, dischargeVoltage=200000, dischargeCurrent=45000, insulationResistance=177660000, gear=D, accelerationPedal=00, brakePedal=60, fuelConsumption=11.90, motorControllerTemperature=730000, motorSpeed=53932, motorTorque=8300, motorTemperature=400000, motorVoltage=20000, motorCurrent=10389000, powerBattery=73758., maxFeedbackPower=330000, maxDischargePower=810000, bmsSelfCheck=14, powerBatteryCurrent=60000, powerBatteryV3=645000, maxVoltage=4000, minVoltage=3000, maxTemperature=830000, minTemperature=890000, availableCapacity=500000, vehicleStatus=0, chargeStatus=0, 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-21 09:56:11.144 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 09:56:11.144 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"500000","bmsSelfCheck":"14","brakePedal":"60","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"45000","dischargeVoltage":"200000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"177660000","latitude":"39.5217650","location":"1","longitude":"116.6653570","maxDischargePower":"810000","maxFeedbackPower":"330000","maxTemperature":"830000","maxVoltage":"4000","mcu":"1","mileage":"3.030000000","minTemperature":"890000","minVoltage":"3000","motorControllerTemperature":"730000","motorCurrent":"10389000","motorSpeed":"53932","motorTemperature":"400000","motorTorque":"8300","motorVoltage":"20000","powerBattery":"73758.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"645000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718934971097","vehicleStatus":"0","vin":"RWLD436IVM3FM742Z"} -2024-06-21 09:56:11.144 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718934971097, longitude=116.6653570, latitude=39.5217650, speed=54.000, mileage=3.030000000, dischargeVoltage=200000, dischargeCurrent=45000, insulationResistance=177660000, gear=D, accelerationPedal=00, brakePedal=60, fuelConsumption=11.90, motorControllerTemperature=730000, motorSpeed=53932, motorTorque=8300, motorTemperature=400000, motorVoltage=20000, motorCurrent=10389000, powerBattery=73758., maxFeedbackPower=330000, maxDischargePower=810000, bmsSelfCheck=14, powerBatteryCurrent=60000, powerBatteryV3=645000, maxVoltage=4000, minVoltage=3000, maxTemperature=830000, minTemperature=890000, availableCapacity=500000, vehicleStatus=0, chargeStatus=0, 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-21 09:57:07.879 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:57:07.906 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:57:07.926 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:57:08.336 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:57:15.393 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 19216 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 09:57:15.394 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 09:57:15.394 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 09:57:15.882 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 09:57:15.884 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 09:57:15.906 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 09:57:16.138 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$c6fb28e2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 09:57:16.214 [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-21 09:57:16.216 [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-21 09:57:16.218 [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-21 09:57:16.231 [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-21 09:57:16.260 [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-21 09:57:16.265 [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-21 09:57:16.469 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 09:57:16.475 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 09:57:16.475 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 09:57:16.568 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 09:57:16.569 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1141 ms -2024-06-21 09:57:17.153 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 09:57:17.496 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 09:57:17.502 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 09:57:17.517 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 09:57:17.559 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 09:57:17.573 [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-21 09:57:17.623 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:57:17.623 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:57:17.623 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935037622 -2024-06-21 09:57:17.624 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 09:57:17.719 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 09:57:17.786 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 09:57:17.847 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:57:17.848 [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-21 09:57:17.849 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:57:17.856 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 09:57:17.857 [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-5ee2dd34-eacf-499d-a372-e2d80e9ab338', protocol='range'} -2024-06-21 09:57:17.859 [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-5ee2dd34-eacf-499d-a372-e2d80e9ab338=Assignment(partitions=[test1-0])} -2024-06-21 09:57:17.867 [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-5ee2dd34-eacf-499d-a372-e2d80e9ab338', protocol='range'} -2024-06-21 09:57:17.867 [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]) -2024-06-21 09:57:17.869 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 09:57:17.874 [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=20, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:57:28.161 [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-21 09:57:28.165 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:57:28.165 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:57:28.165 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935048165 -2024-06-21 09:57:28.165 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:57:28.172 [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-21 09:57:28.175 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:57:28.175 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:57:28.175 [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-21 09:57:28.176 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:57:28.176 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935048175 -2024-06-21 09:57:28.176 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:57:28.176 [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-21 09:57:28.177 [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-21 09:57:28.178 [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-21 09:57:28.179 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:57:28.179 [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-21 09:57:28.180 [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-21 09:57:28.180 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 09:57:28.180 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 09:57:28.180 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935048180 -2024-06-21 09:57:28.180 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 09:57:28.183 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 09:57:28.183 [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-21 09:57:28.183 [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-21 09:57:28.184 [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-21 09:57:28.184 [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-145a2512-fe83-41bb-b927-78d7526af869', protocol='range'} -2024-06-21 09:57:28.184 [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-145a2512-fe83-41bb-b927-78d7526af869=Assignment(partitions=[test1-0])} -2024-06-21 09:57:28.191 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 09:57:28.191 [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-21 09:57:28.192 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 09:57:28.192 [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=34, memberId='consumer-Topics-2-145a2512-fe83-41bb-b927-78d7526af869', protocol='range'} -2024-06-21 09:57:28.195 [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. +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-21 09:57:28.195 [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-21 09:57:28.196 [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-145a2512-fe83-41bb-b927-78d7526af869', protocol='range'} -2024-06-21 09:57:28.196 [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-03181205-5bdc-429e-b674-94579fa9a0bd', protocol='range'} -2024-06-21 09:57:28.196 [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-6b055339-4a06-41cd-b3bf-0d692b64555d', protocol='range'} -2024-06-21 09:57:28.196 [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-6b055339-4a06-41cd-b3bf-0d692b64555d=Assignment(partitions=[]), consumer-Topics-2-145a2512-fe83-41bb-b927-78d7526af869=Assignment(partitions=[test1-0]), consumer-Topics-4-03181205-5bdc-429e-b674-94579fa9a0bd=Assignment(partitions=[])} -2024-06-21 09:57:28.197 [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-03181205-5bdc-429e-b674-94579fa9a0bd', protocol='range'} -2024-06-21 09:57:28.197 [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-6b055339-4a06-41cd-b3bf-0d692b64555d', protocol='range'} -2024-06-21 09:57:28.197 [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-145a2512-fe83-41bb-b927-78d7526af869', protocol='range'} -2024-06-21 09:57:28.197 [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=[]) -2024-06-21 09:57:28.197 [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=[]) -2024-06-21 09:57:28.198 [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]) -2024-06-21 09:57:28.198 [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: -2024-06-21 09:57:28.198 [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: -2024-06-21 09:57:28.198 [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 -2024-06-21 09:57:28.198 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:57:28.198 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 09:57:28.200 [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=24, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 09:57:28.200 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 09:57:28.345 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#25d9291a:0/SimpleConnection@467421cc [delegate=amqp://guest@101.34.243.166:5672/, localPort= 61896] -2024-06-21 09:57:29.293 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 14.157 seconds (JVM running for 14.6) -2024-06-21 09:57:29.295 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 09:58:45.748 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:58:45.781 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:58:45.816 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 09:58:45.872 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:58:46.023 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:58:46.561 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 09:58:46.574 [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-6b055339-4a06-41cd-b3bf-0d692b64555d sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:58:46.574 [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-03181205-5bdc-429e-b674-94579fa9a0bd sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:58:46.574 [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 -2024-06-21 09:58:46.574 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 09:58:46.574 [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-21 09:58:46.574 [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-21 09:58:46.575 [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-145a2512-fe83-41bb-b927-78d7526af869 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 09:58:46.575 [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-21 09:58:46.576 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:58:46.576 [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-21 09:58:46.576 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:58:46.576 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:58:46.576 [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-21 09:58:46.576 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:58:46.577 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 09:58:46.578 [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-21 09:58:46.578 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 09:58:46.579 [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-21 09:58:46.579 [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-21 09:58:46.579 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:58:46.579 [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-21 09:58:46.579 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:58:46.579 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 09:58:46.580 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:58:46.580 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:58:46.580 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 09:58:46.626 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 09:58:46.633 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 10:00:05.139 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 16440 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 10:00:05.140 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 10:00:05.141 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 10:00:05.671 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 10:00:05.673 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 10:00:05.693 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 10:00:05.921 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 10:00:06.002 [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-21 10:00:06.004 [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-21 10:00:06.006 [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-21 10:00:06.022 [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-21 10:00:06.053 [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-21 10:00:06.058 [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-21 10:00:06.272 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 10:00:06.279 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 10:00:06.280 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 10:00:06.375 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 10:00:06.375 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1202 ms -2024-06-21 10:00:06.978 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 10:00:07.413 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 10:00:07.419 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 10:00:07.440 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 10:00:07.486 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 10:00:07.521 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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(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 @@ -7785,28 +679,30 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:00:07.605 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:00:07.605 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:00:07.606 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935207604 -2024-06-21 10:00:07.609 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 10:00:07.770 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 10:00:07.843 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 10:00:07.902 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:00:07.903 [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-21 10:00:07.905 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 10:00:07.913 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 10:00:07.915 [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-2a41f161-220e-46f3-b905-a9d2818422ec', protocol='range'} -2024-06-21 10:00:07.917 [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-2a41f161-220e-46f3-b905-a9d2818422ec=Assignment(partitions=[test1-0])} -2024-06-21 10:00:07.921 [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-2a41f161-220e-46f3-b905-a9d2818422ec', protocol='range'} -2024-06-21 10:00:07.921 [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]) -2024-06-21 10:00:07.923 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 10:00:07.928 [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=20, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 10:00:11.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:103 - 该车故障信息存储到Redis中 -2024-06-21 10:00:11.163 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:00:11.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:00:11.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:00:11.166 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:00:11.288 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -7885,11 +781,11 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:00:11.292 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:00:11.293 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:00:11.293 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935211292 -2024-06-21 10:00:11.294 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 10:00:11.299 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -7968,14 +864,14 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:00:11.304 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:00:11.304 [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-21 10:00:11.304 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:00:11.305 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:00:11.305 [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-21 10:00:11.305 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935211304 -2024-06-21 10:00:11.305 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 10:00:11.307 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -8054,205 +950,121 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:00:11.309 [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-21 10:00:11.309 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:00:11.310 [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-21 10:00:11.310 [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-21 10:00:11.310 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:00:11.311 [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-6b5b732c-7527-4e4a-a343-ea72c68ae32c', protocol='range'} -2024-06-21 10:00:11.311 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:00:11.311 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935211310 -2024-06-21 10:00:11.311 [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-6b5b732c-7527-4e4a-a343-ea72c68ae32c=Assignment(partitions=[test1-0])} -2024-06-21 10:00:11.311 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 10:00:11.312 [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-6b5b732c-7527-4e4a-a343-ea72c68ae32c', protocol='range'} -2024-06-21 10:00:11.313 [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]) -2024-06-21 10:00:11.313 [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 -2024-06-21 10:00:11.314 [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-21 10:00:11.315 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:00:11.315 [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-21 10:00:11.315 [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=24, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 10:00:11.315 [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-21 10:00:11.316 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 10:00:11.317 [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-21 10:00:11.321 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 10:00:11.322 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 10:00:11.463 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@20d92f1e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 62100] -2024-06-21 10:00:12.149 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 7.279 seconds (JVM running for 7.762) -2024-06-21 10:00:12.151 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 10:00:14.316 [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-21 10:00:14.317 [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 -2024-06-21 10:00:14.317 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 10:00:14.317 [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-21 10:00:14.319 [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-9cf507dd-1523-4ba0-a276-f778a858312e', protocol='range'} -2024-06-21 10:00:14.319 [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-3f4217ce-d11d-4e09-833f-30c45849814d', protocol='range'} -2024-06-21 10:00:14.319 [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-6b5b732c-7527-4e4a-a343-ea72c68ae32c', protocol='range'} -2024-06-21 10:00:14.325 [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-2-6b5b732c-7527-4e4a-a343-ea72c68ae32c=Assignment(partitions=[test1-0]), consumer-Topics-4-9cf507dd-1523-4ba0-a276-f778a858312e=Assignment(partitions=[]), consumer-Topics-3-3f4217ce-d11d-4e09-833f-30c45849814d=Assignment(partitions=[])} -2024-06-21 10:00:14.327 [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-9cf507dd-1523-4ba0-a276-f778a858312e', protocol='range'} -2024-06-21 10:00:14.327 [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-3f4217ce-d11d-4e09-833f-30c45849814d', protocol='range'} -2024-06-21 10:00:14.327 [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=[]) -2024-06-21 10:00:14.327 [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: -2024-06-21 10:00:14.327 [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=[]) -2024-06-21 10:00:14.327 [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: -2024-06-21 10:00:14.327 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 10:00:14.327 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 10:00:14.328 [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-6b5b732c-7527-4e4a-a343-ea72c68ae32c', protocol='range'} -2024-06-21 10:00:14.328 [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]) -2024-06-21 10:00:14.328 [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 -2024-06-21 10:00:14.330 [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=24, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 10:00:14.330 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 10:00:34.655 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 10:00:34.659 [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-21 10:00:35.105 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 10:00:35.105 [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-21 10:00:35.500 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 10:00:45.965 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:00:45.966 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:00:45.966 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 32 34 35 39 31 36 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 33 2e 30 38 30 30 30 30 30 30 30 31 35 33 30 30 30 34 38 30 30 30 32 30 32 35 35 30 30 30 30 44 31 30 30 30 31 30 2e 34 30 37 37 30 30 30 30 37 32 37 38 38 34 34 39 30 36 34 30 30 30 30 32 36 35 30 30 31 31 32 31 34 30 30 30 37 33 37 34 38 2e 30 30 30 30 30 30 32 34 30 30 30 30 31 32 35 30 30 30 30 34 35 33 30 30 30 33 30 30 30 33 30 30 30 37 33 30 30 30 30 35 36 30 30 30 30 37 36 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 90 7E -2024-06-21 10:00:45.979 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935245916, longitude=116.6663970, latitude=39.5218350, speed=90.000, mileage=3.080000000, dischargeVoltage=153000, dischargeCurrent=48000, insulationResistance=202550000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=10.40, motorControllerTemperature=770000, motorSpeed=72788, motorTorque=4490, motorTemperature=640000, motorVoltage=26500, motorCurrent=11214000, powerBattery=73748., maxFeedbackPower=000000, maxDischargePower=240000, bmsSelfCheck=12, powerBatteryCurrent=50000, powerBatteryV3=453000, maxVoltage=3000, minVoltage=3000, maxTemperature=730000, minTemperature=560000, availableCapacity=760000, vehicleStatus=1, chargeStatus=0, 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-21 10:00:45.989 [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-21 10:00:45.998 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:00:45.999 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:00:45.999 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935245998 -2024-06-21 10:00:46.002 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:00:46.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:00:46.013 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:00:46.013 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"760000","bmsSelfCheck":"12","brakePedal":"00","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"48000","dischargeVoltage":"153000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"202550000","latitude":"39.5218350","location":"1","longitude":"116.6663970","maxDischargePower":"240000","maxFeedbackPower":"000000","maxTemperature":"730000","maxVoltage":"3000","mcu":"1","mileage":"3.080000000","minTemperature":"560000","minVoltage":"3000","motorControllerTemperature":"770000","motorCurrent":"11214000","motorSpeed":"72788","motorTemperature":"640000","motorTorque":"4490","motorVoltage":"26500","powerBattery":"73748.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"453000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718935245916","vehicleStatus":"1","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:00:46.119 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935245916, longitude=116.6663970, latitude=39.5218350, speed=90.000, mileage=3.080000000, dischargeVoltage=153000, dischargeCurrent=48000, insulationResistance=202550000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=10.40, motorControllerTemperature=770000, motorSpeed=72788, motorTorque=4490, motorTemperature=640000, motorVoltage=26500, motorCurrent=11214000, powerBattery=73748., maxFeedbackPower=000000, maxDischargePower=240000, bmsSelfCheck=12, powerBatteryCurrent=50000, powerBatteryV3=453000, maxVoltage=3000, minVoltage=3000, maxTemperature=730000, minTemperature=560000, availableCapacity=760000, vehicleStatus=1, chargeStatus=0, 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-21 10:01:11.695 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 10:01:11.722 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 10:01:11.757 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 10:01:12.216 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 10:01:12.407 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 10:01:12.565 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 10:01:12.578 [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 -2024-06-21 10:01:12.578 [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-3f4217ce-d11d-4e09-833f-30c45849814d sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 10:01:12.578 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 10:01:12.578 [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-9cf507dd-1523-4ba0-a276-f778a858312e sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 10:01:12.578 [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-6b5b732c-7527-4e4a-a343-ea72c68ae32c sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 10:01:12.579 [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-21 10:01:12.579 [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-21 10:01:12.579 [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-21 10:01:12.580 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 10:01:12.580 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 10:01:12.580 [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-21 10:01:12.580 [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-21 10:01:12.580 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 10:01:12.580 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 10:01:12.580 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 10:01:12.580 [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-21 10:01:12.581 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 10:01:12.582 [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-21 10:01:12.582 [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-21 10:01:12.582 [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-21 10:01:12.582 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 10:01:12.582 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 10:01:12.582 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 10:01:12.584 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 10:01:12.584 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 10:01:12.584 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 10:01:12.588 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 10:01:12.588 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 10:01:12.588 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 10:01:12.588 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 10:01:12.589 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 10:01:12.732 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 10:01:12.736 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 10:01:21.361 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 28368 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 10:01:21.362 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 10:01:21.363 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 10:01:21.999 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 10:01:22.001 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 10:01:22.023 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 10:01:22.259 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 10:01:22.342 [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-21 10:01:22.344 [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-21 10:01:22.346 [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-21 10:01:22.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-21 10:01:22.390 [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-21 10:01:22.393 [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-21 10:01:22.603 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 10:01:22.610 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 10:01:22.610 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 10:01:22.706 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 10:01:22.706 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1287 ms -2024-06-21 10:01:23.331 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 10:01:23.714 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 10:01:23.719 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 10:01:23.737 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 10:01:23.779 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 10:01:23.796 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -8331,23 +1143,30 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:01:23.849 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:01:23.850 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:01:23.850 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935283849 -2024-06-21 10:01:23.851 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 10:01:23.946 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 10:01:24.013 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 10:01:24.074 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:01:24.075 [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-21 10:01:24.076 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 10:01:24.083 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 10:01:24.085 [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-eacdefc0-a740-4e69-933c-a68071714e7c', protocol='range'} -2024-06-21 10:01:24.086 [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-eacdefc0-a740-4e69-933c-a68071714e7c=Assignment(partitions=[test1-0])} -2024-06-21 10:01:24.089 [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-eacdefc0-a740-4e69-933c-a68071714e7c', protocol='range'} -2024-06-21 10:01:24.089 [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]) -2024-06-21 10:01:24.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 -2024-06-21 10:01:24.095 [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=25, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 10:01:24.683 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -8426,11 +1245,11 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:01:24.687 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:01:24.687 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:01:24.687 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935284687 -2024-06-21 10:01:24.688 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 10:01:24.694 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -8509,14 +1328,14 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:01:24.696 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:01:24.696 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:01:24.696 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:01:24.696 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935284696 -2024-06-21 10:01:24.697 [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-21 10:01:24.697 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 10:01:24.697 [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-21 10:01:24.698 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -8595,278 +1414,133 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:01:24.699 [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-21 10:01:24.700 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:01:24.700 [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-21 10:01:24.700 [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-21 10:01:24.701 [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-a72f6a73-d55d-4528-88ec-e0697078cb30', protocol='range'} -2024-06-21 10:01:24.701 [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-a72f6a73-d55d-4528-88ec-e0697078cb30=Assignment(partitions=[test1-0])} -2024-06-21 10:01:24.701 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:01:24.701 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:01:24.702 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935284701 -2024-06-21 10:01:24.702 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 10:01:24.702 [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-a72f6a73-d55d-4528-88ec-e0697078cb30', protocol='range'} -2024-06-21 10:01:24.702 [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]) -2024-06-21 10:01:24.702 [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 -2024-06-21 10:01:24.702 [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-21 10:01:24.704 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:01:24.704 [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=25, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 10:01:24.705 [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-21 10:01:24.705 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 10:01:24.705 [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-21 10:01:24.706 [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-21 10:01:24.712 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 10:01:24.713 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 10:01:24.929 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3d0f4ac4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 62199] -2024-06-21 10:01:26.016 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.096 seconds (JVM running for 5.616) -2024-06-21 10:01:26.017 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 10:01:26.292 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 10:01:26.296 [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-21 10:01:26.816 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 10:01:26.816 [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-21 10:01:27.227 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 10:01:27.711 [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-21 10:01:27.712 [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 -2024-06-21 10:01:27.713 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 10:01:27.713 [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-21 10:01:27.718 [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-a72f6a73-d55d-4528-88ec-e0697078cb30', protocol='range'} -2024-06-21 10:01:27.718 [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-589b3719-cefb-4da4-b324-c42ef726ea35', protocol='range'} -2024-06-21 10:01:27.718 [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-e194a257-293b-4b23-a7fc-1884d8771951', protocol='range'} -2024-06-21 10:01:27.718 [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-2-a72f6a73-d55d-4528-88ec-e0697078cb30=Assignment(partitions=[test1-0]), consumer-Topics-4-589b3719-cefb-4da4-b324-c42ef726ea35=Assignment(partitions=[]), consumer-Topics-3-e194a257-293b-4b23-a7fc-1884d8771951=Assignment(partitions=[])} -2024-06-21 10:01:27.719 [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-589b3719-cefb-4da4-b324-c42ef726ea35', protocol='range'} -2024-06-21 10:01:27.719 [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-a72f6a73-d55d-4528-88ec-e0697078cb30', protocol='range'} -2024-06-21 10:01:27.720 [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-e194a257-293b-4b23-a7fc-1884d8771951', protocol='range'} -2024-06-21 10:01:27.720 [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=[]) -2024-06-21 10:01:27.720 [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=[]) -2024-06-21 10:01:27.720 [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]) -2024-06-21 10:01:27.720 [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: -2024-06-21 10:01:27.720 [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: -2024-06-21 10:01:27.720 [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 -2024-06-21 10:01:27.720 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 10:01:27.720 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 10:01:27.721 [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=25, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 10:01:27.721 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 10:01:54.361 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:01:54.362 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:01:54.362 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 33 31 34 33 32 34 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 33 2e 31 32 30 30 30 30 30 30 30 31 39 37 30 30 30 31 31 30 30 30 38 35 39 31 30 30 30 30 30 44 37 30 32 30 31 31 2e 31 30 34 38 30 30 30 30 36 35 34 33 30 32 38 35 30 31 33 39 30 30 30 31 34 35 30 30 38 31 30 30 30 30 30 30 37 33 37 34 38 2e 39 33 30 30 30 30 39 37 30 30 30 30 35 30 35 30 30 30 30 35 37 30 30 30 30 34 30 30 30 34 30 30 30 39 30 30 30 30 30 34 39 30 30 30 30 35 32 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 8a 7E -2024-06-21 10:01:54.378 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935314324, longitude=116.6675130, latitude=39.5219180, speed=72.000, mileage=3.120000000, dischargeVoltage=197000, dischargeCurrent=11000, insulationResistance=859100000, gear=D, accelerationPedal=70, brakePedal=20, fuelConsumption=11.10, motorControllerTemperature=480000, motorSpeed=65430, motorTorque=2850, motorTemperature=139000, motorVoltage=14500, motorCurrent=81000000, powerBattery=73748., maxFeedbackPower=930000, maxDischargePower=970000, bmsSelfCheck=50, powerBatteryCurrent=50000, powerBatteryV3=570000, maxVoltage=4000, minVoltage=4000, maxTemperature=900000, minTemperature=490000, availableCapacity=520000, vehicleStatus=1, chargeStatus=0, 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-21 10:01:54.430 [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-21 10:01:54.445 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:01:54.445 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:01:54.445 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935314445 -2024-06-21 10:01:54.477 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:01:54.495 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:01:54.496 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"520000","bmsSelfCheck":"50","brakePedal":"20","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"197000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"859100000","latitude":"39.5219180","location":"1","longitude":"116.6675130","maxDischargePower":"970000","maxFeedbackPower":"930000","maxTemperature":"900000","maxVoltage":"4000","mcu":"1","mileage":"3.120000000","minTemperature":"490000","minVoltage":"4000","motorControllerTemperature":"480000","motorCurrent":"81000000","motorSpeed":"65430","motorTemperature":"139000","motorTorque":"2850","motorVoltage":"14500","powerBattery":"73748.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"570000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718935314324","vehicleStatus":"1","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:01:54.634 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935314324, longitude=116.6675130, latitude=39.5219180, speed=72.000, mileage=3.120000000, dischargeVoltage=197000, dischargeCurrent=11000, insulationResistance=859100000, gear=D, accelerationPedal=70, brakePedal=20, fuelConsumption=11.10, motorControllerTemperature=480000, motorSpeed=65430, motorTorque=2850, motorTemperature=139000, motorVoltage=14500, motorCurrent=81000000, powerBattery=73748., maxFeedbackPower=930000, maxDischargePower=970000, bmsSelfCheck=50, powerBatteryCurrent=50000, powerBatteryV3=570000, maxVoltage=4000, minVoltage=4000, maxTemperature=900000, minTemperature=490000, availableCapacity=520000, vehicleStatus=1, chargeStatus=0, 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-21 10:01:55.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:103 - 该车故障信息存储到Redis中 -2024-06-21 10:01:55.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:01:55.365 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:01:55.365 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:01:55.366 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 33 31 35 33 33 31 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 33 2e 31 35 30 30 30 30 30 30 30 34 32 36 30 30 30 31 32 30 30 30 32 32 31 33 35 30 30 30 30 44 33 30 37 30 31 30 2e 34 30 33 39 30 30 30 30 34 34 37 34 30 39 39 31 30 37 32 30 30 30 30 31 32 31 30 30 31 30 31 37 33 30 30 30 37 33 37 34 38 2e 37 31 30 30 30 30 35 39 30 30 30 30 37 30 31 30 30 30 30 33 34 38 30 30 30 34 30 30 30 33 30 30 30 39 34 30 30 30 30 39 34 30 30 30 30 34 39 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 96 7E -2024-06-21 10:01:55.366 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935315331, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=3.150000000, dischargeVoltage=426000, dischargeCurrent=12000, insulationResistance=221350000, gear=D, accelerationPedal=30, brakePedal=70, fuelConsumption=10.40, motorControllerTemperature=390000, motorSpeed=44740, motorTorque=9910, motorTemperature=720000, motorVoltage=12100, motorCurrent=10173000, powerBattery=73748., maxFeedbackPower=710000, maxDischargePower=590000, bmsSelfCheck=70, powerBatteryCurrent=10000, powerBatteryV3=348000, maxVoltage=4000, minVoltage=3000, maxTemperature=940000, minTemperature=940000, availableCapacity=490000, vehicleStatus=1, chargeStatus=0, 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-21 10:01:55.368 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:01:55.368 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"490000","bmsSelfCheck":"70","brakePedal":"70","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"12000","dischargeVoltage":"426000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"221350000","latitude":"39.5219970","location":"1","longitude":"116.6684790","maxDischargePower":"590000","maxFeedbackPower":"710000","maxTemperature":"940000","maxVoltage":"4000","mcu":"1","mileage":"3.150000000","minTemperature":"940000","minVoltage":"3000","motorControllerTemperature":"390000","motorCurrent":"10173000","motorSpeed":"44740","motorTemperature":"720000","motorTorque":"9910","motorVoltage":"12100","powerBattery":"73748.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"348000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718935315331","vehicleStatus":"1","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:01:55.369 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935315331, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=3.150000000, dischargeVoltage=426000, dischargeCurrent=12000, insulationResistance=221350000, gear=D, accelerationPedal=30, brakePedal=70, fuelConsumption=10.40, motorControllerTemperature=390000, motorSpeed=44740, motorTorque=9910, motorTemperature=720000, motorVoltage=12100, motorCurrent=10173000, powerBattery=73748., maxFeedbackPower=710000, maxDischargePower=590000, bmsSelfCheck=70, powerBatteryCurrent=10000, powerBatteryV3=348000, maxVoltage=4000, minVoltage=3000, maxTemperature=940000, minTemperature=940000, availableCapacity=490000, vehicleStatus=1, chargeStatus=0, 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-21 10:01:55.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:02:09.470 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:02:09.470 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:02:09.470 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 33 32 39 34 32 39 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 33 2e 31 38 30 30 30 30 30 30 30 32 36 32 30 30 30 34 32 30 30 30 31 38 31 35 30 30 30 30 30 44 38 30 36 30 31 32 2e 31 30 38 34 30 30 30 30 37 37 31 36 34 31 38 32 30 38 34 30 30 30 30 31 36 38 30 30 39 34 33 31 30 30 30 30 37 33 37 34 38 2e 37 38 30 30 30 30 37 36 30 30 30 30 31 34 30 30 30 30 30 36 37 32 30 30 30 34 30 30 30 33 30 30 30 36 30 30 30 30 30 31 38 30 30 30 30 36 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 9e 7E -2024-06-21 10:02:09.470 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935329429, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=3.180000000, dischargeVoltage=262000, dischargeCurrent=42000, insulationResistance=181500000, gear=D, accelerationPedal=80, brakePedal=60, fuelConsumption=12.10, motorControllerTemperature=840000, motorSpeed=77164, motorTorque=1820, motorTemperature=840000, motorVoltage=16800, motorCurrent=94310000, powerBattery=73748., maxFeedbackPower=780000, maxDischargePower=760000, bmsSelfCheck=14, powerBatteryCurrent=00000, powerBatteryV3=672000, maxVoltage=4000, minVoltage=3000, maxTemperature=600000, minTemperature=180000, availableCapacity=600000, vehicleStatus=0, chargeStatus=0, 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-21 10:02:09.473 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:02:09.473 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"600000","bmsSelfCheck":"14","brakePedal":"60","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"42000","dischargeVoltage":"262000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.10","gear":"D","insulationResistance":"181500000","latitude":"39.5220750","location":"1","longitude":"116.6694390","maxDischargePower":"760000","maxFeedbackPower":"780000","maxTemperature":"600000","maxVoltage":"4000","mcu":"1","mileage":"3.180000000","minTemperature":"180000","minVoltage":"3000","motorControllerTemperature":"840000","motorCurrent":"94310000","motorSpeed":"77164","motorTemperature":"840000","motorTorque":"1820","motorVoltage":"16800","powerBattery":"73748.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"672000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718935329429","vehicleStatus":"0","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:02:09.473 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935329429, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=3.180000000, dischargeVoltage=262000, dischargeCurrent=42000, insulationResistance=181500000, gear=D, accelerationPedal=80, brakePedal=60, fuelConsumption=12.10, motorControllerTemperature=840000, motorSpeed=77164, motorTorque=1820, motorTemperature=840000, motorVoltage=16800, motorCurrent=94310000, powerBattery=73748., maxFeedbackPower=780000, maxDischargePower=760000, bmsSelfCheck=14, powerBatteryCurrent=00000, powerBatteryV3=672000, maxVoltage=4000, minVoltage=3000, maxTemperature=600000, minTemperature=180000, availableCapacity=600000, vehicleStatus=0, chargeStatus=0, 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-21 10:02:09.474 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:02:35.351 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:02:35.351 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:02:35.351 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 33 35 35 33 31 30 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 33 2e 32 30 30 30 30 30 30 30 30 35 30 34 30 30 30 32 39 30 30 30 37 31 31 36 30 30 30 30 30 44 31 30 34 30 31 30 2e 37 30 39 39 30 30 30 30 34 37 30 39 36 38 32 37 30 31 35 30 30 30 30 32 33 34 30 30 39 34 37 33 30 30 30 30 37 33 37 34 38 2e 39 38 30 30 30 30 31 36 30 30 30 30 38 30 38 30 30 30 30 34 39 35 30 30 30 34 30 30 30 34 30 30 30 36 33 30 30 30 30 37 37 30 30 30 30 36 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 9b 7E -2024-06-21 10:02:35.351 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935355310, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=3.200000000, dischargeVoltage=504000, dischargeCurrent=29000, insulationResistance=711600000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=10.70, motorControllerTemperature=990000, motorSpeed=47096, motorTorque=8270, motorTemperature=150000, motorVoltage=23400, motorCurrent=94730000, powerBattery=73748., maxFeedbackPower=980000, maxDischargePower=160000, bmsSelfCheck=80, powerBatteryCurrent=80000, powerBatteryV3=495000, maxVoltage=4000, minVoltage=4000, maxTemperature=630000, minTemperature=770000, availableCapacity=630000, vehicleStatus=1, 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-21 10:02:35.356 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:02:35.356 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"630000","bmsSelfCheck":"80","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"29000","dischargeVoltage":"504000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"711600000","latitude":"39.5221290","location":"1","longitude":"116.6701900","maxDischargePower":"160000","maxFeedbackPower":"980000","maxTemperature":"630000","maxVoltage":"4000","mcu":"1","mileage":"3.200000000","minTemperature":"770000","minVoltage":"4000","motorControllerTemperature":"990000","motorCurrent":"94730000","motorSpeed":"47096","motorTemperature":"150000","motorTorque":"8270","motorVoltage":"23400","powerBattery":"73748.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"495000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718935355310","vehicleStatus":"1","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:02:35.357 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935355310, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=3.200000000, dischargeVoltage=504000, dischargeCurrent=29000, insulationResistance=711600000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=10.70, motorControllerTemperature=990000, motorSpeed=47096, motorTorque=8270, motorTemperature=150000, motorVoltage=23400, motorCurrent=94730000, powerBattery=73748., maxFeedbackPower=980000, maxDischargePower=160000, bmsSelfCheck=80, powerBatteryCurrent=80000, powerBatteryV3=495000, maxVoltage=4000, minVoltage=4000, maxTemperature=630000, minTemperature=770000, availableCapacity=630000, vehicleStatus=1, 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-21 10:02:35.385 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:149 - 更新车辆故障信息存储到Redis和本地缓存中 -2024-06-21 10:06:49.160 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:06:49.160 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:06:49.160 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 36 30 39 31 33 32 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 33 2e 32 37 30 30 30 30 30 30 30 32 36 37 30 30 30 33 30 30 30 30 33 32 33 39 30 30 30 30 30 44 32 30 33 30 31 31 2e 33 30 39 37 30 30 30 30 36 34 34 30 37 35 34 32 30 31 30 33 30 30 30 32 35 31 30 30 35 37 31 38 30 30 30 30 37 33 37 33 36 2e 32 37 30 30 30 30 37 32 30 30 30 30 36 30 31 32 30 30 30 35 35 38 30 30 30 34 30 30 30 34 30 30 30 33 36 30 30 30 30 36 30 30 30 30 30 32 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 7a 7E -2024-06-21 10:06:49.160 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935609132, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=3.270000000, dischargeVoltage=267000, dischargeCurrent=30000, insulationResistance=323900000, gear=D, accelerationPedal=20, brakePedal=30, fuelConsumption=11.30, motorControllerTemperature=970000, motorSpeed=64407, motorTorque=5420, motorTemperature=103000, motorVoltage=25100, motorCurrent=57180000, powerBattery=73736., maxFeedbackPower=270000, maxDischargePower=720000, bmsSelfCheck=60, powerBatteryCurrent=12000, powerBatteryV3=558000, maxVoltage=4000, minVoltage=4000, maxTemperature=360000, minTemperature=600000, availableCapacity=230000, vehicleStatus=1, 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-21 10:06:49.162 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:06:49.162 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"230000","bmsSelfCheck":"60","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"267000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.30","gear":"D","insulationResistance":"323900000","latitude":"39.5222470","location":"1","longitude":"116.6713820","maxDischargePower":"720000","maxFeedbackPower":"270000","maxTemperature":"360000","maxVoltage":"4000","mcu":"1","mileage":"3.270000000","minTemperature":"600000","minVoltage":"4000","motorControllerTemperature":"970000","motorCurrent":"57180000","motorSpeed":"64407","motorTemperature":"103000","motorTorque":"5420","motorVoltage":"25100","powerBattery":"73736.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"558000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718935609132","vehicleStatus":"1","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:06:49.163 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935609132, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=3.270000000, dischargeVoltage=267000, dischargeCurrent=30000, insulationResistance=323900000, gear=D, accelerationPedal=20, brakePedal=30, fuelConsumption=11.30, motorControllerTemperature=970000, motorSpeed=64407, motorTorque=5420, motorTemperature=103000, motorVoltage=25100, motorCurrent=57180000, powerBattery=73736., maxFeedbackPower=270000, maxDischargePower=720000, bmsSelfCheck=60, powerBatteryCurrent=12000, powerBatteryV3=558000, maxVoltage=4000, minVoltage=4000, maxTemperature=360000, minTemperature=600000, availableCapacity=230000, vehicleStatus=1, 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-21 10:06:49.197 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:149 - 更新车辆故障信息存储到Redis和本地缓存中 -2024-06-21 10:06:50.189 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:06:50.190 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:06:50.190 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 36 31 30 31 34 34 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 33 2e 32 39 30 30 30 30 30 30 30 34 37 33 30 30 30 31 37 30 30 30 31 34 38 37 37 30 30 30 30 44 33 30 39 30 31 30 2e 37 30 33 35 30 30 30 30 31 36 39 37 37 37 32 39 30 37 36 30 30 30 30 32 34 38 30 30 38 37 31 31 30 30 30 30 37 33 37 33 36 2e 39 39 30 30 30 30 37 30 30 30 30 30 31 32 34 30 30 30 30 33 38 35 30 30 30 34 30 30 30 34 30 30 30 33 35 30 30 30 30 36 37 30 30 30 30 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 a9 7E -2024-06-21 10:06:50.190 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935610144, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=3.290000000, dischargeVoltage=473000, dischargeCurrent=17000, insulationResistance=148770000, gear=D, accelerationPedal=30, brakePedal=90, fuelConsumption=10.70, motorControllerTemperature=350000, motorSpeed=16977, motorTorque=7290, motorTemperature=760000, motorVoltage=24800, motorCurrent=87110000, powerBattery=73736., maxFeedbackPower=990000, maxDischargePower=700000, bmsSelfCheck=12, powerBatteryCurrent=40000, powerBatteryV3=385000, maxVoltage=4000, minVoltage=4000, maxTemperature=350000, minTemperature=670000, availableCapacity=900000, vehicleStatus=1, 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-21 10:06:50.192 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:06:50.193 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"900000","bmsSelfCheck":"12","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"17000","dischargeVoltage":"473000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"148770000","latitude":"39.5222260","location":"1","longitude":"116.6721170","maxDischargePower":"700000","maxFeedbackPower":"990000","maxTemperature":"350000","maxVoltage":"4000","mcu":"1","mileage":"3.290000000","minTemperature":"670000","minVoltage":"4000","motorControllerTemperature":"350000","motorCurrent":"87110000","motorSpeed":"16977","motorTemperature":"760000","motorTorque":"7290","motorVoltage":"24800","powerBattery":"73736.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"385000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718935610144","vehicleStatus":"1","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:06:50.193 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935610144, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=3.290000000, dischargeVoltage=473000, dischargeCurrent=17000, insulationResistance=148770000, gear=D, accelerationPedal=30, brakePedal=90, fuelConsumption=10.70, motorControllerTemperature=350000, motorSpeed=16977, motorTorque=7290, motorTemperature=760000, motorVoltage=24800, motorCurrent=87110000, powerBattery=73736., maxFeedbackPower=990000, maxDischargePower=700000, bmsSelfCheck=12, powerBatteryCurrent=40000, powerBatteryV3=385000, maxVoltage=4000, minVoltage=4000, maxTemperature=350000, minTemperature=670000, availableCapacity=900000, vehicleStatus=1, 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-21 10:06:50.228 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:149 - 更新车辆故障信息存储到Redis和本地缓存中 -2024-06-21 10:07:01.910 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:07:01.910 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:07:01.910 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 36 32 31 38 35 39 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 33 2e 33 33 30 30 30 30 30 30 30 32 31 37 30 30 30 31 35 30 30 30 31 39 31 36 30 30 30 30 30 44 37 30 31 30 39 2e 33 30 30 39 33 30 30 30 30 32 32 30 39 39 35 36 33 30 31 30 39 30 30 30 31 36 31 30 30 36 37 31 35 30 30 30 30 37 33 37 33 36 2e 34 37 30 30 30 30 31 37 30 30 30 30 34 30 31 31 30 30 30 34 33 34 30 30 30 34 30 30 30 33 30 30 30 38 32 30 30 30 30 33 38 30 30 30 30 33 32 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 7f 7E -2024-06-21 10:07:01.910 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935621859, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=3.330000000, dischargeVoltage=217000, dischargeCurrent=15000, insulationResistance=191600000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=9.300, motorControllerTemperature=930000, motorSpeed=22099, motorTorque=5630, motorTemperature=109000, motorVoltage=16100, motorCurrent=67150000, powerBattery=73736., maxFeedbackPower=470000, maxDischargePower=170000, bmsSelfCheck=40, powerBatteryCurrent=11000, powerBatteryV3=434000, maxVoltage=4000, minVoltage=3000, maxTemperature=820000, minTemperature=380000, availableCapacity=320000, vehicleStatus=0, chargeStatus=0, 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-21 10:07:01.912 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:07:01.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:07:01.912 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"320000","bmsSelfCheck":"40","brakePedal":"10","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"217000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"191600000","latitude":"39.5223210","location":"1","longitude":"116.6730190","maxDischargePower":"170000","maxFeedbackPower":"470000","maxTemperature":"820000","maxVoltage":"4000","mcu":"1","mileage":"3.330000000","minTemperature":"380000","minVoltage":"3000","motorControllerTemperature":"930000","motorCurrent":"67150000","motorSpeed":"22099","motorTemperature":"109000","motorTorque":"5630","motorVoltage":"16100","powerBattery":"73736.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"434000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718935621859","vehicleStatus":"0","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:07:01.912 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935621859, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=3.330000000, dischargeVoltage=217000, dischargeCurrent=15000, insulationResistance=191600000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=9.300, motorControllerTemperature=930000, motorSpeed=22099, motorTorque=5630, motorTemperature=109000, motorVoltage=16100, motorCurrent=67150000, powerBattery=73736., maxFeedbackPower=470000, maxDischargePower=170000, bmsSelfCheck=40, powerBatteryCurrent=11000, powerBatteryV3=434000, maxVoltage=4000, minVoltage=3000, maxTemperature=820000, minTemperature=380000, availableCapacity=320000, vehicleStatus=0, chargeStatus=0, 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-21 10:07:02.896 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:07:02.896 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:07:02.896 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 36 32 32 38 36 31 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 33 2e 33 35 30 30 30 30 30 30 30 33 31 39 30 30 30 32 39 30 30 30 32 32 32 32 32 30 30 30 30 44 37 30 39 30 39 2e 39 30 30 38 37 30 30 30 30 36 33 39 33 33 33 32 37 30 31 34 31 30 30 30 32 38 31 30 30 31 33 32 30 30 30 30 30 37 33 37 33 36 2e 39 39 30 30 30 30 35 33 30 30 30 30 31 34 34 30 30 30 30 34 33 30 30 30 30 33 30 30 30 34 30 30 30 32 38 30 30 30 30 33 30 30 30 30 30 38 33 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 8d 7E -2024-06-21 10:07:02.896 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935622861, longitude=116.6736620, latitude=39.5223630, speed=36.000, mileage=3.350000000, dischargeVoltage=319000, dischargeCurrent=29000, insulationResistance=222220000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=9.900, motorControllerTemperature=870000, motorSpeed=63933, motorTorque=3270, motorTemperature=141000, motorVoltage=28100, motorCurrent=13200000, powerBattery=73736., maxFeedbackPower=990000, maxDischargePower=530000, bmsSelfCheck=14, powerBatteryCurrent=40000, powerBatteryV3=430000, maxVoltage=3000, minVoltage=4000, maxTemperature=280000, minTemperature=300000, availableCapacity=830000, vehicleStatus=0, chargeStatus=0, 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-21 10:07:02.897 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:07:02.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:07:02.899 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"830000","bmsSelfCheck":"14","brakePedal":"90","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"29000","dischargeVoltage":"319000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"222220000","latitude":"39.5223630","location":"1","longitude":"116.6736620","maxDischargePower":"530000","maxFeedbackPower":"990000","maxTemperature":"280000","maxVoltage":"3000","mcu":"1","mileage":"3.350000000","minTemperature":"300000","minVoltage":"4000","motorControllerTemperature":"870000","motorCurrent":"13200000","motorSpeed":"63933","motorTemperature":"141000","motorTorque":"3270","motorVoltage":"28100","powerBattery":"73736.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"430000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718935622861","vehicleStatus":"0","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:07:02.899 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935622861, longitude=116.6736620, latitude=39.5223630, speed=36.000, mileage=3.350000000, dischargeVoltage=319000, dischargeCurrent=29000, insulationResistance=222220000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=9.900, motorControllerTemperature=870000, motorSpeed=63933, motorTorque=3270, motorTemperature=141000, motorVoltage=28100, motorCurrent=13200000, powerBattery=73736., maxFeedbackPower=990000, maxDischargePower=530000, bmsSelfCheck=14, powerBatteryCurrent=40000, powerBatteryV3=430000, maxVoltage=3000, minVoltage=4000, maxTemperature=280000, minTemperature=300000, availableCapacity=830000, vehicleStatus=0, chargeStatus=0, 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-21 10:07:51.435 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:07:51.436 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:07:51.436 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 36 37 31 33 39 33 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 33 2e 33 38 30 30 30 30 30 30 30 33 30 39 30 30 30 33 32 30 30 30 39 38 30 30 30 30 30 30 30 44 33 30 36 30 39 2e 39 30 30 36 32 30 30 30 30 37 36 33 39 36 35 31 38 30 31 33 38 30 30 30 31 35 31 30 30 31 33 39 32 34 30 30 30 37 33 37 33 36 2e 35 30 30 30 30 30 32 39 30 30 30 30 31 30 36 30 30 30 30 34 32 37 30 30 30 34 30 30 30 33 30 30 30 34 30 30 30 30 30 38 30 30 30 30 30 31 37 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 88 7E -2024-06-21 10:07:51.436 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935671393, longitude=116.6744210, latitude=39.5224200, speed=54.000, mileage=3.380000000, dischargeVoltage=309000, dischargeCurrent=32000, insulationResistance=980000000, gear=D, accelerationPedal=30, brakePedal=60, fuelConsumption=9.900, motorControllerTemperature=620000, motorSpeed=76396, motorTorque=5180, motorTemperature=138000, motorVoltage=15100, motorCurrent=13924000, powerBattery=73736., maxFeedbackPower=500000, maxDischargePower=290000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=427000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=800000, availableCapacity=170000, vehicleStatus=0, chargeStatus=0, 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-21 10:07:51.438 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:07:51.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:07:51.438 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"170000","bmsSelfCheck":"10","brakePedal":"60","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"32000","dischargeVoltage":"309000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"980000000","latitude":"39.5224200","location":"1","longitude":"116.6744210","maxDischargePower":"290000","maxFeedbackPower":"500000","maxTemperature":"400000","maxVoltage":"4000","mcu":"1","mileage":"3.380000000","minTemperature":"800000","minVoltage":"3000","motorControllerTemperature":"620000","motorCurrent":"13924000","motorSpeed":"76396","motorTemperature":"138000","motorTorque":"5180","motorVoltage":"15100","powerBattery":"73736.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"427000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718935671393","vehicleStatus":"0","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:07:51.439 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935671393, longitude=116.6744210, latitude=39.5224200, speed=54.000, mileage=3.380000000, dischargeVoltage=309000, dischargeCurrent=32000, insulationResistance=980000000, gear=D, accelerationPedal=30, brakePedal=60, fuelConsumption=9.900, motorControllerTemperature=620000, motorSpeed=76396, motorTorque=5180, motorTemperature=138000, motorVoltage=15100, motorCurrent=13924000, powerBattery=73736., maxFeedbackPower=500000, maxDischargePower=290000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=427000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=800000, availableCapacity=170000, vehicleStatus=0, chargeStatus=0, 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-21 10:07:52.499 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:07:52.500 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:07:52.500 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 36 37 32 34 30 33 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 33 2e 34 32 30 30 30 30 30 30 30 36 32 34 30 30 30 32 32 30 30 30 38 37 31 30 30 30 30 30 30 44 38 30 34 30 39 2e 34 30 30 34 32 30 30 30 30 33 31 31 36 32 33 38 35 30 31 34 31 30 30 30 32 36 33 30 30 31 32 38 39 36 30 30 30 37 33 37 33 36 2e 34 30 30 30 30 30 34 39 30 30 30 30 37 30 30 30 30 30 30 32 33 30 30 30 30 33 30 30 30 33 30 30 30 31 30 30 30 30 30 32 39 30 30 30 30 34 31 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 73 7E -2024-06-21 10:07:52.500 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935672403, longitude=116.6755690, latitude=39.5225240, speed=72.000, mileage=3.420000000, dischargeVoltage=624000, dischargeCurrent=22000, insulationResistance=871000000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=9.400, motorControllerTemperature=420000, motorSpeed=31162, motorTorque=3850, motorTemperature=141000, motorVoltage=26300, motorCurrent=12896000, powerBattery=73736., maxFeedbackPower=400000, maxDischargePower=490000, bmsSelfCheck=70, powerBatteryCurrent=00000, powerBatteryV3=230000, maxVoltage=3000, minVoltage=3000, maxTemperature=100000, minTemperature=290000, availableCapacity=410000, vehicleStatus=0, chargeStatus=0, 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-21 10:07:52.502 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:07:52.502 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:07:52.502 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"410000","bmsSelfCheck":"70","brakePedal":"40","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"22000","dischargeVoltage":"624000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"871000000","latitude":"39.5225240","location":"1","longitude":"116.6755690","maxDischargePower":"490000","maxFeedbackPower":"400000","maxTemperature":"100000","maxVoltage":"3000","mcu":"1","mileage":"3.420000000","minTemperature":"290000","minVoltage":"3000","motorControllerTemperature":"420000","motorCurrent":"12896000","motorSpeed":"31162","motorTemperature":"141000","motorTorque":"3850","motorVoltage":"26300","powerBattery":"73736.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"230000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718935672403","vehicleStatus":"0","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:07:52.502 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935672403, longitude=116.6755690, latitude=39.5225240, speed=72.000, mileage=3.420000000, dischargeVoltage=624000, dischargeCurrent=22000, insulationResistance=871000000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=9.400, motorControllerTemperature=420000, motorSpeed=31162, motorTorque=3850, motorTemperature=141000, motorVoltage=26300, motorCurrent=12896000, powerBattery=73736., maxFeedbackPower=400000, maxDischargePower=490000, bmsSelfCheck=70, powerBatteryCurrent=00000, powerBatteryV3=230000, maxVoltage=3000, minVoltage=3000, maxTemperature=100000, minTemperature=290000, availableCapacity=410000, vehicleStatus=0, chargeStatus=0, 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-21 10:07:54.772 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 10:07:54.862 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 10:07:54.924 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 10:07:54.956 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 10:07:55.179 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 10:07:55.761 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 10:07:55.775 [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 -2024-06-21 10:07:55.775 [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-589b3719-cefb-4da4-b324-c42ef726ea35 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 10:07:55.775 [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-e194a257-293b-4b23-a7fc-1884d8771951 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 10:07:55.775 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 10:07:55.775 [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-a72f6a73-d55d-4528-88ec-e0697078cb30 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 10:07:55.775 [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-21 10:07:55.775 [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-21 10:07:55.775 [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-21 10:07:55.778 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 10:07:55.778 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 10:07:55.778 [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-21 10:07:55.778 [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-21 10:07:55.778 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 10:07:55.778 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 10:07:55.779 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 10:07:55.779 [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-21 10:07:55.779 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 10:07:55.781 [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-21 10:07:55.781 [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-21 10:07:55.781 [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-21 10:07:55.781 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 10:07:55.781 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 10:07:55.781 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 10:07:55.782 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 10:07:55.783 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 10:07:55.783 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 10:07:55.787 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 10:07:55.788 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 10:07:55.788 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 10:07:55.788 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 10:07:55.789 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 10:07:55.945 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 10:07:55.950 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 10:08:04.214 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 25968 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 10:08:04.216 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 10:08:04.216 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 10:08:04.848 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 10:08:04.851 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 10:08:04.874 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 10:08:05.117 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 10:08:05.211 [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-21 10:08:05.213 [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-21 10:08:05.215 [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-21 10:08:05.233 [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-21 10:08:05.269 [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-21 10:08:05.274 [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-21 10:08:05.509 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 10:08:05.519 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 10:08:05.519 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 10:08:05.628 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 10:08:05.628 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1361 ms -2024-06-21 10:08:06.297 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 10:08:06.667 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 10:08:06.673 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 10:08:06.690 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 10:08:06.735 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 10:08:06.752 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -8945,23 +1619,30 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:08:06.814 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:08:06.815 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:08:06.815 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935686814 -2024-06-21 10:08:06.817 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 10:08:06.933 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 10:08:07.006 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 10:08:07.072 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:08:07.073 [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-21 10:08:07.075 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 10:08:07.082 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 10:08:07.084 [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=35, memberId='consumer-Partitions-1-ebc19e40-9e7e-4a7a-aeb5-50958b81ece4', protocol='range'} -2024-06-21 10:08:07.085 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 35: {consumer-Partitions-1-ebc19e40-9e7e-4a7a-aeb5-50958b81ece4=Assignment(partitions=[test1-0])} -2024-06-21 10:08:07.090 [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=35, memberId='consumer-Partitions-1-ebc19e40-9e7e-4a7a-aeb5-50958b81ece4', protocol='range'} -2024-06-21 10:08:07.090 [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]) -2024-06-21 10:08:07.092 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 10:08:07.099 [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=35, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 10:08:07.756 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -9040,11 +1721,11 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:08:07.760 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:08:07.761 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:08:07.761 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935687760 -2024-06-21 10:08:07.762 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 10:08:07.768 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -9123,14 +1804,14 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:08:07.772 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:08:07.773 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:08:07.773 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:08:07.773 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935687772 -2024-06-21 10:08:07.774 [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-21 10:08:07.774 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 10:08:07.774 [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-21 10:08:07.775 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -9209,62 +1890,76 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:08:07.777 [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-21 10:08:07.778 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:08:07.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=43, memberId='consumer-Topics-2-2954eb34-dc10-419e-a4bb-cf9d57fde8a0', protocol='range'} -2024-06-21 10:08:07.778 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:08:07.779 [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-2954eb34-dc10-419e-a4bb-cf9d57fde8a0=Assignment(partitions=[test1-0])} -2024-06-21 10:08:07.779 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:08:07.779 [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-21 10:08:07.779 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935687778 -2024-06-21 10:08:07.779 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 10:08:07.779 [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-21 10:08:07.780 [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-2954eb34-dc10-419e-a4bb-cf9d57fde8a0', protocol='range'} -2024-06-21 10:08:07.780 [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]) -2024-06-21 10:08:07.780 [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 -2024-06-21 10:08:07.782 [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-21 10:08:07.782 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:08:07.783 [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-21 10:08:07.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-21 10:08:07.783 [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=35, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 10:08:07.784 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 10:08:07.785 [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-21 10:08:07.790 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 10:08:07.791 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 10:08:07.933 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3d0f4ac4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 62550] -2024-06-21 10:08:08.604 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.708 seconds (JVM running for 5.294) -2024-06-21 10:08:08.606 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 10:08:10.789 [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-21 10:08:10.790 [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 -2024-06-21 10:08:10.790 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 10:08:10.791 [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-21 10:08:10.792 [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-b1308bee-43e4-472b-985c-284e6e00e040', protocol='range'} -2024-06-21 10:08:10.792 [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-2954eb34-dc10-419e-a4bb-cf9d57fde8a0', protocol='range'} -2024-06-21 10:08:10.792 [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-279db43c-2eb1-4204-ba8e-f5d58e9ecb2b', protocol='range'} -2024-06-21 10:08:10.793 [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-4-b1308bee-43e4-472b-985c-284e6e00e040=Assignment(partitions=[]), consumer-Topics-2-2954eb34-dc10-419e-a4bb-cf9d57fde8a0=Assignment(partitions=[test1-0]), consumer-Topics-3-279db43c-2eb1-4204-ba8e-f5d58e9ecb2b=Assignment(partitions=[])} -2024-06-21 10:08:10.795 [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-b1308bee-43e4-472b-985c-284e6e00e040', protocol='range'} -2024-06-21 10:08:10.795 [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-2954eb34-dc10-419e-a4bb-cf9d57fde8a0', protocol='range'} -2024-06-21 10:08:10.795 [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-279db43c-2eb1-4204-ba8e-f5d58e9ecb2b', protocol='range'} -2024-06-21 10:08:10.795 [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=[]) -2024-06-21 10:08:10.795 [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]) -2024-06-21 10:08:10.795 [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=[]) -2024-06-21 10:08:10.795 [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 -2024-06-21 10:08:10.795 [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: -2024-06-21 10:08:10.795 [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: -2024-06-21 10:08:10.795 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 10:08:10.795 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 10:08:10.796 [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=35, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 10:08:10.797 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 10:08:11.301 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 10:08:11.305 [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-21 10:08:11.754 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 10:08:11.754 [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-21 10:08:12.188 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 10:08:26.222 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:08:26.223 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:08:26.223 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 37 30 36 31 38 33 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 33 2e 34 38 30 30 30 30 30 30 30 31 38 35 30 30 30 34 37 30 30 30 33 31 30 34 30 30 30 30 30 44 31 30 34 30 31 30 2e 34 30 31 36 30 30 30 30 32 30 39 38 37 33 36 35 30 32 30 30 30 30 30 32 39 37 30 30 34 39 32 34 30 30 30 30 37 33 37 32 36 2e 39 38 30 30 30 30 34 33 30 30 30 30 35 30 36 30 30 30 30 34 39 37 30 30 30 33 30 30 30 34 30 30 30 32 34 30 30 30 30 34 37 30 30 30 30 38 37 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 94 7E -2024-06-21 10:08:26.238 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935706183, longitude=116.6766100, latitude=39.5226150, speed=108.00, mileage=3.480000000, dischargeVoltage=185000, dischargeCurrent=47000, insulationResistance=310400000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=10.40, motorControllerTemperature=160000, motorSpeed=20987, motorTorque=3650, motorTemperature=200000, motorVoltage=29700, motorCurrent=49240000, powerBattery=73726., maxFeedbackPower=980000, maxDischargePower=430000, bmsSelfCheck=50, powerBatteryCurrent=60000, powerBatteryV3=497000, maxVoltage=3000, minVoltage=4000, maxTemperature=240000, minTemperature=470000, availableCapacity=870000, vehicleStatus=0, chargeStatus=0, 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-21 10:08:26.296 [MQTT Call: protocol-parsing] INFO org.apache.kafka.clients.producer.ProducerConfig:372 - ProducerConfig values: +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] @@ -9337,94 +2032,93 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala transactional.id = null value.serializer = class org.apache.kafka.common.serialization.StringSerializer -2024-06-21 10:08:26.306 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:08:26.307 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:08:26.307 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935706306 -2024-06-21 10:08:26.308 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:08:26.326 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:08:26.326 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"870000","bmsSelfCheck":"50","brakePedal":"40","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"185000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"310400000","latitude":"39.5226150","location":"1","longitude":"116.6766100","maxDischargePower":"430000","maxFeedbackPower":"980000","maxTemperature":"240000","maxVoltage":"3000","mcu":"1","mileage":"3.480000000","minTemperature":"470000","minVoltage":"4000","motorControllerTemperature":"160000","motorCurrent":"49240000","motorSpeed":"20987","motorTemperature":"200000","motorTorque":"3650","motorVoltage":"29700","powerBattery":"73726.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"497000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718935706183","vehicleStatus":"0","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:08:26.442 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935706183, longitude=116.6766100, latitude=39.5226150, speed=108.00, mileage=3.480000000, dischargeVoltage=185000, dischargeCurrent=47000, insulationResistance=310400000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=10.40, motorControllerTemperature=160000, motorSpeed=20987, motorTorque=3650, motorTemperature=200000, motorVoltage=29700, motorCurrent=49240000, powerBattery=73726., maxFeedbackPower=980000, maxDischargePower=430000, bmsSelfCheck=50, powerBatteryCurrent=60000, powerBatteryV3=497000, maxVoltage=3000, minVoltage=4000, maxTemperature=240000, minTemperature=470000, availableCapacity=870000, vehicleStatus=0, chargeStatus=0, 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-21 10:08:26.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:103 - 该车故障信息存储到Redis中 -2024-06-21 10:08:26.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:08:43.978 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:08:43.978 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:08:43.978 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 37 32 33 39 33 33 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 33 2e 35 35 30 30 30 30 30 30 30 33 30 39 30 30 30 38 30 30 30 30 32 33 37 39 31 30 30 30 30 44 31 30 30 30 31 31 2e 38 30 39 34 30 30 30 30 37 37 31 35 35 38 37 30 30 31 34 33 30 30 30 32 32 36 30 30 35 36 34 31 30 30 30 30 37 33 37 31 34 2e 38 30 30 30 30 30 32 38 30 30 30 30 37 30 38 30 30 30 30 35 31 36 30 30 30 34 30 30 30 33 30 30 30 32 36 30 30 30 30 34 36 30 30 30 30 33 30 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 94 7E -2024-06-21 10:08:43.978 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935723933, longitude=116.6778270, latitude=39.5227060, speed=126.00, mileage=3.550000000, dischargeVoltage=309000, dischargeCurrent=80000, insulationResistance=237910000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=11.80, motorControllerTemperature=940000, motorSpeed=77155, motorTorque=8700, motorTemperature=143000, motorVoltage=22600, motorCurrent=56410000, powerBattery=73714., maxFeedbackPower=800000, maxDischargePower=280000, bmsSelfCheck=70, powerBatteryCurrent=80000, powerBatteryV3=516000, maxVoltage=4000, minVoltage=3000, maxTemperature=260000, minTemperature=460000, availableCapacity=300000, vehicleStatus=1, chargeStatus=0, 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-21 10:08:43.981 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:08:43.981 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"300000","bmsSelfCheck":"70","brakePedal":"00","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"309000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"237910000","latitude":"39.5227060","location":"1","longitude":"116.6778270","maxDischargePower":"280000","maxFeedbackPower":"800000","maxTemperature":"260000","maxVoltage":"4000","mcu":"1","mileage":"3.550000000","minTemperature":"460000","minVoltage":"3000","motorControllerTemperature":"940000","motorCurrent":"56410000","motorSpeed":"77155","motorTemperature":"143000","motorTorque":"8700","motorVoltage":"22600","powerBattery":"73714.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"516000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718935723933","vehicleStatus":"1","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:08:43.981 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935723933, longitude=116.6778270, latitude=39.5227060, speed=126.00, mileage=3.550000000, dischargeVoltage=309000, dischargeCurrent=80000, insulationResistance=237910000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=11.80, motorControllerTemperature=940000, motorSpeed=77155, motorTorque=8700, motorTemperature=143000, motorVoltage=22600, motorCurrent=56410000, powerBattery=73714., maxFeedbackPower=800000, maxDischargePower=280000, bmsSelfCheck=70, powerBatteryCurrent=80000, powerBatteryV3=516000, maxVoltage=4000, minVoltage=3000, maxTemperature=260000, minTemperature=460000, availableCapacity=300000, vehicleStatus=1, chargeStatus=0, 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-21 10:08:43.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:08:44.991 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:08:44.992 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:08:44.993 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 37 32 34 39 33 33 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 33 2e 35 39 30 30 30 30 30 30 30 31 35 39 30 30 30 36 30 30 30 30 31 37 39 35 30 30 30 30 30 44 31 30 34 30 31 31 2e 37 30 39 35 30 30 30 30 31 30 37 33 31 39 35 32 30 31 30 33 30 30 30 31 35 37 30 30 34 38 30 30 30 30 30 30 37 33 37 31 34 2e 37 38 30 30 30 30 37 30 30 30 30 30 35 30 31 30 30 30 30 32 35 33 30 30 30 34 30 30 30 34 30 30 30 38 31 30 30 30 30 34 33 30 30 30 30 38 38 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 99 7E -2024-06-21 10:08:44.993 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935724933, longitude=116.6788900, latitude=39.5227930, speed=72.000, mileage=3.590000000, dischargeVoltage=159000, dischargeCurrent=60000, insulationResistance=179500000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=11.70, motorControllerTemperature=950000, motorSpeed=10731, motorTorque=9520, motorTemperature=103000, motorVoltage=15700, motorCurrent=48000000, powerBattery=73714., maxFeedbackPower=780000, maxDischargePower=700000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=253000, maxVoltage=4000, minVoltage=4000, maxTemperature=810000, minTemperature=430000, availableCapacity=880000, vehicleStatus=1, chargeStatus=0, 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-21 10:08:44.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:08:44.997 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:08:44.997 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"880000","bmsSelfCheck":"50","brakePedal":"40","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"60000","dischargeVoltage":"159000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"179500000","latitude":"39.5227930","location":"1","longitude":"116.6788900","maxDischargePower":"700000","maxFeedbackPower":"780000","maxTemperature":"810000","maxVoltage":"4000","mcu":"1","mileage":"3.590000000","minTemperature":"430000","minVoltage":"4000","motorControllerTemperature":"950000","motorCurrent":"48000000","motorSpeed":"10731","motorTemperature":"103000","motorTorque":"9520","motorVoltage":"15700","powerBattery":"73714.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"253000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718935724933","vehicleStatus":"1","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:08:44.997 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935724933, longitude=116.6788900, latitude=39.5227930, speed=72.000, mileage=3.590000000, dischargeVoltage=159000, dischargeCurrent=60000, insulationResistance=179500000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=11.70, motorControllerTemperature=950000, motorSpeed=10731, motorTorque=9520, motorTemperature=103000, motorVoltage=15700, motorCurrent=48000000, powerBattery=73714., maxFeedbackPower=780000, maxDischargePower=700000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=253000, maxVoltage=4000, minVoltage=4000, maxTemperature=810000, minTemperature=430000, availableCapacity=880000, vehicleStatus=1, chargeStatus=0, 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-21 10:09:09.229 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 10:09:09.262 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 10:09:09.295 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 10:09:09.744 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 10:09:09.977 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 10:09:10.103 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 10:09:10.116 [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-279db43c-2eb1-4204-ba8e-f5d58e9ecb2b sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 10:09:10.116 [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 -2024-06-21 10:09:10.116 [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-b1308bee-43e4-472b-985c-284e6e00e040 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 10:09:10.116 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 10:09:10.117 [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-2954eb34-dc10-419e-a4bb-cf9d57fde8a0 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 10:09:10.117 [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-21 10:09:10.117 [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-21 10:09:10.117 [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-21 10:09:10.118 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 10:09:10.118 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 10:09:10.118 [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-21 10:09:10.118 [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-21 10:09:10.119 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 10:09:10.119 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 10:09:10.119 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 10:09:10.119 [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-21 10:09:10.119 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 10:09:10.121 [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-21 10:09:10.121 [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-21 10:09:10.121 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 10:09:10.121 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 10:09:10.121 [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-21 10:09:10.121 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 10:09:10.122 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 10:09:10.123 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 10:09:10.123 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 10:09:10.126 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 10:09:10.127 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 10:09:10.127 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 10:09:10.127 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 10:09:10.127 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 10:09:10.279 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 10:09:10.283 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 10:09:19.032 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 24272 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 10:09:19.033 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 10:09:19.034 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 10:09:19.585 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 10:09:19.587 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 10:09:19.614 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 18 ms. Found 0 Redis repository interfaces. -2024-06-21 10:09:19.878 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 10:09:19.980 [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-21 10:09:19.981 [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-21 10:09:19.983 [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-21 10:09:19.998 [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-21 10:09:20.033 [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-21 10:09:20.037 [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-21 10:09:20.298 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 10:09:20.308 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 10:09:20.308 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 10:09:20.439 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 10:09:20.439 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1365 ms -2024-06-21 10:09:21.095 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 10:09:21.710 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 10:09:21.716 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 10:09:21.733 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 10:09:21.779 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 10:09:21.796 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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(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(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 @@ -9503,23 +2197,30 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:09:21.854 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:09:21.854 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:09:21.854 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935761852 -2024-06-21 10:09:21.856 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 10:09:21.970 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 10:09:22.047 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 10:09:22.102 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:09:22.103 [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-21 10:09:22.105 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 10:09:22.113 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 10:09:22.115 [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=37, memberId='consumer-Partitions-1-205fe23c-cd49-4e0e-a9d0-ef7415fdb070', protocol='range'} -2024-06-21 10:09:22.116 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 37: {consumer-Partitions-1-205fe23c-cd49-4e0e-a9d0-ef7415fdb070=Assignment(partitions=[test1-0])} -2024-06-21 10:09:22.120 [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=37, memberId='consumer-Partitions-1-205fe23c-cd49-4e0e-a9d0-ef7415fdb070', protocol='range'} -2024-06-21 10:09:22.120 [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]) -2024-06-21 10:09:22.122 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 10:09:22.127 [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=38, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 10:09:22.765 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -9598,11 +2299,11 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:09:22.769 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:09:22.770 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:09:22.770 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935762769 -2024-06-21 10:09:22.771 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 10:09:22.780 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -9681,14 +2382,11 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:09:22.783 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:09:22.783 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:09:22.783 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:09:22.783 [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-21 10:09:22.783 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935762783 -2024-06-21 10:09:22.784 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 10:09:22.784 [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-21 10:09:22.785 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -9767,62 +2465,88 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 10:09:22.786 [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-21 10:09:22.786 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:09:22.787 [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-21 10:09:22.787 [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-de929270-b0fa-4269-a066-b920233076f9', protocol='range'} -2024-06-21 10:09:22.787 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:09:22.787 [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-de929270-b0fa-4269-a066-b920233076f9=Assignment(partitions=[test1-0])} -2024-06-21 10:09:22.788 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:09:22.788 [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-21 10:09:22.788 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935762787 -2024-06-21 10:09:22.788 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 10:09:22.789 [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=46, memberId='consumer-Topics-2-de929270-b0fa-4269-a066-b920233076f9', protocol='range'} -2024-06-21 10:09:22.789 [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]) -2024-06-21 10:09:22.789 [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 -2024-06-21 10:09:22.790 [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-21 10:09:22.791 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:09:22.792 [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-21 10:09:22.792 [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-21 10:09:22.792 [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=38, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 10:09:22.793 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 10:09:22.794 [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-21 10:09:22.799 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 10:09:22.800 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 10:09:22.959 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3d0f4ac4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 62677] -2024-06-21 10:09:23.679 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.969 seconds (JVM running for 5.565) -2024-06-21 10:09:23.681 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 10:09:25.794 [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-21 10:09:25.795 [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 -2024-06-21 10:09:25.795 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 10:09:25.796 [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-21 10:09:25.797 [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-3cf3594f-946b-480e-8c97-a180e1259edf', protocol='range'} -2024-06-21 10:09:25.797 [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-381e6f24-3792-438e-a766-5fa787b4fa39', protocol='range'} -2024-06-21 10:09:25.797 [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-de929270-b0fa-4269-a066-b920233076f9', protocol='range'} -2024-06-21 10:09:25.798 [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-4-3cf3594f-946b-480e-8c97-a180e1259edf=Assignment(partitions=[]), consumer-Topics-3-381e6f24-3792-438e-a766-5fa787b4fa39=Assignment(partitions=[]), consumer-Topics-2-de929270-b0fa-4269-a066-b920233076f9=Assignment(partitions=[test1-0])} -2024-06-21 10:09:25.799 [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-de929270-b0fa-4269-a066-b920233076f9', protocol='range'} -2024-06-21 10:09:25.799 [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]) -2024-06-21 10:09:25.799 [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 -2024-06-21 10:09:25.800 [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-3cf3594f-946b-480e-8c97-a180e1259edf', protocol='range'} -2024-06-21 10:09:25.800 [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=[]) -2024-06-21 10:09:25.800 [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: -2024-06-21 10:09:25.800 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 10:09:25.800 [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-381e6f24-3792-438e-a766-5fa787b4fa39', protocol='range'} -2024-06-21 10:09:25.800 [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=[]) -2024-06-21 10:09:25.800 [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=38, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 10:09:25.800 [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: -2024-06-21 10:09:25.800 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 10:09:25.800 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 10:09:25.928 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 10:09:25.932 [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-21 10:09:26.934 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 10:09:26.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-21 10:09:27.407 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 10:09:39.375 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:09:39.376 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:09:39.376 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 37 37 39 33 33 36 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 33 2e 36 31 30 30 30 30 30 30 30 33 39 36 30 30 30 38 30 30 30 30 32 38 34 37 35 30 30 30 30 44 37 30 39 30 39 2e 34 30 30 35 31 30 30 30 30 32 39 38 39 31 38 32 38 30 31 31 39 30 30 30 31 33 32 30 30 31 30 36 35 34 30 30 30 37 33 37 31 34 2e 37 30 30 30 30 30 39 30 30 30 30 30 30 30 31 33 30 30 30 36 31 39 30 30 30 33 30 30 30 34 30 30 30 34 38 30 30 30 30 32 35 30 30 30 30 38 30 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 a4 7E -2024-06-21 10:09:39.391 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935779336, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=3.610000000, dischargeVoltage=396000, dischargeCurrent=80000, insulationResistance=284750000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=9.400, motorControllerTemperature=510000, motorSpeed=29891, motorTorque=8280, motorTemperature=119000, motorVoltage=13200, motorCurrent=10654000, powerBattery=73714., maxFeedbackPower=700000, maxDischargePower=900000, bmsSelfCheck=00, powerBatteryCurrent=13000, powerBatteryV3=619000, maxVoltage=3000, minVoltage=4000, maxTemperature=480000, minTemperature=250000, availableCapacity=800000, vehicleStatus=1, chargeStatus=0, 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-21 10:09:39.443 [MQTT Call: protocol-parsing] INFO org.apache.kafka.clients.producer.ProducerConfig:372 - ProducerConfig values: +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] @@ -9895,335 +2619,1408 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala transactional.id = null value.serializer = class org.apache.kafka.common.serialization.StringSerializer -2024-06-21 10:09:39.459 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 10:09:39.459 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 10:09:39.459 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718935779459 -2024-06-21 10:09:39.461 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 10:09:39.478 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:09:39.478 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"800000","bmsSelfCheck":"00","brakePedal":"90","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"396000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"284750000","latitude":"39.5229040","location":"1","longitude":"116.6801720","maxDischargePower":"900000","maxFeedbackPower":"700000","maxTemperature":"480000","maxVoltage":"3000","mcu":"1","mileage":"3.610000000","minTemperature":"250000","minVoltage":"4000","motorControllerTemperature":"510000","motorCurrent":"10654000","motorSpeed":"29891","motorTemperature":"119000","motorTorque":"8280","motorVoltage":"13200","powerBattery":"73714.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"619000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718935779336","vehicleStatus":"1","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:09:39.598 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935779336, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=3.610000000, dischargeVoltage=396000, dischargeCurrent=80000, insulationResistance=284750000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=9.400, motorControllerTemperature=510000, motorSpeed=29891, motorTorque=8280, motorTemperature=119000, motorVoltage=13200, motorCurrent=10654000, powerBattery=73714., maxFeedbackPower=700000, maxDischargePower=900000, bmsSelfCheck=00, powerBatteryCurrent=13000, powerBatteryV3=619000, maxVoltage=3000, minVoltage=4000, maxTemperature=480000, minTemperature=250000, availableCapacity=800000, vehicleStatus=1, chargeStatus=0, 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-21 10:09:39.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:10:00.619 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:10:00.619 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:10:00.619 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 38 30 30 35 37 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 33 2e 36 33 30 30 30 30 30 30 30 36 37 39 30 30 30 32 39 30 30 30 31 30 34 30 30 30 30 30 30 44 33 30 32 30 31 31 2e 35 30 34 32 30 30 30 30 36 35 33 31 33 35 32 34 30 36 35 30 30 30 30 32 39 31 30 30 31 33 35 30 38 30 30 30 37 33 37 31 34 2e 35 31 30 30 30 30 39 35 30 30 30 30 39 30 32 30 30 30 30 36 39 34 30 30 30 34 30 30 30 33 30 30 30 38 34 30 30 30 30 34 37 30 30 30 30 31 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 8f 7E -2024-06-21 10:10:00.619 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935800578, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=3.630000000, dischargeVoltage=679000, dischargeCurrent=29000, insulationResistance=104000000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=11.50, motorControllerTemperature=420000, motorSpeed=65313, motorTorque=5240, motorTemperature=650000, motorVoltage=29100, motorCurrent=13508000, powerBattery=73714., maxFeedbackPower=510000, maxDischargePower=950000, bmsSelfCheck=90, powerBatteryCurrent=20000, powerBatteryV3=694000, maxVoltage=4000, minVoltage=3000, maxTemperature=840000, minTemperature=470000, availableCapacity=170000, vehicleStatus=1, 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-21 10:10:00.622 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:10:00.622 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"170000","bmsSelfCheck":"90","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"29000","dischargeVoltage":"679000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.50","gear":"D","insulationResistance":"104000000","latitude":"39.5229620","location":"1","longitude":"116.6805530","maxDischargePower":"950000","maxFeedbackPower":"510000","maxTemperature":"840000","maxVoltage":"4000","mcu":"1","mileage":"3.630000000","minTemperature":"470000","minVoltage":"3000","motorControllerTemperature":"420000","motorCurrent":"13508000","motorSpeed":"65313","motorTemperature":"650000","motorTorque":"5240","motorVoltage":"29100","powerBattery":"73714.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"694000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718935800578","vehicleStatus":"1","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:10:00.622 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935800578, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=3.630000000, dischargeVoltage=679000, dischargeCurrent=29000, insulationResistance=104000000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=11.50, motorControllerTemperature=420000, motorSpeed=65313, motorTorque=5240, motorTemperature=650000, motorVoltage=29100, motorCurrent=13508000, powerBattery=73714., maxFeedbackPower=510000, maxDischargePower=950000, bmsSelfCheck=90, powerBatteryCurrent=20000, powerBatteryV3=694000, maxVoltage=4000, minVoltage=3000, maxTemperature=840000, minTemperature=470000, availableCapacity=170000, vehicleStatus=1, 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-21 10:10:00.651 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:154 - 该车故障已修复,相关信息从缓存中删除 -2024-06-21 10:10:33.542 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:10:33.542 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:10:33.543 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 38 33 33 35 30 38 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 33 2e 36 35 30 30 30 30 30 30 30 35 35 33 30 30 30 32 35 30 30 30 32 30 32 35 31 30 30 30 30 44 39 30 37 30 39 2e 34 30 30 33 35 30 30 30 30 31 37 30 39 31 32 35 36 30 31 32 31 30 30 30 31 38 37 30 30 31 32 39 32 33 30 30 30 37 33 37 31 34 2e 32 31 30 30 30 30 31 30 30 30 30 30 31 31 31 30 30 30 30 36 32 36 30 30 30 34 30 30 30 34 30 30 30 31 33 30 30 30 30 35 34 30 30 30 30 39 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 6d 7E -2024-06-21 10:10:33.543 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935833508, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=3.650000000, dischargeVoltage=553000, dischargeCurrent=25000, insulationResistance=202510000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=9.400, motorControllerTemperature=350000, motorSpeed=17091, motorTorque=2560, motorTemperature=121000, motorVoltage=18700, motorCurrent=12923000, powerBattery=73714., maxFeedbackPower=210000, maxDischargePower=100000, bmsSelfCheck=11, powerBatteryCurrent=10000, powerBatteryV3=626000, maxVoltage=4000, minVoltage=4000, maxTemperature=130000, minTemperature=540000, availableCapacity=900000, vehicleStatus=0, chargeStatus=0, 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-21 10:10:33.545 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:10:33.545 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"900000","bmsSelfCheck":"11","brakePedal":"70","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"25000","dischargeVoltage":"553000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"202510000","latitude":"39.5230160","location":"1","longitude":"116.6811590","maxDischargePower":"100000","maxFeedbackPower":"210000","maxTemperature":"130000","maxVoltage":"4000","mcu":"1","mileage":"3.650000000","minTemperature":"540000","minVoltage":"4000","motorControllerTemperature":"350000","motorCurrent":"12923000","motorSpeed":"17091","motorTemperature":"121000","motorTorque":"2560","motorVoltage":"18700","powerBattery":"73714.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"626000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718935833508","vehicleStatus":"0","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:10:33.545 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935833508, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=3.650000000, dischargeVoltage=553000, dischargeCurrent=25000, insulationResistance=202510000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=9.400, motorControllerTemperature=350000, motorSpeed=17091, motorTorque=2560, motorTemperature=121000, motorVoltage=18700, motorCurrent=12923000, powerBattery=73714., maxFeedbackPower=210000, maxDischargePower=100000, bmsSelfCheck=11, powerBatteryCurrent=10000, powerBatteryV3=626000, maxVoltage=4000, minVoltage=4000, maxTemperature=130000, minTemperature=540000, availableCapacity=900000, vehicleStatus=0, chargeStatus=0, 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-21 10:10:33.602 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:103 - 该车故障信息存储到Redis中 -2024-06-21 10:10:33.602 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:10:48.589 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:10:48.590 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:10:48.590 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 38 34 38 34 38 33 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 33 2e 37 30 30 30 30 30 30 30 30 35 37 32 30 30 30 32 38 30 30 30 31 36 35 31 38 30 30 30 30 44 37 30 35 30 31 30 2e 33 30 37 30 30 30 30 30 36 30 38 39 35 37 32 38 30 31 37 30 30 30 30 32 34 39 30 30 35 30 31 38 30 30 30 30 37 33 37 30 34 2e 35 37 30 30 30 30 31 39 30 30 30 30 35 30 33 30 30 30 30 34 32 30 30 30 30 34 30 30 30 34 30 30 30 33 38 30 30 30 30 36 39 30 30 30 30 36 32 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 97 7E -2024-06-21 10:10:48.590 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935848483, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=3.700000000, dischargeVoltage=572000, dischargeCurrent=28000, insulationResistance=165180000, gear=D, accelerationPedal=70, brakePedal=50, fuelConsumption=10.30, motorControllerTemperature=700000, motorSpeed=60895, motorTorque=7280, motorTemperature=170000, motorVoltage=24900, motorCurrent=50180000, powerBattery=73704., maxFeedbackPower=570000, maxDischargePower=190000, bmsSelfCheck=50, powerBatteryCurrent=30000, powerBatteryV3=420000, maxVoltage=4000, minVoltage=4000, maxTemperature=380000, minTemperature=690000, availableCapacity=620000, vehicleStatus=1, chargeStatus=0, 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-21 10:10:48.592 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:10:48.592 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"620000","bmsSelfCheck":"50","brakePedal":"50","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"28000","dischargeVoltage":"572000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.30","gear":"D","insulationResistance":"165180000","latitude":"39.5231070","location":"1","longitude":"116.6821350","maxDischargePower":"190000","maxFeedbackPower":"570000","maxTemperature":"380000","maxVoltage":"4000","mcu":"1","mileage":"3.700000000","minTemperature":"690000","minVoltage":"4000","motorControllerTemperature":"700000","motorCurrent":"50180000","motorSpeed":"60895","motorTemperature":"170000","motorTorque":"7280","motorVoltage":"24900","powerBattery":"73704.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"420000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718935848483","vehicleStatus":"1","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:10:48.592 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935848483, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=3.700000000, dischargeVoltage=572000, dischargeCurrent=28000, insulationResistance=165180000, gear=D, accelerationPedal=70, brakePedal=50, fuelConsumption=10.30, motorControllerTemperature=700000, motorSpeed=60895, motorTorque=7280, motorTemperature=170000, motorVoltage=24900, motorCurrent=50180000, powerBattery=73704., maxFeedbackPower=570000, maxDischargePower=190000, bmsSelfCheck=50, powerBatteryCurrent=30000, powerBatteryV3=420000, maxVoltage=4000, minVoltage=4000, maxTemperature=380000, minTemperature=690000, availableCapacity=620000, vehicleStatus=1, chargeStatus=0, 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-21 10:10:48.593 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:11:57.298 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 10:11:57.298 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 10:11:57.298 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 52 57 4c 44 34 33 36 49 56 4d 33 46 4d 37 34 32 5a 31 37 31 38 39 33 35 39 31 37 32 34 33 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 33 2e 37 35 30 30 30 30 30 30 30 32 36 37 30 30 30 33 39 30 30 30 32 33 39 35 39 30 30 30 30 44 31 30 34 30 39 2e 39 30 30 35 35 30 30 30 30 39 31 35 38 30 32 39 30 30 33 36 30 30 30 30 32 38 31 30 30 35 36 35 33 30 30 30 30 37 33 36 39 34 2e 32 33 30 30 30 30 35 37 30 30 30 30 32 30 31 31 30 30 30 34 38 39 30 30 30 33 30 30 30 34 30 30 30 39 32 30 30 30 30 37 30 30 30 30 30 31 34 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 b1 7E -2024-06-21 10:11:57.298 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935917243, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=3.750000000, dischargeVoltage=267000, dischargeCurrent=39000, insulationResistance=239590000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=9.900, motorControllerTemperature=550000, motorSpeed=91580, motorTorque=2900, motorTemperature=360000, motorVoltage=28100, motorCurrent=56530000, powerBattery=73694., maxFeedbackPower=230000, maxDischargePower=570000, bmsSelfCheck=20, powerBatteryCurrent=11000, powerBatteryV3=489000, maxVoltage=3000, minVoltage=4000, maxTemperature=920000, minTemperature=700000, availableCapacity=140000, vehicleStatus=1, chargeStatus=0, 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-21 10:11:57.301 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 10:11:57.301 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"140000","bmsSelfCheck":"20","brakePedal":"40","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"39000","dischargeVoltage":"267000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"239590000","latitude":"39.5230950","location":"1","longitude":"116.6829830","maxDischargePower":"570000","maxFeedbackPower":"230000","maxTemperature":"920000","maxVoltage":"3000","mcu":"1","mileage":"3.750000000","minTemperature":"700000","minVoltage":"4000","motorControllerTemperature":"550000","motorCurrent":"56530000","motorSpeed":"91580","motorTemperature":"360000","motorTorque":"2900","motorVoltage":"28100","powerBattery":"73694.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"489000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718935917243","vehicleStatus":"1","vin":"RWLD436IVM3FM742Z"} -2024-06-21 10:11:57.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:106 - 该车故障信息存储到本地缓存中 -2024-06-21 10:11:57.301 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=RWLD436IVM3FM742Z, timestamp=1718935917243, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=3.750000000, dischargeVoltage=267000, dischargeCurrent=39000, insulationResistance=239590000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=9.900, motorControllerTemperature=550000, motorSpeed=91580, motorTorque=2900, motorTemperature=360000, motorVoltage=28100, motorCurrent=56530000, powerBattery=73694., maxFeedbackPower=230000, maxDischargePower=570000, bmsSelfCheck=20, powerBatteryCurrent=11000, powerBatteryV3=489000, maxVoltage=3000, minVoltage=4000, maxTemperature=920000, minTemperature=700000, availableCapacity=140000, vehicleStatus=1, chargeStatus=0, 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-21 10:59:50.402 [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: coordinator unavailable.isDisconnected: true. Rediscovery will be attempted. -2024-06-21 10:59:50.402 [Thread-1] 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: coordinator unavailable.isDisconnected: true. Rediscovery will be attempted. -2024-06-21 10:59:50.401 [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-21 10:59:50.402 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] 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: coordinator unavailable.isDisconnected: true. Rediscovery will be attempted. -2024-06-21 10:59:50.402 [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-21 10:59:50.410 [Thread-1] INFO org.apache.kafka.clients.FetchSessionHandler:481 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Error sending fetch request (sessionId=1279630275, epoch=5930) to node 0: +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-21 10:59:50.410 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.FetchSessionHandler:481 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Error sending fetch request (sessionId=1233977285, epoch=5927) to node 0: -org.apache.kafka.common.errors.DisconnectException: null -2024-06-21 10:59:50.412 [lettuce-nioEventLoop-4-1] INFO io.lettuce.core.protocol.CommandHandler:217 - null Unexpected exception during request: java.net.SocketException: Connection reset -java.net.SocketException: Connection reset - at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) - at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) - at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:259) - at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) - at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) - at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) - at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) - at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) - at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) - at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) - at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) - at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) - at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) - at java.base/java.lang.Thread.run(Thread.java:842) -2024-06-21 10:59:50.503 [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-21 10:59:50.503 [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-21 10:59:50.506 [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-21 10:59:50.506 [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-21 10:59:50.522 [lettuce-eventExecutorLoop-1-5] INFO io.lettuce.core.protocol.ConnectionWatchdog:171 - Reconnecting, last destination was /101.34.243.166:6379 -2024-06-21 10:59:50.532 [lettuce-nioEventLoop-4-2] WARN io.lettuce.core.protocol.ConnectionWatchdog:105 - Cannot reconnect to [101.34.243.166/:6379]: Network is unreachable: no further information: /101.34.243.166:6379 -io.netty.channel.AbstractChannel$AnnotatedSocketException: Network is unreachable: no further information: /101.34.243.166:6379 -Caused by: java.net.SocketException: Network is unreachable: no further information - at java.base/sun.nio.ch.Net.pollConnect(Native Method) - at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) - at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946) - at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:337) - at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334) - at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:776) - at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) - at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) - at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) - at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) - at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) - at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) - at java.base/java.lang.Thread.run(Thread.java:842) -2024-06-21 10:59:51.043 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@3e265811: tags=[[amq.ctag-0E0C_ymz7L30eyoysyh6Fw]], channel=Cached Rabbit Channel: AMQChannel(amqp://guest@101.34.243.166:5672/,1), conn: Proxy@48d24d63 Shared Rabbit Connection: SimpleConnection@3d0f4ac4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 62677], acknowledgeMode=AUTO local queue size=0 -2024-06-21 10:59:51.045 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 10:59:51.101 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-1] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@556e4588: tags=[[amq.ctag-3suUrWqWgc_qYw9PsNjZqA]], channel=Cached Rabbit Channel: AMQChannel(amqp://guest@101.34.243.166:5672/,2), conn: Proxy@48d24d63 Shared Rabbit Connection: null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 10:59:51.102 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 10:59:51.104 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] ERROR o.s.a.r.listener.SimpleMessageListenerContainer:1917 - Failed to check/redeclare auto-delete queue(s). -org.springframework.amqp.AmqpIOException: java.net.SocketException: Network is unreachable: no further information - at org.springframework.amqp.rabbit.support.RabbitExceptionTranslator.convertRabbitAccessException(RabbitExceptionTranslator.java:70) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.createBareConnection(AbstractConnectionFactory.java:602) - at org.springframework.amqp.rabbit.connection.CachingConnectionFactory.createConnection(CachingConnectionFactory.java:725) - at org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.createConnection(ConnectionFactoryUtils.java:252) - at org.springframework.amqp.rabbit.core.RabbitTemplate.doExecute(RabbitTemplate.java:2180) - at org.springframework.amqp.rabbit.core.RabbitTemplate.execute(RabbitTemplate.java:2153) - at org.springframework.amqp.rabbit.core.RabbitTemplate.execute(RabbitTemplate.java:2133) - at org.springframework.amqp.rabbit.core.RabbitAdmin.getQueueInfo(RabbitAdmin.java:463) - at org.springframework.amqp.rabbit.core.RabbitAdmin.getQueueProperties(RabbitAdmin.java:447) - at org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer.attemptDeclarations(AbstractMessageListenerContainer.java:1930) - at org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer.redeclareElementsIfNecessary(AbstractMessageListenerContainer.java:1911) - at org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer$AsyncMessageProcessingConsumer.initialize(SimpleMessageListenerContainer.java:1377) - at org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer$AsyncMessageProcessingConsumer.run(SimpleMessageListenerContainer.java:1223) - at java.base/java.lang.Thread.run(Thread.java:842) -Caused by: java.net.SocketException: Network is unreachable: no further information - at java.base/sun.nio.ch.Net.pollConnect(Native Method) - at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) - at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) - at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) - at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) - at java.base/java.net.Socket.connect(Socket.java:633) - at com.rabbitmq.client.impl.SocketFrameHandlerFactory.create(SocketFrameHandlerFactory.java:60) - at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1223) - at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1173) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.connectAddresses(AbstractConnectionFactory.java:640) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.connect(AbstractConnectionFactory.java:615) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.createBareConnection(AbstractConnectionFactory.java:565) - ... 12 common frames omitted -2024-06-21 10:59:51.104 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 10:59:51.193 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-1] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@38f3dbbf: tags=[[amq.ctag-QtGel4kvgXWuuNwCpuhGfw]], channel=Cached Rabbit Channel: AMQChannel(amqp://guest@101.34.243.166:5672/,3), conn: Proxy@48d24d63 Shared Rabbit Connection: null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 10:59:51.194 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 10:59:56.139 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@36dbcaf7: tags=[[]], channel=null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 10:59:56.140 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-3] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 10:59:56.185 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@55f7ae95: tags=[[]], channel=null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 10:59:56.278 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@4a888a: tags=[[]], channel=null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 10:59:56.439 [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-21 10:59:56.440 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-3] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:00:01.525 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-3] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@47468eb0: tags=[[]], channel=null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 11:00:02.919 [lettuce-eventExecutorLoop-1-16] INFO io.lettuce.core.protocol.ConnectionWatchdog:171 - Reconnecting, last destination was 101.34.243.166/:6379 -2024-06-21 11:00:03.150 [lettuce-nioEventLoop-4-13] WARN io.lettuce.core.protocol.ConnectionWatchdog:105 - Cannot reconnect to [101.34.243.166/:6379]: Connection reset -java.net.SocketException: Connection reset - at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) - at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) - at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:259) - at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) - at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357) - at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) - at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) - at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) - at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) - at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) - at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) - at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) - at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) - at java.base/java.lang.Thread.run(Thread.java:842) -2024-06-21 11:00:11.721 [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-21 11:00:11.722 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-3] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:00:11.990 [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-21 11:00:11.990 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-4] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:00:11.991 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-3] ERROR o.s.a.r.listener.SimpleMessageListenerContainer:1917 - Failed to check/redeclare auto-delete queue(s). -org.springframework.amqp.AmqpIOException: java.io.IOException - at org.springframework.amqp.rabbit.support.RabbitExceptionTranslator.convertRabbitAccessException(RabbitExceptionTranslator.java:70) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.createBareConnection(AbstractConnectionFactory.java:602) - at org.springframework.amqp.rabbit.connection.CachingConnectionFactory.createConnection(CachingConnectionFactory.java:725) - at org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.createConnection(ConnectionFactoryUtils.java:252) - at org.springframework.amqp.rabbit.core.RabbitTemplate.doExecute(RabbitTemplate.java:2180) - at org.springframework.amqp.rabbit.core.RabbitTemplate.execute(RabbitTemplate.java:2153) - at org.springframework.amqp.rabbit.core.RabbitTemplate.execute(RabbitTemplate.java:2133) - at org.springframework.amqp.rabbit.core.RabbitAdmin.getQueueInfo(RabbitAdmin.java:463) - at org.springframework.amqp.rabbit.core.RabbitAdmin.getQueueProperties(RabbitAdmin.java:447) - at org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer.attemptDeclarations(AbstractMessageListenerContainer.java:1930) - at org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer.redeclareElementsIfNecessary(AbstractMessageListenerContainer.java:1911) - at org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer$AsyncMessageProcessingConsumer.initialize(SimpleMessageListenerContainer.java:1377) - at org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer$AsyncMessageProcessingConsumer.run(SimpleMessageListenerContainer.java:1223) - at java.base/java.lang.Thread.run(Thread.java:842) -Caused by: java.io.IOException: null - at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:129) - at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:125) - at com.rabbitmq.client.impl.AMQConnection.start(AMQConnection.java:396) - at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1225) - at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1173) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.connectAddresses(AbstractConnectionFactory.java:640) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.connect(AbstractConnectionFactory.java:615) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.createBareConnection(AbstractConnectionFactory.java:565) - ... 12 common frames omitted -Caused by: com.rabbitmq.client.ShutdownSignalException: connection error - at com.rabbitmq.utility.ValueOrException.getValue(ValueOrException.java:66) - at com.rabbitmq.utility.BlockingValueOrException.uninterruptibleGetValue(BlockingValueOrException.java:36) - at com.rabbitmq.client.impl.AMQChannel$BlockingRpcContinuation.getReply(AMQChannel.java:502) - at com.rabbitmq.client.impl.AMQConnection.start(AMQConnection.java:326) - ... 17 common frames omitted -Caused by: java.net.SocketException: Connection reset - at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328) - at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355) - at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808) - at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966) - at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244) - at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:263) - at java.base/java.io.DataInputStream.readUnsignedByte(DataInputStream.java:294) - at com.rabbitmq.client.impl.Frame.readFrom(Frame.java:91) - at com.rabbitmq.client.impl.SocketFrameHandler.readFrame(SocketFrameHandler.java:184) - at com.rabbitmq.client.impl.AMQConnection$MainLoop.run(AMQConnection.java:665) - ... 1 common frames omitted -2024-06-21 11:00:15.265 [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-21 11:00:15.267 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-3] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:00:16.791 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-3] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@687c3375: tags=[[]], channel=null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 11:00:16.823 [lettuce-eventExecutorLoop-1-18] INFO io.lettuce.core.protocol.ConnectionWatchdog:171 - Reconnecting, last destination was 101.34.243.166/:6379 -2024-06-21 11:00:20.350 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-4] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@2b21af47: tags=[[]], channel=null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 11:00:22.534 [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-21 11:00:22.535 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-5] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:00:22.773 [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-21 11:00:22.773 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-4] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:00:23.081 [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-21 11:00:26.826 [lettuce-nioEventLoop-4-15] WARN io.lettuce.core.protocol.ConnectionWatchdog:151 - Cannot reconnect to [101.34.243.166/:6379]: connection timed out: /101.34.243.166:6379 -2024-06-21 11:00:27.605 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-3] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@515abd7a: tags=[[]], channel=null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 11:00:27.606 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-4] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:00:27.856 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-5] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@6edbccb3: tags=[[]], channel=null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 11:00:27.925 [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-21 11:00:27.925 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-6] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:00:27.925 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-4] ERROR o.s.a.r.listener.SimpleMessageListenerContainer:1917 - Failed to check/redeclare auto-delete queue(s). -org.springframework.amqp.AmqpIOException: java.io.IOException - at org.springframework.amqp.rabbit.support.RabbitExceptionTranslator.convertRabbitAccessException(RabbitExceptionTranslator.java:70) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.createBareConnection(AbstractConnectionFactory.java:602) - at org.springframework.amqp.rabbit.connection.CachingConnectionFactory.createConnection(CachingConnectionFactory.java:725) - at org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.createConnection(ConnectionFactoryUtils.java:252) - at org.springframework.amqp.rabbit.core.RabbitTemplate.doExecute(RabbitTemplate.java:2180) - at org.springframework.amqp.rabbit.core.RabbitTemplate.execute(RabbitTemplate.java:2153) - at org.springframework.amqp.rabbit.core.RabbitTemplate.execute(RabbitTemplate.java:2133) - at org.springframework.amqp.rabbit.core.RabbitAdmin.getQueueInfo(RabbitAdmin.java:463) - at org.springframework.amqp.rabbit.core.RabbitAdmin.getQueueProperties(RabbitAdmin.java:447) - at org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer.attemptDeclarations(AbstractMessageListenerContainer.java:1930) - at org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer.redeclareElementsIfNecessary(AbstractMessageListenerContainer.java:1911) - at org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer$AsyncMessageProcessingConsumer.initialize(SimpleMessageListenerContainer.java:1377) - at org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer$AsyncMessageProcessingConsumer.run(SimpleMessageListenerContainer.java:1223) - at java.base/java.lang.Thread.run(Thread.java:842) -Caused by: java.io.IOException: null - at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:129) - at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:125) - at com.rabbitmq.client.impl.AMQConnection.start(AMQConnection.java:396) - at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1225) - at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1173) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.connectAddresses(AbstractConnectionFactory.java:640) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.connect(AbstractConnectionFactory.java:615) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.createBareConnection(AbstractConnectionFactory.java:565) - ... 12 common frames omitted -Caused by: com.rabbitmq.client.ShutdownSignalException: connection error - at com.rabbitmq.utility.ValueOrException.getValue(ValueOrException.java:66) - at com.rabbitmq.utility.BlockingValueOrException.uninterruptibleGetValue(BlockingValueOrException.java:36) - at com.rabbitmq.client.impl.AMQChannel$BlockingRpcContinuation.getReply(AMQChannel.java:502) - at com.rabbitmq.client.impl.AMQConnection.start(AMQConnection.java:326) - ... 17 common frames omitted -Caused by: java.net.SocketException: Connection reset - at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:328) - at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355) - at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808) - at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966) - at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:244) - at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:263) - at java.base/java.io.DataInputStream.readUnsignedByte(DataInputStream.java:294) - at com.rabbitmq.client.impl.Frame.readFrom(Frame.java:91) - at com.rabbitmq.client.impl.SocketFrameHandler.readFrame(SocketFrameHandler.java:184) - at com.rabbitmq.client.impl.AMQConnection$MainLoop.run(AMQConnection.java:665) - ... 1 common frames omitted -2024-06-21 11:00:28.196 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-4] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@3a38e994: tags=[[]], channel=null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 11:00:33.110 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-5] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:00:33.111 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-4] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:00:38.202 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-6] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@3b9865ea: tags=[[]], channel=null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 11:00:38.202 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-4] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@564a8b6e: tags=[[]], channel=null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 11:00:38.202 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-5] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@973dec0: tags=[[]], channel=null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 11:00:38.203 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-7] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:00:38.421 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-7] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:16/SimpleConnection@7f11154d [delegate=amqp://guest@101.34.243.166:5672/, localPort= 49953] -2024-06-21 11:00:43.218 [lettuce-eventExecutorLoop-1-19] INFO io.lettuce.core.protocol.ConnectionWatchdog:171 - Reconnecting, last destination was 101.34.243.166/:6379 -2024-06-21 11:00:43.299 [lettuce-nioEventLoop-4-16] INFO io.lettuce.core.protocol.ReconnectionHandler:174 - Reconnected to 101.34.243.166/:6379 -2024-06-21 11:02:31.737 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-8] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:02:31.778 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-6] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:02:31.832 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-7] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:02:32.072 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-7] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:02:32.072 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-8] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:02:32.072 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-6] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:02:32.124 [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 -2024-06-21 11:02:32.124 [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-381e6f24-3792-438e-a766-5fa787b4fa39 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:02:32.124 [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-3cf3594f-946b-480e-8c97-a180e1259edf sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:02:32.124 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:02:32.124 [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-de929270-b0fa-4269-a066-b920233076f9 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:02:32.125 [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-21 11:02:32.125 [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-21 11:02:32.125 [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-21 11:02:32.142 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:02:32.142 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:02:32.142 [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-21 11:02:32.142 [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-21 11:02:32.142 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:02:32.142 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:02:32.143 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:02:32.143 [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-21 11:02:32.143 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:02:32.146 [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-21 11:02:32.146 [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-21 11:02:32.146 [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-21 11:02:32.146 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:02:32.146 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:02:32.146 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:02:32.149 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:02:32.149 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:02:32.149 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:02:32.159 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 11:02:32.161 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:02:32.161 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 11:02:32.161 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:02:32.161 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 11:02:32.363 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 11:02:32.374 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 11:02:42.333 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 9580 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 11:02:42.336 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 11:02:42.337 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 11:02:43.109 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 11:02:43.111 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 11:02:43.133 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 11:02:43.377 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 11:02:43.466 [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-21 11:02:43.468 [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-21 11:02:43.470 [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-21 11:02:43.483 [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-21 11:02:43.517 [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-21 11:02:43.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-21 11:02:43.765 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 11:02:43.774 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 11:02:43.775 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 11:02:43.886 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 11:02:43.886 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1478 ms -2024-06-21 11:02:44.535 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 11:02:45.016 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 11:02:45.022 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 11:02:45.039 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 11:02:45.112 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 11:02:45.133 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -10302,23 +4099,30 @@ Caused by: java.net.SocketException: Connection reset ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:02:45.202 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:02:45.202 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:02:45.203 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718938965201 -2024-06-21 11:02:45.205 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 11:02:45.317 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 11:02:45.477 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 11:02:45.510 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:02:45.511 [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-21 11:02:45.513 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:02:45.521 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:02:45.524 [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=39, memberId='consumer-Partitions-1-a3a76bde-d0f0-476c-a274-5e2208ebc186', protocol='range'} -2024-06-21 11:02:45.526 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 39: {consumer-Partitions-1-a3a76bde-d0f0-476c-a274-5e2208ebc186=Assignment(partitions=[test1-0])} -2024-06-21 11:02:45.531 [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=39, memberId='consumer-Partitions-1-a3a76bde-d0f0-476c-a274-5e2208ebc186', protocol='range'} -2024-06-21 11:02:45.532 [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]) -2024-06-21 11:02:45.534 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:02:45.540 [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=43, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:02:46.224 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -10397,11 +4201,11 @@ Caused by: java.net.SocketException: Connection reset ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:02:46.229 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:02:46.229 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:02:46.229 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718938966229 -2024-06-21 11:02:46.231 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:02:46.238 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -10480,14 +4284,14 @@ Caused by: java.net.SocketException: Connection reset ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:02:46.241 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:02:46.241 [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-21 11:02:46.243 [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-21 11:02:46.243 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:02:46.243 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:02:46.243 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718938966243 -2024-06-21 11:02:46.243 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:02:46.244 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -10566,62 +4370,76 @@ Caused by: java.net.SocketException: Connection reset ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:02:46.244 [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-21 11:02:46.247 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:02:46.247 [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=49, memberId='consumer-Topics-2-43a19fe2-3a61-4564-87f8-6734fdfb5ddf', protocol='range'} -2024-06-21 11:02:46.247 [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 49: {consumer-Topics-2-43a19fe2-3a61-4564-87f8-6734fdfb5ddf=Assignment(partitions=[test1-0])} -2024-06-21 11:02:46.247 [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-21 11:02:46.248 [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-21 11:02:46.249 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:02:46.249 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:02:46.249 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718938966249 -2024-06-21 11:02:46.249 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:02:46.250 [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=49, memberId='consumer-Topics-2-43a19fe2-3a61-4564-87f8-6734fdfb5ddf', protocol='range'} -2024-06-21 11:02:46.250 [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]) -2024-06-21 11:02:46.250 [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-21 11:02:46.250 [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 -2024-06-21 11:02:46.253 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:02:46.253 [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-21 11:02:46.253 [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-21 11:02:46.253 [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=43, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:02:46.255 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:02:46.255 [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-21 11:02:46.262 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 11:02:46.263 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:02:46.541 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3d0f4ac4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 50221] -2024-06-21 11:02:47.024 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 11:02:47.028 [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-21 11:02:47.483 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.581 seconds (JVM running for 6.215) -2024-06-21 11:02:47.484 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 11:02:47.533 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:02:47.534 [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-21 11:02:48.069 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:02:49.248 [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-21 11:02:49.249 [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 -2024-06-21 11:02:49.250 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:02:49.250 [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-21 11:02:49.252 [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=50, memberId='consumer-Topics-3-07f6ee54-26d6-475b-bb99-05dc23b20dc5', protocol='range'} -2024-06-21 11:02:49.252 [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=50, memberId='consumer-Topics-4-f447ade8-3684-4276-8f68-545bf89d7b12', protocol='range'} -2024-06-21 11:02:49.252 [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=50, memberId='consumer-Topics-2-43a19fe2-3a61-4564-87f8-6734fdfb5ddf', protocol='range'} -2024-06-21 11:02:49.252 [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 50: {consumer-Topics-3-07f6ee54-26d6-475b-bb99-05dc23b20dc5=Assignment(partitions=[]), consumer-Topics-4-f447ade8-3684-4276-8f68-545bf89d7b12=Assignment(partitions=[]), consumer-Topics-2-43a19fe2-3a61-4564-87f8-6734fdfb5ddf=Assignment(partitions=[test1-0])} -2024-06-21 11:02:49.253 [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=50, memberId='consumer-Topics-4-f447ade8-3684-4276-8f68-545bf89d7b12', protocol='range'} -2024-06-21 11:02:49.253 [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=50, memberId='consumer-Topics-3-07f6ee54-26d6-475b-bb99-05dc23b20dc5', protocol='range'} -2024-06-21 11:02:49.254 [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=50, memberId='consumer-Topics-2-43a19fe2-3a61-4564-87f8-6734fdfb5ddf', protocol='range'} -2024-06-21 11:02:49.254 [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=[]) -2024-06-21 11:02:49.254 [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=[]) -2024-06-21 11:02:49.254 [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: -2024-06-21 11:02:49.254 [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: -2024-06-21 11:02:49.254 [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]) -2024-06-21 11:02:49.254 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:02:49.254 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:02:49.254 [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 -2024-06-21 11:02:49.255 [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=43, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:02:49.256 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:02:58.420 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:02:58.421 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:02:58.421 [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 38 39 33 38 39 37 38 33 34 36 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 33 38 2e 31 39 30 30 30 30 30 30 33 38 33 30 30 30 32 37 30 30 30 32 35 37 30 30 30 30 30 30 44 35 30 34 30 31 30 2e 33 30 33 30 30 30 30 30 39 34 32 34 31 32 32 34 30 31 34 31 30 30 30 31 34 38 30 30 31 33 36 34 36 30 30 30 36 31 32 39 37 2e 35 38 30 30 30 30 34 37 30 30 30 30 31 31 30 30 30 30 30 35 38 30 30 30 30 33 30 30 30 34 30 30 30 31 35 30 30 30 30 31 39 30 30 30 30 34 36 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-21 11:02:58.435 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718938978346, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=38.19000000, dischargeVoltage=383000, dischargeCurrent=27000, insulationResistance=257000000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.30, motorControllerTemperature=300000, motorSpeed=94241, motorTorque=2240, motorTemperature=141000, motorVoltage=14800, motorCurrent=13646000, powerBattery=61297., maxFeedbackPower=580000, maxDischargePower=470000, bmsSelfCheck=11, powerBatteryCurrent=00000, powerBatteryV3=580000, maxVoltage=3000, minVoltage=4000, maxTemperature=150000, minTemperature=190000, availableCapacity=460000, 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-21 11:02:58.487 [MQTT Call: protocol-parsing] INFO org.apache.kafka.clients.producer.ProducerConfig:372 - ProducerConfig values: +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] @@ -10694,102 +4512,82 @@ Caused by: java.net.SocketException: Connection reset transactional.id = null value.serializer = class org.apache.kafka.common.serialization.StringSerializer -2024-06-21 11:02:58.499 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:02:58.499 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:02:58.499 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718938978499 -2024-06-21 11:02:58.502 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:02:58.521 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:02:58.522 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"460000","bmsSelfCheck":"11","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"27000","dischargeVoltage":"383000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.30","gear":"D","insulationResistance":"257000000","latitude":"39.5219970","location":"1","longitude":"116.6684790","maxDischargePower":"470000","maxFeedbackPower":"580000","maxTemperature":"150000","maxVoltage":"3000","mcu":"1","mileage":"38.19000000","minTemperature":"190000","minVoltage":"4000","motorControllerTemperature":"300000","motorCurrent":"13646000","motorSpeed":"94241","motorTemperature":"141000","motorTorque":"2240","motorVoltage":"14800","powerBattery":"61297.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"580000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718938978346","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:02:58.652 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718938978346, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=38.19000000, dischargeVoltage=383000, dischargeCurrent=27000, insulationResistance=257000000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.30, motorControllerTemperature=300000, motorSpeed=94241, motorTorque=2240, motorTemperature=141000, motorVoltage=14800, motorCurrent=13646000, powerBattery=61297., maxFeedbackPower=580000, maxDischargePower=470000, bmsSelfCheck=11, powerBatteryCurrent=00000, powerBatteryV3=580000, maxVoltage=3000, minVoltage=4000, maxTemperature=150000, minTemperature=190000, availableCapacity=460000, 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-21 11:02:59.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:104 - 该车故障信息存储到Redis中 -2024-06-21 11:02:59.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:107 - 该车故障信息存储到本地缓存中 -2024-06-21 11:03:14.706 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:03:14.706 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:03:14.706 [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 38 39 33 38 39 39 34 36 33 34 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 33 38 2e 32 32 30 30 30 30 30 30 32 33 34 30 30 30 31 30 30 30 30 31 32 33 39 37 30 30 30 30 44 34 30 35 30 31 31 2e 35 30 35 31 30 30 30 30 37 36 30 38 32 33 37 34 30 31 33 34 30 30 30 32 30 39 30 30 31 32 35 39 31 30 30 30 36 31 32 39 37 2e 31 30 30 30 30 30 38 38 30 30 30 30 31 33 31 30 30 30 30 36 38 31 30 30 30 34 30 30 30 33 30 30 30 36 35 30 30 30 30 31 34 30 30 30 30 38 32 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e1 7E -2024-06-21 11:03:14.706 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718938994634, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=38.22000000, dischargeVoltage=234000, dischargeCurrent=10000, insulationResistance=123970000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=11.50, motorControllerTemperature=510000, motorSpeed=76082, motorTorque=3740, motorTemperature=134000, motorVoltage=20900, motorCurrent=12591000, powerBattery=61297., maxFeedbackPower=100000, maxDischargePower=880000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=681000, maxVoltage=4000, minVoltage=3000, maxTemperature=650000, minTemperature=140000, availableCapacity=820000, vehicleStatus=0, chargeStatus=0, 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-21 11:03:14.710 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:03:14.710 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"820000","bmsSelfCheck":"13","brakePedal":"50","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"10000","dischargeVoltage":"234000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.50","gear":"D","insulationResistance":"123970000","latitude":"39.5220750","location":"1","longitude":"116.6694390","maxDischargePower":"880000","maxFeedbackPower":"100000","maxTemperature":"650000","maxVoltage":"4000","mcu":"1","mileage":"38.22000000","minTemperature":"140000","minVoltage":"3000","motorControllerTemperature":"510000","motorCurrent":"12591000","motorSpeed":"76082","motorTemperature":"134000","motorTorque":"3740","motorVoltage":"20900","powerBattery":"61297.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"681000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718938994634","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:03:14.710 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718938994634, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=38.22000000, dischargeVoltage=234000, dischargeCurrent=10000, insulationResistance=123970000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=11.50, motorControllerTemperature=510000, motorSpeed=76082, motorTorque=3740, motorTemperature=134000, motorVoltage=20900, motorCurrent=12591000, powerBattery=61297., maxFeedbackPower=100000, maxDischargePower=880000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=681000, maxVoltage=4000, minVoltage=3000, maxTemperature=650000, minTemperature=140000, availableCapacity=820000, vehicleStatus=0, chargeStatus=0, 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-21 11:03:14.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:107 - 该车故障信息存储到本地缓存中 -2024-06-21 11:05:12.499 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:05:12.500 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:05:12.500 [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 38 39 33 39 31 31 32 34 33 36 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 33 38 2e 32 34 30 30 30 30 30 30 34 38 33 30 30 30 32 35 30 30 30 32 30 38 30 37 30 30 30 30 44 35 30 32 30 39 2e 39 30 30 34 35 30 30 30 30 33 33 31 39 35 37 38 38 30 31 33 30 30 30 30 32 34 37 30 30 38 35 33 38 30 30 30 30 36 31 32 39 37 2e 31 33 30 30 30 30 31 31 30 30 30 30 33 30 31 30 30 30 30 34 30 36 30 30 30 33 30 30 30 34 30 30 30 37 30 30 30 30 30 32 37 30 30 30 30 39 37 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d7 7E -2024-06-21 11:05:12.501 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718939112436, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=38.24000000, dischargeVoltage=483000, dischargeCurrent=25000, insulationResistance=208070000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=9.900, motorControllerTemperature=450000, motorSpeed=33195, motorTorque=7880, motorTemperature=130000, motorVoltage=24700, motorCurrent=85380000, powerBattery=61297., maxFeedbackPower=130000, maxDischargePower=110000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=406000, maxVoltage=3000, minVoltage=4000, maxTemperature=700000, minTemperature=270000, availableCapacity=970000, vehicleStatus=0, chargeStatus=0, 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-21 11:05:12.503 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:05:12.503 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:107 - 该车故障信息存储到本地缓存中 -2024-06-21 11:05:12.505 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"970000","bmsSelfCheck":"30","brakePedal":"20","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"25000","dischargeVoltage":"483000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"208070000","latitude":"39.5221290","location":"1","longitude":"116.6701900","maxDischargePower":"110000","maxFeedbackPower":"130000","maxTemperature":"700000","maxVoltage":"3000","mcu":"1","mileage":"38.24000000","minTemperature":"270000","minVoltage":"4000","motorControllerTemperature":"450000","motorCurrent":"85380000","motorSpeed":"33195","motorTemperature":"130000","motorTorque":"7880","motorVoltage":"24700","powerBattery":"61297.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"406000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718939112436","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:05:12.505 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718939112436, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=38.24000000, dischargeVoltage=483000, dischargeCurrent=25000, insulationResistance=208070000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=9.900, motorControllerTemperature=450000, motorSpeed=33195, motorTorque=7880, motorTemperature=130000, motorVoltage=24700, motorCurrent=85380000, powerBattery=61297., maxFeedbackPower=130000, maxDischargePower=110000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=406000, maxVoltage=3000, minVoltage=4000, maxTemperature=700000, minTemperature=270000, availableCapacity=970000, vehicleStatus=0, chargeStatus=0, 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-21 11:05:13.508 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:05:13.508 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:05:13.508 [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 38 39 33 39 31 31 33 34 34 34 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 33 38 2e 33 31 30 30 30 30 30 30 34 34 33 30 30 30 32 38 30 30 30 32 30 38 34 30 30 30 30 30 44 39 30 30 30 39 2e 38 30 30 33 34 30 30 30 30 38 39 36 39 36 32 32 36 30 34 31 30 30 30 30 31 33 33 30 30 38 33 39 34 30 30 30 30 36 31 32 38 37 2e 38 33 30 30 30 30 35 39 30 30 30 30 33 30 31 34 30 30 30 36 36 38 30 30 30 33 30 30 30 33 30 30 30 38 30 30 30 30 30 32 30 30 30 30 30 36 32 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e5 7E -2024-06-21 11:05:13.508 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718939113444, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=38.31000000, dischargeVoltage=443000, dischargeCurrent=28000, insulationResistance=208400000, gear=D, accelerationPedal=90, brakePedal=00, fuelConsumption=9.800, motorControllerTemperature=340000, motorSpeed=89696, motorTorque=2260, motorTemperature=410000, motorVoltage=13300, motorCurrent=83940000, powerBattery=61287., maxFeedbackPower=830000, maxDischargePower=590000, bmsSelfCheck=30, powerBatteryCurrent=14000, powerBatteryV3=668000, maxVoltage=3000, minVoltage=3000, maxTemperature=800000, minTemperature=200000, availableCapacity=620000, vehicleStatus=0, chargeStatus=0, 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-21 11:05:13.510 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:05:13.510 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"620000","bmsSelfCheck":"30","brakePedal":"00","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"28000","dischargeVoltage":"443000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.800","gear":"D","insulationResistance":"208400000","latitude":"39.5222470","location":"1","longitude":"116.6713820","maxDischargePower":"590000","maxFeedbackPower":"830000","maxTemperature":"800000","maxVoltage":"3000","mcu":"1","mileage":"38.31000000","minTemperature":"200000","minVoltage":"3000","motorControllerTemperature":"340000","motorCurrent":"83940000","motorSpeed":"89696","motorTemperature":"410000","motorTorque":"2260","motorVoltage":"13300","powerBattery":"61287.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"668000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718939113444","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:05:13.510 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:107 - 该车故障信息存储到本地缓存中 -2024-06-21 11:05:13.511 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718939113444, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=38.31000000, dischargeVoltage=443000, dischargeCurrent=28000, insulationResistance=208400000, gear=D, accelerationPedal=90, brakePedal=00, fuelConsumption=9.800, motorControllerTemperature=340000, motorSpeed=89696, motorTorque=2260, motorTemperature=410000, motorVoltage=13300, motorCurrent=83940000, powerBattery=61287., maxFeedbackPower=830000, maxDischargePower=590000, bmsSelfCheck=30, powerBatteryCurrent=14000, powerBatteryV3=668000, maxVoltage=3000, minVoltage=3000, maxTemperature=800000, minTemperature=200000, availableCapacity=620000, vehicleStatus=0, chargeStatus=0, 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-21 11:26:41.697 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:26:41.742 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:26:41.775 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:26:42.325 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:26:42.412 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:26:42.747 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:26:42.761 [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-07f6ee54-26d6-475b-bb99-05dc23b20dc5 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:26:42.761 [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-f447ade8-3684-4276-8f68-545bf89d7b12 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:26:42.761 [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 -2024-06-21 11:26:42.761 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:26:42.761 [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-43a19fe2-3a61-4564-87f8-6734fdfb5ddf sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:26:42.761 [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-21 11:26:42.761 [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-21 11:26:42.761 [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-21 11:26:42.763 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:26:42.763 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:26:42.763 [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-21 11:26:42.763 [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-21 11:26:42.763 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:26:42.763 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:26:42.765 [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-21 11:26:42.765 [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-21 11:26:42.765 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:26:42.765 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:26:42.765 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:26:42.765 [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-21 11:26:42.765 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:26:42.766 [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-21 11:26:42.766 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:26:42.767 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:26:42.767 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:26:42.767 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:26:42.772 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 11:26:42.773 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:26:42.773 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 11:26:42.773 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:26:42.773 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 11:26:42.961 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 11:26:42.967 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 11:26:52.663 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 11856 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 11:26:52.665 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 11:26:52.665 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 11:26:53.285 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 11:26:53.287 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 11:26:53.312 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces. -2024-06-21 11:26:53.572 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$f57eab5f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 11:26:53.669 [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-21 11:26:53.670 [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-21 11:26:53.673 [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-21 11:26:53.692 [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-21 11:26:53.731 [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-21 11:26:53.737 [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-21 11:26:53.985 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 11:26:53.992 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 11:26:53.992 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 11:26:54.098 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 11:26:54.098 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1388 ms -2024-06-21 11:26:54.810 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 11:26:55.422 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 11:26:55.430 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 11:26:55.447 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 11:26:55.516 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 11:26:55.537 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -10868,23 +4666,30 @@ Caused by: java.net.SocketException: Connection reset ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:26:55.605 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:26:55.605 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:26:55.605 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940415604 -2024-06-21 11:26:55.607 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 11:26:55.711 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 11:26:55.788 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 11:26:55.893 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:26:55.894 [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-21 11:26:55.898 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:26:55.907 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:26:55.909 [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=41, memberId='consumer-Partitions-1-82e3f81b-04d9-42d1-838f-062538968376', protocol='range'} -2024-06-21 11:26:55.910 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 41: {consumer-Partitions-1-82e3f81b-04d9-42d1-838f-062538968376=Assignment(partitions=[test1-0])} -2024-06-21 11:26:55.913 [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=41, memberId='consumer-Partitions-1-82e3f81b-04d9-42d1-838f-062538968376', protocol='range'} -2024-06-21 11:26:55.913 [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]) -2024-06-21 11:26:55.914 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:26:55.920 [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=47, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:26:56.498 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -10963,11 +4768,11 @@ Caused by: java.net.SocketException: Connection reset ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:26:56.503 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:26:56.503 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:26:56.503 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940416503 -2024-06-21 11:26:56.505 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:26:56.511 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -11046,14 +4851,14 @@ Caused by: java.net.SocketException: Connection reset ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:26:56.514 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:26:56.515 [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-21 11:26:56.515 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:26:56.516 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:26:56.516 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940416515 -2024-06-21 11:26:56.516 [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-21 11:26:56.516 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:26:56.517 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -11132,212 +4937,133 @@ Caused by: java.net.SocketException: Connection reset ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:26:56.518 [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-21 11:26:56.519 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:26:56.520 [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-21 11:26:56.520 [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-21 11:26:56.521 [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=52, memberId='consumer-Topics-2-75b19920-6e4e-4533-912b-30faba1701f1', protocol='range'} -2024-06-21 11:26:56.521 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:26:56.521 [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 52: {consumer-Topics-2-75b19920-6e4e-4533-912b-30faba1701f1=Assignment(partitions=[test1-0])} -2024-06-21 11:26:56.521 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:26:56.521 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940416521 -2024-06-21 11:26:56.521 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:26:56.522 [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=52, memberId='consumer-Topics-2-75b19920-6e4e-4533-912b-30faba1701f1', protocol='range'} -2024-06-21 11:26:56.523 [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-21 11:26:56.523 [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]) -2024-06-21 11:26:56.523 [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 -2024-06-21 11:26:56.524 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:26:56.525 [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-21 11:26:56.525 [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-21 11:26:56.526 [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=47, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:26:56.526 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:26:56.531 [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-21 11:26:56.539 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 11:26:56.540 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:26:56.865 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#5d5574c7:0/SimpleConnection@4629dde5 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 63527] -2024-06-21 11:26:58.023 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.789 seconds (JVM running for 6.456) -2024-06-21 11:26:58.025 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 11:26:59.071 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 11:26:59.075 [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-21 11:26:59.534 [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-21 11:26:59.535 [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 -2024-06-21 11:26:59.536 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:26:59.537 [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-21 11:26:59.539 [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=53, memberId='consumer-Topics-3-c08bb24a-e161-43e0-8093-7525367887a2', protocol='range'} -2024-06-21 11:26:59.539 [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=53, memberId='consumer-Topics-2-75b19920-6e4e-4533-912b-30faba1701f1', protocol='range'} -2024-06-21 11:26:59.539 [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=53, memberId='consumer-Topics-4-e668c583-76e4-4bf5-8525-2ee5356e1295', protocol='range'} -2024-06-21 11:26:59.539 [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 53: {consumer-Topics-2-75b19920-6e4e-4533-912b-30faba1701f1=Assignment(partitions=[test1-0]), consumer-Topics-3-c08bb24a-e161-43e0-8093-7525367887a2=Assignment(partitions=[]), consumer-Topics-4-e668c583-76e4-4bf5-8525-2ee5356e1295=Assignment(partitions=[])} -2024-06-21 11:26:59.542 [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=53, memberId='consumer-Topics-3-c08bb24a-e161-43e0-8093-7525367887a2', protocol='range'} -2024-06-21 11:26:59.542 [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=53, memberId='consumer-Topics-2-75b19920-6e4e-4533-912b-30faba1701f1', protocol='range'} -2024-06-21 11:26:59.542 [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=53, memberId='consumer-Topics-4-e668c583-76e4-4bf5-8525-2ee5356e1295', protocol='range'} -2024-06-21 11:26:59.542 [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]) -2024-06-21 11:26:59.542 [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=[]) -2024-06-21 11:26:59.542 [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=[]) -2024-06-21 11:26:59.542 [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: -2024-06-21 11:26:59.542 [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 -2024-06-21 11:26:59.542 [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: -2024-06-21 11:26:59.542 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:26:59.542 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:26:59.545 [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=47, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:26:59.545 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:26:59.554 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:26:59.555 [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-21 11:27:00.012 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:27:06.222 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:27:06.222 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:27:06.222 [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 38 39 34 30 34 32 36 31 38 31 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 33 38 2e 33 33 30 30 30 30 30 30 37 33 34 30 30 30 31 38 30 30 30 32 35 32 34 38 30 30 30 30 44 35 30 36 30 31 31 2e 34 30 34 30 30 30 30 30 32 30 33 37 36 34 38 36 30 36 38 30 30 30 30 32 33 37 30 30 31 34 39 30 38 30 30 30 36 31 32 38 37 2e 33 30 30 30 30 30 32 36 30 30 30 30 35 30 33 30 30 30 30 32 35 32 30 30 30 34 30 30 30 33 30 30 30 35 36 30 30 30 30 38 33 30 30 30 30 31 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d3 7E -2024-06-21 11:27:06.236 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940426181, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=38.33000000, dischargeVoltage=734000, dischargeCurrent=18000, insulationResistance=252480000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=11.40, motorControllerTemperature=400000, motorSpeed=20376, motorTorque=4860, motorTemperature=680000, motorVoltage=23700, motorCurrent=14908000, powerBattery=61287., maxFeedbackPower=300000, maxDischargePower=260000, bmsSelfCheck=50, powerBatteryCurrent=30000, powerBatteryV3=252000, maxVoltage=4000, minVoltage=3000, maxTemperature=560000, minTemperature=830000, availableCapacity=190000, vehicleStatus=1, 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-21 11:27:06.287 [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-21 11:27:06.299 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:27:06.299 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:27:06.299 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940426299 -2024-06-21 11:27:06.300 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:27:06.319 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:27:06.320 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"190000","bmsSelfCheck":"50","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"18000","dischargeVoltage":"734000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"252480000","latitude":"39.5222260","location":"1","longitude":"116.6721170","maxDischargePower":"260000","maxFeedbackPower":"300000","maxTemperature":"560000","maxVoltage":"4000","mcu":"1","mileage":"38.33000000","minTemperature":"830000","minVoltage":"3000","motorControllerTemperature":"400000","motorCurrent":"14908000","motorSpeed":"20376","motorTemperature":"680000","motorTorque":"4860","motorVoltage":"23700","powerBattery":"61287.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"252000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940426181","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:27:06.440 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940426181, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=38.33000000, dischargeVoltage=734000, dischargeCurrent=18000, insulationResistance=252480000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=11.40, motorControllerTemperature=400000, motorSpeed=20376, motorTorque=4860, motorTemperature=680000, motorVoltage=23700, motorCurrent=14908000, powerBattery=61287., maxFeedbackPower=300000, maxDischargePower=260000, bmsSelfCheck=50, powerBatteryCurrent=30000, powerBatteryV3=252000, maxVoltage=4000, minVoltage=3000, maxTemperature=560000, minTemperature=830000, availableCapacity=190000, vehicleStatus=1, 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-21 11:27:14.321 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:27:14.321 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:27:14.321 [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 38 39 34 30 34 33 34 32 35 33 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 33 38 2e 33 37 30 30 30 30 30 30 31 38 34 30 30 30 34 33 30 30 30 32 30 30 30 35 30 30 30 30 44 36 30 36 30 39 2e 30 30 30 35 37 30 30 30 30 32 31 34 38 35 35 33 35 30 31 33 36 30 30 30 32 38 33 30 30 39 35 35 38 30 30 30 30 36 31 32 38 37 2e 38 38 30 30 30 30 35 38 30 30 30 30 39 30 31 30 30 30 30 37 32 38 30 30 30 34 30 30 30 33 30 30 30 34 30 30 30 30 30 35 35 30 30 30 30 33 39 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-21 11:27:14.321 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940434253, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=38.37000000, dischargeVoltage=184000, dischargeCurrent=43000, insulationResistance=200050000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=9.000, motorControllerTemperature=570000, motorSpeed=21485, motorTorque=5350, motorTemperature=136000, motorVoltage=28300, motorCurrent=95580000, powerBattery=61287., maxFeedbackPower=880000, maxDischargePower=580000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=728000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=550000, availableCapacity=390000, 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-21 11:27:14.323 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:27:14.323 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"390000","bmsSelfCheck":"90","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"43000","dischargeVoltage":"184000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.000","gear":"D","insulationResistance":"200050000","latitude":"39.5223210","location":"1","longitude":"116.6730190","maxDischargePower":"580000","maxFeedbackPower":"880000","maxTemperature":"400000","maxVoltage":"4000","mcu":"1","mileage":"38.37000000","minTemperature":"550000","minVoltage":"3000","motorControllerTemperature":"570000","motorCurrent":"95580000","motorSpeed":"21485","motorTemperature":"136000","motorTorque":"5350","motorVoltage":"28300","powerBattery":"61287.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"728000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940434253","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:27:14.323 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940434253, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=38.37000000, dischargeVoltage=184000, dischargeCurrent=43000, insulationResistance=200050000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=9.000, motorControllerTemperature=570000, motorSpeed=21485, motorTorque=5350, motorTemperature=136000, motorVoltage=28300, motorCurrent=95580000, powerBattery=61287., maxFeedbackPower=880000, maxDischargePower=580000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=728000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=550000, availableCapacity=390000, 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-21 11:27:14.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:88 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:28:01.701 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:28:01.741 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:28:01.772 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:28:02.452 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:28:02.637 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:28:02.646 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:28:02.658 [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 -2024-06-21 11:28:02.658 [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-c08bb24a-e161-43e0-8093-7525367887a2 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:28:02.658 [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-e668c583-76e4-4bf5-8525-2ee5356e1295 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:28:02.660 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:28:02.660 [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-75b19920-6e4e-4533-912b-30faba1701f1 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:28:02.660 [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-21 11:28:02.660 [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-21 11:28:02.660 [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-21 11:28:02.662 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:28:02.662 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:28:02.662 [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-21 11:28:02.662 [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-21 11:28:02.662 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:28:02.662 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:28:02.663 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:28:02.663 [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-21 11:28:02.663 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:28:02.665 [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-21 11:28:02.665 [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-21 11:28:02.666 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:28:02.666 [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-21 11:28:02.666 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:28:02.666 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:28:02.667 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:28:02.667 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:28:02.667 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:28:02.671 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 11:28:02.673 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:28:02.673 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 11:28:02.673 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:28:02.673 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 11:28:02.850 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 11:28:02.854 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 11:28:11.691 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 10936 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 11:28:11.692 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 11:28:11.693 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 11:28:12.292 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 11:28:12.294 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 11:28:12.316 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 11:28:12.559 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 11:28:12.647 [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-21 11:28:12.649 [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-21 11:28:12.651 [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-21 11:28:12.663 [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-21 11:28:12.699 [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-21 11:28:12.703 [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-21 11:28:12.932 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 11:28:12.940 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 11:28:12.941 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 11:28:13.053 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 11:28:13.053 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1316 ms -2024-06-21 11:28:13.724 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 11:28:14.253 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 11:28:14.259 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 11:28:14.276 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 11:28:14.333 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 11:28:14.350 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -11416,23 +5142,30 @@ Caused by: java.net.SocketException: Connection reset ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:28:14.414 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:28:14.414 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:28:14.414 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940494413 -2024-06-21 11:28:14.416 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 11:28:14.527 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 11:28:14.602 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 11:28:14.665 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:28:14.667 [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-21 11:28:14.669 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:28:14.677 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:28:14.678 [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=43, memberId='consumer-Partitions-1-13919592-0c84-4cde-b478-d95daf15fdb2', protocol='range'} -2024-06-21 11:28:14.679 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 43: {consumer-Partitions-1-13919592-0c84-4cde-b478-d95daf15fdb2=Assignment(partitions=[test1-0])} -2024-06-21 11:28:14.682 [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=43, memberId='consumer-Partitions-1-13919592-0c84-4cde-b478-d95daf15fdb2', protocol='range'} -2024-06-21 11:28:14.683 [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]) -2024-06-21 11:28:14.684 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:28:14.690 [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=49, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:28:15.378 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -11511,11 +5244,11 @@ Caused by: java.net.SocketException: Connection reset ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:28:15.382 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:28:15.382 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:28:15.382 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940495382 -2024-06-21 11:28:15.384 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:28:15.392 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -11594,15 +5327,14 @@ Caused by: java.net.SocketException: Connection reset ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:28:15.395 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:28:15.396 [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-21 11:28:15.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-21 11:28:15.398 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:28:15.399 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:28:15.399 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940495398 -2024-06-21 11:28:15.399 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:28:15.400 [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-21 11:28:15.401 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -11681,4061 +5413,64 @@ Caused by: java.net.SocketException: Connection reset ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:28:15.403 [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=55, memberId='consumer-Topics-2-84e45b3c-bc7f-48c8-80c7-ff3cd35eb747', protocol='range'} -2024-06-21 11:28:15.403 [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 55: {consumer-Topics-2-84e45b3c-bc7f-48c8-80c7-ff3cd35eb747=Assignment(partitions=[test1-0])} -2024-06-21 11:28:15.404 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:28:15.404 [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-21 11:28:15.405 [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-21 11:28:15.405 [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=55, memberId='consumer-Topics-2-84e45b3c-bc7f-48c8-80c7-ff3cd35eb747', protocol='range'} -2024-06-21 11:28:15.406 [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]) -2024-06-21 11:28:15.406 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:28:15.406 [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 -2024-06-21 11:28:15.406 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:28:15.406 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940495406 -2024-06-21 11:28:15.406 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:28:15.407 [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-21 11:28:15.409 [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=49, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:28:15.409 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:28:15.409 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:28:15.410 [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-21 11:28:15.410 [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-21 11:28:15.413 [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-21 11:28:15.419 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 11:28:15.420 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:28:15.622 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3cf7433e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 63638] -2024-06-21 11:28:16.663 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.437 seconds (JVM running for 5.965) -2024-06-21 11:28:16.665 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 11:28:18.411 [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-21 11:28:18.412 [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 -2024-06-21 11:28:18.413 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:28:18.413 [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-21 11:28:18.415 [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=56, memberId='consumer-Topics-4-5516833f-941b-4262-b411-02a1531a3362', protocol='range'} -2024-06-21 11:28:18.415 [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=56, memberId='consumer-Topics-3-cfc67103-b8e9-40d4-b48f-940794aa017c', protocol='range'} -2024-06-21 11:28:18.416 [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=56, memberId='consumer-Topics-2-84e45b3c-bc7f-48c8-80c7-ff3cd35eb747', protocol='range'} -2024-06-21 11:28:18.417 [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 56: {consumer-Topics-3-cfc67103-b8e9-40d4-b48f-940794aa017c=Assignment(partitions=[]), consumer-Topics-4-5516833f-941b-4262-b411-02a1531a3362=Assignment(partitions=[]), consumer-Topics-2-84e45b3c-bc7f-48c8-80c7-ff3cd35eb747=Assignment(partitions=[test1-0])} -2024-06-21 11:28:18.418 [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=56, memberId='consumer-Topics-4-5516833f-941b-4262-b411-02a1531a3362', protocol='range'} -2024-06-21 11:28:18.418 [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=[]) -2024-06-21 11:28:18.418 [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: -2024-06-21 11:28:18.418 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:28:18.418 [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=56, memberId='consumer-Topics-3-cfc67103-b8e9-40d4-b48f-940794aa017c', protocol='range'} -2024-06-21 11:28:18.418 [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=[]) -2024-06-21 11:28:18.418 [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: -2024-06-21 11:28:18.419 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:28:18.419 [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=56, memberId='consumer-Topics-2-84e45b3c-bc7f-48c8-80c7-ff3cd35eb747', protocol='range'} -2024-06-21 11:28:18.419 [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]) -2024-06-21 11:28:18.419 [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 -2024-06-21 11:28:18.420 [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=49, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:28:18.420 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:28:36.796 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 11:28:36.800 [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-21 11:28:37.260 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:28:37.260 [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-21 11:28:37.692 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:28:55.091 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:28:55.092 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:28:55.092 [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 38 39 34 30 35 33 35 30 35 32 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 33 37 2e 36 35 30 30 30 30 30 30 32 37 38 30 30 30 31 33 30 30 30 35 30 36 35 30 30 30 30 30 44 32 30 34 30 31 32 2e 31 30 32 38 30 30 30 30 35 31 30 33 33 35 35 32 30 33 34 30 30 30 30 31 34 38 30 30 31 34 37 39 30 30 30 30 36 31 33 34 32 2e 31 34 30 30 30 30 37 34 30 30 30 30 31 30 34 30 30 30 30 36 37 36 30 30 30 33 30 30 30 34 30 30 30 35 36 30 30 30 30 35 34 30 30 30 30 35 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c4 7E -2024-06-21 11:28:55.107 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940535052, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=37.65000000, dischargeVoltage=278000, dischargeCurrent=13000, insulationResistance=506500000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=12.10, motorControllerTemperature=280000, motorSpeed=51033, motorTorque=5520, motorTemperature=340000, motorVoltage=14800, motorCurrent=14790000, powerBattery=61342., maxFeedbackPower=140000, maxDischargePower=740000, bmsSelfCheck=10, powerBatteryCurrent=40000, powerBatteryV3=676000, maxVoltage=3000, minVoltage=4000, maxTemperature=560000, minTemperature=540000, availableCapacity=580000, 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-21 11:28:55.160 [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-21 11:28:55.171 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:28:55.171 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:28:55.171 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940535171 -2024-06-21 11:28:55.173 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:28:55.192 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:28:55.192 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"580000","bmsSelfCheck":"10","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"13000","dischargeVoltage":"278000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.10","gear":"D","insulationResistance":"506500000","latitude":"39.5209220","location":"1","longitude":"116.6555800","maxDischargePower":"740000","maxFeedbackPower":"140000","maxTemperature":"560000","maxVoltage":"3000","mcu":"1","mileage":"37.65000000","minTemperature":"540000","minVoltage":"4000","motorControllerTemperature":"280000","motorCurrent":"14790000","motorSpeed":"51033","motorTemperature":"340000","motorTorque":"5520","motorVoltage":"14800","powerBattery":"61342.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"676000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940535052","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:28:55.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:88 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:28:55.308 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940535052, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=37.65000000, dischargeVoltage=278000, dischargeCurrent=13000, insulationResistance=506500000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=12.10, motorControllerTemperature=280000, motorSpeed=51033, motorTorque=5520, motorTemperature=340000, motorVoltage=14800, motorCurrent=14790000, powerBattery=61342., maxFeedbackPower=140000, maxDischargePower=740000, bmsSelfCheck=10, powerBatteryCurrent=40000, powerBatteryV3=676000, maxVoltage=3000, minVoltage=4000, maxTemperature=560000, minTemperature=540000, availableCapacity=580000, 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-21 11:29:42.540 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:29:42.540 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:29:42.540 [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 38 39 34 30 35 38 32 34 38 33 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 33 37 2e 36 38 30 30 30 30 30 30 37 30 37 30 30 30 31 39 30 30 30 32 39 32 30 31 30 30 30 30 44 35 30 30 30 31 31 2e 37 30 33 32 30 30 30 30 34 37 33 30 37 37 32 38 30 39 36 30 30 30 30 32 36 30 30 30 31 32 35 37 34 30 30 30 36 31 33 34 32 2e 32 37 30 30 30 30 39 38 30 30 30 30 39 30 31 30 30 30 30 34 31 37 30 30 30 33 30 30 30 33 30 30 30 39 36 30 30 30 30 33 30 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 ec 7E -2024-06-21 11:29:42.541 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940582483, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=37.68000000, dischargeVoltage=707000, dischargeCurrent=19000, insulationResistance=292010000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=11.70, motorControllerTemperature=320000, motorSpeed=47307, motorTorque=7280, motorTemperature=960000, motorVoltage=26000, motorCurrent=12574000, powerBattery=61342., maxFeedbackPower=270000, maxDischargePower=980000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=417000, maxVoltage=3000, minVoltage=3000, maxTemperature=960000, minTemperature=300000, 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-21 11:29:42.543 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:29:42.543 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"610000","bmsSelfCheck":"90","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"19000","dischargeVoltage":"707000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"292010000","latitude":"39.5209970","location":"1","longitude":"116.6563730","maxDischargePower":"980000","maxFeedbackPower":"270000","maxTemperature":"960000","maxVoltage":"3000","mcu":"1","mileage":"37.68000000","minTemperature":"300000","minVoltage":"3000","motorControllerTemperature":"320000","motorCurrent":"12574000","motorSpeed":"47307","motorTemperature":"960000","motorTorque":"7280","motorVoltage":"26000","powerBattery":"61342.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"417000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940582483","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:29:42.543 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940582483, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=37.68000000, dischargeVoltage=707000, dischargeCurrent=19000, insulationResistance=292010000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=11.70, motorControllerTemperature=320000, motorSpeed=47307, motorTorque=7280, motorTemperature=960000, motorVoltage=26000, motorCurrent=12574000, powerBattery=61342., maxFeedbackPower=270000, maxDischargePower=980000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=417000, maxVoltage=3000, minVoltage=3000, maxTemperature=960000, minTemperature=300000, 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-21 11:29:43.547 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:29:43.548 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:29:43.548 [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 38 39 34 30 35 38 33 34 39 32 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 33 37 2e 37 32 30 30 30 30 30 30 32 34 37 30 30 30 34 30 30 30 30 38 38 35 30 30 30 30 30 30 44 36 30 36 30 31 31 2e 33 30 32 35 30 30 30 30 33 33 38 36 32 37 38 32 30 31 30 30 30 30 30 32 35 32 30 30 37 35 30 39 30 30 30 30 36 31 33 34 32 2e 38 37 30 30 30 30 34 39 30 30 30 30 34 30 31 32 30 30 30 34 39 34 30 30 30 34 30 30 30 34 30 30 30 36 39 30 30 30 30 38 36 30 30 30 30 35 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 eb 7E -2024-06-21 11:29:43.548 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940583492, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=37.72000000, dischargeVoltage=247000, dischargeCurrent=40000, insulationResistance=885000000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=11.30, motorControllerTemperature=250000, motorSpeed=33862, motorTorque=7820, motorTemperature=100000, motorVoltage=25200, motorCurrent=75090000, powerBattery=61342., maxFeedbackPower=870000, maxDischargePower=490000, bmsSelfCheck=40, powerBatteryCurrent=12000, powerBatteryV3=494000, maxVoltage=4000, minVoltage=4000, maxTemperature=690000, minTemperature=860000, availableCapacity=580000, 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-21 11:29:43.551 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:29:43.551 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"580000","bmsSelfCheck":"40","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"247000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.30","gear":"D","insulationResistance":"885000000","latitude":"39.5211210","location":"1","longitude":"116.6576290","maxDischargePower":"490000","maxFeedbackPower":"870000","maxTemperature":"690000","maxVoltage":"4000","mcu":"1","mileage":"37.72000000","minTemperature":"860000","minVoltage":"4000","motorControllerTemperature":"250000","motorCurrent":"75090000","motorSpeed":"33862","motorTemperature":"100000","motorTorque":"7820","motorVoltage":"25200","powerBattery":"61342.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"494000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940583492","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:29:43.552 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940583492, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=37.72000000, dischargeVoltage=247000, dischargeCurrent=40000, insulationResistance=885000000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=11.30, motorControllerTemperature=250000, motorSpeed=33862, motorTorque=7820, motorTemperature=100000, motorVoltage=25200, motorCurrent=75090000, powerBattery=61342., maxFeedbackPower=870000, maxDischargePower=490000, bmsSelfCheck=40, powerBatteryCurrent=12000, powerBatteryV3=494000, maxVoltage=4000, minVoltage=4000, maxTemperature=690000, minTemperature=860000, availableCapacity=580000, 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-21 11:29:44.539 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:29:44.540 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:29:44.540 [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 38 39 34 30 35 38 34 34 38 33 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 33 37 2e 37 35 30 30 30 30 30 30 31 35 36 30 30 30 31 31 30 30 30 31 36 33 38 33 30 30 30 30 44 31 30 39 30 39 2e 36 30 30 35 39 30 30 30 30 38 36 32 34 36 36 33 32 30 39 37 30 30 30 30 32 34 37 30 30 38 36 37 31 30 30 30 30 36 31 33 34 32 2e 34 30 30 30 30 30 39 39 30 30 30 30 33 30 31 30 30 30 30 37 34 33 30 30 30 33 30 30 30 33 30 30 30 32 38 30 30 30 30 31 30 30 30 30 30 31 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f2 7E -2024-06-21 11:29:44.540 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940584483, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=37.75000000, dischargeVoltage=156000, dischargeCurrent=11000, insulationResistance=163830000, gear=D, accelerationPedal=10, brakePedal=90, fuelConsumption=9.600, motorControllerTemperature=590000, motorSpeed=86246, motorTorque=6320, motorTemperature=970000, motorVoltage=24700, motorCurrent=86710000, powerBattery=61342., maxFeedbackPower=400000, maxDischargePower=990000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=743000, maxVoltage=3000, minVoltage=3000, maxTemperature=280000, minTemperature=100000, availableCapacity=180000, 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-21 11:29:44.542 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:29:44.542 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"180000","bmsSelfCheck":"30","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"156000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.600","gear":"D","insulationResistance":"163830000","latitude":"39.5211630","location":"1","longitude":"116.6584780","maxDischargePower":"990000","maxFeedbackPower":"400000","maxTemperature":"280000","maxVoltage":"3000","mcu":"1","mileage":"37.75000000","minTemperature":"100000","minVoltage":"3000","motorControllerTemperature":"590000","motorCurrent":"86710000","motorSpeed":"86246","motorTemperature":"970000","motorTorque":"6320","motorVoltage":"24700","powerBattery":"61342.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"743000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940584483","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:29:44.542 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940584483, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=37.75000000, dischargeVoltage=156000, dischargeCurrent=11000, insulationResistance=163830000, gear=D, accelerationPedal=10, brakePedal=90, fuelConsumption=9.600, motorControllerTemperature=590000, motorSpeed=86246, motorTorque=6320, motorTemperature=970000, motorVoltage=24700, motorCurrent=86710000, powerBattery=61342., maxFeedbackPower=400000, maxDischargePower=990000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=743000, maxVoltage=3000, minVoltage=3000, maxTemperature=280000, minTemperature=100000, availableCapacity=180000, 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-21 11:29:45.530 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:29:45.530 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:29:45.531 [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 38 39 34 30 35 38 35 34 38 33 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 33 37 2e 37 39 30 30 30 30 30 30 36 34 39 30 30 30 31 37 30 30 30 32 39 37 37 34 30 30 30 30 44 32 30 31 30 39 2e 36 30 30 36 34 30 30 30 30 33 33 36 35 39 34 36 33 30 38 32 30 30 30 30 32 34 35 30 30 31 33 35 32 31 30 30 30 36 31 33 34 32 2e 37 36 30 30 30 30 33 35 30 30 30 30 35 30 36 30 30 30 30 34 39 39 30 30 30 33 30 30 30 34 30 30 30 39 30 30 30 30 30 38 36 30 30 30 30 38 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 07 7E -2024-06-21 11:29:45.531 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940585483, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=37.79000000, dischargeVoltage=649000, dischargeCurrent=17000, insulationResistance=297740000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=9.600, motorControllerTemperature=640000, motorSpeed=33659, motorTorque=4630, motorTemperature=820000, motorVoltage=24500, motorCurrent=13521000, powerBattery=61342., maxFeedbackPower=760000, maxDischargePower=350000, bmsSelfCheck=50, powerBatteryCurrent=60000, powerBatteryV3=499000, maxVoltage=3000, minVoltage=4000, maxTemperature=900000, minTemperature=860000, availableCapacity=810000, 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-21 11:29:45.534 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:29:45.534 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"810000","bmsSelfCheck":"50","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"17000","dischargeVoltage":"649000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.600","gear":"D","insulationResistance":"297740000","latitude":"39.5212540","location":"1","longitude":"116.6594440","maxDischargePower":"350000","maxFeedbackPower":"760000","maxTemperature":"900000","maxVoltage":"3000","mcu":"1","mileage":"37.79000000","minTemperature":"860000","minVoltage":"4000","motorControllerTemperature":"640000","motorCurrent":"13521000","motorSpeed":"33659","motorTemperature":"820000","motorTorque":"4630","motorVoltage":"24500","powerBattery":"61342.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"499000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940585483","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:29:45.535 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940585483, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=37.79000000, dischargeVoltage=649000, dischargeCurrent=17000, insulationResistance=297740000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=9.600, motorControllerTemperature=640000, motorSpeed=33659, motorTorque=4630, motorTemperature=820000, motorVoltage=24500, motorCurrent=13521000, powerBattery=61342., maxFeedbackPower=760000, maxDischargePower=350000, bmsSelfCheck=50, powerBatteryCurrent=60000, powerBatteryV3=499000, maxVoltage=3000, minVoltage=4000, maxTemperature=900000, minTemperature=860000, availableCapacity=810000, 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-21 11:29:46.538 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:29:46.539 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:29:46.539 [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 38 39 34 30 35 38 36 34 38 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 33 37 2e 38 35 30 30 30 30 30 30 37 30 36 30 30 30 34 37 30 30 30 37 36 30 39 30 30 30 30 30 44 32 30 30 30 39 2e 39 30 30 35 34 30 30 30 30 35 37 34 33 37 35 35 37 30 38 34 30 30 30 30 32 34 38 30 30 37 30 37 33 30 30 30 30 36 31 33 33 32 2e 38 32 30 30 30 30 39 36 30 30 30 30 31 31 36 30 30 30 30 34 35 36 30 30 30 33 30 30 30 33 30 30 30 36 32 30 30 30 30 37 36 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 09 7E -2024-06-21 11:29:46.539 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940586485, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=37.85000000, dischargeVoltage=706000, dischargeCurrent=47000, insulationResistance=760900000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=9.900, motorControllerTemperature=540000, motorSpeed=57437, motorTorque=5570, motorTemperature=840000, motorVoltage=24800, motorCurrent=70730000, powerBattery=61332., maxFeedbackPower=820000, maxDischargePower=960000, bmsSelfCheck=11, powerBatteryCurrent=60000, powerBatteryV3=456000, maxVoltage=3000, minVoltage=3000, maxTemperature=620000, minTemperature=760000, 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-21 11:29:46.541 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:29:46.541 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"830000","bmsSelfCheck":"11","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"706000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"760900000","latitude":"39.5213450","location":"1","longitude":"116.6606990","maxDischargePower":"960000","maxFeedbackPower":"820000","maxTemperature":"620000","maxVoltage":"3000","mcu":"1","mileage":"37.85000000","minTemperature":"760000","minVoltage":"3000","motorControllerTemperature":"540000","motorCurrent":"70730000","motorSpeed":"57437","motorTemperature":"840000","motorTorque":"5570","motorVoltage":"24800","powerBattery":"61332.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"456000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940586485","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:29:46.541 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940586485, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=37.85000000, dischargeVoltage=706000, dischargeCurrent=47000, insulationResistance=760900000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=9.900, motorControllerTemperature=540000, motorSpeed=57437, motorTorque=5570, motorTemperature=840000, motorVoltage=24800, motorCurrent=70730000, powerBattery=61332., maxFeedbackPower=820000, maxDischargePower=960000, bmsSelfCheck=11, powerBatteryCurrent=60000, powerBatteryV3=456000, maxVoltage=3000, minVoltage=3000, maxTemperature=620000, minTemperature=760000, 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-21 11:29:47.572 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:29:47.572 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:29:47.572 [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 38 39 34 30 35 38 37 34 38 35 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 33 37 2e 38 37 30 30 30 30 30 30 32 34 32 30 30 30 31 33 30 30 30 37 35 30 39 30 30 30 30 30 44 35 30 37 30 31 32 2e 30 30 34 30 30 30 30 30 36 30 32 30 30 32 39 36 30 31 31 39 30 30 30 32 39 30 30 30 39 39 39 31 30 30 30 30 36 31 33 33 32 2e 34 32 30 30 30 30 31 32 30 30 30 30 31 32 34 30 30 30 30 32 37 33 30 30 30 34 30 30 30 33 30 30 30 38 30 30 30 30 30 32 36 30 30 30 30 33 30 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-21 11:29:47.572 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940587485, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=37.87000000, dischargeVoltage=242000, dischargeCurrent=13000, insulationResistance=750900000, gear=D, accelerationPedal=50, brakePedal=70, fuelConsumption=12.00, motorControllerTemperature=400000, motorSpeed=60200, motorTorque=2960, motorTemperature=119000, motorVoltage=29000, motorCurrent=99910000, powerBattery=61332., maxFeedbackPower=420000, maxDischargePower=120000, bmsSelfCheck=12, powerBatteryCurrent=40000, powerBatteryV3=273000, maxVoltage=4000, minVoltage=3000, maxTemperature=800000, minTemperature=260000, availableCapacity=300000, 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-21 11:29:47.574 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:29:47.574 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"300000","bmsSelfCheck":"12","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"13000","dischargeVoltage":"242000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"750900000","latitude":"39.5213780","location":"1","longitude":"116.6611070","maxDischargePower":"120000","maxFeedbackPower":"420000","maxTemperature":"800000","maxVoltage":"4000","mcu":"1","mileage":"37.87000000","minTemperature":"260000","minVoltage":"3000","motorControllerTemperature":"400000","motorCurrent":"99910000","motorSpeed":"60200","motorTemperature":"119000","motorTorque":"2960","motorVoltage":"29000","powerBattery":"61332.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"273000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940587485","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:29:47.574 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940587485, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=37.87000000, dischargeVoltage=242000, dischargeCurrent=13000, insulationResistance=750900000, gear=D, accelerationPedal=50, brakePedal=70, fuelConsumption=12.00, motorControllerTemperature=400000, motorSpeed=60200, motorTorque=2960, motorTemperature=119000, motorVoltage=29000, motorCurrent=99910000, powerBattery=61332., maxFeedbackPower=420000, maxDischargePower=120000, bmsSelfCheck=12, powerBatteryCurrent=40000, powerBatteryV3=273000, maxVoltage=4000, minVoltage=3000, maxTemperature=800000, minTemperature=260000, availableCapacity=300000, 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-21 11:29:48.554 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:29:48.554 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:29:48.555 [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 38 39 34 30 35 38 38 34 38 34 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 33 37 2e 39 34 30 30 30 30 30 30 31 33 33 30 30 30 32 37 30 30 30 36 39 32 31 30 30 30 30 30 44 39 30 39 30 39 2e 34 30 30 32 30 30 30 30 30 39 31 31 30 38 32 32 33 30 31 30 34 30 30 30 31 36 30 30 30 38 33 31 36 30 30 30 30 36 31 33 32 32 2e 38 36 30 30 30 30 39 38 30 30 30 30 31 32 30 30 30 30 30 36 37 31 30 30 30 34 30 30 30 33 30 30 30 32 34 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 dd 7E -2024-06-21 11:29:48.555 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940588484, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=37.94000000, dischargeVoltage=133000, dischargeCurrent=27000, insulationResistance=692100000, gear=D, accelerationPedal=90, brakePedal=90, fuelConsumption=9.400, motorControllerTemperature=200000, motorSpeed=91108, motorTorque=2230, motorTemperature=104000, motorVoltage=16000, motorCurrent=83160000, powerBattery=61322., maxFeedbackPower=860000, maxDischargePower=980000, bmsSelfCheck=12, powerBatteryCurrent=00000, powerBatteryV3=671000, maxVoltage=4000, minVoltage=3000, maxTemperature=240000, 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-21 11:29:48.557 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:29:48.557 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"830000","bmsSelfCheck":"12","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"27000","dischargeVoltage":"133000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"692100000","latitude":"39.5214670","location":"1","longitude":"116.6620990","maxDischargePower":"980000","maxFeedbackPower":"860000","maxTemperature":"240000","maxVoltage":"4000","mcu":"1","mileage":"37.94000000","minTemperature":"700000","minVoltage":"3000","motorControllerTemperature":"200000","motorCurrent":"83160000","motorSpeed":"91108","motorTemperature":"104000","motorTorque":"2230","motorVoltage":"16000","powerBattery":"61322.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"671000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718940588484","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:29:48.557 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940588484, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=37.94000000, dischargeVoltage=133000, dischargeCurrent=27000, insulationResistance=692100000, gear=D, accelerationPedal=90, brakePedal=90, fuelConsumption=9.400, motorControllerTemperature=200000, motorSpeed=91108, motorTorque=2230, motorTemperature=104000, motorVoltage=16000, motorCurrent=83160000, powerBattery=61322., maxFeedbackPower=860000, maxDischargePower=980000, bmsSelfCheck=12, powerBatteryCurrent=00000, powerBatteryV3=671000, maxVoltage=4000, minVoltage=3000, maxTemperature=240000, 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-21 11:29:49.539 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:29:49.539 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:29:49.539 [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 38 39 34 30 35 38 39 34 38 34 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 33 37 2e 39 38 30 30 30 30 30 30 37 31 33 30 30 30 33 35 30 30 30 32 31 33 35 37 30 30 30 30 44 39 30 38 30 31 31 2e 32 30 37 37 30 30 30 30 32 30 36 38 34 33 38 32 30 39 36 30 30 30 30 31 36 39 30 30 35 34 38 30 30 30 30 30 36 31 33 32 32 2e 31 39 30 30 30 30 38 37 30 30 30 30 38 30 30 30 30 30 30 32 36 32 30 30 30 34 30 30 30 33 30 30 30 34 33 30 30 30 30 32 34 30 30 30 30 38 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f8 7E -2024-06-21 11:29:49.539 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940589484, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=37.98000000, dischargeVoltage=713000, dischargeCurrent=35000, insulationResistance=213570000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=11.20, motorControllerTemperature=770000, motorSpeed=20684, motorTorque=3820, motorTemperature=960000, motorVoltage=16900, motorCurrent=54800000, powerBattery=61322., maxFeedbackPower=190000, maxDischargePower=870000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=262000, maxVoltage=4000, minVoltage=3000, maxTemperature=430000, minTemperature=240000, availableCapacity=890000, 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-21 11:29:49.541 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:29:49.541 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"890000","bmsSelfCheck":"80","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"35000","dischargeVoltage":"713000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.20","gear":"D","insulationResistance":"213570000","latitude":"39.5215620","location":"1","longitude":"116.6633180","maxDischargePower":"870000","maxFeedbackPower":"190000","maxTemperature":"430000","maxVoltage":"4000","mcu":"1","mileage":"37.98000000","minTemperature":"240000","minVoltage":"3000","motorControllerTemperature":"770000","motorCurrent":"54800000","motorSpeed":"20684","motorTemperature":"960000","motorTorque":"3820","motorVoltage":"16900","powerBattery":"61322.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"262000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940589484","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:29:49.541 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940589484, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=37.98000000, dischargeVoltage=713000, dischargeCurrent=35000, insulationResistance=213570000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=11.20, motorControllerTemperature=770000, motorSpeed=20684, motorTorque=3820, motorTemperature=960000, motorVoltage=16900, motorCurrent=54800000, powerBattery=61322., maxFeedbackPower=190000, maxDischargePower=870000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=262000, maxVoltage=4000, minVoltage=3000, maxTemperature=430000, minTemperature=240000, availableCapacity=890000, 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-21 11:29:50.547 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:29:50.547 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:29:50.548 [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 38 39 34 30 35 39 30 34 38 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 33 38 2e 30 34 30 30 30 30 30 30 31 39 33 30 30 30 32 31 30 30 30 32 39 31 36 38 30 30 30 30 44 35 30 34 30 31 30 2e 32 30 34 30 30 30 30 30 38 30 33 32 33 38 31 31 30 33 37 30 30 30 30 32 37 37 30 30 33 39 36 30 30 30 30 30 36 31 33 31 32 2e 33 34 30 30 30 30 37 34 30 30 30 30 31 30 31 30 30 30 30 35 33 32 30 30 30 33 30 30 30 34 30 30 30 33 32 30 30 30 30 33 36 30 30 30 30 34 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 b6 7E -2024-06-21 11:29:50.548 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940590483, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=38.04000000, dischargeVoltage=193000, dischargeCurrent=21000, insulationResistance=291680000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.20, motorControllerTemperature=400000, motorSpeed=80323, motorTorque=8110, motorTemperature=370000, motorVoltage=27700, motorCurrent=39600000, powerBattery=61312., maxFeedbackPower=340000, maxDischargePower=740000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=532000, maxVoltage=3000, minVoltage=4000, maxTemperature=320000, minTemperature=360000, availableCapacity=400000, 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-21 11:29:50.550 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:29:50.550 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"400000","bmsSelfCheck":"10","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"193000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"291680000","latitude":"39.5216700","location":"1","longitude":"116.6648360","maxDischargePower":"740000","maxFeedbackPower":"340000","maxTemperature":"320000","maxVoltage":"3000","mcu":"1","mileage":"38.04000000","minTemperature":"360000","minVoltage":"4000","motorControllerTemperature":"400000","motorCurrent":"39600000","motorSpeed":"80323","motorTemperature":"370000","motorTorque":"8110","motorVoltage":"27700","powerBattery":"61312.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"532000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940590483","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:29:50.550 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940590483, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=38.04000000, dischargeVoltage=193000, dischargeCurrent=21000, insulationResistance=291680000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.20, motorControllerTemperature=400000, motorSpeed=80323, motorTorque=8110, motorTemperature=370000, motorVoltage=27700, motorCurrent=39600000, powerBattery=61312., maxFeedbackPower=340000, maxDischargePower=740000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=532000, maxVoltage=3000, minVoltage=4000, maxTemperature=320000, minTemperature=360000, availableCapacity=400000, 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-21 11:29:51.540 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:29:51.540 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:29:51.540 [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 38 39 34 30 35 39 31 34 38 35 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 33 38 2e 30 37 30 30 30 30 30 30 33 37 35 30 30 30 33 38 30 30 30 31 35 33 33 33 30 30 30 30 44 35 30 31 30 39 2e 32 30 30 37 37 30 30 30 30 32 37 39 39 32 36 30 34 30 36 37 30 30 30 30 31 39 31 30 30 31 32 36 34 36 30 30 30 36 31 33 31 32 2e 39 36 30 30 30 30 34 30 30 30 30 30 38 30 30 30 30 30 30 33 32 33 30 30 30 34 30 30 30 33 30 30 30 35 31 30 30 30 30 36 30 30 30 30 30 33 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e5 7E -2024-06-21 11:29:51.540 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940591485, longitude=116.6653570, latitude=39.5217650, speed=54.000, mileage=38.07000000, dischargeVoltage=375000, dischargeCurrent=38000, insulationResistance=153330000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=9.200, motorControllerTemperature=770000, motorSpeed=27992, motorTorque=6040, motorTemperature=670000, motorVoltage=19100, motorCurrent=12646000, powerBattery=61312., maxFeedbackPower=960000, maxDischargePower=400000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=323000, maxVoltage=4000, minVoltage=3000, maxTemperature=510000, minTemperature=600000, availableCapacity=390000, 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-21 11:29:51.543 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:29:51.543 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"390000","bmsSelfCheck":"80","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"38000","dischargeVoltage":"375000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"153330000","latitude":"39.5217650","location":"1","longitude":"116.6653570","maxDischargePower":"400000","maxFeedbackPower":"960000","maxTemperature":"510000","maxVoltage":"4000","mcu":"1","mileage":"38.07000000","minTemperature":"600000","minVoltage":"3000","motorControllerTemperature":"770000","motorCurrent":"12646000","motorSpeed":"27992","motorTemperature":"670000","motorTorque":"6040","motorVoltage":"19100","powerBattery":"61312.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"323000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940591485","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:29:51.543 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940591485, longitude=116.6653570, latitude=39.5217650, speed=54.000, mileage=38.07000000, dischargeVoltage=375000, dischargeCurrent=38000, insulationResistance=153330000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=9.200, motorControllerTemperature=770000, motorSpeed=27992, motorTorque=6040, motorTemperature=670000, motorVoltage=19100, motorCurrent=12646000, powerBattery=61312., maxFeedbackPower=960000, maxDischargePower=400000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=323000, maxVoltage=4000, minVoltage=3000, maxTemperature=510000, minTemperature=600000, availableCapacity=390000, 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-21 11:29:52.540 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:29:52.540 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:29:52.541 [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 38 39 34 30 35 39 32 34 38 34 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 33 38 2e 31 32 30 30 30 30 30 30 33 37 36 30 30 30 32 32 30 30 30 38 34 32 31 30 30 30 30 30 44 39 30 38 30 39 2e 36 30 30 32 38 30 30 30 30 35 38 31 31 37 39 36 34 30 31 34 30 30 30 30 32 38 35 30 30 35 31 36 30 30 30 30 30 36 31 33 30 32 2e 33 32 30 30 30 30 35 37 30 30 30 30 31 34 36 30 30 30 30 36 32 38 30 30 30 33 30 30 30 34 30 30 30 38 36 30 30 30 30 33 37 30 30 30 30 38 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f7 7E -2024-06-21 11:29:52.541 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940592484, longitude=116.6663970, latitude=39.5218350, speed=90.000, mileage=38.12000000, dischargeVoltage=376000, dischargeCurrent=22000, insulationResistance=842100000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=9.600, motorControllerTemperature=280000, motorSpeed=58117, motorTorque=9640, motorTemperature=140000, motorVoltage=28500, motorCurrent=51600000, powerBattery=61302., maxFeedbackPower=320000, maxDischargePower=570000, bmsSelfCheck=14, powerBatteryCurrent=60000, powerBatteryV3=628000, maxVoltage=3000, minVoltage=4000, maxTemperature=860000, minTemperature=370000, availableCapacity=870000, 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-21 11:29:52.543 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:29:52.544 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"870000","bmsSelfCheck":"14","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"22000","dischargeVoltage":"376000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.600","gear":"D","insulationResistance":"842100000","latitude":"39.5218350","location":"1","longitude":"116.6663970","maxDischargePower":"570000","maxFeedbackPower":"320000","maxTemperature":"860000","maxVoltage":"3000","mcu":"1","mileage":"38.12000000","minTemperature":"370000","minVoltage":"4000","motorControllerTemperature":"280000","motorCurrent":"51600000","motorSpeed":"58117","motorTemperature":"140000","motorTorque":"9640","motorVoltage":"28500","powerBattery":"61302.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"628000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940592484","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:29:52.544 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940592484, longitude=116.6663970, latitude=39.5218350, speed=90.000, mileage=38.12000000, dischargeVoltage=376000, dischargeCurrent=22000, insulationResistance=842100000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=9.600, motorControllerTemperature=280000, motorSpeed=58117, motorTorque=9640, motorTemperature=140000, motorVoltage=28500, motorCurrent=51600000, powerBattery=61302., maxFeedbackPower=320000, maxDischargePower=570000, bmsSelfCheck=14, powerBatteryCurrent=60000, powerBatteryV3=628000, maxVoltage=3000, minVoltage=4000, maxTemperature=860000, minTemperature=370000, availableCapacity=870000, 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-21 11:29:53.533 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:29:53.534 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:29:53.534 [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 38 39 34 30 35 39 33 34 38 35 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 33 38 2e 31 36 30 30 30 30 30 30 35 35 39 30 30 30 37 30 30 30 30 32 32 33 30 30 30 30 30 30 44 32 30 31 30 31 30 2e 34 30 39 36 30 30 30 30 38 39 39 35 39 39 30 32 30 33 39 30 30 30 30 32 30 32 30 30 31 31 33 32 35 30 30 30 36 31 33 30 32 2e 35 34 30 30 30 30 39 30 30 30 30 30 33 30 31 33 30 30 30 37 34 36 30 30 30 33 30 30 30 34 30 30 30 33 30 30 30 30 30 37 38 30 30 30 30 35 37 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-21 11:29:53.534 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940593485, longitude=116.6675130, latitude=39.5219180, speed=72.000, mileage=38.16000000, dischargeVoltage=559000, dischargeCurrent=70000, insulationResistance=223000000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=10.40, motorControllerTemperature=960000, motorSpeed=89959, motorTorque=9020, motorTemperature=390000, motorVoltage=20200, motorCurrent=11325000, powerBattery=61302., maxFeedbackPower=540000, maxDischargePower=900000, bmsSelfCheck=30, powerBatteryCurrent=13000, powerBatteryV3=746000, maxVoltage=3000, minVoltage=4000, maxTemperature=300000, minTemperature=780000, availableCapacity=570000, 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-21 11:29:53.535 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:29:53.536 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"570000","bmsSelfCheck":"30","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"70000","dischargeVoltage":"559000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"223000000","latitude":"39.5219180","location":"1","longitude":"116.6675130","maxDischargePower":"900000","maxFeedbackPower":"540000","maxTemperature":"300000","maxVoltage":"3000","mcu":"1","mileage":"38.16000000","minTemperature":"780000","minVoltage":"4000","motorControllerTemperature":"960000","motorCurrent":"11325000","motorSpeed":"89959","motorTemperature":"390000","motorTorque":"9020","motorVoltage":"20200","powerBattery":"61302.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"746000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940593485","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:29:53.536 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940593485, longitude=116.6675130, latitude=39.5219180, speed=72.000, mileage=38.16000000, dischargeVoltage=559000, dischargeCurrent=70000, insulationResistance=223000000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=10.40, motorControllerTemperature=960000, motorSpeed=89959, motorTorque=9020, motorTemperature=390000, motorVoltage=20200, motorCurrent=11325000, powerBattery=61302., maxFeedbackPower=540000, maxDischargePower=900000, bmsSelfCheck=30, powerBatteryCurrent=13000, powerBatteryV3=746000, maxVoltage=3000, minVoltage=4000, maxTemperature=300000, minTemperature=780000, availableCapacity=570000, 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-21 11:30:18.220 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:18.220 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:18.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 38 39 34 30 36 31 38 31 34 39 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 33 38 2e 31 39 30 30 30 30 30 30 34 30 31 30 30 30 31 39 30 30 30 32 34 34 30 30 30 30 30 30 44 36 30 30 30 39 2e 34 30 30 36 39 30 30 30 30 35 32 37 32 33 33 39 30 30 31 30 32 30 30 30 31 36 33 30 30 31 30 37 37 35 30 30 30 36 31 33 30 32 2e 39 30 30 30 30 30 38 35 30 30 30 30 32 30 32 30 30 30 30 37 30 37 30 30 30 34 30 30 30 33 30 30 30 33 31 30 30 30 30 34 30 30 30 30 30 33 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d1 7E -2024-06-21 11:30:18.221 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940618149, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=38.19000000, dischargeVoltage=401000, dischargeCurrent=19000, insulationResistance=244000000, gear=D, accelerationPedal=60, brakePedal=00, fuelConsumption=9.400, motorControllerTemperature=690000, motorSpeed=52723, motorTorque=3900, motorTemperature=102000, motorVoltage=16300, motorCurrent=10775000, powerBattery=61302., maxFeedbackPower=900000, maxDischargePower=850000, bmsSelfCheck=20, powerBatteryCurrent=20000, powerBatteryV3=707000, maxVoltage=4000, minVoltage=3000, maxTemperature=310000, minTemperature=400000, availableCapacity=340000, vehicleStatus=1, 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-21 11:30:18.222 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:18.222 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"340000","bmsSelfCheck":"20","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"19000","dischargeVoltage":"401000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"244000000","latitude":"39.5219970","location":"1","longitude":"116.6684790","maxDischargePower":"850000","maxFeedbackPower":"900000","maxTemperature":"310000","maxVoltage":"4000","mcu":"1","mileage":"38.19000000","minTemperature":"400000","minVoltage":"3000","motorControllerTemperature":"690000","motorCurrent":"10775000","motorSpeed":"52723","motorTemperature":"102000","motorTorque":"3900","motorVoltage":"16300","powerBattery":"61302.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"707000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940618149","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:18.223 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940618149, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=38.19000000, dischargeVoltage=401000, dischargeCurrent=19000, insulationResistance=244000000, gear=D, accelerationPedal=60, brakePedal=00, fuelConsumption=9.400, motorControllerTemperature=690000, motorSpeed=52723, motorTorque=3900, motorTemperature=102000, motorVoltage=16300, motorCurrent=10775000, powerBattery=61302., maxFeedbackPower=900000, maxDischargePower=850000, bmsSelfCheck=20, powerBatteryCurrent=20000, powerBatteryV3=707000, maxVoltage=4000, minVoltage=3000, maxTemperature=310000, minTemperature=400000, availableCapacity=340000, vehicleStatus=1, 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-21 11:30:19.210 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:19.210 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:19.210 [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 38 39 34 30 36 31 39 31 36 32 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 33 38 2e 32 32 30 30 30 30 30 30 35 32 32 30 30 30 33 30 30 30 30 31 39 33 35 36 30 30 30 30 44 37 30 33 30 39 2e 33 30 30 31 38 30 30 30 30 34 30 32 30 39 31 39 30 30 36 35 30 30 30 30 32 36 32 30 30 33 35 35 36 30 30 30 30 36 31 33 30 32 2e 36 37 30 30 30 30 38 31 30 30 30 30 31 33 31 30 30 30 30 37 33 35 30 30 30 33 30 30 30 33 30 30 30 36 31 30 30 30 30 37 39 30 30 30 30 33 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 cf 7E -2024-06-21 11:30:19.210 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940619162, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=38.22000000, dischargeVoltage=522000, dischargeCurrent=30000, insulationResistance=193560000, gear=D, accelerationPedal=70, brakePedal=30, fuelConsumption=9.300, motorControllerTemperature=180000, motorSpeed=40209, motorTorque=1900, motorTemperature=650000, motorVoltage=26200, motorCurrent=35560000, powerBattery=61302., maxFeedbackPower=670000, maxDischargePower=810000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=735000, maxVoltage=3000, minVoltage=3000, maxTemperature=610000, minTemperature=790000, availableCapacity=320000, vehicleStatus=1, 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-21 11:30:19.212 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:19.212 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"320000","bmsSelfCheck":"13","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"522000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"193560000","latitude":"39.5220750","location":"1","longitude":"116.6694390","maxDischargePower":"810000","maxFeedbackPower":"670000","maxTemperature":"610000","maxVoltage":"3000","mcu":"1","mileage":"38.22000000","minTemperature":"790000","minVoltage":"3000","motorControllerTemperature":"180000","motorCurrent":"35560000","motorSpeed":"40209","motorTemperature":"650000","motorTorque":"1900","motorVoltage":"26200","powerBattery":"61302.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"735000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940619162","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:19.212 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940619162, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=38.22000000, dischargeVoltage=522000, dischargeCurrent=30000, insulationResistance=193560000, gear=D, accelerationPedal=70, brakePedal=30, fuelConsumption=9.300, motorControllerTemperature=180000, motorSpeed=40209, motorTorque=1900, motorTemperature=650000, motorVoltage=26200, motorCurrent=35560000, powerBattery=61302., maxFeedbackPower=670000, maxDischargePower=810000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=735000, maxVoltage=3000, minVoltage=3000, maxTemperature=610000, minTemperature=790000, availableCapacity=320000, vehicleStatus=1, 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-21 11:30:20.219 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:20.220 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:20.221 [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 38 39 34 30 36 32 30 31 36 34 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 33 38 2e 32 34 30 30 30 30 30 30 37 30 34 30 30 30 33 34 30 30 30 39 35 31 30 30 30 30 30 30 44 36 30 38 30 39 2e 33 30 30 33 39 30 30 30 30 38 33 37 38 33 35 39 33 30 39 37 30 30 30 30 32 34 37 30 30 31 34 35 30 32 30 30 30 36 31 33 30 32 2e 33 37 30 30 30 30 35 35 30 30 30 30 34 30 37 30 30 30 30 35 32 31 30 30 30 34 30 30 30 33 30 30 30 37 34 30 30 30 30 38 33 30 30 30 30 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d5 7E -2024-06-21 11:30:20.221 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940620164, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=38.24000000, dischargeVoltage=704000, dischargeCurrent=34000, insulationResistance=951000000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=9.300, motorControllerTemperature=390000, motorSpeed=83783, motorTorque=5930, motorTemperature=970000, motorVoltage=24700, motorCurrent=14502000, powerBattery=61302., maxFeedbackPower=370000, maxDischargePower=550000, bmsSelfCheck=40, powerBatteryCurrent=70000, powerBatteryV3=521000, maxVoltage=4000, minVoltage=3000, maxTemperature=740000, minTemperature=830000, availableCapacity=600000, vehicleStatus=1, 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-21 11:30:20.223 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:20.224 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"600000","bmsSelfCheck":"40","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"34000","dischargeVoltage":"704000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"951000000","latitude":"39.5221290","location":"1","longitude":"116.6701900","maxDischargePower":"550000","maxFeedbackPower":"370000","maxTemperature":"740000","maxVoltage":"4000","mcu":"1","mileage":"38.24000000","minTemperature":"830000","minVoltage":"3000","motorControllerTemperature":"390000","motorCurrent":"14502000","motorSpeed":"83783","motorTemperature":"970000","motorTorque":"5930","motorVoltage":"24700","powerBattery":"61302.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"521000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940620164","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:20.224 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940620164, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=38.24000000, dischargeVoltage=704000, dischargeCurrent=34000, insulationResistance=951000000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=9.300, motorControllerTemperature=390000, motorSpeed=83783, motorTorque=5930, motorTemperature=970000, motorVoltage=24700, motorCurrent=14502000, powerBattery=61302., maxFeedbackPower=370000, maxDischargePower=550000, bmsSelfCheck=40, powerBatteryCurrent=70000, powerBatteryV3=521000, maxVoltage=4000, minVoltage=3000, maxTemperature=740000, minTemperature=830000, availableCapacity=600000, vehicleStatus=1, 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-21 11:30:21.210 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:21.210 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:21.210 [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 38 39 34 30 36 32 31 31 36 32 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 33 38 2e 33 31 30 30 30 30 30 30 33 31 33 30 30 30 32 32 30 30 30 31 31 30 38 35 30 30 30 30 44 32 30 39 30 31 31 2e 37 30 30 30 30 30 30 30 36 38 35 31 30 30 30 30 30 31 32 34 30 30 30 32 35 32 30 30 35 38 38 38 30 30 30 30 36 31 32 39 31 2e 36 32 30 30 30 30 36 34 30 30 30 30 31 32 31 31 30 30 30 35 37 34 30 30 30 33 30 30 30 34 30 30 30 37 30 30 30 30 30 36 30 30 30 30 30 37 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 aa 7E -2024-06-21 11:30:21.210 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940621162, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=38.31000000, dischargeVoltage=313000, dischargeCurrent=22000, insulationResistance=110850000, gear=D, accelerationPedal=20, brakePedal=90, fuelConsumption=11.70, motorControllerTemperature=000000, motorSpeed=68510, motorTorque=0000, motorTemperature=124000, motorVoltage=25200, motorCurrent=58880000, powerBattery=61291., maxFeedbackPower=620000, maxDischargePower=640000, bmsSelfCheck=12, powerBatteryCurrent=11000, powerBatteryV3=574000, maxVoltage=3000, minVoltage=4000, maxTemperature=700000, minTemperature=600000, availableCapacity=730000, vehicleStatus=1, 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-21 11:30:21.212 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:21.213 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"730000","bmsSelfCheck":"12","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"22000","dischargeVoltage":"313000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"110850000","latitude":"39.5222470","location":"1","longitude":"116.6713820","maxDischargePower":"640000","maxFeedbackPower":"620000","maxTemperature":"700000","maxVoltage":"3000","mcu":"1","mileage":"38.31000000","minTemperature":"600000","minVoltage":"4000","motorControllerTemperature":"000000","motorCurrent":"58880000","motorSpeed":"68510","motorTemperature":"124000","motorTorque":"0000","motorVoltage":"25200","powerBattery":"61291.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"574000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718940621162","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:21.213 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940621162, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=38.31000000, dischargeVoltage=313000, dischargeCurrent=22000, insulationResistance=110850000, gear=D, accelerationPedal=20, brakePedal=90, fuelConsumption=11.70, motorControllerTemperature=000000, motorSpeed=68510, motorTorque=0000, motorTemperature=124000, motorVoltage=25200, motorCurrent=58880000, powerBattery=61291., maxFeedbackPower=620000, maxDischargePower=640000, bmsSelfCheck=12, powerBatteryCurrent=11000, powerBatteryV3=574000, maxVoltage=3000, minVoltage=4000, maxTemperature=700000, minTemperature=600000, availableCapacity=730000, vehicleStatus=1, 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-21 11:30:22.227 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:22.227 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:22.228 [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 38 39 34 30 36 32 32 31 36 33 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 33 38 2e 33 33 30 30 30 30 30 30 37 30 32 30 30 30 39 30 30 30 30 31 39 35 36 33 30 30 30 30 44 30 30 39 30 31 30 2e 38 30 35 36 30 30 30 30 36 30 32 30 31 36 36 30 30 31 31 39 30 30 30 32 38 39 30 30 32 35 38 38 30 30 30 30 36 31 32 39 31 2e 37 30 30 30 30 30 37 30 30 30 30 30 31 34 32 30 30 30 30 32 37 38 30 30 30 34 30 30 30 34 30 30 30 31 33 30 30 30 30 34 35 30 30 30 30 33 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c5 7E -2024-06-21 11:30:22.228 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940622163, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=38.33000000, dischargeVoltage=702000, dischargeCurrent=90000, insulationResistance=195630000, gear=D, accelerationPedal=00, brakePedal=90, fuelConsumption=10.80, motorControllerTemperature=560000, motorSpeed=60201, motorTorque=6600, motorTemperature=119000, motorVoltage=28900, motorCurrent=25880000, powerBattery=61291., maxFeedbackPower=700000, maxDischargePower=700000, bmsSelfCheck=14, powerBatteryCurrent=20000, powerBatteryV3=278000, maxVoltage=4000, minVoltage=4000, maxTemperature=130000, minTemperature=450000, availableCapacity=320000, vehicleStatus=1, 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-21 11:30:22.229 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:22.229 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"320000","bmsSelfCheck":"14","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"90000","dischargeVoltage":"702000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.80","gear":"D","insulationResistance":"195630000","latitude":"39.5222260","location":"1","longitude":"116.6721170","maxDischargePower":"700000","maxFeedbackPower":"700000","maxTemperature":"130000","maxVoltage":"4000","mcu":"1","mileage":"38.33000000","minTemperature":"450000","minVoltage":"4000","motorControllerTemperature":"560000","motorCurrent":"25880000","motorSpeed":"60201","motorTemperature":"119000","motorTorque":"6600","motorVoltage":"28900","powerBattery":"61291.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"278000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940622163","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:22.230 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940622163, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=38.33000000, dischargeVoltage=702000, dischargeCurrent=90000, insulationResistance=195630000, gear=D, accelerationPedal=00, brakePedal=90, fuelConsumption=10.80, motorControllerTemperature=560000, motorSpeed=60201, motorTorque=6600, motorTemperature=119000, motorVoltage=28900, motorCurrent=25880000, powerBattery=61291., maxFeedbackPower=700000, maxDischargePower=700000, bmsSelfCheck=14, powerBatteryCurrent=20000, powerBatteryV3=278000, maxVoltage=4000, minVoltage=4000, maxTemperature=130000, minTemperature=450000, availableCapacity=320000, vehicleStatus=1, 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-21 11:30:23.219 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:23.219 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:23.219 [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 38 39 34 30 36 32 33 31 36 31 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 33 38 2e 33 37 30 30 30 30 30 30 35 39 36 30 30 30 32 31 30 30 30 32 32 35 30 39 30 30 30 30 44 38 30 39 30 39 2e 36 30 30 32 38 30 30 30 30 33 38 39 35 31 32 37 30 30 34 38 30 30 30 30 32 32 35 30 30 31 32 33 36 31 30 30 30 36 31 32 39 31 2e 37 32 30 30 30 30 35 33 30 30 30 30 39 30 31 32 30 30 30 37 33 34 30 30 30 34 30 30 30 33 30 30 30 36 39 30 30 30 30 36 30 30 30 30 30 32 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 da 7E -2024-06-21 11:30:23.219 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940623161, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=38.37000000, dischargeVoltage=596000, dischargeCurrent=21000, insulationResistance=225090000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=9.600, motorControllerTemperature=280000, motorSpeed=38951, motorTorque=2700, motorTemperature=480000, motorVoltage=22500, motorCurrent=12361000, powerBattery=61291., maxFeedbackPower=720000, maxDischargePower=530000, bmsSelfCheck=90, powerBatteryCurrent=12000, powerBatteryV3=734000, maxVoltage=4000, minVoltage=3000, maxTemperature=690000, minTemperature=600000, availableCapacity=240000, vehicleStatus=1, 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-21 11:30:23.221 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:23.221 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"240000","bmsSelfCheck":"90","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"596000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.600","gear":"D","insulationResistance":"225090000","latitude":"39.5223210","location":"1","longitude":"116.6730190","maxDischargePower":"530000","maxFeedbackPower":"720000","maxTemperature":"690000","maxVoltage":"4000","mcu":"1","mileage":"38.37000000","minTemperature":"600000","minVoltage":"3000","motorControllerTemperature":"280000","motorCurrent":"12361000","motorSpeed":"38951","motorTemperature":"480000","motorTorque":"2700","motorVoltage":"22500","powerBattery":"61291.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"734000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940623161","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:23.222 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940623161, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=38.37000000, dischargeVoltage=596000, dischargeCurrent=21000, insulationResistance=225090000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=9.600, motorControllerTemperature=280000, motorSpeed=38951, motorTorque=2700, motorTemperature=480000, motorVoltage=22500, motorCurrent=12361000, powerBattery=61291., maxFeedbackPower=720000, maxDischargePower=530000, bmsSelfCheck=90, powerBatteryCurrent=12000, powerBatteryV3=734000, maxVoltage=4000, minVoltage=3000, maxTemperature=690000, minTemperature=600000, availableCapacity=240000, vehicleStatus=1, 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-21 11:30:24.220 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:24.220 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:24.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 38 39 34 30 36 32 34 31 35 31 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 33 38 2e 33 39 30 30 30 30 30 30 32 34 38 30 30 30 32 39 30 30 30 33 38 30 30 30 30 30 30 30 44 32 30 34 30 39 2e 33 30 30 34 37 30 30 30 30 34 38 30 33 33 39 37 35 30 36 33 30 30 30 30 32 31 32 30 30 33 38 39 30 30 30 30 30 36 31 32 39 31 2e 39 30 30 30 30 30 36 35 30 30 30 30 33 30 31 31 30 30 30 32 38 36 30 30 30 34 30 30 30 33 30 30 30 32 37 30 30 30 30 38 39 30 30 30 30 32 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 df 7E -2024-06-21 11:30:24.220 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940624151, longitude=116.6736620, latitude=39.5223630, speed=36.000, mileage=38.39000000, dischargeVoltage=248000, dischargeCurrent=29000, insulationResistance=380000000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=9.300, motorControllerTemperature=470000, motorSpeed=48033, motorTorque=9750, motorTemperature=630000, motorVoltage=21200, motorCurrent=38900000, powerBattery=61291., maxFeedbackPower=900000, maxDischargePower=650000, bmsSelfCheck=30, powerBatteryCurrent=11000, powerBatteryV3=286000, maxVoltage=4000, minVoltage=3000, maxTemperature=270000, minTemperature=890000, availableCapacity=280000, vehicleStatus=1, 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-21 11:30:24.222 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:24.223 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"280000","bmsSelfCheck":"30","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"29000","dischargeVoltage":"248000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"380000000","latitude":"39.5223630","location":"1","longitude":"116.6736620","maxDischargePower":"650000","maxFeedbackPower":"900000","maxTemperature":"270000","maxVoltage":"4000","mcu":"1","mileage":"38.39000000","minTemperature":"890000","minVoltage":"3000","motorControllerTemperature":"470000","motorCurrent":"38900000","motorSpeed":"48033","motorTemperature":"630000","motorTorque":"9750","motorVoltage":"21200","powerBattery":"61291.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"286000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940624151","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:24.223 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940624151, longitude=116.6736620, latitude=39.5223630, speed=36.000, mileage=38.39000000, dischargeVoltage=248000, dischargeCurrent=29000, insulationResistance=380000000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=9.300, motorControllerTemperature=470000, motorSpeed=48033, motorTorque=9750, motorTemperature=630000, motorVoltage=21200, motorCurrent=38900000, powerBattery=61291., maxFeedbackPower=900000, maxDischargePower=650000, bmsSelfCheck=30, powerBatteryCurrent=11000, powerBatteryV3=286000, maxVoltage=4000, minVoltage=3000, maxTemperature=270000, minTemperature=890000, availableCapacity=280000, vehicleStatus=1, 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-21 11:30:25.198 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:25.198 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:25.198 [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 38 39 34 30 36 32 35 31 35 31 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 33 38 2e 34 32 30 30 30 30 30 30 31 36 37 30 30 30 31 32 30 30 30 32 37 38 32 35 30 30 30 30 44 31 30 39 30 31 30 2e 30 30 34 33 30 30 30 30 34 31 38 30 36 31 30 35 30 32 37 30 30 30 30 31 38 38 30 30 36 30 31 30 30 30 30 30 36 31 32 39 31 2e 34 37 30 30 30 30 39 33 30 30 30 30 37 30 31 31 30 30 30 34 33 35 30 30 30 34 30 30 30 33 30 30 30 34 30 30 30 30 30 38 32 30 30 30 30 33 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ad 7E -2024-06-21 11:30:25.198 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940625151, longitude=116.6744210, latitude=39.5224200, speed=54.000, mileage=38.42000000, dischargeVoltage=167000, dischargeCurrent=12000, insulationResistance=278250000, gear=D, accelerationPedal=10, brakePedal=90, fuelConsumption=10.00, motorControllerTemperature=430000, motorSpeed=41806, motorTorque=1050, motorTemperature=270000, motorVoltage=18800, motorCurrent=60100000, powerBattery=61291., maxFeedbackPower=470000, maxDischargePower=930000, bmsSelfCheck=70, powerBatteryCurrent=11000, powerBatteryV3=435000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=820000, availableCapacity=340000, vehicleStatus=1, 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-21 11:30:25.200 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:25.200 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"340000","bmsSelfCheck":"70","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"12000","dischargeVoltage":"167000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.00","gear":"D","insulationResistance":"278250000","latitude":"39.5224200","location":"1","longitude":"116.6744210","maxDischargePower":"930000","maxFeedbackPower":"470000","maxTemperature":"400000","maxVoltage":"4000","mcu":"1","mileage":"38.42000000","minTemperature":"820000","minVoltage":"3000","motorControllerTemperature":"430000","motorCurrent":"60100000","motorSpeed":"41806","motorTemperature":"270000","motorTorque":"1050","motorVoltage":"18800","powerBattery":"61291.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"435000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940625151","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:25.200 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940625151, longitude=116.6744210, latitude=39.5224200, speed=54.000, mileage=38.42000000, dischargeVoltage=167000, dischargeCurrent=12000, insulationResistance=278250000, gear=D, accelerationPedal=10, brakePedal=90, fuelConsumption=10.00, motorControllerTemperature=430000, motorSpeed=41806, motorTorque=1050, motorTemperature=270000, motorVoltage=18800, motorCurrent=60100000, powerBattery=61291., maxFeedbackPower=470000, maxDischargePower=930000, bmsSelfCheck=70, powerBatteryCurrent=11000, powerBatteryV3=435000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=820000, availableCapacity=340000, vehicleStatus=1, 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-21 11:30:26.198 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:26.198 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:26.198 [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 38 39 34 30 36 32 36 31 35 32 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 33 38 2e 34 36 30 30 30 30 30 30 32 37 38 30 30 30 34 39 30 30 30 31 30 33 31 39 30 30 30 30 44 35 30 35 30 39 2e 31 30 30 33 30 30 30 30 30 39 30 34 34 32 37 30 30 30 39 38 30 30 30 30 32 34 39 30 30 31 37 37 30 30 30 30 30 36 31 32 39 31 2e 32 34 30 30 30 30 38 32 30 30 30 30 31 30 35 30 30 30 30 36 39 33 30 30 30 33 30 30 30 34 30 30 30 38 32 30 30 30 30 33 32 30 30 30 30 33 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 db 7E -2024-06-21 11:30:26.198 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940626152, longitude=116.6755690, latitude=39.5225240, speed=72.000, mileage=38.46000000, dischargeVoltage=278000, dischargeCurrent=49000, insulationResistance=103190000, gear=D, accelerationPedal=50, brakePedal=50, fuelConsumption=9.100, motorControllerTemperature=300000, motorSpeed=90442, motorTorque=7000, motorTemperature=980000, motorVoltage=24900, motorCurrent=17700000, powerBattery=61291., maxFeedbackPower=240000, maxDischargePower=820000, bmsSelfCheck=10, powerBatteryCurrent=50000, powerBatteryV3=693000, maxVoltage=3000, minVoltage=4000, maxTemperature=820000, minTemperature=320000, availableCapacity=350000, vehicleStatus=1, 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-21 11:30:26.199 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:26.200 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"350000","bmsSelfCheck":"10","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"49000","dischargeVoltage":"278000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"103190000","latitude":"39.5225240","location":"1","longitude":"116.6755690","maxDischargePower":"820000","maxFeedbackPower":"240000","maxTemperature":"820000","maxVoltage":"3000","mcu":"1","mileage":"38.46000000","minTemperature":"320000","minVoltage":"4000","motorControllerTemperature":"300000","motorCurrent":"17700000","motorSpeed":"90442","motorTemperature":"980000","motorTorque":"7000","motorVoltage":"24900","powerBattery":"61291.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"693000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940626152","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:26.200 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940626152, longitude=116.6755690, latitude=39.5225240, speed=72.000, mileage=38.46000000, dischargeVoltage=278000, dischargeCurrent=49000, insulationResistance=103190000, gear=D, accelerationPedal=50, brakePedal=50, fuelConsumption=9.100, motorControllerTemperature=300000, motorSpeed=90442, motorTorque=7000, motorTemperature=980000, motorVoltage=24900, motorCurrent=17700000, powerBattery=61291., maxFeedbackPower=240000, maxDischargePower=820000, bmsSelfCheck=10, powerBatteryCurrent=50000, powerBatteryV3=693000, maxVoltage=3000, minVoltage=4000, maxTemperature=820000, minTemperature=320000, availableCapacity=350000, vehicleStatus=1, 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-21 11:30:46.238 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:46.238 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:46.238 [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 38 39 34 30 36 34 36 31 39 30 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 33 38 2e 35 32 30 30 30 30 30 30 31 33 30 30 30 30 33 35 30 30 30 31 38 36 30 33 30 30 30 30 44 35 30 31 30 39 2e 33 30 30 34 31 30 30 30 30 34 38 30 33 32 34 38 39 30 31 32 38 30 30 30 32 30 32 30 30 31 31 33 33 38 30 30 30 36 31 32 38 31 2e 34 31 30 30 30 30 32 31 30 30 30 30 34 30 31 32 30 30 30 34 38 33 30 30 30 33 30 30 30 34 30 30 30 34 32 30 30 30 30 33 34 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 ab 7E -2024-06-21 11:30:46.239 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940646190, longitude=116.6766100, latitude=39.5226150, speed=108.00, mileage=38.52000000, dischargeVoltage=130000, dischargeCurrent=35000, insulationResistance=186030000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=9.300, motorControllerTemperature=410000, motorSpeed=48032, motorTorque=4890, motorTemperature=128000, motorVoltage=20200, motorCurrent=11338000, powerBattery=61281., maxFeedbackPower=410000, maxDischargePower=210000, bmsSelfCheck=40, powerBatteryCurrent=12000, powerBatteryV3=483000, maxVoltage=3000, minVoltage=4000, maxTemperature=420000, minTemperature=340000, 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-21 11:30:46.240 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:46.240 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:88 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:30:46.240 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"200000","bmsSelfCheck":"40","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"35000","dischargeVoltage":"130000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"186030000","latitude":"39.5226150","location":"1","longitude":"116.6766100","maxDischargePower":"210000","maxFeedbackPower":"410000","maxTemperature":"420000","maxVoltage":"3000","mcu":"1","mileage":"38.52000000","minTemperature":"340000","minVoltage":"4000","motorControllerTemperature":"410000","motorCurrent":"11338000","motorSpeed":"48032","motorTemperature":"128000","motorTorque":"4890","motorVoltage":"20200","powerBattery":"61281.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"483000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940646190","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:46.240 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940646190, longitude=116.6766100, latitude=39.5226150, speed=108.00, mileage=38.52000000, dischargeVoltage=130000, dischargeCurrent=35000, insulationResistance=186030000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=9.300, motorControllerTemperature=410000, motorSpeed=48032, motorTorque=4890, motorTemperature=128000, motorVoltage=20200, motorCurrent=11338000, powerBattery=61281., maxFeedbackPower=410000, maxDischargePower=210000, bmsSelfCheck=40, powerBatteryCurrent=12000, powerBatteryV3=483000, maxVoltage=3000, minVoltage=4000, maxTemperature=420000, minTemperature=340000, 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-21 11:30:49.620 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:49.620 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:49.620 [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 38 39 34 30 36 34 37 32 30 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 33 38 2e 35 39 30 30 30 30 30 30 36 36 34 30 30 30 34 33 30 30 30 32 31 33 35 32 30 30 30 30 44 31 30 36 30 39 2e 32 30 30 33 39 30 30 30 30 38 34 37 38 30 36 34 35 30 31 30 38 30 30 30 32 37 32 30 30 31 32 35 35 38 30 30 30 36 31 32 37 32 2e 39 31 30 30 30 30 36 39 30 30 30 30 36 30 32 30 30 30 30 35 31 38 30 30 30 34 30 30 30 33 30 30 30 35 35 30 30 30 30 32 33 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 f5 7E -2024-06-21 11:30:49.620 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940647206, longitude=116.6778270, latitude=39.5227060, speed=126.00, mileage=38.59000000, dischargeVoltage=664000, dischargeCurrent=43000, insulationResistance=213520000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=9.200, motorControllerTemperature=390000, motorSpeed=84780, motorTorque=6450, motorTemperature=108000, motorVoltage=27200, motorCurrent=12558000, powerBattery=61272., maxFeedbackPower=910000, maxDischargePower=690000, bmsSelfCheck=60, powerBatteryCurrent=20000, powerBatteryV3=518000, maxVoltage=4000, minVoltage=3000, maxTemperature=550000, minTemperature=230000, 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-21 11:30:49.621 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:49.621 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:49.621 [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 38 39 34 30 36 34 38 31 39 36 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 33 38 2e 36 33 30 30 30 30 30 30 34 38 33 30 30 30 32 31 30 30 30 31 33 31 34 30 30 30 30 30 44 39 30 35 30 31 31 2e 38 30 31 34 30 30 30 30 34 31 36 37 36 36 36 39 30 36 38 30 30 30 30 31 34 36 30 30 36 36 37 36 30 30 30 30 36 31 32 37 32 2e 38 39 30 30 30 30 39 33 30 30 30 30 31 30 31 30 30 30 30 34 31 35 30 30 30 33 30 30 30 34 30 30 30 37 33 30 30 30 30 32 30 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 f9 7E -2024-06-21 11:30:49.621 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940648196, longitude=116.6788900, latitude=39.5227930, speed=72.000, mileage=38.63000000, dischargeVoltage=483000, dischargeCurrent=21000, insulationResistance=131400000, gear=D, accelerationPedal=90, brakePedal=50, fuelConsumption=11.80, motorControllerTemperature=140000, motorSpeed=41676, motorTorque=6690, motorTemperature=680000, motorVoltage=14600, motorCurrent=66760000, powerBattery=61272., maxFeedbackPower=890000, maxDischargePower=930000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=415000, maxVoltage=3000, minVoltage=4000, maxTemperature=730000, minTemperature=200000, 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-21 11:30:49.621 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:49.621 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:49.621 [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 38 39 34 30 36 34 39 31 39 33 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 33 38 2e 36 35 30 30 30 30 30 30 31 34 35 30 30 30 31 35 30 30 30 31 33 31 32 34 30 30 30 30 44 36 30 36 30 31 30 2e 33 30 34 35 30 30 30 30 31 36 39 30 38 38 30 36 30 31 34 32 30 30 30 32 34 33 30 30 31 30 32 34 31 30 30 30 36 31 32 37 32 2e 39 38 30 30 30 30 37 38 30 30 30 30 37 30 31 30 30 30 30 32 35 34 30 30 30 34 30 30 30 33 30 30 30 34 34 30 30 30 30 34 32 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 c4 7E -2024-06-21 11:30:49.621 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940649193, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=38.65000000, dischargeVoltage=145000, dischargeCurrent=15000, insulationResistance=131240000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=10.30, motorControllerTemperature=450000, motorSpeed=16908, motorTorque=8060, motorTemperature=142000, motorVoltage=24300, motorCurrent=10241000, powerBattery=61272., maxFeedbackPower=980000, maxDischargePower=780000, bmsSelfCheck=70, powerBatteryCurrent=10000, powerBatteryV3=254000, maxVoltage=4000, minVoltage=3000, maxTemperature=440000, minTemperature=420000, 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-21 11:30:49.622 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:49.622 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"660000","bmsSelfCheck":"60","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"43000","dischargeVoltage":"664000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"213520000","latitude":"39.5227060","location":"1","longitude":"116.6778270","maxDischargePower":"690000","maxFeedbackPower":"910000","maxTemperature":"550000","maxVoltage":"4000","mcu":"1","mileage":"38.59000000","minTemperature":"230000","minVoltage":"3000","motorControllerTemperature":"390000","motorCurrent":"12558000","motorSpeed":"84780","motorTemperature":"108000","motorTorque":"6450","motorVoltage":"27200","powerBattery":"61272.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"518000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718940647206","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:49.622 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940647206, longitude=116.6778270, latitude=39.5227060, speed=126.00, mileage=38.59000000, dischargeVoltage=664000, dischargeCurrent=43000, insulationResistance=213520000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=9.200, motorControllerTemperature=390000, motorSpeed=84780, motorTorque=6450, motorTemperature=108000, motorVoltage=27200, motorCurrent=12558000, powerBattery=61272., maxFeedbackPower=910000, maxDischargePower=690000, bmsSelfCheck=60, powerBatteryCurrent=20000, powerBatteryV3=518000, maxVoltage=4000, minVoltage=3000, maxTemperature=550000, minTemperature=230000, 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-21 11:30:49.624 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:49.624 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"660000","bmsSelfCheck":"10","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"483000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"131400000","latitude":"39.5227930","location":"1","longitude":"116.6788900","maxDischargePower":"930000","maxFeedbackPower":"890000","maxTemperature":"730000","maxVoltage":"3000","mcu":"1","mileage":"38.63000000","minTemperature":"200000","minVoltage":"4000","motorControllerTemperature":"140000","motorCurrent":"66760000","motorSpeed":"41676","motorTemperature":"680000","motorTorque":"6690","motorVoltage":"14600","powerBattery":"61272.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"415000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940648196","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:49.624 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940648196, longitude=116.6788900, latitude=39.5227930, speed=72.000, mileage=38.63000000, dischargeVoltage=483000, dischargeCurrent=21000, insulationResistance=131400000, gear=D, accelerationPedal=90, brakePedal=50, fuelConsumption=11.80, motorControllerTemperature=140000, motorSpeed=41676, motorTorque=6690, motorTemperature=680000, motorVoltage=14600, motorCurrent=66760000, powerBattery=61272., maxFeedbackPower=890000, maxDischargePower=930000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=415000, maxVoltage=3000, minVoltage=4000, maxTemperature=730000, minTemperature=200000, 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-21 11:30:49.626 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:49.626 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"310000","bmsSelfCheck":"70","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"145000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.30","gear":"D","insulationResistance":"131240000","latitude":"39.5229040","location":"1","longitude":"116.6801720","maxDischargePower":"780000","maxFeedbackPower":"980000","maxTemperature":"440000","maxVoltage":"4000","mcu":"1","mileage":"38.65000000","minTemperature":"420000","minVoltage":"3000","motorControllerTemperature":"450000","motorCurrent":"10241000","motorSpeed":"16908","motorTemperature":"142000","motorTorque":"8060","motorVoltage":"24300","powerBattery":"61272.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"254000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940649193","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:49.626 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940649193, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=38.65000000, dischargeVoltage=145000, dischargeCurrent=15000, insulationResistance=131240000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=10.30, motorControllerTemperature=450000, motorSpeed=16908, motorTorque=8060, motorTemperature=142000, motorVoltage=24300, motorCurrent=10241000, powerBattery=61272., maxFeedbackPower=980000, maxDischargePower=780000, bmsSelfCheck=70, powerBatteryCurrent=10000, powerBatteryV3=254000, maxVoltage=4000, minVoltage=3000, maxTemperature=440000, minTemperature=420000, 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-21 11:30:51.888 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:51.888 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:51.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 38 39 34 30 36 35 30 31 39 39 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 33 38 2e 36 37 30 30 30 30 30 30 35 39 34 30 30 30 39 30 30 30 30 31 32 33 38 36 30 30 30 30 44 38 30 34 30 31 32 2e 30 30 38 35 30 30 30 30 38 34 31 34 30 34 31 33 30 31 30 35 30 30 30 31 38 37 30 30 34 34 38 34 30 30 30 30 36 31 32 37 32 2e 34 39 30 30 30 30 38 33 30 30 30 30 30 30 31 31 30 30 30 36 31 32 30 30 30 33 30 30 30 34 30 30 30 36 33 30 30 30 30 35 30 30 30 30 30 38 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e2 7E -2024-06-21 11:30:51.888 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940650199, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=38.67000000, dischargeVoltage=594000, dischargeCurrent=90000, insulationResistance=123860000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=12.00, motorControllerTemperature=850000, motorSpeed=84140, motorTorque=4130, motorTemperature=105000, motorVoltage=18700, motorCurrent=44840000, powerBattery=61272., maxFeedbackPower=490000, maxDischargePower=830000, bmsSelfCheck=00, powerBatteryCurrent=11000, powerBatteryV3=612000, maxVoltage=3000, minVoltage=4000, maxTemperature=630000, minTemperature=500000, availableCapacity=870000, 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-21 11:30:51.888 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:51.888 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:51.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 38 39 34 30 36 35 31 32 30 31 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 33 38 2e 36 39 30 30 30 30 30 30 34 33 30 30 30 30 32 35 30 30 30 32 31 34 35 30 30 30 30 30 44 31 30 30 30 31 31 2e 33 30 32 34 30 30 30 30 31 32 32 36 34 38 31 32 30 35 35 30 30 30 30 31 31 39 30 30 31 31 36 37 31 30 30 30 36 31 32 37 32 2e 32 30 30 30 30 30 36 38 30 30 30 30 33 30 33 30 30 30 30 34 31 33 30 30 30 33 30 30 30 34 30 30 30 31 33 30 30 30 30 33 37 30 30 30 30 38 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 a1 7E -2024-06-21 11:30:51.889 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940651201, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=38.69000000, dischargeVoltage=430000, dischargeCurrent=25000, insulationResistance=214500000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=11.30, motorControllerTemperature=240000, motorSpeed=12264, motorTorque=8120, motorTemperature=550000, motorVoltage=11900, motorCurrent=11671000, powerBattery=61272., maxFeedbackPower=200000, maxDischargePower=680000, bmsSelfCheck=30, powerBatteryCurrent=30000, powerBatteryV3=413000, maxVoltage=3000, minVoltage=4000, maxTemperature=130000, minTemperature=370000, availableCapacity=870000, 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-21 11:30:51.890 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:51.890 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"870000","bmsSelfCheck":"00","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"90000","dischargeVoltage":"594000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"123860000","latitude":"39.5229620","location":"1","longitude":"116.6805530","maxDischargePower":"830000","maxFeedbackPower":"490000","maxTemperature":"630000","maxVoltage":"3000","mcu":"1","mileage":"38.67000000","minTemperature":"500000","minVoltage":"4000","motorControllerTemperature":"850000","motorCurrent":"44840000","motorSpeed":"84140","motorTemperature":"105000","motorTorque":"4130","motorVoltage":"18700","powerBattery":"61272.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"612000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940650199","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:51.890 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940650199, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=38.67000000, dischargeVoltage=594000, dischargeCurrent=90000, insulationResistance=123860000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=12.00, motorControllerTemperature=850000, motorSpeed=84140, motorTorque=4130, motorTemperature=105000, motorVoltage=18700, motorCurrent=44840000, powerBattery=61272., maxFeedbackPower=490000, maxDischargePower=830000, bmsSelfCheck=00, powerBatteryCurrent=11000, powerBatteryV3=612000, maxVoltage=3000, minVoltage=4000, maxTemperature=630000, minTemperature=500000, availableCapacity=870000, 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-21 11:30:51.895 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:51.896 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"870000","bmsSelfCheck":"30","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"25000","dischargeVoltage":"430000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.30","gear":"D","insulationResistance":"214500000","latitude":"39.5230160","location":"1","longitude":"116.6811590","maxDischargePower":"680000","maxFeedbackPower":"200000","maxTemperature":"130000","maxVoltage":"3000","mcu":"1","mileage":"38.69000000","minTemperature":"370000","minVoltage":"4000","motorControllerTemperature":"240000","motorCurrent":"11671000","motorSpeed":"12264","motorTemperature":"550000","motorTorque":"8120","motorVoltage":"11900","powerBattery":"61272.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"413000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940651201","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:51.896 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940651201, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=38.69000000, dischargeVoltage=430000, dischargeCurrent=25000, insulationResistance=214500000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=11.30, motorControllerTemperature=240000, motorSpeed=12264, motorTorque=8120, motorTemperature=550000, motorVoltage=11900, motorCurrent=11671000, powerBattery=61272., maxFeedbackPower=200000, maxDischargePower=680000, bmsSelfCheck=30, powerBatteryCurrent=30000, powerBatteryV3=413000, maxVoltage=3000, minVoltage=4000, maxTemperature=130000, minTemperature=370000, availableCapacity=870000, 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-21 11:30:52.250 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:52.251 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:52.251 [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 38 39 34 30 36 35 32 31 39 38 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 33 38 2e 37 34 30 30 30 30 30 30 36 31 39 30 30 30 34 30 30 30 30 32 32 33 38 35 30 30 30 30 44 31 30 34 30 31 31 2e 36 30 34 30 30 30 30 30 31 37 32 34 36 33 39 36 30 33 39 30 30 30 30 31 36 32 30 30 31 33 37 33 37 30 30 30 36 31 32 36 31 2e 38 30 30 30 30 30 39 36 30 30 30 30 31 30 31 32 30 30 30 33 34 32 30 30 30 34 30 30 30 33 30 30 30 36 35 30 30 30 30 33 32 30 30 30 30 37 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d3 7E -2024-06-21 11:30:52.251 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940652198, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=38.74000000, dischargeVoltage=619000, dischargeCurrent=40000, insulationResistance=223850000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=11.60, motorControllerTemperature=400000, motorSpeed=17246, motorTorque=3960, motorTemperature=390000, motorVoltage=16200, motorCurrent=13737000, powerBattery=61261., maxFeedbackPower=800000, maxDischargePower=960000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=342000, maxVoltage=4000, minVoltage=3000, maxTemperature=650000, minTemperature=320000, availableCapacity=780000, 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-21 11:30:52.253 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:52.253 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"780000","bmsSelfCheck":"10","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"619000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"223850000","latitude":"39.5231070","location":"1","longitude":"116.6821350","maxDischargePower":"960000","maxFeedbackPower":"800000","maxTemperature":"650000","maxVoltage":"4000","mcu":"1","mileage":"38.74000000","minTemperature":"320000","minVoltage":"3000","motorControllerTemperature":"400000","motorCurrent":"13737000","motorSpeed":"17246","motorTemperature":"390000","motorTorque":"3960","motorVoltage":"16200","powerBattery":"61261.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"342000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940652198","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:52.253 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940652198, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=38.74000000, dischargeVoltage=619000, dischargeCurrent=40000, insulationResistance=223850000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=11.60, motorControllerTemperature=400000, motorSpeed=17246, motorTorque=3960, motorTemperature=390000, motorVoltage=16200, motorCurrent=13737000, powerBattery=61261., maxFeedbackPower=800000, maxDischargePower=960000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=342000, maxVoltage=4000, minVoltage=3000, maxTemperature=650000, minTemperature=320000, availableCapacity=780000, 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-21 11:30:53.266 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:53.266 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:53.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 38 39 34 30 36 35 33 32 30 33 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 33 38 2e 37 39 30 30 30 30 30 30 36 31 37 30 30 30 33 36 30 30 30 32 39 33 32 39 30 30 30 30 44 31 30 37 30 31 30 2e 37 30 34 30 30 30 30 30 35 37 36 39 32 36 32 35 30 39 37 30 30 30 30 31 37 38 30 30 32 39 37 33 30 30 30 30 36 31 32 35 30 2e 32 37 30 30 30 30 31 36 30 30 30 30 38 30 31 33 30 30 30 36 36 37 30 30 30 33 30 30 30 33 30 30 30 31 31 30 30 30 30 31 31 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 ef 7E -2024-06-21 11:30:53.266 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940653203, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=38.79000000, dischargeVoltage=617000, dischargeCurrent=36000, insulationResistance=293290000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=10.70, motorControllerTemperature=400000, motorSpeed=57692, motorTorque=6250, motorTemperature=970000, motorVoltage=17800, motorCurrent=29730000, powerBattery=61250., maxFeedbackPower=270000, maxDischargePower=160000, bmsSelfCheck=80, powerBatteryCurrent=13000, powerBatteryV3=667000, maxVoltage=3000, minVoltage=3000, maxTemperature=110000, minTemperature=110000, 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-21 11:30:53.267 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:53.267 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"380000","bmsSelfCheck":"80","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"36000","dischargeVoltage":"617000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"293290000","latitude":"39.5230950","location":"1","longitude":"116.6829830","maxDischargePower":"160000","maxFeedbackPower":"270000","maxTemperature":"110000","maxVoltage":"3000","mcu":"1","mileage":"38.79000000","minTemperature":"110000","minVoltage":"3000","motorControllerTemperature":"400000","motorCurrent":"29730000","motorSpeed":"57692","motorTemperature":"970000","motorTorque":"6250","motorVoltage":"17800","powerBattery":"61250.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"667000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940653203","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:53.268 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940653203, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=38.79000000, dischargeVoltage=617000, dischargeCurrent=36000, insulationResistance=293290000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=10.70, motorControllerTemperature=400000, motorSpeed=57692, motorTorque=6250, motorTemperature=970000, motorVoltage=17800, motorCurrent=29730000, powerBattery=61250., maxFeedbackPower=270000, maxDischargePower=160000, bmsSelfCheck=80, powerBatteryCurrent=13000, powerBatteryV3=667000, maxVoltage=3000, minVoltage=3000, maxTemperature=110000, minTemperature=110000, 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-21 11:30:54.259 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:54.259 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:54.259 [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 38 39 34 30 36 35 34 32 30 33 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 33 38 2e 38 31 30 30 30 30 30 30 37 30 35 30 30 30 34 37 30 30 30 32 32 34 31 39 30 30 30 30 44 34 30 30 30 39 2e 31 30 30 37 36 30 30 30 30 33 37 37 37 31 37 31 36 30 30 30 30 30 30 30 31 33 32 30 30 35 31 33 36 30 30 30 30 36 31 32 35 30 2e 32 30 30 30 30 30 36 31 30 30 30 30 31 30 31 31 30 30 30 36 32 31 30 30 30 34 30 30 30 34 30 30 30 39 35 30 30 30 30 33 37 30 30 30 30 34 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-21 11:30:54.259 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940654203, longitude=116.6836000, latitude=39.5229670, speed=36.000, mileage=38.81000000, dischargeVoltage=705000, dischargeCurrent=47000, insulationResistance=224190000, gear=D, accelerationPedal=40, brakePedal=00, fuelConsumption=9.100, motorControllerTemperature=760000, motorSpeed=37771, motorTorque=7160, motorTemperature=000000, motorVoltage=13200, motorCurrent=51360000, powerBattery=61250., maxFeedbackPower=200000, maxDischargePower=610000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=621000, maxVoltage=4000, minVoltage=4000, maxTemperature=950000, minTemperature=370000, availableCapacity=490000, 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-21 11:30:54.260 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:54.260 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"490000","bmsSelfCheck":"10","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"705000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"224190000","latitude":"39.5229670","location":"1","longitude":"116.6836000","maxDischargePower":"610000","maxFeedbackPower":"200000","maxTemperature":"950000","maxVoltage":"4000","mcu":"1","mileage":"38.81000000","minTemperature":"370000","minVoltage":"4000","motorControllerTemperature":"760000","motorCurrent":"51360000","motorSpeed":"37771","motorTemperature":"000000","motorTorque":"7160","motorVoltage":"13200","powerBattery":"61250.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"621000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940654203","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:54.261 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940654203, longitude=116.6836000, latitude=39.5229670, speed=36.000, mileage=38.81000000, dischargeVoltage=705000, dischargeCurrent=47000, insulationResistance=224190000, gear=D, accelerationPedal=40, brakePedal=00, fuelConsumption=9.100, motorControllerTemperature=760000, motorSpeed=37771, motorTorque=7160, motorTemperature=000000, motorVoltage=13200, motorCurrent=51360000, powerBattery=61250., maxFeedbackPower=200000, maxDischargePower=610000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=621000, maxVoltage=4000, minVoltage=4000, maxTemperature=950000, minTemperature=370000, availableCapacity=490000, 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-21 11:30:56.062 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:56.063 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:56.063 [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 38 39 34 30 36 35 35 39 37 36 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 33 38 2e 38 33 30 30 30 30 30 30 34 36 31 30 30 30 31 34 30 30 30 37 35 37 37 30 30 30 30 30 44 33 30 31 30 39 2e 33 30 30 31 31 30 30 30 30 33 33 36 35 30 31 39 38 30 34 39 30 30 30 30 32 30 39 30 30 35 32 37 30 30 30 30 30 36 31 32 35 30 2e 36 34 30 30 30 30 39 34 30 30 30 30 31 30 31 34 30 30 30 32 32 39 30 30 30 34 30 30 30 33 30 30 30 33 31 30 30 30 30 35 32 30 30 30 30 36 32 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-21 11:30:56.063 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940655976, longitude=116.6840660, latitude=39.5228470, speed=36.000, mileage=38.83000000, dischargeVoltage=461000, dischargeCurrent=14000, insulationResistance=757700000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=9.300, motorControllerTemperature=110000, motorSpeed=33650, motorTorque=1980, motorTemperature=490000, motorVoltage=20900, motorCurrent=52700000, powerBattery=61250., maxFeedbackPower=640000, maxDischargePower=940000, bmsSelfCheck=10, powerBatteryCurrent=14000, powerBatteryV3=229000, maxVoltage=4000, minVoltage=3000, maxTemperature=310000, minTemperature=520000, availableCapacity=620000, 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-21 11:30:56.065 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:56.066 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"620000","bmsSelfCheck":"10","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"14000","dischargeVoltage":"461000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"757700000","latitude":"39.5228470","location":"1","longitude":"116.6840660","maxDischargePower":"940000","maxFeedbackPower":"640000","maxTemperature":"310000","maxVoltage":"4000","mcu":"1","mileage":"38.83000000","minTemperature":"520000","minVoltage":"3000","motorControllerTemperature":"110000","motorCurrent":"52700000","motorSpeed":"33650","motorTemperature":"490000","motorTorque":"1980","motorVoltage":"20900","powerBattery":"61250.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"229000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940655976","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:56.066 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940655976, longitude=116.6840660, latitude=39.5228470, speed=36.000, mileage=38.83000000, dischargeVoltage=461000, dischargeCurrent=14000, insulationResistance=757700000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=9.300, motorControllerTemperature=110000, motorSpeed=33650, motorTorque=1980, motorTemperature=490000, motorVoltage=20900, motorCurrent=52700000, powerBattery=61250., maxFeedbackPower=640000, maxDischargePower=940000, bmsSelfCheck=10, powerBatteryCurrent=14000, powerBatteryV3=229000, maxVoltage=4000, minVoltage=3000, maxTemperature=310000, minTemperature=520000, availableCapacity=620000, 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-21 11:30:57.061 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:57.061 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:57.061 [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 38 39 34 30 36 35 36 39 38 35 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 33 38 2e 38 35 30 30 30 30 30 30 36 32 30 30 30 30 33 36 30 30 30 32 32 36 32 38 30 30 30 30 44 30 30 36 30 39 2e 31 30 30 39 39 30 30 30 30 31 35 37 34 35 35 32 30 30 39 39 30 30 30 30 31 35 35 30 30 39 34 34 33 30 30 30 30 36 31 32 35 30 2e 36 39 30 30 30 30 38 39 30 30 30 30 36 30 31 31 30 30 30 34 31 31 30 30 30 34 30 30 30 34 30 30 30 37 34 30 30 30 30 36 30 30 30 30 30 39 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f7 7E -2024-06-21 11:30:57.062 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940656985, longitude=116.6845220, latitude=39.5227510, speed=36.000, mileage=38.85000000, dischargeVoltage=620000, dischargeCurrent=36000, insulationResistance=226280000, gear=D, accelerationPedal=00, brakePedal=60, fuelConsumption=9.100, motorControllerTemperature=990000, motorSpeed=15745, motorTorque=5200, motorTemperature=990000, motorVoltage=15500, motorCurrent=94430000, powerBattery=61250., maxFeedbackPower=690000, maxDischargePower=890000, bmsSelfCheck=60, powerBatteryCurrent=11000, powerBatteryV3=411000, maxVoltage=4000, minVoltage=4000, maxTemperature=740000, minTemperature=600000, availableCapacity=940000, 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-21 11:30:57.064 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:57.064 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"940000","bmsSelfCheck":"60","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"36000","dischargeVoltage":"620000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"226280000","latitude":"39.5227510","location":"1","longitude":"116.6845220","maxDischargePower":"890000","maxFeedbackPower":"690000","maxTemperature":"740000","maxVoltage":"4000","mcu":"1","mileage":"38.85000000","minTemperature":"600000","minVoltage":"4000","motorControllerTemperature":"990000","motorCurrent":"94430000","motorSpeed":"15745","motorTemperature":"990000","motorTorque":"5200","motorVoltage":"15500","powerBattery":"61250.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"411000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940656985","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:57.064 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940656985, longitude=116.6845220, latitude=39.5227510, speed=36.000, mileage=38.85000000, dischargeVoltage=620000, dischargeCurrent=36000, insulationResistance=226280000, gear=D, accelerationPedal=00, brakePedal=60, fuelConsumption=9.100, motorControllerTemperature=990000, motorSpeed=15745, motorTorque=5200, motorTemperature=990000, motorVoltage=15500, motorCurrent=94430000, powerBattery=61250., maxFeedbackPower=690000, maxDischargePower=890000, bmsSelfCheck=60, powerBatteryCurrent=11000, powerBatteryV3=411000, maxVoltage=4000, minVoltage=4000, maxTemperature=740000, minTemperature=600000, availableCapacity=940000, 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-21 11:30:58.069 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:58.069 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:58.069 [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 38 39 34 30 36 35 37 39 38 37 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 33 38 2e 38 38 30 30 30 30 30 30 36 34 39 30 30 30 34 30 30 30 30 31 36 35 33 30 30 30 30 30 44 38 30 31 30 39 2e 39 30 30 33 38 30 30 30 30 35 37 35 34 34 32 39 37 30 36 30 30 30 30 30 31 34 35 30 30 37 38 33 30 30 30 30 30 36 31 32 35 30 2e 39 35 30 30 30 30 34 36 30 30 30 30 32 30 31 31 30 30 30 37 30 37 30 30 30 34 30 30 30 33 30 30 30 31 36 30 30 30 30 33 38 30 30 30 30 33 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 fa 7E -2024-06-21 11:30:58.069 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940657987, longitude=116.6852250, latitude=39.5226150, speed=54.000, mileage=38.88000000, dischargeVoltage=649000, dischargeCurrent=40000, insulationResistance=165300000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=9.900, motorControllerTemperature=380000, motorSpeed=57544, motorTorque=2970, motorTemperature=600000, motorVoltage=14500, motorCurrent=78300000, powerBattery=61250., maxFeedbackPower=950000, maxDischargePower=460000, bmsSelfCheck=20, powerBatteryCurrent=11000, powerBatteryV3=707000, maxVoltage=4000, minVoltage=3000, maxTemperature=160000, minTemperature=380000, availableCapacity=370000, 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-21 11:30:58.071 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:58.071 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"370000","bmsSelfCheck":"20","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"649000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"165300000","latitude":"39.5226150","location":"1","longitude":"116.6852250","maxDischargePower":"460000","maxFeedbackPower":"950000","maxTemperature":"160000","maxVoltage":"4000","mcu":"1","mileage":"38.88000000","minTemperature":"380000","minVoltage":"3000","motorControllerTemperature":"380000","motorCurrent":"78300000","motorSpeed":"57544","motorTemperature":"600000","motorTorque":"2970","motorVoltage":"14500","powerBattery":"61250.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"707000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940657987","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:58.071 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940657987, longitude=116.6852250, latitude=39.5226150, speed=54.000, mileage=38.88000000, dischargeVoltage=649000, dischargeCurrent=40000, insulationResistance=165300000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=9.900, motorControllerTemperature=380000, motorSpeed=57544, motorTorque=2970, motorTemperature=600000, motorVoltage=14500, motorCurrent=78300000, powerBattery=61250., maxFeedbackPower=950000, maxDischargePower=460000, bmsSelfCheck=20, powerBatteryCurrent=11000, powerBatteryV3=707000, maxVoltage=4000, minVoltage=3000, maxTemperature=160000, minTemperature=380000, availableCapacity=370000, 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-21 11:30:59.023 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:30:59.023 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:30:59.023 [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 38 39 34 30 36 35 38 39 38 34 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 33 38 2e 39 32 30 30 30 30 30 30 31 36 37 30 30 30 32 39 30 30 30 31 30 30 36 38 30 30 30 30 44 36 30 38 30 31 31 2e 36 30 33 32 30 30 30 30 36 33 38 32 37 31 34 38 30 36 32 30 30 30 30 32 34 33 30 30 34 39 30 37 30 30 30 30 36 31 32 35 30 2e 38 36 30 30 30 30 34 33 30 30 30 30 30 30 31 30 30 30 30 33 31 33 30 30 30 33 30 30 30 33 30 30 30 34 33 30 30 30 30 36 32 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 ea 7E -2024-06-21 11:30:59.023 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940658984, longitude=116.6859650, latitude=39.5224990, speed=72.000, mileage=38.92000000, dischargeVoltage=167000, dischargeCurrent=29000, insulationResistance=100680000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=11.60, motorControllerTemperature=320000, motorSpeed=63827, motorTorque=1480, motorTemperature=620000, motorVoltage=24300, motorCurrent=49070000, powerBattery=61250., maxFeedbackPower=860000, maxDischargePower=430000, bmsSelfCheck=00, powerBatteryCurrent=10000, powerBatteryV3=313000, maxVoltage=3000, minVoltage=3000, maxTemperature=430000, minTemperature=620000, 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-21 11:30:59.025 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:30:59.025 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"700000","bmsSelfCheck":"00","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"29000","dischargeVoltage":"167000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"100680000","latitude":"39.5224990","location":"1","longitude":"116.6859650","maxDischargePower":"430000","maxFeedbackPower":"860000","maxTemperature":"430000","maxVoltage":"3000","mcu":"1","mileage":"38.92000000","minTemperature":"620000","minVoltage":"3000","motorControllerTemperature":"320000","motorCurrent":"49070000","motorSpeed":"63827","motorTemperature":"620000","motorTorque":"1480","motorVoltage":"24300","powerBattery":"61250.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"313000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940658984","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:30:59.025 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940658984, longitude=116.6859650, latitude=39.5224990, speed=72.000, mileage=38.92000000, dischargeVoltage=167000, dischargeCurrent=29000, insulationResistance=100680000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=11.60, motorControllerTemperature=320000, motorSpeed=63827, motorTorque=1480, motorTemperature=620000, motorVoltage=24300, motorCurrent=49070000, powerBattery=61250., maxFeedbackPower=860000, maxDischargePower=430000, bmsSelfCheck=00, powerBatteryCurrent=10000, powerBatteryV3=313000, maxVoltage=3000, minVoltage=3000, maxTemperature=430000, minTemperature=620000, 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-21 11:31:00.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:00.020 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:00.020 [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 38 39 34 30 36 35 39 39 38 36 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 33 38 2e 39 36 30 30 30 30 30 30 33 37 34 30 30 30 32 32 30 30 30 31 31 39 38 30 30 30 30 30 44 31 30 33 30 31 30 2e 33 30 32 34 30 30 30 30 36 38 36 38 31 39 35 35 30 31 33 32 30 30 30 31 34 34 30 30 31 31 33 37 36 30 30 30 36 31 32 35 30 2e 37 30 30 30 30 30 37 31 30 30 30 30 39 30 31 30 30 30 30 34 30 34 30 30 30 34 30 30 30 34 30 30 30 37 39 30 30 30 30 36 39 30 30 30 30 33 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 fc 7E -2024-06-21 11:31:00.020 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940659986, longitude=116.6868880, latitude=39.5227270, speed=72.000, mileage=38.96000000, dischargeVoltage=374000, dischargeCurrent=22000, insulationResistance=119800000, gear=D, accelerationPedal=10, brakePedal=30, fuelConsumption=10.30, motorControllerTemperature=240000, motorSpeed=68681, motorTorque=9550, motorTemperature=132000, motorVoltage=14400, motorCurrent=11376000, powerBattery=61250., maxFeedbackPower=700000, maxDischargePower=710000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=404000, maxVoltage=4000, minVoltage=4000, maxTemperature=790000, minTemperature=690000, availableCapacity=350000, 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-21 11:31:00.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:00.023 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"350000","bmsSelfCheck":"90","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"22000","dischargeVoltage":"374000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.30","gear":"D","insulationResistance":"119800000","latitude":"39.5227270","location":"1","longitude":"116.6868880","maxDischargePower":"710000","maxFeedbackPower":"700000","maxTemperature":"790000","maxVoltage":"4000","mcu":"1","mileage":"38.96000000","minTemperature":"690000","minVoltage":"4000","motorControllerTemperature":"240000","motorCurrent":"11376000","motorSpeed":"68681","motorTemperature":"132000","motorTorque":"9550","motorVoltage":"14400","powerBattery":"61250.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"404000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940659986","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:00.023 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940659986, longitude=116.6868880, latitude=39.5227270, speed=72.000, mileage=38.96000000, dischargeVoltage=374000, dischargeCurrent=22000, insulationResistance=119800000, gear=D, accelerationPedal=10, brakePedal=30, fuelConsumption=10.30, motorControllerTemperature=240000, motorSpeed=68681, motorTorque=9550, motorTemperature=132000, motorVoltage=14400, motorCurrent=11376000, powerBattery=61250., maxFeedbackPower=700000, maxDischargePower=710000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=404000, maxVoltage=4000, minVoltage=4000, maxTemperature=790000, minTemperature=690000, availableCapacity=350000, 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-21 11:31:01.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:01.023 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:01.023 [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 38 39 34 30 36 36 30 39 38 35 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 33 38 2e 39 36 30 30 30 30 30 30 37 30 33 30 30 30 32 36 30 30 30 31 34 36 30 31 30 30 30 30 44 38 30 30 30 31 30 2e 38 30 35 33 30 30 30 30 33 36 35 37 31 38 31 30 30 39 37 30 30 30 30 32 33 32 30 30 35 31 32 38 30 30 30 30 36 31 32 35 30 2e 32 36 30 30 30 30 35 38 30 30 30 30 33 30 30 30 30 30 30 32 32 36 30 30 30 33 30 30 30 33 30 30 30 39 30 30 30 30 30 39 37 30 30 30 30 33 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d3 7E -2024-06-21 11:31:01.023 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940660985, longitude=116.6871620, latitude=39.5228750, speed=0.0000, mileage=38.96000000, dischargeVoltage=703000, dischargeCurrent=26000, insulationResistance=146010000, gear=D, accelerationPedal=80, brakePedal=00, fuelConsumption=10.80, motorControllerTemperature=530000, motorSpeed=36571, motorTorque=8100, motorTemperature=970000, motorVoltage=23200, motorCurrent=51280000, powerBattery=61250., maxFeedbackPower=260000, maxDischargePower=580000, bmsSelfCheck=30, powerBatteryCurrent=00000, powerBatteryV3=226000, maxVoltage=3000, minVoltage=3000, maxTemperature=900000, minTemperature=970000, availableCapacity=360000, 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-21 11:31:01.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:01.025 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"360000","bmsSelfCheck":"30","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"26000","dischargeVoltage":"703000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.80","gear":"D","insulationResistance":"146010000","latitude":"39.5228750","location":"1","longitude":"116.6871620","maxDischargePower":"580000","maxFeedbackPower":"260000","maxTemperature":"900000","maxVoltage":"3000","mcu":"1","mileage":"38.96000000","minTemperature":"970000","minVoltage":"3000","motorControllerTemperature":"530000","motorCurrent":"51280000","motorSpeed":"36571","motorTemperature":"970000","motorTorque":"8100","motorVoltage":"23200","powerBattery":"61250.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"226000","ptc":"1","runStatus":"1","soc":"1","speed":"0.0000","timestamp":"1718940660985","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:01.025 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940660985, longitude=116.6871620, latitude=39.5228750, speed=0.0000, mileage=38.96000000, dischargeVoltage=703000, dischargeCurrent=26000, insulationResistance=146010000, gear=D, accelerationPedal=80, brakePedal=00, fuelConsumption=10.80, motorControllerTemperature=530000, motorSpeed=36571, motorTorque=8100, motorTemperature=970000, motorVoltage=23200, motorCurrent=51280000, powerBattery=61250., maxFeedbackPower=260000, maxDischargePower=580000, bmsSelfCheck=30, powerBatteryCurrent=00000, powerBatteryV3=226000, maxVoltage=3000, minVoltage=3000, maxTemperature=900000, minTemperature=970000, availableCapacity=360000, 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-21 11:31:02.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:02.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:02.019 [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 38 39 34 30 36 36 31 39 38 32 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 33 39 2e 30 33 30 30 30 30 30 30 36 33 38 30 30 30 36 30 30 30 30 36 38 30 32 30 30 30 30 30 44 33 30 37 30 31 31 2e 30 30 36 37 30 30 30 30 37 32 32 34 36 36 39 31 30 34 38 30 30 30 30 32 34 35 30 30 31 34 30 35 33 30 30 30 36 31 32 33 39 2e 32 38 30 30 30 30 33 30 30 30 30 30 31 33 31 30 30 30 30 33 37 31 30 30 30 33 30 30 30 33 30 30 30 39 33 30 30 30 30 37 30 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 d3 7E -2024-06-21 11:31:02.019 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940661982, longitude=116.6890280, latitude=39.5238560, speed=126.00, mileage=39.03000000, dischargeVoltage=638000, dischargeCurrent=60000, insulationResistance=680200000, gear=D, accelerationPedal=30, brakePedal=70, fuelConsumption=11.00, motorControllerTemperature=670000, motorSpeed=72246, motorTorque=6910, motorTemperature=480000, motorVoltage=24500, motorCurrent=14053000, powerBattery=61239., maxFeedbackPower=280000, maxDischargePower=300000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=371000, maxVoltage=3000, minVoltage=3000, maxTemperature=930000, minTemperature=700000, 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-21 11:31:02.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:02.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"200000","bmsSelfCheck":"13","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"60000","dischargeVoltage":"638000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.00","gear":"D","insulationResistance":"680200000","latitude":"39.5238560","location":"1","longitude":"116.6890280","maxDischargePower":"300000","maxFeedbackPower":"280000","maxTemperature":"930000","maxVoltage":"3000","mcu":"1","mileage":"39.03000000","minTemperature":"700000","minVoltage":"3000","motorControllerTemperature":"670000","motorCurrent":"14053000","motorSpeed":"72246","motorTemperature":"480000","motorTorque":"6910","motorVoltage":"24500","powerBattery":"61239.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"371000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718940661982","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:02.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940661982, longitude=116.6890280, latitude=39.5238560, speed=126.00, mileage=39.03000000, dischargeVoltage=638000, dischargeCurrent=60000, insulationResistance=680200000, gear=D, accelerationPedal=30, brakePedal=70, fuelConsumption=11.00, motorControllerTemperature=670000, motorSpeed=72246, motorTorque=6910, motorTemperature=480000, motorVoltage=24500, motorCurrent=14053000, powerBattery=61239., maxFeedbackPower=280000, maxDischargePower=300000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=371000, maxVoltage=3000, minVoltage=3000, maxTemperature=930000, minTemperature=700000, 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-21 11:31:03.052 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:03.052 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:03.052 [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 38 39 34 30 36 36 32 39 38 30 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 33 39 2e 31 33 30 30 30 30 30 30 34 39 38 30 30 30 32 31 30 30 30 31 30 30 39 38 30 30 30 30 44 32 30 31 30 39 2e 39 30 30 31 38 30 30 30 30 32 36 32 31 35 39 36 36 30 31 34 31 30 30 30 31 31 32 30 30 39 38 34 33 30 30 30 30 36 31 32 32 39 2e 37 30 30 30 30 30 34 30 30 30 30 30 31 34 39 30 30 30 30 34 35 35 30 30 30 33 30 30 30 33 30 30 30 31 32 30 30 30 30 39 30 30 30 30 30 31 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d6 7E -2024-06-21 11:31:03.052 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940662980, longitude=116.6901760, latitude=39.5245800, speed=180.00, mileage=39.13000000, dischargeVoltage=498000, dischargeCurrent=21000, insulationResistance=100980000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=9.900, motorControllerTemperature=180000, motorSpeed=26215, motorTorque=9660, motorTemperature=141000, motorVoltage=11200, motorCurrent=98430000, powerBattery=61229., maxFeedbackPower=700000, maxDischargePower=400000, bmsSelfCheck=14, powerBatteryCurrent=90000, powerBatteryV3=455000, maxVoltage=3000, minVoltage=3000, maxTemperature=120000, minTemperature=900000, availableCapacity=150000, 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-21 11:31:03.054 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:03.054 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"150000","bmsSelfCheck":"14","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"498000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"100980000","latitude":"39.5245800","location":"1","longitude":"116.6901760","maxDischargePower":"400000","maxFeedbackPower":"700000","maxTemperature":"120000","maxVoltage":"3000","mcu":"1","mileage":"39.13000000","minTemperature":"900000","minVoltage":"3000","motorControllerTemperature":"180000","motorCurrent":"98430000","motorSpeed":"26215","motorTemperature":"141000","motorTorque":"9660","motorVoltage":"11200","powerBattery":"61229.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"455000","ptc":"1","runStatus":"1","soc":"1","speed":"180.00","timestamp":"1718940662980","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:03.054 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940662980, longitude=116.6901760, latitude=39.5245800, speed=180.00, mileage=39.13000000, dischargeVoltage=498000, dischargeCurrent=21000, insulationResistance=100980000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=9.900, motorControllerTemperature=180000, motorSpeed=26215, motorTorque=9660, motorTemperature=141000, motorVoltage=11200, motorCurrent=98430000, powerBattery=61229., maxFeedbackPower=700000, maxDischargePower=400000, bmsSelfCheck=14, powerBatteryCurrent=90000, powerBatteryV3=455000, maxVoltage=3000, minVoltage=3000, maxTemperature=120000, minTemperature=900000, availableCapacity=150000, 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-21 11:31:04.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:04.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:04.060 [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 38 39 34 30 36 36 33 39 37 37 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 33 39 2e 32 32 30 30 30 30 30 30 35 32 30 30 30 30 34 37 30 30 30 32 32 38 38 32 30 30 30 30 44 34 30 36 30 39 2e 33 30 30 33 39 30 30 30 30 38 35 35 32 31 39 39 33 30 39 36 30 30 30 30 32 34 33 30 30 34 31 38 35 30 30 30 30 36 31 32 32 30 2e 34 32 30 30 30 30 33 39 30 30 30 30 31 34 31 31 30 30 30 36 37 36 30 30 30 34 30 30 30 33 30 30 30 39 35 30 30 30 30 32 34 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 eb 7E -2024-06-21 11:31:04.061 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940663977, longitude=116.6912060, latitude=39.5254530, speed=162.00, mileage=39.22000000, dischargeVoltage=520000, dischargeCurrent=47000, insulationResistance=228820000, gear=D, accelerationPedal=40, brakePedal=60, fuelConsumption=9.300, motorControllerTemperature=390000, motorSpeed=85521, motorTorque=9930, motorTemperature=960000, motorVoltage=24300, motorCurrent=41850000, powerBattery=61220., maxFeedbackPower=420000, maxDischargePower=390000, bmsSelfCheck=14, powerBatteryCurrent=11000, powerBatteryV3=676000, maxVoltage=4000, minVoltage=3000, maxTemperature=950000, minTemperature=240000, 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-21 11:31:04.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:04.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"320000","bmsSelfCheck":"14","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"520000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"228820000","latitude":"39.5254530","location":"1","longitude":"116.6912060","maxDischargePower":"390000","maxFeedbackPower":"420000","maxTemperature":"950000","maxVoltage":"4000","mcu":"1","mileage":"39.22000000","minTemperature":"240000","minVoltage":"3000","motorControllerTemperature":"390000","motorCurrent":"41850000","motorSpeed":"85521","motorTemperature":"960000","motorTorque":"9930","motorVoltage":"24300","powerBattery":"61220.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"676000","ptc":"1","runStatus":"1","soc":"1","speed":"162.00","timestamp":"1718940663977","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:04.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940663977, longitude=116.6912060, latitude=39.5254530, speed=162.00, mileage=39.22000000, dischargeVoltage=520000, dischargeCurrent=47000, insulationResistance=228820000, gear=D, accelerationPedal=40, brakePedal=60, fuelConsumption=9.300, motorControllerTemperature=390000, motorSpeed=85521, motorTorque=9930, motorTemperature=960000, motorVoltage=24300, motorCurrent=41850000, powerBattery=61220., maxFeedbackPower=420000, maxDischargePower=390000, bmsSelfCheck=14, powerBatteryCurrent=11000, powerBatteryV3=676000, maxVoltage=4000, minVoltage=3000, maxTemperature=950000, minTemperature=240000, 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-21 11:31:05.023 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:05.023 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:05.023 [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 38 39 34 30 36 36 34 39 37 37 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 33 39 2e 32 33 30 30 30 30 30 30 31 39 34 30 30 30 33 33 30 30 30 35 35 37 35 30 30 30 30 30 44 33 30 35 30 39 2e 33 30 30 33 33 30 30 30 30 32 39 39 35 35 35 36 35 30 31 32 30 30 30 30 31 33 37 30 30 39 38 39 38 30 30 30 30 36 31 32 32 30 2e 38 35 30 30 30 30 33 36 30 30 30 30 34 30 31 34 30 30 30 36 35 31 30 30 30 33 30 30 30 33 30 30 30 37 30 30 30 30 30 34 30 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 fc 7E -2024-06-21 11:31:05.023 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940664977, longitude=116.6916840, latitude=39.5258630, speed=18.000, mileage=39.23000000, dischargeVoltage=194000, dischargeCurrent=33000, insulationResistance=557500000, gear=D, accelerationPedal=30, brakePedal=50, fuelConsumption=9.300, motorControllerTemperature=330000, motorSpeed=29955, motorTorque=5650, motorTemperature=120000, motorVoltage=13700, motorCurrent=98980000, powerBattery=61220., maxFeedbackPower=850000, maxDischargePower=360000, bmsSelfCheck=40, powerBatteryCurrent=14000, powerBatteryV3=651000, maxVoltage=3000, minVoltage=3000, maxTemperature=700000, minTemperature=400000, 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-21 11:31:05.025 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:05.025 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"480000","bmsSelfCheck":"40","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"33000","dischargeVoltage":"194000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"557500000","latitude":"39.5258630","location":"1","longitude":"116.6916840","maxDischargePower":"360000","maxFeedbackPower":"850000","maxTemperature":"700000","maxVoltage":"3000","mcu":"1","mileage":"39.23000000","minTemperature":"400000","minVoltage":"3000","motorControllerTemperature":"330000","motorCurrent":"98980000","motorSpeed":"29955","motorTemperature":"120000","motorTorque":"5650","motorVoltage":"13700","powerBattery":"61220.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"651000","ptc":"1","runStatus":"1","soc":"1","speed":"18.000","timestamp":"1718940664977","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:05.025 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940664977, longitude=116.6916840, latitude=39.5258630, speed=18.000, mileage=39.23000000, dischargeVoltage=194000, dischargeCurrent=33000, insulationResistance=557500000, gear=D, accelerationPedal=30, brakePedal=50, fuelConsumption=9.300, motorControllerTemperature=330000, motorSpeed=29955, motorTorque=5650, motorTemperature=120000, motorVoltage=13700, motorCurrent=98980000, powerBattery=61220., maxFeedbackPower=850000, maxDischargePower=360000, bmsSelfCheck=40, powerBatteryCurrent=14000, powerBatteryV3=651000, maxVoltage=3000, minVoltage=3000, maxTemperature=700000, minTemperature=400000, 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-21 11:31:06.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:06.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:06.022 [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 38 39 34 30 36 36 35 39 37 39 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 33 39 2e 32 36 30 30 30 30 30 30 35 36 39 30 30 30 34 30 30 30 30 32 36 35 39 33 30 30 30 30 44 35 30 34 30 31 30 2e 39 30 38 35 30 30 30 30 32 34 39 34 31 31 34 32 30 31 34 32 30 30 30 32 39 36 30 30 37 38 34 34 30 30 30 30 36 31 32 32 30 2e 32 38 30 30 30 30 35 39 30 30 30 30 32 30 31 33 30 30 30 32 32 31 30 30 30 34 30 30 30 34 30 30 30 31 30 30 30 30 30 37 30 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 e0 7E -2024-06-21 11:31:06.022 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940665979, longitude=116.6921130, latitude=39.5259090, speed=54.000, mileage=39.26000000, dischargeVoltage=569000, dischargeCurrent=40000, insulationResistance=265930000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.90, motorControllerTemperature=850000, motorSpeed=24941, motorTorque=1420, motorTemperature=142000, motorVoltage=29600, motorCurrent=78440000, powerBattery=61220., maxFeedbackPower=280000, maxDischargePower=590000, bmsSelfCheck=20, powerBatteryCurrent=13000, powerBatteryV3=221000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=700000, 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-21 11:31:06.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:06.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"320000","bmsSelfCheck":"20","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"569000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"265930000","latitude":"39.5259090","location":"1","longitude":"116.6921130","maxDischargePower":"590000","maxFeedbackPower":"280000","maxTemperature":"100000","maxVoltage":"4000","mcu":"1","mileage":"39.26000000","minTemperature":"700000","minVoltage":"4000","motorControllerTemperature":"850000","motorCurrent":"78440000","motorSpeed":"24941","motorTemperature":"142000","motorTorque":"1420","motorVoltage":"29600","powerBattery":"61220.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"221000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940665979","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:06.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940665979, longitude=116.6921130, latitude=39.5259090, speed=54.000, mileage=39.26000000, dischargeVoltage=569000, dischargeCurrent=40000, insulationResistance=265930000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.90, motorControllerTemperature=850000, motorSpeed=24941, motorTorque=1420, motorTemperature=142000, motorVoltage=29600, motorCurrent=78440000, powerBattery=61220., maxFeedbackPower=280000, maxDischargePower=590000, bmsSelfCheck=20, powerBatteryCurrent=13000, powerBatteryV3=221000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=700000, 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-21 11:31:07.068 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:07.068 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:07.068 [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 38 39 34 30 36 36 36 39 37 38 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 33 39 2e 32 39 30 30 30 30 30 30 32 30 30 30 30 30 34 30 30 30 30 31 37 38 39 31 30 30 30 30 44 32 30 31 30 31 31 2e 36 30 34 39 30 30 30 30 35 31 39 34 36 31 30 30 30 31 31 30 30 30 30 32 32 31 30 30 31 34 32 30 36 30 30 30 36 31 32 32 30 2e 38 31 30 30 30 30 39 34 30 30 30 30 35 30 31 34 30 30 30 33 39 37 30 30 30 34 30 30 30 33 30 30 30 36 30 30 30 30 30 34 39 30 30 30 30 39 32 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-21 11:31:07.069 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940666978, longitude=116.6924240, latitude=39.5261490, speed=54.000, mileage=39.29000000, dischargeVoltage=200000, dischargeCurrent=40000, insulationResistance=178910000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=11.60, motorControllerTemperature=490000, motorSpeed=51946, motorTorque=1000, motorTemperature=110000, motorVoltage=22100, motorCurrent=14206000, powerBattery=61220., maxFeedbackPower=810000, maxDischargePower=940000, bmsSelfCheck=50, powerBatteryCurrent=14000, powerBatteryV3=397000, maxVoltage=4000, minVoltage=3000, maxTemperature=600000, minTemperature=490000, availableCapacity=920000, 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-21 11:31:07.070 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:07.070 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"920000","bmsSelfCheck":"50","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"200000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"178910000","latitude":"39.5261490","location":"1","longitude":"116.6924240","maxDischargePower":"940000","maxFeedbackPower":"810000","maxTemperature":"600000","maxVoltage":"4000","mcu":"1","mileage":"39.29000000","minTemperature":"490000","minVoltage":"3000","motorControllerTemperature":"490000","motorCurrent":"14206000","motorSpeed":"51946","motorTemperature":"110000","motorTorque":"1000","motorVoltage":"22100","powerBattery":"61220.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"397000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940666978","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:07.071 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940666978, longitude=116.6924240, latitude=39.5261490, speed=54.000, mileage=39.29000000, dischargeVoltage=200000, dischargeCurrent=40000, insulationResistance=178910000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=11.60, motorControllerTemperature=490000, motorSpeed=51946, motorTorque=1000, motorTemperature=110000, motorVoltage=22100, motorCurrent=14206000, powerBattery=61220., maxFeedbackPower=810000, maxDischargePower=940000, bmsSelfCheck=50, powerBatteryCurrent=14000, powerBatteryV3=397000, maxVoltage=4000, minVoltage=3000, maxTemperature=600000, minTemperature=490000, availableCapacity=920000, 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-21 11:31:08.021 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:08.021 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:08.021 [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 38 39 34 30 36 36 37 39 37 38 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 33 39 2e 33 33 30 30 30 30 30 30 34 38 31 30 30 30 31 35 30 30 30 32 34 31 39 31 30 30 30 30 44 39 30 34 30 31 30 2e 38 30 32 39 30 30 30 30 35 32 39 38 33 34 37 31 30 33 30 30 30 30 30 32 30 37 30 30 31 33 38 31 34 30 30 30 36 31 32 32 30 2e 32 37 30 30 30 30 37 30 30 30 30 30 36 30 32 30 30 30 30 33 32 30 30 30 30 34 30 30 30 33 30 30 30 34 33 30 30 30 30 39 39 30 30 30 30 36 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d4 7E -2024-06-21 11:31:08.022 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940667978, longitude=116.6932070, latitude=39.5262310, speed=72.000, mileage=39.33000000, dischargeVoltage=481000, dischargeCurrent=15000, insulationResistance=241910000, gear=D, accelerationPedal=90, brakePedal=40, fuelConsumption=10.80, motorControllerTemperature=290000, motorSpeed=52983, motorTorque=4710, motorTemperature=300000, motorVoltage=20700, motorCurrent=13814000, powerBattery=61220., maxFeedbackPower=270000, maxDischargePower=700000, bmsSelfCheck=60, powerBatteryCurrent=20000, powerBatteryV3=320000, maxVoltage=4000, minVoltage=3000, maxTemperature=430000, minTemperature=990000, availableCapacity=620000, 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-21 11:31:08.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:08.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"620000","bmsSelfCheck":"60","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"481000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.80","gear":"D","insulationResistance":"241910000","latitude":"39.5262310","location":"1","longitude":"116.6932070","maxDischargePower":"700000","maxFeedbackPower":"270000","maxTemperature":"430000","maxVoltage":"4000","mcu":"1","mileage":"39.33000000","minTemperature":"990000","minVoltage":"3000","motorControllerTemperature":"290000","motorCurrent":"13814000","motorSpeed":"52983","motorTemperature":"300000","motorTorque":"4710","motorVoltage":"20700","powerBattery":"61220.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"320000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940667978","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:08.025 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940667978, longitude=116.6932070, latitude=39.5262310, speed=72.000, mileage=39.33000000, dischargeVoltage=481000, dischargeCurrent=15000, insulationResistance=241910000, gear=D, accelerationPedal=90, brakePedal=40, fuelConsumption=10.80, motorControllerTemperature=290000, motorSpeed=52983, motorTorque=4710, motorTemperature=300000, motorVoltage=20700, motorCurrent=13814000, powerBattery=61220., maxFeedbackPower=270000, maxDischargePower=700000, bmsSelfCheck=60, powerBatteryCurrent=20000, powerBatteryV3=320000, maxVoltage=4000, minVoltage=3000, maxTemperature=430000, minTemperature=990000, availableCapacity=620000, 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-21 11:31:09.334 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:09.334 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:09.335 [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 38 39 34 30 36 36 38 39 37 36 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 33 39 2e 34 31 30 30 30 30 30 30 34 34 36 30 30 30 32 37 30 30 30 31 37 39 33 38 30 30 30 30 44 31 30 38 30 31 30 2e 32 30 35 36 30 30 30 30 36 39 34 33 30 31 30 34 30 31 33 35 30 30 30 32 39 34 30 30 33 36 35 30 30 30 30 30 36 31 32 31 30 2e 36 31 30 30 30 30 35 30 30 30 30 30 38 30 38 30 30 30 30 35 32 37 30 30 30 33 30 30 30 34 30 30 30 34 30 30 30 30 30 37 39 30 30 30 30 34 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-21 11:31:09.335 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940668976, longitude=116.6946190, latitude=39.5263430, speed=144.00, mileage=39.41000000, dischargeVoltage=446000, dischargeCurrent=27000, insulationResistance=179380000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=10.20, motorControllerTemperature=560000, motorSpeed=69430, motorTorque=1040, motorTemperature=135000, motorVoltage=29400, motorCurrent=36500000, powerBattery=61210., maxFeedbackPower=610000, maxDischargePower=500000, bmsSelfCheck=80, powerBatteryCurrent=80000, powerBatteryV3=527000, maxVoltage=3000, minVoltage=4000, maxTemperature=400000, minTemperature=790000, availableCapacity=400000, 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-21 11:31:09.337 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:09.337 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"400000","bmsSelfCheck":"80","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"27000","dischargeVoltage":"446000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"179380000","latitude":"39.5263430","location":"1","longitude":"116.6946190","maxDischargePower":"500000","maxFeedbackPower":"610000","maxTemperature":"400000","maxVoltage":"3000","mcu":"1","mileage":"39.41000000","minTemperature":"790000","minVoltage":"4000","motorControllerTemperature":"560000","motorCurrent":"36500000","motorSpeed":"69430","motorTemperature":"135000","motorTorque":"1040","motorVoltage":"29400","powerBattery":"61210.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"527000","ptc":"1","runStatus":"1","soc":"1","speed":"144.00","timestamp":"1718940668976","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:09.337 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940668976, longitude=116.6946190, latitude=39.5263430, speed=144.00, mileage=39.41000000, dischargeVoltage=446000, dischargeCurrent=27000, insulationResistance=179380000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=10.20, motorControllerTemperature=560000, motorSpeed=69430, motorTorque=1040, motorTemperature=135000, motorVoltage=29400, motorCurrent=36500000, powerBattery=61210., maxFeedbackPower=610000, maxDischargePower=500000, bmsSelfCheck=80, powerBatteryCurrent=80000, powerBatteryV3=527000, maxVoltage=3000, minVoltage=4000, maxTemperature=400000, minTemperature=790000, availableCapacity=400000, 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-21 11:31:10.030 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:10.030 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:10.030 [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 38 39 34 30 36 36 39 39 37 37 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 33 39 2e 34 34 30 30 30 30 30 30 34 31 37 30 30 30 34 39 30 30 30 31 37 37 36 35 30 30 30 30 44 33 30 35 30 31 30 2e 34 30 37 31 30 30 30 30 31 32 32 38 39 39 30 30 30 31 31 33 30 30 30 31 31 35 30 30 33 37 35 32 30 30 30 30 36 31 32 31 30 2e 39 33 30 30 30 30 39 30 30 30 30 30 31 31 33 30 30 30 30 32 36 35 30 30 30 34 30 30 30 33 30 30 30 31 30 30 30 30 30 36 38 30 30 30 30 31 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ea 7E -2024-06-21 11:31:10.030 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940669977, longitude=116.6953970, latitude=39.5263970, speed=54.000, mileage=39.44000000, dischargeVoltage=417000, dischargeCurrent=49000, insulationResistance=177650000, gear=D, accelerationPedal=30, brakePedal=50, fuelConsumption=10.40, motorControllerTemperature=710000, motorSpeed=12289, motorTorque=9000, motorTemperature=113000, motorVoltage=11500, motorCurrent=37520000, powerBattery=61210., maxFeedbackPower=930000, maxDischargePower=900000, bmsSelfCheck=11, powerBatteryCurrent=30000, powerBatteryV3=265000, maxVoltage=4000, minVoltage=3000, maxTemperature=100000, minTemperature=680000, availableCapacity=170000, 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-21 11:31:10.031 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:10.031 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"170000","bmsSelfCheck":"11","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"49000","dischargeVoltage":"417000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"177650000","latitude":"39.5263970","location":"1","longitude":"116.6953970","maxDischargePower":"900000","maxFeedbackPower":"930000","maxTemperature":"100000","maxVoltage":"4000","mcu":"1","mileage":"39.44000000","minTemperature":"680000","minVoltage":"3000","motorControllerTemperature":"710000","motorCurrent":"37520000","motorSpeed":"12289","motorTemperature":"113000","motorTorque":"9000","motorVoltage":"11500","powerBattery":"61210.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"265000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940669977","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:10.031 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940669977, longitude=116.6953970, latitude=39.5263970, speed=54.000, mileage=39.44000000, dischargeVoltage=417000, dischargeCurrent=49000, insulationResistance=177650000, gear=D, accelerationPedal=30, brakePedal=50, fuelConsumption=10.40, motorControllerTemperature=710000, motorSpeed=12289, motorTorque=9000, motorTemperature=113000, motorVoltage=11500, motorCurrent=37520000, powerBattery=61210., maxFeedbackPower=930000, maxDischargePower=900000, bmsSelfCheck=11, powerBatteryCurrent=30000, powerBatteryV3=265000, maxVoltage=4000, minVoltage=3000, maxTemperature=100000, minTemperature=680000, availableCapacity=170000, 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-21 11:31:11.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:11.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:11.019 [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 38 39 34 30 36 37 30 39 37 37 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 33 39 2e 34 36 30 30 30 30 30 30 35 36 34 30 30 30 35 30 30 30 30 32 38 37 37 39 30 30 30 30 44 39 30 34 30 31 31 2e 30 30 34 31 30 30 30 30 38 34 31 35 35 36 39 35 30 38 30 30 30 30 30 31 36 35 30 30 39 36 33 33 30 30 30 30 36 31 32 31 30 2e 36 34 30 30 30 30 36 37 30 30 30 30 33 30 31 31 30 30 30 35 38 39 30 30 30 34 30 30 30 33 30 30 30 39 33 30 30 30 30 39 30 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 09 7E -2024-06-21 11:31:11.020 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940670977, longitude=116.6958480, latitude=39.5264340, speed=36.000, mileage=39.46000000, dischargeVoltage=564000, dischargeCurrent=50000, insulationResistance=287790000, gear=D, accelerationPedal=90, brakePedal=40, fuelConsumption=11.00, motorControllerTemperature=410000, motorSpeed=84155, motorTorque=6950, motorTemperature=800000, motorVoltage=16500, motorCurrent=96330000, powerBattery=61210., maxFeedbackPower=640000, maxDischargePower=670000, bmsSelfCheck=30, powerBatteryCurrent=11000, powerBatteryV3=589000, maxVoltage=4000, minVoltage=3000, maxTemperature=930000, minTemperature=900000, 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-21 11:31:11.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:11.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"280000","bmsSelfCheck":"30","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"50000","dischargeVoltage":"564000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.00","gear":"D","insulationResistance":"287790000","latitude":"39.5264340","location":"1","longitude":"116.6958480","maxDischargePower":"670000","maxFeedbackPower":"640000","maxTemperature":"930000","maxVoltage":"4000","mcu":"1","mileage":"39.46000000","minTemperature":"900000","minVoltage":"3000","motorControllerTemperature":"410000","motorCurrent":"96330000","motorSpeed":"84155","motorTemperature":"800000","motorTorque":"6950","motorVoltage":"16500","powerBattery":"61210.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"589000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940670977","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:11.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940670977, longitude=116.6958480, latitude=39.5264340, speed=36.000, mileage=39.46000000, dischargeVoltage=564000, dischargeCurrent=50000, insulationResistance=287790000, gear=D, accelerationPedal=90, brakePedal=40, fuelConsumption=11.00, motorControllerTemperature=410000, motorSpeed=84155, motorTorque=6950, motorTemperature=800000, motorVoltage=16500, motorCurrent=96330000, powerBattery=61210., maxFeedbackPower=640000, maxDischargePower=670000, bmsSelfCheck=30, powerBatteryCurrent=11000, powerBatteryV3=589000, maxVoltage=4000, minVoltage=3000, maxTemperature=930000, minTemperature=900000, 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-21 11:31:12.018 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:12.018 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:12.018 [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 38 39 34 30 36 37 31 39 37 37 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 33 39 2e 35 31 30 30 30 30 30 30 31 36 32 30 30 30 34 31 30 30 30 31 36 35 37 37 30 30 30 30 44 32 30 30 30 31 31 2e 30 30 37 34 30 30 30 30 38 33 38 37 30 33 32 38 30 35 37 30 30 30 30 31 36 31 30 30 31 34 39 35 33 30 30 30 36 31 31 39 39 2e 37 37 30 30 30 30 37 36 30 30 30 30 34 30 32 30 30 30 30 34 34 35 30 30 30 34 30 30 30 34 30 30 30 34 37 30 30 30 30 32 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 f1 7E -2024-06-21 11:31:12.018 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940671977, longitude=116.6970220, latitude=39.5265370, speed=90.000, mileage=39.51000000, dischargeVoltage=162000, dischargeCurrent=41000, insulationResistance=165770000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=11.00, motorControllerTemperature=740000, motorSpeed=83870, motorTorque=3280, motorTemperature=570000, motorVoltage=16100, motorCurrent=14953000, powerBattery=61199., maxFeedbackPower=770000, maxDischargePower=760000, bmsSelfCheck=40, powerBatteryCurrent=20000, powerBatteryV3=445000, maxVoltage=4000, minVoltage=4000, maxTemperature=470000, minTemperature=240000, 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-21 11:31:12.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:12.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"290000","bmsSelfCheck":"40","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"41000","dischargeVoltage":"162000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.00","gear":"D","insulationResistance":"165770000","latitude":"39.5265370","location":"1","longitude":"116.6970220","maxDischargePower":"760000","maxFeedbackPower":"770000","maxTemperature":"470000","maxVoltage":"4000","mcu":"1","mileage":"39.51000000","minTemperature":"240000","minVoltage":"4000","motorControllerTemperature":"740000","motorCurrent":"14953000","motorSpeed":"83870","motorTemperature":"570000","motorTorque":"3280","motorVoltage":"16100","powerBattery":"61199.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"445000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940671977","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:12.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940671977, longitude=116.6970220, latitude=39.5265370, speed=90.000, mileage=39.51000000, dischargeVoltage=162000, dischargeCurrent=41000, insulationResistance=165770000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=11.00, motorControllerTemperature=740000, motorSpeed=83870, motorTorque=3280, motorTemperature=570000, motorVoltage=16100, motorCurrent=14953000, powerBattery=61199., maxFeedbackPower=770000, maxDischargePower=760000, bmsSelfCheck=40, powerBatteryCurrent=20000, powerBatteryV3=445000, maxVoltage=4000, minVoltage=4000, maxTemperature=470000, minTemperature=240000, 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-21 11:31:13.026 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:13.026 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:13.026 [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 38 39 34 30 36 37 32 39 37 37 31 31 36 2e 36 39 38 34 37 36 30 33 39 2e 35 32 36 36 35 37 30 35 34 2e 30 30 30 33 39 2e 35 34 30 30 30 30 30 30 34 34 37 30 30 30 32 34 30 30 30 31 34 37 39 30 30 30 30 30 44 30 30 38 30 31 30 2e 32 30 37 31 30 30 30 30 31 35 35 34 34 36 34 39 30 33 31 30 30 30 30 32 36 34 30 30 34 39 39 31 30 30 30 30 36 31 31 39 39 2e 37 34 30 30 30 30 33 34 30 30 30 30 34 30 39 30 30 30 30 34 30 36 30 30 30 33 30 30 30 34 30 30 30 32 30 30 30 30 30 39 31 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 f9 7E -2024-06-21 11:31:13.026 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940672977, longitude=116.6984760, latitude=39.5266570, speed=54.000, mileage=39.54000000, dischargeVoltage=447000, dischargeCurrent=24000, insulationResistance=147900000, gear=D, accelerationPedal=00, brakePedal=80, fuelConsumption=10.20, motorControllerTemperature=710000, motorSpeed=15544, motorTorque=6490, motorTemperature=310000, motorVoltage=26400, motorCurrent=49910000, powerBattery=61199., maxFeedbackPower=740000, maxDischargePower=340000, bmsSelfCheck=40, powerBatteryCurrent=90000, powerBatteryV3=406000, maxVoltage=3000, minVoltage=4000, maxTemperature=200000, minTemperature=910000, 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-21 11:31:13.028 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:13.028 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"700000","bmsSelfCheck":"40","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"24000","dischargeVoltage":"447000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"147900000","latitude":"39.5266570","location":"1","longitude":"116.6984760","maxDischargePower":"340000","maxFeedbackPower":"740000","maxTemperature":"200000","maxVoltage":"3000","mcu":"1","mileage":"39.54000000","minTemperature":"910000","minVoltage":"4000","motorControllerTemperature":"710000","motorCurrent":"49910000","motorSpeed":"15544","motorTemperature":"310000","motorTorque":"6490","motorVoltage":"26400","powerBattery":"61199.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"406000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940672977","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:13.028 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940672977, longitude=116.6984760, latitude=39.5266570, speed=54.000, mileage=39.54000000, dischargeVoltage=447000, dischargeCurrent=24000, insulationResistance=147900000, gear=D, accelerationPedal=00, brakePedal=80, fuelConsumption=10.20, motorControllerTemperature=710000, motorSpeed=15544, motorTorque=6490, motorTemperature=310000, motorVoltage=26400, motorCurrent=49910000, powerBattery=61199., maxFeedbackPower=740000, maxDischargePower=340000, bmsSelfCheck=40, powerBatteryCurrent=90000, powerBatteryV3=406000, maxVoltage=3000, minVoltage=4000, maxTemperature=200000, minTemperature=910000, 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-21 11:31:14.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:14.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:14.010 [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 38 39 34 30 36 37 33 39 37 37 31 31 36 2e 36 39 39 33 31 39 30 33 39 2e 35 32 36 37 34 31 30 39 30 2e 30 30 30 33 39 2e 35 39 30 30 30 30 30 30 37 31 31 30 30 30 31 33 30 30 30 33 37 32 37 30 30 30 30 30 44 32 30 32 30 39 2e 37 30 30 38 34 30 30 30 30 36 31 31 37 30 35 37 36 30 31 30 30 30 30 30 32 38 33 30 30 35 35 33 39 30 30 30 30 36 31 31 38 39 2e 32 31 30 30 30 30 37 36 30 30 30 30 33 30 38 30 30 30 30 34 31 35 30 30 30 33 30 30 30 33 30 30 30 31 39 30 30 30 30 35 34 30 30 30 30 31 35 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-21 11:31:14.010 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940673977, longitude=116.6993190, latitude=39.5267410, speed=90.000, mileage=39.59000000, dischargeVoltage=711000, dischargeCurrent=13000, insulationResistance=372700000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=9.700, motorControllerTemperature=840000, motorSpeed=61170, motorTorque=5760, motorTemperature=100000, motorVoltage=28300, motorCurrent=55390000, powerBattery=61189., maxFeedbackPower=210000, maxDischargePower=760000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=415000, maxVoltage=3000, minVoltage=3000, maxTemperature=190000, minTemperature=540000, availableCapacity=150000, 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-21 11:31:14.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:14.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"150000","bmsSelfCheck":"30","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"13000","dischargeVoltage":"711000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.700","gear":"D","insulationResistance":"372700000","latitude":"39.5267410","location":"1","longitude":"116.6993190","maxDischargePower":"760000","maxFeedbackPower":"210000","maxTemperature":"190000","maxVoltage":"3000","mcu":"1","mileage":"39.59000000","minTemperature":"540000","minVoltage":"3000","motorControllerTemperature":"840000","motorCurrent":"55390000","motorSpeed":"61170","motorTemperature":"100000","motorTorque":"5760","motorVoltage":"28300","powerBattery":"61189.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"415000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940673977","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:14.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940673977, longitude=116.6993190, latitude=39.5267410, speed=90.000, mileage=39.59000000, dischargeVoltage=711000, dischargeCurrent=13000, insulationResistance=372700000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=9.700, motorControllerTemperature=840000, motorSpeed=61170, motorTorque=5760, motorTemperature=100000, motorVoltage=28300, motorCurrent=55390000, powerBattery=61189., maxFeedbackPower=210000, maxDischargePower=760000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=415000, maxVoltage=3000, minVoltage=3000, maxTemperature=190000, minTemperature=540000, availableCapacity=150000, 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-21 11:31:15.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:15.023 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:15.023 [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 38 39 34 30 36 37 34 39 37 37 31 31 36 2e 37 30 30 35 32 36 30 33 39 2e 35 32 36 38 32 38 30 37 32 2e 30 30 30 33 39 2e 36 33 30 30 30 30 30 30 37 34 30 30 30 30 31 31 30 30 30 31 33 31 34 32 30 30 30 30 44 35 30 31 30 31 31 2e 31 30 38 36 30 30 30 30 31 31 33 31 35 37 30 37 30 34 33 30 30 30 30 32 37 32 30 30 32 33 33 31 30 30 30 30 36 31 31 38 39 2e 36 39 30 30 30 30 36 32 30 30 30 30 35 30 38 30 30 30 30 35 33 39 30 30 30 33 30 30 30 33 30 30 30 32 35 30 30 30 30 32 32 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 ca 7E -2024-06-21 11:31:15.023 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940674977, longitude=116.7005260, latitude=39.5268280, speed=72.000, mileage=39.63000000, dischargeVoltage=740000, dischargeCurrent=11000, insulationResistance=131420000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=11.10, motorControllerTemperature=860000, motorSpeed=11315, motorTorque=7070, motorTemperature=430000, motorVoltage=27200, motorCurrent=23310000, powerBattery=61189., maxFeedbackPower=690000, maxDischargePower=620000, bmsSelfCheck=50, powerBatteryCurrent=80000, powerBatteryV3=539000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=220000, 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-21 11:31:15.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:15.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"800000","bmsSelfCheck":"50","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"740000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"131420000","latitude":"39.5268280","location":"1","longitude":"116.7005260","maxDischargePower":"620000","maxFeedbackPower":"690000","maxTemperature":"250000","maxVoltage":"3000","mcu":"1","mileage":"39.63000000","minTemperature":"220000","minVoltage":"3000","motorControllerTemperature":"860000","motorCurrent":"23310000","motorSpeed":"11315","motorTemperature":"430000","motorTorque":"7070","motorVoltage":"27200","powerBattery":"61189.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"539000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940674977","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:15.025 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940674977, longitude=116.7005260, latitude=39.5268280, speed=72.000, mileage=39.63000000, dischargeVoltage=740000, dischargeCurrent=11000, insulationResistance=131420000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=11.10, motorControllerTemperature=860000, motorSpeed=11315, motorTorque=7070, motorTemperature=430000, motorVoltage=27200, motorCurrent=23310000, powerBattery=61189., maxFeedbackPower=690000, maxDischargePower=620000, bmsSelfCheck=50, powerBatteryCurrent=80000, powerBatteryV3=539000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=220000, 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-21 11:31:16.020 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:16.020 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:16.020 [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 38 39 34 30 36 37 35 39 37 37 31 31 36 2e 37 30 31 34 30 31 30 33 39 2e 35 32 36 39 30 37 30 37 32 2e 30 30 30 33 39 2e 36 37 30 30 30 30 30 30 34 34 37 30 30 30 31 37 30 30 30 31 36 37 39 30 30 30 30 30 44 33 30 37 30 39 2e 33 30 30 32 38 30 30 30 30 33 39 32 30 34 37 30 36 30 39 38 30 30 30 30 31 38 32 30 30 34 35 36 30 30 30 30 30 36 31 31 38 39 2e 33 32 30 30 30 30 39 31 30 30 30 30 31 30 35 30 30 30 30 33 38 30 30 30 30 34 30 30 30 34 30 30 30 35 38 30 30 30 30 35 32 30 30 30 30 39 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f4 7E -2024-06-21 11:31:16.020 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940675977, longitude=116.7014010, latitude=39.5269070, speed=72.000, mileage=39.67000000, dischargeVoltage=447000, dischargeCurrent=17000, insulationResistance=167900000, gear=D, accelerationPedal=30, brakePedal=70, fuelConsumption=9.300, motorControllerTemperature=280000, motorSpeed=39204, motorTorque=7060, motorTemperature=980000, motorVoltage=18200, motorCurrent=45600000, powerBattery=61189., maxFeedbackPower=320000, maxDischargePower=910000, bmsSelfCheck=10, powerBatteryCurrent=50000, powerBatteryV3=380000, maxVoltage=4000, minVoltage=4000, maxTemperature=580000, minTemperature=520000, availableCapacity=920000, 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-21 11:31:16.022 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:16.022 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"920000","bmsSelfCheck":"10","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"17000","dischargeVoltage":"447000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"167900000","latitude":"39.5269070","location":"1","longitude":"116.7014010","maxDischargePower":"910000","maxFeedbackPower":"320000","maxTemperature":"580000","maxVoltage":"4000","mcu":"1","mileage":"39.67000000","minTemperature":"520000","minVoltage":"4000","motorControllerTemperature":"280000","motorCurrent":"45600000","motorSpeed":"39204","motorTemperature":"980000","motorTorque":"7060","motorVoltage":"18200","powerBattery":"61189.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"380000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940675977","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:16.022 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940675977, longitude=116.7014010, latitude=39.5269070, speed=72.000, mileage=39.67000000, dischargeVoltage=447000, dischargeCurrent=17000, insulationResistance=167900000, gear=D, accelerationPedal=30, brakePedal=70, fuelConsumption=9.300, motorControllerTemperature=280000, motorSpeed=39204, motorTorque=7060, motorTemperature=980000, motorVoltage=18200, motorCurrent=45600000, powerBattery=61189., maxFeedbackPower=320000, maxDischargePower=910000, bmsSelfCheck=10, powerBatteryCurrent=50000, powerBatteryV3=380000, maxVoltage=4000, minVoltage=4000, maxTemperature=580000, minTemperature=520000, availableCapacity=920000, 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-21 11:31:17.107 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:17.107 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:17.108 [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 38 39 34 30 36 37 36 39 37 37 31 31 36 2e 37 30 32 39 30 38 30 33 39 2e 35 32 37 30 33 31 30 31 32 36 2e 30 30 33 39 2e 37 34 30 30 30 30 30 30 36 37 37 30 30 30 34 31 30 30 30 35 34 30 31 30 30 30 30 30 44 34 30 32 30 39 2e 38 30 30 36 34 30 30 30 30 33 35 35 37 39 32 30 38 30 31 30 34 30 30 30 31 38 31 30 30 37 32 39 30 30 30 30 30 36 31 31 37 39 2e 35 37 30 30 30 30 35 33 30 30 30 30 31 32 31 32 30 30 30 33 39 36 30 30 30 33 30 30 30 33 30 30 30 31 33 30 30 30 30 35 36 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 f0 7E -2024-06-21 11:31:17.108 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940676977, longitude=116.7029080, latitude=39.5270310, speed=126.00, mileage=39.74000000, dischargeVoltage=677000, dischargeCurrent=41000, insulationResistance=540100000, gear=D, accelerationPedal=40, brakePedal=20, fuelConsumption=9.800, motorControllerTemperature=640000, motorSpeed=35579, motorTorque=2080, motorTemperature=104000, motorVoltage=18100, motorCurrent=72900000, powerBattery=61179., maxFeedbackPower=570000, maxDischargePower=530000, bmsSelfCheck=12, powerBatteryCurrent=12000, powerBatteryV3=396000, maxVoltage=3000, minVoltage=3000, maxTemperature=130000, minTemperature=560000, 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-21 11:31:17.109 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:17.109 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"770000","bmsSelfCheck":"12","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"41000","dischargeVoltage":"677000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.800","gear":"D","insulationResistance":"540100000","latitude":"39.5270310","location":"1","longitude":"116.7029080","maxDischargePower":"530000","maxFeedbackPower":"570000","maxTemperature":"130000","maxVoltage":"3000","mcu":"1","mileage":"39.74000000","minTemperature":"560000","minVoltage":"3000","motorControllerTemperature":"640000","motorCurrent":"72900000","motorSpeed":"35579","motorTemperature":"104000","motorTorque":"2080","motorVoltage":"18100","powerBattery":"61179.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"396000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718940676977","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:17.109 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940676977, longitude=116.7029080, latitude=39.5270310, speed=126.00, mileage=39.74000000, dischargeVoltage=677000, dischargeCurrent=41000, insulationResistance=540100000, gear=D, accelerationPedal=40, brakePedal=20, fuelConsumption=9.800, motorControllerTemperature=640000, motorSpeed=35579, motorTorque=2080, motorTemperature=104000, motorVoltage=18100, motorCurrent=72900000, powerBattery=61179., maxFeedbackPower=570000, maxDischargePower=530000, bmsSelfCheck=12, powerBatteryCurrent=12000, powerBatteryV3=396000, maxVoltage=3000, minVoltage=3000, maxTemperature=130000, minTemperature=560000, 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-21 11:31:18.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:18.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:18.013 [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 38 39 34 30 36 37 37 39 37 38 31 31 36 2e 37 30 34 30 37 32 30 33 39 2e 35 32 37 31 30 39 30 31 30 38 2e 30 30 33 39 2e 38 30 30 30 30 30 30 30 33 30 30 30 30 30 38 30 30 30 30 32 30 39 30 34 30 30 30 30 44 31 30 31 30 31 31 2e 38 30 31 30 30 30 30 30 32 30 33 30 36 37 33 30 30 31 33 38 30 30 30 31 31 31 30 30 31 30 30 32 35 30 30 30 36 31 31 36 37 2e 31 38 30 30 30 30 34 37 30 30 30 30 30 30 37 30 30 30 30 37 31 32 30 30 30 33 30 30 30 33 30 30 30 31 39 30 30 30 30 38 38 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 b3 7E -2024-06-21 11:31:18.013 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940677978, longitude=116.7040720, latitude=39.5271090, speed=108.00, mileage=39.80000000, dischargeVoltage=300000, dischargeCurrent=80000, insulationResistance=209040000, gear=D, accelerationPedal=10, brakePedal=10, fuelConsumption=11.80, motorControllerTemperature=100000, motorSpeed=20306, motorTorque=7300, motorTemperature=138000, motorVoltage=11100, motorCurrent=10025000, powerBattery=61167., maxFeedbackPower=180000, maxDischargePower=470000, bmsSelfCheck=00, powerBatteryCurrent=70000, powerBatteryV3=712000, maxVoltage=3000, minVoltage=3000, maxTemperature=190000, minTemperature=880000, 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-21 11:31:18.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:18.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"730000","bmsSelfCheck":"00","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"300000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"209040000","latitude":"39.5271090","location":"1","longitude":"116.7040720","maxDischargePower":"470000","maxFeedbackPower":"180000","maxTemperature":"190000","maxVoltage":"3000","mcu":"1","mileage":"39.80000000","minTemperature":"880000","minVoltage":"3000","motorControllerTemperature":"100000","motorCurrent":"10025000","motorSpeed":"20306","motorTemperature":"138000","motorTorque":"7300","motorVoltage":"11100","powerBattery":"61167.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"712000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940677978","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:18.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940677978, longitude=116.7040720, latitude=39.5271090, speed=108.00, mileage=39.80000000, dischargeVoltage=300000, dischargeCurrent=80000, insulationResistance=209040000, gear=D, accelerationPedal=10, brakePedal=10, fuelConsumption=11.80, motorControllerTemperature=100000, motorSpeed=20306, motorTorque=7300, motorTemperature=138000, motorVoltage=11100, motorCurrent=10025000, powerBattery=61167., maxFeedbackPower=180000, maxDischargePower=470000, bmsSelfCheck=00, powerBatteryCurrent=70000, powerBatteryV3=712000, maxVoltage=3000, minVoltage=3000, maxTemperature=190000, minTemperature=880000, 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-21 11:31:19.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:19.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:19.019 [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 38 39 34 30 36 37 38 39 37 37 31 31 36 2e 37 30 35 31 31 38 30 33 39 2e 35 32 37 31 39 32 30 39 30 2e 30 30 30 33 39 2e 38 35 30 30 30 30 30 30 32 36 36 30 30 30 34 32 30 30 30 32 32 38 35 36 30 30 30 30 44 39 30 31 30 31 30 2e 39 30 37 38 30 30 30 30 36 35 36 30 31 38 34 34 30 39 33 30 30 30 30 31 33 39 30 30 35 36 31 31 30 30 30 30 36 31 31 35 36 2e 38 31 30 30 30 30 36 31 30 30 30 30 31 30 36 30 30 30 30 33 32 36 30 30 30 33 30 30 30 33 30 30 30 36 36 30 30 30 30 39 36 30 30 30 30 31 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f6 7E -2024-06-21 11:31:19.020 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940678977, longitude=116.7051180, latitude=39.5271920, speed=90.000, mileage=39.85000000, dischargeVoltage=266000, dischargeCurrent=42000, insulationResistance=228560000, gear=D, accelerationPedal=90, brakePedal=10, fuelConsumption=10.90, motorControllerTemperature=780000, motorSpeed=65601, motorTorque=8440, motorTemperature=930000, motorVoltage=13900, motorCurrent=56110000, powerBattery=61156., maxFeedbackPower=810000, maxDischargePower=610000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=326000, maxVoltage=3000, minVoltage=3000, maxTemperature=660000, minTemperature=960000, availableCapacity=140000, 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-21 11:31:19.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:19.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"140000","bmsSelfCheck":"10","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"42000","dischargeVoltage":"266000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"228560000","latitude":"39.5271920","location":"1","longitude":"116.7051180","maxDischargePower":"610000","maxFeedbackPower":"810000","maxTemperature":"660000","maxVoltage":"3000","mcu":"1","mileage":"39.85000000","minTemperature":"960000","minVoltage":"3000","motorControllerTemperature":"780000","motorCurrent":"56110000","motorSpeed":"65601","motorTemperature":"930000","motorTorque":"8440","motorVoltage":"13900","powerBattery":"61156.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"326000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940678977","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:19.022 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940678977, longitude=116.7051180, latitude=39.5271920, speed=90.000, mileage=39.85000000, dischargeVoltage=266000, dischargeCurrent=42000, insulationResistance=228560000, gear=D, accelerationPedal=90, brakePedal=10, fuelConsumption=10.90, motorControllerTemperature=780000, motorSpeed=65601, motorTorque=8440, motorTemperature=930000, motorVoltage=13900, motorCurrent=56110000, powerBattery=61156., maxFeedbackPower=810000, maxDischargePower=610000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=326000, maxVoltage=3000, minVoltage=3000, maxTemperature=660000, minTemperature=960000, availableCapacity=140000, 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-21 11:31:20.061 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:20.061 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:20.061 [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 38 39 34 30 36 37 39 39 37 38 31 31 36 2e 37 30 36 31 39 36 30 33 39 2e 35 32 37 32 38 37 30 37 32 2e 30 30 30 33 39 2e 38 39 30 30 30 30 30 30 35 37 39 30 30 30 34 30 30 30 30 32 35 36 30 33 30 30 30 30 44 35 30 39 30 31 31 2e 32 30 35 30 30 30 30 30 36 35 33 36 31 36 35 37 30 34 30 30 30 30 30 32 39 34 30 30 34 32 37 35 30 30 30 30 36 31 31 35 36 2e 36 37 30 30 30 30 37 36 30 30 30 30 37 30 36 30 30 30 30 35 39 33 30 30 30 33 30 30 30 34 30 30 30 36 30 30 30 30 30 36 36 30 30 30 30 33 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0a 7E -2024-06-21 11:31:20.061 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940679978, longitude=116.7061960, latitude=39.5272870, speed=72.000, mileage=39.89000000, dischargeVoltage=579000, dischargeCurrent=40000, insulationResistance=256030000, gear=D, accelerationPedal=50, brakePedal=90, fuelConsumption=11.20, motorControllerTemperature=500000, motorSpeed=65361, motorTorque=6570, motorTemperature=400000, motorVoltage=29400, motorCurrent=42750000, powerBattery=61156., maxFeedbackPower=670000, maxDischargePower=760000, bmsSelfCheck=70, powerBatteryCurrent=60000, powerBatteryV3=593000, maxVoltage=3000, minVoltage=4000, maxTemperature=600000, minTemperature=660000, availableCapacity=300000, 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-21 11:31:20.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:20.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"300000","bmsSelfCheck":"70","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"579000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.20","gear":"D","insulationResistance":"256030000","latitude":"39.5272870","location":"1","longitude":"116.7061960","maxDischargePower":"760000","maxFeedbackPower":"670000","maxTemperature":"600000","maxVoltage":"3000","mcu":"1","mileage":"39.89000000","minTemperature":"660000","minVoltage":"4000","motorControllerTemperature":"500000","motorCurrent":"42750000","motorSpeed":"65361","motorTemperature":"400000","motorTorque":"6570","motorVoltage":"29400","powerBattery":"61156.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"593000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940679978","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:20.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940679978, longitude=116.7061960, latitude=39.5272870, speed=72.000, mileage=39.89000000, dischargeVoltage=579000, dischargeCurrent=40000, insulationResistance=256030000, gear=D, accelerationPedal=50, brakePedal=90, fuelConsumption=11.20, motorControllerTemperature=500000, motorSpeed=65361, motorTorque=6570, motorTemperature=400000, motorVoltage=29400, motorCurrent=42750000, powerBattery=61156., maxFeedbackPower=670000, maxDischargePower=760000, bmsSelfCheck=70, powerBatteryCurrent=60000, powerBatteryV3=593000, maxVoltage=3000, minVoltage=4000, maxTemperature=600000, minTemperature=660000, availableCapacity=300000, 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-21 11:31:21.020 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:21.020 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:21.020 [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 38 39 34 30 36 38 30 39 37 37 31 31 36 2e 37 30 37 33 33 39 30 33 39 2e 35 32 37 33 37 38 30 37 32 2e 30 30 30 33 39 2e 39 33 30 30 30 30 30 30 31 32 38 30 30 30 33 34 30 30 30 38 31 31 35 30 30 30 30 30 44 38 30 37 30 31 30 2e 32 30 31 32 30 30 30 30 32 38 38 30 32 31 32 30 30 31 32 37 30 30 30 31 33 31 30 30 34 34 37 36 30 30 30 30 36 31 31 35 36 2e 32 30 30 30 30 30 31 30 30 30 30 30 30 30 36 30 30 30 30 33 35 35 30 30 30 33 30 30 30 34 30 30 30 37 36 30 30 30 30 38 38 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 d3 7E -2024-06-21 11:31:21.020 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940680977, longitude=116.7073390, latitude=39.5273780, speed=72.000, mileage=39.93000000, dischargeVoltage=128000, dischargeCurrent=34000, insulationResistance=811500000, gear=D, accelerationPedal=80, brakePedal=70, fuelConsumption=10.20, motorControllerTemperature=120000, motorSpeed=28802, motorTorque=1200, motorTemperature=127000, motorVoltage=13100, motorCurrent=44760000, powerBattery=61156., maxFeedbackPower=200000, maxDischargePower=100000, bmsSelfCheck=00, powerBatteryCurrent=60000, powerBatteryV3=355000, maxVoltage=3000, minVoltage=4000, maxTemperature=760000, minTemperature=880000, 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-21 11:31:21.022 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:21.022 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"290000","bmsSelfCheck":"00","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"34000","dischargeVoltage":"128000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"811500000","latitude":"39.5273780","location":"1","longitude":"116.7073390","maxDischargePower":"100000","maxFeedbackPower":"200000","maxTemperature":"760000","maxVoltage":"3000","mcu":"1","mileage":"39.93000000","minTemperature":"880000","minVoltage":"4000","motorControllerTemperature":"120000","motorCurrent":"44760000","motorSpeed":"28802","motorTemperature":"127000","motorTorque":"1200","motorVoltage":"13100","powerBattery":"61156.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"355000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940680977","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:21.022 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940680977, longitude=116.7073390, latitude=39.5273780, speed=72.000, mileage=39.93000000, dischargeVoltage=128000, dischargeCurrent=34000, insulationResistance=811500000, gear=D, accelerationPedal=80, brakePedal=70, fuelConsumption=10.20, motorControllerTemperature=120000, motorSpeed=28802, motorTorque=1200, motorTemperature=127000, motorVoltage=13100, motorCurrent=44760000, powerBattery=61156., maxFeedbackPower=200000, maxDischargePower=100000, bmsSelfCheck=00, powerBatteryCurrent=60000, powerBatteryV3=355000, maxVoltage=3000, minVoltage=4000, maxTemperature=760000, minTemperature=880000, 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-21 11:31:26.151 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:31:26.151 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:31:26.151 [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 38 39 34 30 36 38 36 30 37 38 31 31 36 2e 37 30 38 30 38 35 30 33 39 2e 35 32 37 34 35 37 30 37 32 2e 30 30 30 33 39 2e 39 37 30 30 30 30 30 30 36 34 35 30 30 30 32 37 30 30 30 37 33 38 30 30 30 30 30 30 44 35 30 37 30 31 30 2e 33 30 35 39 30 30 30 30 35 33 35 31 37 35 33 30 30 31 30 35 30 30 30 32 32 37 30 30 31 32 36 35 30 30 30 30 36 31 31 35 36 2e 32 34 30 30 30 30 36 31 30 30 30 30 31 32 31 30 30 30 30 35 30 35 30 30 30 34 30 30 30 34 30 30 30 33 31 30 30 30 30 32 32 30 30 30 30 34 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d7 7E -2024-06-21 11:31:26.151 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940686078, longitude=116.7080850, latitude=39.5274570, speed=72.000, mileage=39.97000000, dischargeVoltage=645000, dischargeCurrent=27000, insulationResistance=738000000, gear=D, accelerationPedal=50, brakePedal=70, fuelConsumption=10.30, motorControllerTemperature=590000, motorSpeed=53517, motorTorque=5300, motorTemperature=105000, motorVoltage=22700, motorCurrent=12650000, powerBattery=61156., maxFeedbackPower=240000, maxDischargePower=610000, bmsSelfCheck=12, powerBatteryCurrent=10000, powerBatteryV3=505000, maxVoltage=4000, minVoltage=4000, maxTemperature=310000, minTemperature=220000, availableCapacity=470000, vehicleStatus=1, 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-21 11:31:26.153 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:31:26.153 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"470000","bmsSelfCheck":"12","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"27000","dischargeVoltage":"645000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.30","gear":"D","insulationResistance":"738000000","latitude":"39.5274570","location":"1","longitude":"116.7080850","maxDischargePower":"610000","maxFeedbackPower":"240000","maxTemperature":"310000","maxVoltage":"4000","mcu":"1","mileage":"39.97000000","minTemperature":"220000","minVoltage":"4000","motorControllerTemperature":"590000","motorCurrent":"12650000","motorSpeed":"53517","motorTemperature":"105000","motorTorque":"5300","motorVoltage":"22700","powerBattery":"61156.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"505000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940686078","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:31:26.153 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940686078, longitude=116.7080850, latitude=39.5274570, speed=72.000, mileage=39.97000000, dischargeVoltage=645000, dischargeCurrent=27000, insulationResistance=738000000, gear=D, accelerationPedal=50, brakePedal=70, fuelConsumption=10.30, motorControllerTemperature=590000, motorSpeed=53517, motorTorque=5300, motorTemperature=105000, motorVoltage=22700, motorCurrent=12650000, powerBattery=61156., maxFeedbackPower=240000, maxDischargePower=610000, bmsSelfCheck=12, powerBatteryCurrent=10000, powerBatteryV3=505000, maxVoltage=4000, minVoltage=4000, maxTemperature=310000, minTemperature=220000, availableCapacity=470000, vehicleStatus=1, 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-21 11:31:54.293 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:31:54.341 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:31:54.375 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:31:54.453 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:31:54.453 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:31:54.499 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:31:54.513 [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 -2024-06-21 11:31:54.513 [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-cfc67103-b8e9-40d4-b48f-940794aa017c sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:31:54.513 [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-5516833f-941b-4262-b411-02a1531a3362 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:31:54.514 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:31:54.514 [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-84e45b3c-bc7f-48c8-80c7-ff3cd35eb747 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:31:54.514 [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-21 11:31:54.514 [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-21 11:31:54.514 [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-21 11:31:54.516 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:31:54.516 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:31:54.516 [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-21 11:31:54.516 [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-21 11:31:54.517 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:31:54.517 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:31:54.520 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:31:54.520 [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-21 11:31:54.520 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:31:54.520 [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-21 11:31:54.521 [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-21 11:31:54.521 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:31:54.521 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:31:54.521 [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-21 11:31:54.521 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:31:54.522 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:31:54.522 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:31:54.522 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:31:54.527 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 11:31:54.528 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:31:54.528 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 11:31:54.528 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:31:54.528 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 11:31:54.739 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 11:31:54.743 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 11:32:02.896 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 7108 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 11:32:02.898 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 11:32:02.899 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 11:32:03.515 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 11:32:03.518 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 11:32:03.554 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 20 ms. Found 0 Redis repository interfaces. -2024-06-21 11:32:03.844 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 11:32:03.956 [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-21 11:32:03.958 [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-21 11:32:03.962 [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-21 11:32:03.981 [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-21 11:32:04.024 [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-21 11:32:04.032 [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-21 11:32:04.327 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 11:32:04.338 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 11:32:04.338 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 11:32:04.452 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 11:32:04.453 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1514 ms -2024-06-21 11:32:05.174 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 11:32:05.991 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 11:32:05.997 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 11:32:06.014 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 11:32:06.067 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 11:32:06.084 [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-21 11:32:06.146 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:32:06.146 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:32:06.147 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940726145 -2024-06-21 11:32:06.149 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 11:32:06.293 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 11:32:06.382 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 11:32:06.429 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:32:06.430 [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-21 11:32:06.432 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:32:06.438 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:32:06.440 [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=45, memberId='consumer-Partitions-1-14704b34-79e0-417b-9743-d9418ab913f9', protocol='range'} -2024-06-21 11:32:06.441 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 45: {consumer-Partitions-1-14704b34-79e0-417b-9743-d9418ab913f9=Assignment(partitions=[test1-0])} -2024-06-21 11:32:06.444 [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=45, memberId='consumer-Partitions-1-14704b34-79e0-417b-9743-d9418ab913f9', protocol='range'} -2024-06-21 11:32:06.445 [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]) -2024-06-21 11:32:06.446 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:32:06.451 [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=107, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:32:07.116 [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-21 11:32:07.120 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:32:07.120 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:32:07.121 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940727120 -2024-06-21 11:32:07.122 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:32:07.128 [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-21 11:32:07.131 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:32:07.132 [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-21 11:32:07.133 [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-21 11:32:07.133 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:32:07.133 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:32:07.133 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940727133 -2024-06-21 11:32:07.133 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:32:07.135 [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-21 11:32:07.135 [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-21 11:32:07.137 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:32:07.137 [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=58, memberId='consumer-Topics-2-77b6a2e0-234c-4b50-adb2-da276fd17914', protocol='range'} -2024-06-21 11:32:07.138 [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-21 11:32:07.138 [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 58: {consumer-Topics-2-77b6a2e0-234c-4b50-adb2-da276fd17914=Assignment(partitions=[test1-0])} -2024-06-21 11:32:07.138 [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-21 11:32:07.139 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:32:07.139 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:32:07.139 [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=58, memberId='consumer-Topics-2-77b6a2e0-234c-4b50-adb2-da276fd17914', protocol='range'} -2024-06-21 11:32:07.139 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940727139 -2024-06-21 11:32:07.140 [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]) -2024-06-21 11:32:07.140 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:32:07.140 [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 -2024-06-21 11:32:07.142 [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-21 11:32:07.143 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:32:07.143 [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-21 11:32:07.144 [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-21 11:32:07.144 [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=107, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:32:07.144 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:32:07.146 [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-21 11:32:07.160 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 11:32:07.161 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:32:07.430 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3d0f4ac4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 63926] -2024-06-21 11:32:08.660 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 6.055 seconds (JVM running for 6.509) -2024-06-21 11:32:08.663 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 11:32:10.147 [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-21 11:32:10.148 [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 -2024-06-21 11:32:10.148 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:32:10.149 [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-21 11:32:10.150 [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=59, memberId='consumer-Topics-3-c4a13dc2-aadd-426e-b3d2-44d7d9a317b6', protocol='range'} -2024-06-21 11:32:10.150 [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=59, memberId='consumer-Topics-4-98943612-a831-413e-9180-4005e4bda2a2', protocol='range'} -2024-06-21 11:32:10.150 [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=59, memberId='consumer-Topics-2-77b6a2e0-234c-4b50-adb2-da276fd17914', protocol='range'} -2024-06-21 11:32:10.151 [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 59: {consumer-Topics-2-77b6a2e0-234c-4b50-adb2-da276fd17914=Assignment(partitions=[test1-0]), consumer-Topics-4-98943612-a831-413e-9180-4005e4bda2a2=Assignment(partitions=[]), consumer-Topics-3-c4a13dc2-aadd-426e-b3d2-44d7d9a317b6=Assignment(partitions=[])} -2024-06-21 11:32:10.152 [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=59, memberId='consumer-Topics-3-c4a13dc2-aadd-426e-b3d2-44d7d9a317b6', protocol='range'} -2024-06-21 11:32:10.152 [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=59, memberId='consumer-Topics-4-98943612-a831-413e-9180-4005e4bda2a2', protocol='range'} -2024-06-21 11:32:10.152 [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=59, memberId='consumer-Topics-2-77b6a2e0-234c-4b50-adb2-da276fd17914', protocol='range'} -2024-06-21 11:32:10.153 [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=[]) -2024-06-21 11:32:10.153 [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=[]) -2024-06-21 11:32:10.153 [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]) -2024-06-21 11:32:10.153 [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: -2024-06-21 11:32:10.153 [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: -2024-06-21 11:32:10.153 [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 -2024-06-21 11:32:10.153 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:32:10.153 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:32:10.154 [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=107, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:32:10.154 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:32:12.596 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 11:32:12.600 [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-21 11:32:13.060 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:32:13.060 [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-21 11:32:13.534 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:32:51.100 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:32:51.100 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:32:51.100 [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 38 39 34 30 37 37 31 30 32 33 31 31 36 2e 37 30 38 39 31 36 30 33 39 2e 35 32 37 35 33 36 30 35 34 2e 30 30 30 34 30 2e 30 30 30 30 30 30 30 30 31 38 38 30 30 30 34 38 30 30 30 32 31 33 37 30 30 30 30 30 44 33 30 31 30 31 30 2e 35 30 37 38 30 30 30 30 38 37 33 37 30 37 30 37 30 35 39 30 30 30 30 31 32 37 30 30 38 31 31 38 30 30 30 30 36 31 31 35 36 2e 31 31 30 30 30 30 38 35 30 30 30 30 38 30 32 30 30 30 30 32 38 30 30 30 30 34 30 30 30 34 30 30 30 36 31 30 30 30 30 39 37 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 d5 7E -2024-06-21 11:32:51.122 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940771023, longitude=116.7089160, latitude=39.5275360, speed=54.000, mileage=40.00000000, dischargeVoltage=188000, dischargeCurrent=48000, insulationResistance=213700000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=10.50, motorControllerTemperature=780000, motorSpeed=87370, motorTorque=7070, motorTemperature=590000, motorVoltage=12700, motorCurrent=81180000, powerBattery=61156., maxFeedbackPower=110000, maxDischargePower=850000, bmsSelfCheck=80, powerBatteryCurrent=20000, powerBatteryV3=280000, maxVoltage=4000, minVoltage=4000, maxTemperature=610000, minTemperature=970000, 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-21 11:32:51.173 [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-21 11:32:51.185 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:32:51.186 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:32:51.186 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940771185 -2024-06-21 11:32:51.188 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:32:51.205 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:32:51.205 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"450000","bmsSelfCheck":"80","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"48000","dischargeVoltage":"188000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"213700000","latitude":"39.5275360","location":"1","longitude":"116.7089160","maxDischargePower":"850000","maxFeedbackPower":"110000","maxTemperature":"610000","maxVoltage":"4000","mcu":"1","mileage":"40.00000000","minTemperature":"970000","minVoltage":"4000","motorControllerTemperature":"780000","motorCurrent":"81180000","motorSpeed":"87370","motorTemperature":"590000","motorTorque":"7070","motorVoltage":"12700","powerBattery":"61156.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"280000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940771023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:32:51.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:88 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:33:07.750 [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-21 11:33:07.751 [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-21 11:33:07.751 [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-21 11:33:07.751 [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-21 11:33:07.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.754 [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 38 39 34 30 37 37 32 30 33 33 31 31 36 2e 37 30 39 35 32 38 30 33 39 2e 35 32 37 36 30 36 30 35 34 2e 30 30 30 34 30 2e 30 33 30 30 30 30 30 30 35 38 36 30 30 30 31 32 30 30 30 31 38 37 34 31 30 30 30 30 44 39 30 31 30 31 30 2e 32 30 34 33 30 30 30 30 39 39 37 35 34 31 35 34 30 34 38 30 30 30 30 31 33 39 30 30 33 31 30 33 30 30 30 30 36 31 31 35 36 2e 32 30 30 30 30 30 33 34 30 30 30 30 31 30 39 30 30 30 30 37 32 34 30 30 30 34 30 30 30 34 30 30 30 34 38 30 30 30 30 35 34 30 30 30 30 34 37 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-21 11:33:07.754 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940772033, longitude=116.7095280, latitude=39.5276060, speed=54.000, mileage=40.03000000, dischargeVoltage=586000, dischargeCurrent=12000, insulationResistance=187410000, gear=D, accelerationPedal=90, brakePedal=10, fuelConsumption=10.20, motorControllerTemperature=430000, motorSpeed=99754, motorTorque=1540, motorTemperature=480000, motorVoltage=13900, motorCurrent=31030000, powerBattery=61156., maxFeedbackPower=200000, maxDischargePower=340000, bmsSelfCheck=10, powerBatteryCurrent=90000, powerBatteryV3=724000, maxVoltage=4000, minVoltage=4000, maxTemperature=480000, minTemperature=540000, availableCapacity=470000, 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-21 11:33:07.756 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.756 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.756 [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 38 39 34 30 37 37 33 30 33 38 31 31 36 2e 37 31 30 30 35 39 30 33 39 2e 35 32 37 36 33 35 30 33 36 2e 30 30 30 34 30 2e 30 35 30 30 30 30 30 30 35 32 32 30 30 30 33 33 30 30 30 34 33 33 30 30 30 30 30 30 44 32 30 35 30 39 2e 34 30 30 33 39 30 30 30 30 36 30 31 36 39 33 34 39 30 31 34 36 30 30 30 32 37 37 30 30 31 33 31 30 38 30 30 30 36 31 31 35 36 2e 32 37 30 30 30 30 33 32 30 30 30 30 31 32 36 30 30 30 30 36 33 37 30 30 30 34 30 30 30 33 30 30 30 38 34 30 30 30 30 32 34 30 30 30 30 36 39 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-21 11:33:07.756 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940773038, longitude=116.7100590, latitude=39.5276350, speed=36.000, mileage=40.05000000, dischargeVoltage=522000, dischargeCurrent=33000, insulationResistance=433000000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=9.400, motorControllerTemperature=390000, motorSpeed=60169, motorTorque=3490, motorTemperature=146000, motorVoltage=27700, motorCurrent=13108000, powerBattery=61156., maxFeedbackPower=270000, maxDischargePower=320000, bmsSelfCheck=12, powerBatteryCurrent=60000, powerBatteryV3=637000, maxVoltage=4000, minVoltage=3000, maxTemperature=840000, minTemperature=240000, availableCapacity=690000, 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-21 11:33:07.757 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.757 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.757 [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 38 39 34 30 37 37 34 30 33 38 31 31 36 2e 37 31 30 35 39 30 30 33 39 2e 35 32 37 36 38 39 30 33 36 2e 30 30 30 34 30 2e 30 37 30 30 30 30 30 30 36 39 38 30 30 30 37 30 30 30 30 32 38 35 30 36 30 30 30 30 44 31 30 32 30 39 2e 38 30 30 33 33 30 30 30 30 34 35 32 31 31 39 37 38 30 38 32 30 30 30 30 31 35 33 30 30 31 31 38 36 34 30 30 30 36 31 31 35 36 2e 38 34 30 30 30 30 34 39 30 30 30 30 31 31 32 30 30 30 30 37 34 31 30 30 30 33 30 30 30 33 30 30 30 32 35 30 30 30 30 34 33 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 e4 7E -2024-06-21 11:33:07.757 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940774038, longitude=116.7105900, latitude=39.5276890, speed=36.000, mileage=40.07000000, dischargeVoltage=698000, dischargeCurrent=70000, insulationResistance=285060000, gear=D, accelerationPedal=10, brakePedal=20, fuelConsumption=9.800, motorControllerTemperature=330000, motorSpeed=45211, motorTorque=9780, motorTemperature=820000, motorVoltage=15300, motorCurrent=11864000, powerBattery=61156., maxFeedbackPower=840000, maxDischargePower=490000, bmsSelfCheck=11, powerBatteryCurrent=20000, powerBatteryV3=741000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=430000, 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-21 11:33:07.757 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.757 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.758 [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 38 39 34 30 37 37 35 30 33 36 31 31 36 2e 37 31 31 38 31 33 30 33 39 2e 35 32 37 37 38 34 30 31 30 38 2e 30 30 34 30 2e 31 33 30 30 30 30 30 30 35 38 37 30 30 30 32 31 30 30 30 33 31 30 37 30 30 30 30 30 44 34 30 39 30 39 2e 33 30 30 31 38 30 30 30 30 33 36 39 31 39 37 31 39 30 36 36 30 30 30 30 32 32 38 30 30 39 33 31 32 30 30 30 30 36 31 31 34 37 2e 38 31 30 30 30 30 31 30 30 30 30 30 31 33 31 31 30 30 30 32 37 39 30 30 30 34 30 30 30 33 30 30 30 34 34 30 30 30 30 34 32 30 30 30 30 33 30 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-21 11:33:07.758 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940775036, longitude=116.7118130, latitude=39.5277840, speed=108.00, mileage=40.13000000, dischargeVoltage=587000, dischargeCurrent=21000, insulationResistance=310700000, gear=D, accelerationPedal=40, brakePedal=90, fuelConsumption=9.300, motorControllerTemperature=180000, motorSpeed=36919, motorTorque=7190, motorTemperature=660000, motorVoltage=22800, motorCurrent=93120000, powerBattery=61147., maxFeedbackPower=810000, maxDischargePower=100000, bmsSelfCheck=13, powerBatteryCurrent=11000, powerBatteryV3=279000, maxVoltage=4000, minVoltage=3000, maxTemperature=440000, minTemperature=420000, availableCapacity=300000, 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-21 11:33:07.758 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.758 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.758 [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 38 39 34 30 37 37 36 30 32 33 31 31 36 2e 37 31 32 38 34 33 30 33 39 2e 35 32 37 38 35 38 30 39 30 2e 30 30 30 34 30 2e 31 38 30 30 30 30 30 30 37 30 33 30 30 30 34 34 30 30 30 32 32 31 32 36 30 30 30 30 44 35 30 30 30 31 30 2e 39 30 37 35 30 30 30 30 33 34 33 33 33 36 32 30 30 36 31 30 30 30 30 32 39 30 30 30 31 30 39 30 36 30 30 30 36 31 31 33 36 2e 36 36 30 30 30 30 37 34 30 30 30 30 31 30 35 30 30 30 30 34 36 30 30 30 30 33 30 30 30 33 30 30 30 36 34 30 30 30 30 37 30 30 30 30 30 31 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 b6 7E -2024-06-21 11:33:07.758 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940776023, longitude=116.7128430, latitude=39.5278580, speed=90.000, mileage=40.18000000, dischargeVoltage=703000, dischargeCurrent=44000, insulationResistance=221260000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=10.90, motorControllerTemperature=750000, motorSpeed=34333, motorTorque=6200, motorTemperature=610000, motorVoltage=29000, motorCurrent=10906000, powerBattery=61136., maxFeedbackPower=660000, maxDischargePower=740000, bmsSelfCheck=10, powerBatteryCurrent=50000, powerBatteryV3=460000, maxVoltage=3000, minVoltage=3000, maxTemperature=640000, minTemperature=700000, availableCapacity=100000, 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-21 11:33:07.758 [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-21 11:33:07.758 [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-21 11:33:07.758 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.758 [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-21 11:33:07.758 [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-21 11:33:07.760 [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-21 11:33:07.760 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] 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: coordinator unavailable.isDisconnected: false. Rediscovery will be attempted. -2024-06-21 11:33:07.760 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.760 [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-21 11:33:07.760 [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 38 39 34 30 37 37 37 30 32 36 31 31 36 2e 37 31 33 39 39 31 30 33 39 2e 35 32 37 39 33 39 30 39 30 2e 30 30 30 34 30 2e 32 33 30 30 30 30 30 30 35 34 32 30 30 30 32 34 30 30 30 32 30 39 36 39 30 30 30 30 44 36 30 35 30 31 31 2e 36 30 34 34 30 30 30 30 39 32 30 31 38 35 35 30 30 37 31 30 30 30 30 31 35 39 30 30 31 33 32 38 33 30 30 30 36 31 31 32 35 2e 35 31 30 30 30 30 32 39 30 30 30 30 32 30 31 31 30 30 30 34 32 32 30 30 30 33 30 30 30 34 30 30 30 32 38 30 30 30 30 33 30 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 ce 7E -2024-06-21 11:33:07.760 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940777026, longitude=116.7139910, latitude=39.5279390, speed=90.000, mileage=40.23000000, dischargeVoltage=542000, dischargeCurrent=24000, insulationResistance=209690000, gear=D, accelerationPedal=60, brakePedal=50, fuelConsumption=11.60, motorControllerTemperature=440000, motorSpeed=92018, motorTorque=5500, motorTemperature=710000, motorVoltage=15900, motorCurrent=13283000, powerBattery=61125., maxFeedbackPower=510000, maxDischargePower=290000, bmsSelfCheck=20, powerBatteryCurrent=11000, powerBatteryV3=422000, maxVoltage=3000, minVoltage=4000, maxTemperature=280000, minTemperature=300000, 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-21 11:33:07.760 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.760 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.760 [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 38 39 34 30 37 37 38 30 33 31 31 31 36 2e 37 31 35 31 34 34 30 33 39 2e 35 32 38 30 37 31 30 31 30 38 2e 30 30 34 30 2e 32 39 30 30 30 30 30 30 32 34 30 30 30 30 34 32 30 30 30 39 34 37 37 30 30 30 30 30 44 31 30 38 30 39 2e 33 30 30 37 34 30 30 30 30 36 39 33 34 37 37 39 32 30 33 34 30 30 30 30 31 33 34 30 30 31 33 31 33 39 30 30 30 36 31 31 31 35 2e 37 35 30 30 30 30 34 38 30 30 30 30 31 33 36 30 30 30 30 32 35 38 30 30 30 34 30 30 30 34 30 30 30 31 30 30 30 30 30 34 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 d6 7E -2024-06-21 11:33:07.761 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940778031, longitude=116.7151440, latitude=39.5280710, speed=108.00, mileage=40.29000000, dischargeVoltage=240000, dischargeCurrent=42000, insulationResistance=947700000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=9.300, motorControllerTemperature=740000, motorSpeed=69347, motorTorque=7920, motorTemperature=340000, motorVoltage=13400, motorCurrent=13139000, powerBattery=61115., maxFeedbackPower=750000, maxDischargePower=480000, bmsSelfCheck=13, powerBatteryCurrent=60000, powerBatteryV3=258000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=470000, 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-21 11:33:07.761 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.761 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.761 [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 38 39 34 30 37 37 39 30 33 30 31 31 36 2e 37 31 35 39 31 31 30 33 39 2e 35 32 38 31 37 30 30 37 32 2e 30 30 30 34 30 2e 33 33 30 30 30 30 30 30 32 37 37 30 30 30 32 31 30 30 30 31 38 35 31 37 30 30 30 30 44 34 30 31 30 31 30 2e 39 30 34 36 30 30 30 30 33 32 36 39 35 32 34 33 30 31 33 32 30 30 30 32 36 38 30 30 37 36 39 30 30 30 30 30 36 31 31 31 35 2e 35 39 30 30 30 30 36 38 30 30 30 30 34 30 35 30 30 30 30 36 32 31 30 30 30 34 30 30 30 34 30 30 30 37 36 30 30 30 30 39 35 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 dd 7E -2024-06-21 11:33:07.761 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940779030, longitude=116.7159110, latitude=39.5281700, speed=72.000, mileage=40.33000000, dischargeVoltage=277000, dischargeCurrent=21000, insulationResistance=185170000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=10.90, motorControllerTemperature=460000, motorSpeed=32695, motorTorque=2430, motorTemperature=132000, motorVoltage=26800, motorCurrent=76900000, powerBattery=61115., maxFeedbackPower=590000, maxDischargePower=680000, bmsSelfCheck=40, powerBatteryCurrent=50000, powerBatteryV3=621000, maxVoltage=4000, minVoltage=4000, maxTemperature=760000, minTemperature=950000, 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-21 11:33:07.761 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.761 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.761 [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 38 39 34 30 37 38 30 30 33 30 31 31 36 2e 37 31 36 36 37 33 30 33 39 2e 35 32 38 32 35 37 30 35 34 2e 30 30 30 34 30 2e 33 36 30 30 30 30 30 30 37 33 32 30 30 30 34 33 30 30 30 31 33 30 36 37 30 30 30 30 44 37 30 38 30 31 30 2e 37 30 33 36 30 30 30 30 39 37 37 35 34 37 38 37 30 31 32 36 30 30 30 32 39 37 30 30 31 34 36 37 30 30 30 30 36 31 31 31 35 2e 32 30 30 30 30 30 33 34 30 30 30 30 37 30 36 30 30 30 30 34 33 37 30 30 30 34 30 30 30 33 30 30 30 36 35 30 30 30 30 38 33 30 30 30 30 37 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 eb 7E -2024-06-21 11:33:07.761 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940780030, longitude=116.7166730, latitude=39.5282570, speed=54.000, mileage=40.36000000, dischargeVoltage=732000, dischargeCurrent=43000, insulationResistance=130670000, gear=D, accelerationPedal=70, brakePedal=80, fuelConsumption=10.70, motorControllerTemperature=360000, motorSpeed=97754, motorTorque=7870, motorTemperature=126000, motorVoltage=29700, motorCurrent=14670000, powerBattery=61115., maxFeedbackPower=200000, maxDischargePower=340000, bmsSelfCheck=70, powerBatteryCurrent=60000, powerBatteryV3=437000, maxVoltage=4000, minVoltage=3000, maxTemperature=650000, minTemperature=830000, availableCapacity=740000, 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-21 11:33:07.762 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.762 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.762 [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 38 39 34 30 37 38 31 30 32 37 31 31 36 2e 37 31 37 36 39 32 30 33 39 2e 35 32 38 33 39 30 30 37 32 2e 30 30 30 34 30 2e 34 30 30 30 30 30 30 30 32 30 38 30 30 30 32 30 30 30 30 32 38 34 35 38 30 30 30 30 44 30 30 34 30 31 31 2e 32 30 36 37 30 30 30 30 37 33 35 39 32 38 34 35 30 39 32 30 30 30 30 31 32 35 30 30 31 34 32 30 31 30 30 30 36 31 31 31 35 2e 33 30 30 30 30 30 39 34 30 30 30 30 34 30 30 30 30 30 30 36 39 39 30 30 30 34 30 30 30 34 30 30 30 35 39 30 30 30 30 32 33 30 30 30 30 34 37 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-21 11:33:07.762 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940781027, longitude=116.7176920, latitude=39.5283900, speed=72.000, mileage=40.40000000, dischargeVoltage=208000, dischargeCurrent=20000, insulationResistance=284580000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=11.20, motorControllerTemperature=670000, motorSpeed=73592, motorTorque=8450, motorTemperature=920000, motorVoltage=12500, motorCurrent=14201000, powerBattery=61115., maxFeedbackPower=300000, maxDischargePower=940000, bmsSelfCheck=40, powerBatteryCurrent=00000, powerBatteryV3=699000, maxVoltage=4000, minVoltage=4000, maxTemperature=590000, minTemperature=230000, availableCapacity=470000, 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-21 11:33:07.762 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.762 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.762 [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 38 39 34 30 37 38 32 30 32 38 31 31 36 2e 37 31 38 32 37 32 30 33 39 2e 35 32 38 34 36 30 30 35 34 2e 30 30 30 34 30 2e 34 33 30 30 30 30 30 30 35 37 35 30 30 30 32 33 30 30 30 31 34 39 38 32 30 30 30 30 44 36 30 33 30 39 2e 37 30 30 34 36 30 30 30 30 36 33 35 36 32 36 35 38 30 31 32 37 30 30 30 32 36 36 30 30 31 31 37 32 39 30 30 30 36 31 31 31 35 2e 35 36 30 30 30 30 37 31 30 30 30 30 33 30 33 30 30 30 30 32 37 31 30 30 30 33 30 30 30 33 30 30 30 35 30 30 30 30 30 37 39 30 30 30 30 34 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e0 7E -2024-06-21 11:33:07.762 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940782028, longitude=116.7182720, latitude=39.5284600, speed=54.000, mileage=40.43000000, dischargeVoltage=575000, dischargeCurrent=23000, insulationResistance=149820000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=9.700, motorControllerTemperature=460000, motorSpeed=63562, motorTorque=6580, motorTemperature=127000, motorVoltage=26600, motorCurrent=11729000, powerBattery=61115., maxFeedbackPower=560000, maxDischargePower=710000, bmsSelfCheck=30, powerBatteryCurrent=30000, powerBatteryV3=271000, maxVoltage=3000, minVoltage=3000, maxTemperature=500000, minTemperature=790000, availableCapacity=400000, 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-21 11:33:07.762 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.762 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.762 [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 38 39 34 30 37 38 33 30 32 38 31 31 36 2e 37 31 38 38 37 38 30 33 39 2e 35 32 38 35 33 30 30 33 36 2e 30 30 30 34 30 2e 34 35 30 30 30 30 30 30 33 34 35 30 30 30 32 34 30 30 30 32 37 32 37 34 30 30 30 30 44 36 30 34 30 39 2e 35 30 30 35 32 30 30 30 30 34 32 32 36 36 38 34 32 30 35 35 30 30 30 30 32 37 39 30 30 31 30 30 36 36 30 30 30 36 31 31 31 35 2e 33 32 30 30 30 30 35 33 30 30 30 30 31 32 31 31 30 30 30 37 32 31 30 30 30 34 30 30 30 34 30 30 30 34 37 30 30 30 30 33 32 30 30 30 30 33 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d3 7E -2024-06-21 11:33:07.763 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940783028, longitude=116.7188780, latitude=39.5285300, speed=36.000, mileage=40.45000000, dischargeVoltage=345000, dischargeCurrent=24000, insulationResistance=272740000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=9.500, motorControllerTemperature=520000, motorSpeed=42266, motorTorque=8420, motorTemperature=550000, motorVoltage=27900, motorCurrent=10066000, powerBattery=61115., maxFeedbackPower=320000, maxDischargePower=530000, bmsSelfCheck=12, powerBatteryCurrent=11000, powerBatteryV3=721000, maxVoltage=4000, minVoltage=4000, maxTemperature=470000, minTemperature=320000, availableCapacity=350000, 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-21 11:33:07.763 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.763 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.763 [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 38 39 34 30 37 38 34 30 32 37 31 31 36 2e 37 32 30 31 31 34 30 33 39 2e 35 32 38 36 34 38 30 37 32 2e 30 30 30 34 30 2e 34 39 30 30 30 30 30 30 36 33 30 30 30 30 31 30 30 30 30 32 31 39 37 30 30 30 30 30 44 31 30 37 30 31 30 2e 34 30 33 30 30 30 30 30 38 32 35 36 33 35 37 33 30 31 32 38 30 30 30 32 34 38 30 30 32 32 38 38 30 30 30 30 36 31 31 31 35 2e 34 30 30 30 30 30 37 37 30 30 30 30 30 30 35 30 30 30 30 36 31 32 30 30 30 34 30 30 30 33 30 30 30 36 35 30 30 30 30 32 32 30 30 30 30 38 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 bc 7E -2024-06-21 11:33:07.763 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940784027, longitude=116.7201140, latitude=39.5286480, speed=72.000, mileage=40.49000000, dischargeVoltage=630000, dischargeCurrent=10000, insulationResistance=219700000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=10.40, motorControllerTemperature=300000, motorSpeed=82563, motorTorque=5730, motorTemperature=128000, motorVoltage=24800, motorCurrent=22880000, powerBattery=61115., maxFeedbackPower=400000, maxDischargePower=770000, bmsSelfCheck=00, powerBatteryCurrent=50000, powerBatteryV3=612000, maxVoltage=4000, minVoltage=3000, maxTemperature=650000, minTemperature=220000, availableCapacity=820000, 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-21 11:33:07.763 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.763 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.763 [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 38 39 34 30 37 38 35 30 32 35 31 31 36 2e 37 32 30 39 35 31 30 33 39 2e 35 32 38 37 31 30 30 35 34 2e 30 30 30 34 30 2e 35 32 30 30 30 30 30 30 35 35 39 30 30 30 33 35 30 30 30 32 33 30 35 34 30 30 30 30 44 38 30 30 30 39 2e 36 30 30 38 38 30 30 30 30 35 39 30 33 37 35 39 31 30 31 30 30 30 30 30 31 31 31 30 30 39 39 37 30 30 30 30 30 36 31 31 31 35 2e 33 30 30 30 30 30 33 32 30 30 30 30 37 30 38 30 30 30 30 33 31 37 30 30 30 34 30 30 30 34 30 30 30 38 36 30 30 30 30 38 37 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 d7 7E -2024-06-21 11:33:07.763 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940785025, longitude=116.7209510, latitude=39.5287100, speed=54.000, mileage=40.52000000, dischargeVoltage=559000, dischargeCurrent=35000, insulationResistance=230540000, gear=D, accelerationPedal=80, brakePedal=00, fuelConsumption=9.600, motorControllerTemperature=880000, motorSpeed=59037, motorTorque=5910, motorTemperature=100000, motorVoltage=11100, motorCurrent=99700000, powerBattery=61115., maxFeedbackPower=300000, maxDischargePower=320000, bmsSelfCheck=70, powerBatteryCurrent=80000, powerBatteryV3=317000, maxVoltage=4000, minVoltage=4000, maxTemperature=860000, minTemperature=870000, 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-21 11:33:07.763 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.763 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.763 [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 38 39 34 30 37 38 36 30 33 35 31 31 36 2e 37 32 31 34 31 37 30 33 39 2e 35 32 38 37 34 33 30 33 36 2e 30 30 30 34 30 2e 35 34 30 30 30 30 30 30 33 39 37 30 30 30 38 30 30 30 30 36 36 34 31 30 30 30 30 30 44 35 30 36 30 31 30 2e 34 30 34 36 30 30 30 30 33 33 37 38 33 31 37 37 30 32 38 30 30 30 30 32 35 30 30 30 31 31 35 34 30 30 30 30 36 31 31 31 35 2e 33 35 30 30 30 30 39 36 30 30 30 30 36 30 38 30 30 30 30 33 35 33 30 30 30 34 30 30 30 33 30 30 30 32 35 30 30 30 30 32 36 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 ce 7E -2024-06-21 11:33:07.764 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940786035, longitude=116.7214170, latitude=39.5287430, speed=36.000, mileage=40.54000000, dischargeVoltage=397000, dischargeCurrent=80000, insulationResistance=664100000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=10.40, motorControllerTemperature=460000, motorSpeed=33783, motorTorque=1770, motorTemperature=280000, motorVoltage=25000, motorCurrent=11540000, powerBattery=61115., maxFeedbackPower=350000, maxDischargePower=960000, bmsSelfCheck=60, powerBatteryCurrent=80000, powerBatteryV3=353000, maxVoltage=4000, minVoltage=3000, maxTemperature=250000, minTemperature=260000, 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-21 11:33:07.764 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:07.764 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:07.764 [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 38 39 34 30 37 38 37 30 32 35 31 31 36 2e 37 32 32 34 37 34 30 33 39 2e 35 32 38 37 39 32 30 35 34 2e 30 30 30 34 30 2e 35 37 30 30 30 30 30 30 34 36 33 30 30 30 32 31 30 30 30 39 36 35 34 30 30 30 30 30 44 35 30 37 30 31 30 2e 34 30 35 34 30 30 30 30 35 32 37 33 32 32 33 37 30 32 32 30 30 30 30 32 36 33 30 30 39 31 37 30 30 30 30 30 36 31 31 31 35 2e 38 36 30 30 30 30 32 33 30 30 30 30 31 32 31 33 30 30 30 33 39 32 30 30 30 34 30 30 30 33 30 30 30 33 30 30 30 30 30 33 30 30 30 30 30 36 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c4 7E -2024-06-21 11:33:07.764 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940787025, longitude=116.7224740, latitude=39.5287920, speed=54.000, mileage=40.57000000, dischargeVoltage=463000, dischargeCurrent=21000, insulationResistance=965400000, gear=D, accelerationPedal=50, brakePedal=70, fuelConsumption=10.40, motorControllerTemperature=540000, motorSpeed=52732, motorTorque=2370, motorTemperature=220000, motorVoltage=26300, motorCurrent=91700000, powerBattery=61115., maxFeedbackPower=860000, maxDischargePower=230000, bmsSelfCheck=12, powerBatteryCurrent=13000, powerBatteryV3=392000, maxVoltage=4000, minVoltage=3000, maxTemperature=300000, minTemperature=300000, availableCapacity=620000, 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-21 11:33:07.849 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940771023, longitude=116.7089160, latitude=39.5275360, speed=54.000, mileage=40.00000000, dischargeVoltage=188000, dischargeCurrent=48000, insulationResistance=213700000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=10.50, motorControllerTemperature=780000, motorSpeed=87370, motorTorque=7070, motorTemperature=590000, motorVoltage=12700, motorCurrent=81180000, powerBattery=61156., maxFeedbackPower=110000, maxDischargePower=850000, bmsSelfCheck=80, powerBatteryCurrent=20000, powerBatteryV3=280000, maxVoltage=4000, minVoltage=4000, maxTemperature=610000, minTemperature=970000, 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-21 11:33:07.857 [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-21 11:33:07.860 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] ERROR o.a.k.c.consumer.internals.ConsumerCoordinator:1190 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Offset commit failed on partition test1-0 at offset 108: The coordinator is not aware of this member. -2024-06-21 11:33:07.860 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1246 - [Consumer clientId=consumer-Topics-2, groupId=Topics] OffsetCommit failed with Generation{generationId=59, memberId='consumer-Topics-2-77b6a2e0-234c-4b50-adb2-da276fd17914', protocol='range'}: The coordinator is not aware of this member. -2024-06-21 11:33:07.863 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] ERROR o.s.kafka.listener.KafkaMessageListenerContainer:149 - Consumer exception -java.lang.IllegalStateException: This error handler cannot process 'org.apache.kafka.clients.consumer.CommitFailedException's; no record information is available - at org.springframework.kafka.listener.DefaultErrorHandler.handleOtherException(DefaultErrorHandler.java:157) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.handleConsumerException(KafkaMessageListenerContainer.java:1815) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1303) - at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) - at java.base/java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:264) - at java.base/java.util.concurrent.FutureTask.run(FutureTask.java) - at java.base/java.lang.Thread.run(Thread.java:842) -Caused by: org.apache.kafka.clients.consumer.CommitFailedException: Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time message processing. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. - at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator$OffsetCommitResponseHandler.handle(ConsumerCoordinator.java:1256) - at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator$OffsetCommitResponseHandler.handle(ConsumerCoordinator.java:1163) - at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$CoordinatorResponseHandler.onSuccess(AbstractCoordinator.java:1177) - at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$CoordinatorResponseHandler.onSuccess(AbstractCoordinator.java:1152) - at org.apache.kafka.clients.consumer.internals.RequestFuture$1.onSuccess(RequestFuture.java:206) - at org.apache.kafka.clients.consumer.internals.RequestFuture.fireSuccess(RequestFuture.java:169) - at org.apache.kafka.clients.consumer.internals.RequestFuture.complete(RequestFuture.java:129) - at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient$RequestFutureCompletionHandler.fireCompletion(ConsumerNetworkClient.java:602) - at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.firePendingCompletedRequests(ConsumerNetworkClient.java:412) - at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:297) - at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:236) - at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:215) - at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.commitOffsetsSync(ConsumerCoordinator.java:1005) - at org.apache.kafka.clients.consumer.KafkaConsumer.commitSync(KafkaConsumer.java:1490) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doCommitSync(KafkaMessageListenerContainer.java:3065) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.commitSync(KafkaMessageListenerContainer.java:3060) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.commitIfNecessary(KafkaMessageListenerContainer.java:3046) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.processCommits(KafkaMessageListenerContainer.java:2838) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1331) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1257) - ... 4 common frames omitted -2024-06-21 11:33:07.864 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:691 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Giving away all assigned partitions as lost since generation has been reset,indicating that consumer is no longer part of the group -2024-06-21 11:33:07.864 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:326 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Lost previously assigned partitions test1-0 -2024-06-21 11:33:07.864 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions lost: [test1-0] -2024-06-21 11:33:07.864 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:33:07.864 [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-21 11:33:07.864 [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-21 11:33:07.864 [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-21 11:33:07.866 [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-21 11:33:07.866 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Attempt to heartbeat with Generation{generationId=59, memberId='consumer-Topics-3-c4a13dc2-aadd-426e-b3d2-44d7d9a317b6', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 11:33:07.866 [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-21 11:33:07.866 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Attempt to heartbeat with Generation{generationId=59, memberId='consumer-Topics-4-98943612-a831-413e-9180-4005e4bda2a2', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 11:33:07.866 [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-21 11:33:07.868 [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-21 11:33:07.869 [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-21 11:33:07.870 [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=61, memberId='consumer-Topics-2-34a423cb-f1bb-4bee-af23-5a4b4064508c', protocol='range'} -2024-06-21 11:33:07.870 [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 61: {consumer-Topics-2-34a423cb-f1bb-4bee-af23-5a4b4064508c=Assignment(partitions=[test1-0])} -2024-06-21 11:33:07.871 [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=61, memberId='consumer-Topics-2-34a423cb-f1bb-4bee-af23-5a4b4064508c', protocol='range'} -2024-06-21 11:33:07.871 [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]) -2024-06-21 11:33:07.871 [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 -2024-06-21 11:33:07.876 [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=107, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:33:07.876 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:33:07.877 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.878 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"450000","bmsSelfCheck":"80","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"48000","dischargeVoltage":"188000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"213700000","latitude":"39.5275360","location":"1","longitude":"116.7089160","maxDischargePower":"850000","maxFeedbackPower":"110000","maxTemperature":"610000","maxVoltage":"4000","mcu":"1","mileage":"40.00000000","minTemperature":"970000","minVoltage":"4000","motorControllerTemperature":"780000","motorCurrent":"81180000","motorSpeed":"87370","motorTemperature":"590000","motorTorque":"7070","motorVoltage":"12700","powerBattery":"61156.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"280000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940771023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.878 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940771023, longitude=116.7089160, latitude=39.5275360, speed=54.000, mileage=40.00000000, dischargeVoltage=188000, dischargeCurrent=48000, insulationResistance=213700000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=10.50, motorControllerTemperature=780000, motorSpeed=87370, motorTorque=7070, motorTemperature=590000, motorVoltage=12700, motorCurrent=81180000, powerBattery=61156., maxFeedbackPower=110000, maxDischargePower=850000, bmsSelfCheck=80, powerBatteryCurrent=20000, powerBatteryV3=280000, maxVoltage=4000, minVoltage=4000, maxTemperature=610000, minTemperature=970000, 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-21 11:33:07.880 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.880 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"470000","bmsSelfCheck":"10","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"12000","dischargeVoltage":"586000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"187410000","latitude":"39.5276060","location":"1","longitude":"116.7095280","maxDischargePower":"340000","maxFeedbackPower":"200000","maxTemperature":"480000","maxVoltage":"4000","mcu":"1","mileage":"40.03000000","minTemperature":"540000","minVoltage":"4000","motorControllerTemperature":"430000","motorCurrent":"31030000","motorSpeed":"99754","motorTemperature":"480000","motorTorque":"1540","motorVoltage":"13900","powerBattery":"61156.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"724000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940772033","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.881 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940772033, longitude=116.7095280, latitude=39.5276060, speed=54.000, mileage=40.03000000, dischargeVoltage=586000, dischargeCurrent=12000, insulationResistance=187410000, gear=D, accelerationPedal=90, brakePedal=10, fuelConsumption=10.20, motorControllerTemperature=430000, motorSpeed=99754, motorTorque=1540, motorTemperature=480000, motorVoltage=13900, motorCurrent=31030000, powerBattery=61156., maxFeedbackPower=200000, maxDischargePower=340000, bmsSelfCheck=10, powerBatteryCurrent=90000, powerBatteryV3=724000, maxVoltage=4000, minVoltage=4000, maxTemperature=480000, minTemperature=540000, availableCapacity=470000, 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-21 11:33:07.882 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.882 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"690000","bmsSelfCheck":"12","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"33000","dischargeVoltage":"522000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"433000000","latitude":"39.5276350","location":"1","longitude":"116.7100590","maxDischargePower":"320000","maxFeedbackPower":"270000","maxTemperature":"840000","maxVoltage":"4000","mcu":"1","mileage":"40.05000000","minTemperature":"240000","minVoltage":"3000","motorControllerTemperature":"390000","motorCurrent":"13108000","motorSpeed":"60169","motorTemperature":"146000","motorTorque":"3490","motorVoltage":"27700","powerBattery":"61156.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"637000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940773038","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.882 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940773038, longitude=116.7100590, latitude=39.5276350, speed=36.000, mileage=40.05000000, dischargeVoltage=522000, dischargeCurrent=33000, insulationResistance=433000000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=9.400, motorControllerTemperature=390000, motorSpeed=60169, motorTorque=3490, motorTemperature=146000, motorVoltage=27700, motorCurrent=13108000, powerBattery=61156., maxFeedbackPower=270000, maxDischargePower=320000, bmsSelfCheck=12, powerBatteryCurrent=60000, powerBatteryV3=637000, maxVoltage=4000, minVoltage=3000, maxTemperature=840000, minTemperature=240000, availableCapacity=690000, 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-21 11:33:07.884 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.884 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"530000","bmsSelfCheck":"11","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"70000","dischargeVoltage":"698000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.800","gear":"D","insulationResistance":"285060000","latitude":"39.5276890","location":"1","longitude":"116.7105900","maxDischargePower":"490000","maxFeedbackPower":"840000","maxTemperature":"250000","maxVoltage":"3000","mcu":"1","mileage":"40.07000000","minTemperature":"430000","minVoltage":"3000","motorControllerTemperature":"330000","motorCurrent":"11864000","motorSpeed":"45211","motorTemperature":"820000","motorTorque":"9780","motorVoltage":"15300","powerBattery":"61156.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"741000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940774038","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.884 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940774038, longitude=116.7105900, latitude=39.5276890, speed=36.000, mileage=40.07000000, dischargeVoltage=698000, dischargeCurrent=70000, insulationResistance=285060000, gear=D, accelerationPedal=10, brakePedal=20, fuelConsumption=9.800, motorControllerTemperature=330000, motorSpeed=45211, motorTorque=9780, motorTemperature=820000, motorVoltage=15300, motorCurrent=11864000, powerBattery=61156., maxFeedbackPower=840000, maxDischargePower=490000, bmsSelfCheck=11, powerBatteryCurrent=20000, powerBatteryV3=741000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=430000, 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-21 11:33:07.885 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.885 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"300000","bmsSelfCheck":"13","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"587000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"310700000","latitude":"39.5277840","location":"1","longitude":"116.7118130","maxDischargePower":"100000","maxFeedbackPower":"810000","maxTemperature":"440000","maxVoltage":"4000","mcu":"1","mileage":"40.13000000","minTemperature":"420000","minVoltage":"3000","motorControllerTemperature":"180000","motorCurrent":"93120000","motorSpeed":"36919","motorTemperature":"660000","motorTorque":"7190","motorVoltage":"22800","powerBattery":"61147.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"279000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940775036","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.885 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940775036, longitude=116.7118130, latitude=39.5277840, speed=108.00, mileage=40.13000000, dischargeVoltage=587000, dischargeCurrent=21000, insulationResistance=310700000, gear=D, accelerationPedal=40, brakePedal=90, fuelConsumption=9.300, motorControllerTemperature=180000, motorSpeed=36919, motorTorque=7190, motorTemperature=660000, motorVoltage=22800, motorCurrent=93120000, powerBattery=61147., maxFeedbackPower=810000, maxDischargePower=100000, bmsSelfCheck=13, powerBatteryCurrent=11000, powerBatteryV3=279000, maxVoltage=4000, minVoltage=3000, maxTemperature=440000, minTemperature=420000, availableCapacity=300000, 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-21 11:33:07.886 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.886 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"100000","bmsSelfCheck":"10","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"44000","dischargeVoltage":"703000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"221260000","latitude":"39.5278580","location":"1","longitude":"116.7128430","maxDischargePower":"740000","maxFeedbackPower":"660000","maxTemperature":"640000","maxVoltage":"3000","mcu":"1","mileage":"40.18000000","minTemperature":"700000","minVoltage":"3000","motorControllerTemperature":"750000","motorCurrent":"10906000","motorSpeed":"34333","motorTemperature":"610000","motorTorque":"6200","motorVoltage":"29000","powerBattery":"61136.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"460000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940776023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.886 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940776023, longitude=116.7128430, latitude=39.5278580, speed=90.000, mileage=40.18000000, dischargeVoltage=703000, dischargeCurrent=44000, insulationResistance=221260000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=10.90, motorControllerTemperature=750000, motorSpeed=34333, motorTorque=6200, motorTemperature=610000, motorVoltage=29000, motorCurrent=10906000, powerBattery=61136., maxFeedbackPower=660000, maxDischargePower=740000, bmsSelfCheck=10, powerBatteryCurrent=50000, powerBatteryV3=460000, maxVoltage=3000, minVoltage=3000, maxTemperature=640000, minTemperature=700000, availableCapacity=100000, 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-21 11:33:07.887 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.887 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"290000","bmsSelfCheck":"20","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"24000","dischargeVoltage":"542000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"209690000","latitude":"39.5279390","location":"1","longitude":"116.7139910","maxDischargePower":"290000","maxFeedbackPower":"510000","maxTemperature":"280000","maxVoltage":"3000","mcu":"1","mileage":"40.23000000","minTemperature":"300000","minVoltage":"4000","motorControllerTemperature":"440000","motorCurrent":"13283000","motorSpeed":"92018","motorTemperature":"710000","motorTorque":"5500","motorVoltage":"15900","powerBattery":"61125.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"422000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940777026","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.887 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940777026, longitude=116.7139910, latitude=39.5279390, speed=90.000, mileage=40.23000000, dischargeVoltage=542000, dischargeCurrent=24000, insulationResistance=209690000, gear=D, accelerationPedal=60, brakePedal=50, fuelConsumption=11.60, motorControllerTemperature=440000, motorSpeed=92018, motorTorque=5500, motorTemperature=710000, motorVoltage=15900, motorCurrent=13283000, powerBattery=61125., maxFeedbackPower=510000, maxDischargePower=290000, bmsSelfCheck=20, powerBatteryCurrent=11000, powerBatteryV3=422000, maxVoltage=3000, minVoltage=4000, maxTemperature=280000, minTemperature=300000, 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-21 11:33:07.887 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.888 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"520000","bmsSelfCheck":"13","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"42000","dischargeVoltage":"240000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"947700000","latitude":"39.5280710","location":"1","longitude":"116.7151440","maxDischargePower":"480000","maxFeedbackPower":"750000","maxTemperature":"100000","maxVoltage":"4000","mcu":"1","mileage":"40.29000000","minTemperature":"470000","minVoltage":"4000","motorControllerTemperature":"740000","motorCurrent":"13139000","motorSpeed":"69347","motorTemperature":"340000","motorTorque":"7920","motorVoltage":"13400","powerBattery":"61115.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"258000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940778031","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.888 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940778031, longitude=116.7151440, latitude=39.5280710, speed=108.00, mileage=40.29000000, dischargeVoltage=240000, dischargeCurrent=42000, insulationResistance=947700000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=9.300, motorControllerTemperature=740000, motorSpeed=69347, motorTorque=7920, motorTemperature=340000, motorVoltage=13400, motorCurrent=13139000, powerBattery=61115., maxFeedbackPower=750000, maxDischargePower=480000, bmsSelfCheck=13, powerBatteryCurrent=60000, powerBatteryV3=258000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=470000, 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-21 11:33:07.888 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.888 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"290000","bmsSelfCheck":"40","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"277000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"185170000","latitude":"39.5281700","location":"1","longitude":"116.7159110","maxDischargePower":"680000","maxFeedbackPower":"590000","maxTemperature":"760000","maxVoltage":"4000","mcu":"1","mileage":"40.33000000","minTemperature":"950000","minVoltage":"4000","motorControllerTemperature":"460000","motorCurrent":"76900000","motorSpeed":"32695","motorTemperature":"132000","motorTorque":"2430","motorVoltage":"26800","powerBattery":"61115.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"621000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940779030","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.889 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940779030, longitude=116.7159110, latitude=39.5281700, speed=72.000, mileage=40.33000000, dischargeVoltage=277000, dischargeCurrent=21000, insulationResistance=185170000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=10.90, motorControllerTemperature=460000, motorSpeed=32695, motorTorque=2430, motorTemperature=132000, motorVoltage=26800, motorCurrent=76900000, powerBattery=61115., maxFeedbackPower=590000, maxDischargePower=680000, bmsSelfCheck=40, powerBatteryCurrent=50000, powerBatteryV3=621000, maxVoltage=4000, minVoltage=4000, maxTemperature=760000, minTemperature=950000, 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-21 11:33:07.889 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.889 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"740000","bmsSelfCheck":"70","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"43000","dischargeVoltage":"732000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"130670000","latitude":"39.5282570","location":"1","longitude":"116.7166730","maxDischargePower":"340000","maxFeedbackPower":"200000","maxTemperature":"650000","maxVoltage":"4000","mcu":"1","mileage":"40.36000000","minTemperature":"830000","minVoltage":"3000","motorControllerTemperature":"360000","motorCurrent":"14670000","motorSpeed":"97754","motorTemperature":"126000","motorTorque":"7870","motorVoltage":"29700","powerBattery":"61115.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"437000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940780030","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.889 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940780030, longitude=116.7166730, latitude=39.5282570, speed=54.000, mileage=40.36000000, dischargeVoltage=732000, dischargeCurrent=43000, insulationResistance=130670000, gear=D, accelerationPedal=70, brakePedal=80, fuelConsumption=10.70, motorControllerTemperature=360000, motorSpeed=97754, motorTorque=7870, motorTemperature=126000, motorVoltage=29700, motorCurrent=14670000, powerBattery=61115., maxFeedbackPower=200000, maxDischargePower=340000, bmsSelfCheck=70, powerBatteryCurrent=60000, powerBatteryV3=437000, maxVoltage=4000, minVoltage=3000, maxTemperature=650000, minTemperature=830000, availableCapacity=740000, 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-21 11:33:07.890 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.890 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"470000","bmsSelfCheck":"40","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"20000","dischargeVoltage":"208000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.20","gear":"D","insulationResistance":"284580000","latitude":"39.5283900","location":"1","longitude":"116.7176920","maxDischargePower":"940000","maxFeedbackPower":"300000","maxTemperature":"590000","maxVoltage":"4000","mcu":"1","mileage":"40.40000000","minTemperature":"230000","minVoltage":"4000","motorControllerTemperature":"670000","motorCurrent":"14201000","motorSpeed":"73592","motorTemperature":"920000","motorTorque":"8450","motorVoltage":"12500","powerBattery":"61115.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"699000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940781027","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.890 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940781027, longitude=116.7176920, latitude=39.5283900, speed=72.000, mileage=40.40000000, dischargeVoltage=208000, dischargeCurrent=20000, insulationResistance=284580000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=11.20, motorControllerTemperature=670000, motorSpeed=73592, motorTorque=8450, motorTemperature=920000, motorVoltage=12500, motorCurrent=14201000, powerBattery=61115., maxFeedbackPower=300000, maxDischargePower=940000, bmsSelfCheck=40, powerBatteryCurrent=00000, powerBatteryV3=699000, maxVoltage=4000, minVoltage=4000, maxTemperature=590000, minTemperature=230000, availableCapacity=470000, 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-21 11:33:07.890 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.891 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"400000","bmsSelfCheck":"30","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"23000","dischargeVoltage":"575000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.700","gear":"D","insulationResistance":"149820000","latitude":"39.5284600","location":"1","longitude":"116.7182720","maxDischargePower":"710000","maxFeedbackPower":"560000","maxTemperature":"500000","maxVoltage":"3000","mcu":"1","mileage":"40.43000000","minTemperature":"790000","minVoltage":"3000","motorControllerTemperature":"460000","motorCurrent":"11729000","motorSpeed":"63562","motorTemperature":"127000","motorTorque":"6580","motorVoltage":"26600","powerBattery":"61115.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"271000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940782028","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.891 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940782028, longitude=116.7182720, latitude=39.5284600, speed=54.000, mileage=40.43000000, dischargeVoltage=575000, dischargeCurrent=23000, insulationResistance=149820000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=9.700, motorControllerTemperature=460000, motorSpeed=63562, motorTorque=6580, motorTemperature=127000, motorVoltage=26600, motorCurrent=11729000, powerBattery=61115., maxFeedbackPower=560000, maxDischargePower=710000, bmsSelfCheck=30, powerBatteryCurrent=30000, powerBatteryV3=271000, maxVoltage=3000, minVoltage=3000, maxTemperature=500000, minTemperature=790000, availableCapacity=400000, 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-21 11:33:07.892 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.892 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"350000","bmsSelfCheck":"12","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"24000","dischargeVoltage":"345000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.500","gear":"D","insulationResistance":"272740000","latitude":"39.5285300","location":"1","longitude":"116.7188780","maxDischargePower":"530000","maxFeedbackPower":"320000","maxTemperature":"470000","maxVoltage":"4000","mcu":"1","mileage":"40.45000000","minTemperature":"320000","minVoltage":"4000","motorControllerTemperature":"520000","motorCurrent":"10066000","motorSpeed":"42266","motorTemperature":"550000","motorTorque":"8420","motorVoltage":"27900","powerBattery":"61115.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"721000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940783028","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.892 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940783028, longitude=116.7188780, latitude=39.5285300, speed=36.000, mileage=40.45000000, dischargeVoltage=345000, dischargeCurrent=24000, insulationResistance=272740000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=9.500, motorControllerTemperature=520000, motorSpeed=42266, motorTorque=8420, motorTemperature=550000, motorVoltage=27900, motorCurrent=10066000, powerBattery=61115., maxFeedbackPower=320000, maxDischargePower=530000, bmsSelfCheck=12, powerBatteryCurrent=11000, powerBatteryV3=721000, maxVoltage=4000, minVoltage=4000, maxTemperature=470000, minTemperature=320000, availableCapacity=350000, 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-21 11:33:07.893 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.893 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"820000","bmsSelfCheck":"00","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"10000","dischargeVoltage":"630000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"219700000","latitude":"39.5286480","location":"1","longitude":"116.7201140","maxDischargePower":"770000","maxFeedbackPower":"400000","maxTemperature":"650000","maxVoltage":"4000","mcu":"1","mileage":"40.49000000","minTemperature":"220000","minVoltage":"3000","motorControllerTemperature":"300000","motorCurrent":"22880000","motorSpeed":"82563","motorTemperature":"128000","motorTorque":"5730","motorVoltage":"24800","powerBattery":"61115.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"612000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940784027","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.893 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940784027, longitude=116.7201140, latitude=39.5286480, speed=72.000, mileage=40.49000000, dischargeVoltage=630000, dischargeCurrent=10000, insulationResistance=219700000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=10.40, motorControllerTemperature=300000, motorSpeed=82563, motorTorque=5730, motorTemperature=128000, motorVoltage=24800, motorCurrent=22880000, powerBattery=61115., maxFeedbackPower=400000, maxDischargePower=770000, bmsSelfCheck=00, powerBatteryCurrent=50000, powerBatteryV3=612000, maxVoltage=4000, minVoltage=3000, maxTemperature=650000, minTemperature=220000, availableCapacity=820000, 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-21 11:33:07.893 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.894 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"900000","bmsSelfCheck":"70","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"35000","dischargeVoltage":"559000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.600","gear":"D","insulationResistance":"230540000","latitude":"39.5287100","location":"1","longitude":"116.7209510","maxDischargePower":"320000","maxFeedbackPower":"300000","maxTemperature":"860000","maxVoltage":"4000","mcu":"1","mileage":"40.52000000","minTemperature":"870000","minVoltage":"4000","motorControllerTemperature":"880000","motorCurrent":"99700000","motorSpeed":"59037","motorTemperature":"100000","motorTorque":"5910","motorVoltage":"11100","powerBattery":"61115.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"317000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940785025","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.894 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940785025, longitude=116.7209510, latitude=39.5287100, speed=54.000, mileage=40.52000000, dischargeVoltage=559000, dischargeCurrent=35000, insulationResistance=230540000, gear=D, accelerationPedal=80, brakePedal=00, fuelConsumption=9.600, motorControllerTemperature=880000, motorSpeed=59037, motorTorque=5910, motorTemperature=100000, motorVoltage=11100, motorCurrent=99700000, powerBattery=61115., maxFeedbackPower=300000, maxDischargePower=320000, bmsSelfCheck=70, powerBatteryCurrent=80000, powerBatteryV3=317000, maxVoltage=4000, minVoltage=4000, maxTemperature=860000, minTemperature=870000, 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-21 11:33:07.894 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.894 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"310000","bmsSelfCheck":"60","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"397000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"664100000","latitude":"39.5287430","location":"1","longitude":"116.7214170","maxDischargePower":"960000","maxFeedbackPower":"350000","maxTemperature":"250000","maxVoltage":"4000","mcu":"1","mileage":"40.54000000","minTemperature":"260000","minVoltage":"3000","motorControllerTemperature":"460000","motorCurrent":"11540000","motorSpeed":"33783","motorTemperature":"280000","motorTorque":"1770","motorVoltage":"25000","powerBattery":"61115.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"353000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940786035","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.895 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940786035, longitude=116.7214170, latitude=39.5287430, speed=36.000, mileage=40.54000000, dischargeVoltage=397000, dischargeCurrent=80000, insulationResistance=664100000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=10.40, motorControllerTemperature=460000, motorSpeed=33783, motorTorque=1770, motorTemperature=280000, motorVoltage=25000, motorCurrent=11540000, powerBattery=61115., maxFeedbackPower=350000, maxDischargePower=960000, bmsSelfCheck=60, powerBatteryCurrent=80000, powerBatteryV3=353000, maxVoltage=4000, minVoltage=3000, maxTemperature=250000, minTemperature=260000, 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-21 11:33:07.896 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:07.896 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"620000","bmsSelfCheck":"12","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"463000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"965400000","latitude":"39.5287920","location":"1","longitude":"116.7224740","maxDischargePower":"230000","maxFeedbackPower":"860000","maxTemperature":"300000","maxVoltage":"4000","mcu":"1","mileage":"40.57000000","minTemperature":"300000","minVoltage":"3000","motorControllerTemperature":"540000","motorCurrent":"91700000","motorSpeed":"52732","motorTemperature":"220000","motorTorque":"2370","motorVoltage":"26300","powerBattery":"61115.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"392000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940787025","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:07.896 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940787025, longitude=116.7224740, latitude=39.5287920, speed=54.000, mileage=40.57000000, dischargeVoltage=463000, dischargeCurrent=21000, insulationResistance=965400000, gear=D, accelerationPedal=50, brakePedal=70, fuelConsumption=10.40, motorControllerTemperature=540000, motorSpeed=52732, motorTorque=2370, motorTemperature=220000, motorVoltage=26300, motorCurrent=91700000, powerBattery=61115., maxFeedbackPower=860000, maxDischargePower=230000, bmsSelfCheck=12, powerBatteryCurrent=13000, powerBatteryV3=392000, maxVoltage=4000, minVoltage=3000, maxTemperature=300000, minTemperature=300000, availableCapacity=620000, 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-21 11:33:07.964 [kafka-coordinator-heartbeat-thread | Partitions] 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-21 11:33:07.964 [kafka-coordinator-heartbeat-thread | Partitions] 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-21 11:33:08.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:08.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:08.075 [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 38 39 34 30 37 38 38 30 32 33 31 31 36 2e 37 32 33 34 32 39 30 33 39 2e 35 32 38 38 37 31 30 37 32 2e 30 30 30 34 30 2e 36 31 30 30 30 30 30 30 36 34 32 30 30 30 39 30 30 30 30 31 30 35 39 39 30 30 30 30 44 33 30 39 30 31 30 2e 39 30 37 34 30 30 30 30 36 36 36 37 39 33 33 38 30 31 32 30 30 30 30 32 31 38 30 30 38 31 36 38 30 30 30 30 36 31 31 31 35 2e 32 38 30 30 30 30 33 34 30 30 30 30 31 30 31 32 30 30 30 34 36 30 30 30 30 33 30 30 30 34 30 30 30 36 39 30 30 30 30 31 33 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 e6 7E -2024-06-21 11:33:08.076 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940788023, longitude=116.7234290, latitude=39.5288710, speed=72.000, mileage=40.61000000, dischargeVoltage=642000, dischargeCurrent=90000, insulationResistance=105990000, gear=D, accelerationPedal=30, brakePedal=90, fuelConsumption=10.90, motorControllerTemperature=740000, motorSpeed=66679, motorTorque=3380, motorTemperature=120000, motorVoltage=21800, motorCurrent=81680000, powerBattery=61115., maxFeedbackPower=280000, maxDischargePower=340000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=460000, maxVoltage=3000, minVoltage=4000, maxTemperature=690000, minTemperature=130000, 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-21 11:33:08.078 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:08.078 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"830000","bmsSelfCheck":"10","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"90000","dischargeVoltage":"642000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"105990000","latitude":"39.5288710","location":"1","longitude":"116.7234290","maxDischargePower":"340000","maxFeedbackPower":"280000","maxTemperature":"690000","maxVoltage":"3000","mcu":"1","mileage":"40.61000000","minTemperature":"130000","minVoltage":"4000","motorControllerTemperature":"740000","motorCurrent":"81680000","motorSpeed":"66679","motorTemperature":"120000","motorTorque":"3380","motorVoltage":"21800","powerBattery":"61115.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"460000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940788023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:08.078 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940788023, longitude=116.7234290, latitude=39.5288710, speed=72.000, mileage=40.61000000, dischargeVoltage=642000, dischargeCurrent=90000, insulationResistance=105990000, gear=D, accelerationPedal=30, brakePedal=90, fuelConsumption=10.90, motorControllerTemperature=740000, motorSpeed=66679, motorTorque=3380, motorTemperature=120000, motorVoltage=21800, motorCurrent=81680000, powerBattery=61115., maxFeedbackPower=280000, maxDischargePower=340000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=460000, maxVoltage=3000, minVoltage=4000, maxTemperature=690000, minTemperature=130000, 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-21 11:33:08.394 [kafka-coordinator-heartbeat-thread | Partitions] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Attempt to heartbeat with Generation{generationId=45, memberId='consumer-Partitions-1-14704b34-79e0-417b-9743-d9418ab913f9', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 11:33:09.067 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:09.067 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:09.067 [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 38 39 34 30 37 38 39 30 32 33 31 31 36 2e 37 32 34 32 35 35 30 33 39 2e 35 32 38 39 32 35 30 37 32 2e 30 30 30 34 30 2e 36 35 30 30 30 30 30 30 35 31 38 30 30 30 31 31 30 30 30 39 34 32 37 30 30 30 30 30 44 39 30 37 30 39 2e 30 30 30 32 35 30 30 30 30 33 36 34 36 35 31 38 30 30 36 34 30 30 30 30 32 37 37 30 30 39 37 31 31 30 30 30 30 36 31 31 31 35 2e 36 32 30 30 30 30 31 30 30 30 30 30 31 32 31 34 30 30 30 34 32 33 30 30 30 34 30 30 30 33 30 30 30 38 35 30 30 30 30 34 38 30 30 30 30 37 34 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-21 11:33:09.067 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940789023, longitude=116.7242550, latitude=39.5289250, speed=72.000, mileage=40.65000000, dischargeVoltage=518000, dischargeCurrent=11000, insulationResistance=942700000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=9.000, motorControllerTemperature=250000, motorSpeed=36465, motorTorque=1800, motorTemperature=640000, motorVoltage=27700, motorCurrent=97110000, powerBattery=61115., maxFeedbackPower=620000, maxDischargePower=100000, bmsSelfCheck=12, powerBatteryCurrent=14000, powerBatteryV3=423000, maxVoltage=4000, minVoltage=3000, maxTemperature=850000, minTemperature=480000, availableCapacity=740000, 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-21 11:33:09.069 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:09.069 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"740000","bmsSelfCheck":"12","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"518000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.000","gear":"D","insulationResistance":"942700000","latitude":"39.5289250","location":"1","longitude":"116.7242550","maxDischargePower":"100000","maxFeedbackPower":"620000","maxTemperature":"850000","maxVoltage":"4000","mcu":"1","mileage":"40.65000000","minTemperature":"480000","minVoltage":"3000","motorControllerTemperature":"250000","motorCurrent":"97110000","motorSpeed":"36465","motorTemperature":"640000","motorTorque":"1800","motorVoltage":"27700","powerBattery":"61115.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"423000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940789023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:09.069 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940789023, longitude=116.7242550, latitude=39.5289250, speed=72.000, mileage=40.65000000, dischargeVoltage=518000, dischargeCurrent=11000, insulationResistance=942700000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=9.000, motorControllerTemperature=250000, motorSpeed=36465, motorTorque=1800, motorTemperature=640000, motorVoltage=27700, motorCurrent=97110000, powerBattery=61115., maxFeedbackPower=620000, maxDischargePower=100000, bmsSelfCheck=12, powerBatteryCurrent=14000, powerBatteryV3=423000, maxVoltage=4000, minVoltage=3000, maxTemperature=850000, minTemperature=480000, availableCapacity=740000, 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-21 11:33:21.102 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:21.102 [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=62, memberId='consumer-Topics-4-2fc4e4ce-ce80-40c4-a76f-43a6ff165d68', protocol='range'} -2024-06-21 11:33:21.102 [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=62, memberId='consumer-Topics-3-927bce2d-31e8-4c8c-8b3a-6dd2ef5f488a', protocol='range'} -2024-06-21 11:33:21.102 [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-21 11:33:21.102 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:21.103 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Finished assignment for group at generation 62: {consumer-Topics-3-927bce2d-31e8-4c8c-8b3a-6dd2ef5f488a=Assignment(partitions=[test1-0]), consumer-Topics-4-2fc4e4ce-ce80-40c4-a76f-43a6ff165d68=Assignment(partitions=[])} -2024-06-21 11:33:21.103 [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 38 39 34 30 37 39 30 30 32 33 31 31 36 2e 37 32 35 34 32 36 30 33 39 2e 35 32 39 30 30 38 30 37 32 2e 30 30 30 34 30 2e 36 39 30 30 30 30 30 30 34 30 35 30 30 30 38 30 30 30 30 31 32 39 39 30 30 30 30 30 44 36 30 38 30 31 31 2e 31 30 38 32 30 30 30 30 37 35 35 37 37 39 36 39 30 31 37 30 30 30 30 31 37 38 30 30 39 36 37 31 30 30 30 30 36 31 31 31 35 2e 32 34 30 30 30 30 34 39 30 30 30 30 37 30 31 32 30 30 30 37 30 30 30 30 30 34 30 30 30 33 30 30 30 35 30 30 30 30 30 34 36 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 e5 7E -2024-06-21 11:33:21.103 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940790023, longitude=116.7254260, latitude=39.5290080, speed=72.000, mileage=40.69000000, dischargeVoltage=405000, dischargeCurrent=80000, insulationResistance=129900000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=11.10, motorControllerTemperature=820000, motorSpeed=75577, motorTorque=9690, motorTemperature=170000, motorVoltage=17800, motorCurrent=96710000, powerBattery=61115., maxFeedbackPower=240000, maxDischargePower=490000, bmsSelfCheck=70, powerBatteryCurrent=12000, powerBatteryV3=700000, maxVoltage=4000, minVoltage=3000, maxTemperature=500000, minTemperature=460000, 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-21 11:33:21.103 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:21.103 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:21.103 [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 38 39 34 30 37 39 31 30 32 33 31 31 36 2e 37 32 36 36 39 32 30 33 39 2e 35 32 39 31 30 37 30 31 30 38 2e 30 30 34 30 2e 37 35 30 30 30 30 30 30 32 39 35 30 30 30 31 31 30 30 30 32 39 37 30 35 30 30 30 30 44 37 30 39 30 31 31 2e 37 30 32 31 30 30 30 30 39 30 39 30 32 37 38 32 30 31 31 37 30 30 30 31 39 39 30 30 39 34 35 36 30 30 30 30 36 31 31 30 34 2e 39 34 30 30 30 30 36 38 30 30 30 30 31 30 31 31 30 30 30 36 39 32 30 30 30 33 30 30 30 34 30 30 30 32 37 30 30 30 30 33 36 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 ed 7E -2024-06-21 11:33:21.104 [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-21 11:33:21.104 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940791023, longitude=116.7266920, latitude=39.5291070, speed=108.00, mileage=40.75000000, dischargeVoltage=295000, dischargeCurrent=11000, insulationResistance=297050000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=11.70, motorControllerTemperature=210000, motorSpeed=90902, motorTorque=7820, motorTemperature=117000, motorVoltage=19900, motorCurrent=94560000, powerBattery=61104., maxFeedbackPower=940000, maxDischargePower=680000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=692000, maxVoltage=3000, minVoltage=4000, maxTemperature=270000, minTemperature=360000, 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-21 11:33:21.104 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:21.104 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:21.104 [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: true. Rediscovery will be attempted. -2024-06-21 11:33:21.104 [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 38 39 34 30 37 39 32 30 32 33 31 31 36 2e 37 32 37 36 32 30 30 33 39 2e 35 32 39 32 31 34 30 39 30 2e 30 30 30 34 30 2e 38 30 30 30 30 30 30 30 34 37 31 30 30 30 34 36 30 30 30 35 31 34 36 30 30 30 30 30 44 36 30 34 30 31 30 2e 34 30 36 37 30 30 30 30 32 35 32 31 32 36 38 37 30 39 36 30 30 30 30 31 33 31 30 30 37 30 34 36 30 30 30 30 36 31 30 39 33 2e 33 32 30 30 30 30 33 30 30 30 30 30 31 34 31 34 30 30 30 35 35 39 30 30 30 33 30 30 30 34 30 30 30 32 33 30 30 30 30 34 32 30 30 30 30 34 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 b8 7E -2024-06-21 11:33:21.105 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940792023, longitude=116.7276200, latitude=39.5292140, speed=90.000, mileage=40.80000000, dischargeVoltage=471000, dischargeCurrent=46000, insulationResistance=514600000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=10.40, motorControllerTemperature=670000, motorSpeed=25212, motorTorque=6870, motorTemperature=960000, motorVoltage=13100, motorCurrent=70460000, powerBattery=61093., maxFeedbackPower=320000, maxDischargePower=300000, bmsSelfCheck=14, powerBatteryCurrent=14000, powerBatteryV3=559000, maxVoltage=3000, minVoltage=4000, maxTemperature=230000, minTemperature=420000, availableCapacity=400000, 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-21 11:33:21.105 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:21.105 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:21.105 [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-21 11:33:21.105 [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=62, memberId='consumer-Topics-4-2fc4e4ce-ce80-40c4-a76f-43a6ff165d68', protocol='range'} -2024-06-21 11:33:21.105 [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 38 39 34 30 37 39 33 30 32 33 31 31 36 2e 37 32 38 34 37 38 30 33 39 2e 35 32 39 32 36 30 30 39 30 2e 30 30 30 34 30 2e 38 35 30 30 30 30 30 30 32 33 35 30 30 30 34 35 30 30 30 32 32 31 33 36 30 30 30 30 44 32 30 31 30 31 31 2e 34 30 36 31 30 30 30 30 38 32 38 30 38 32 36 31 30 38 30 30 30 30 30 32 35 35 30 30 34 30 32 34 30 30 30 30 36 31 30 38 32 2e 31 34 30 30 30 30 36 35 30 30 30 30 34 30 36 30 30 30 30 35 35 33 30 30 30 34 30 30 30 33 30 30 30 36 32 30 30 30 30 32 36 30 30 30 30 33 35 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-21 11:33:21.105 [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=62, memberId='consumer-Topics-3-927bce2d-31e8-4c8c-8b3a-6dd2ef5f488a', protocol='range'} -2024-06-21 11:33:21.105 [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-21 11:33:21.105 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940793023, longitude=116.7284780, latitude=39.5292600, speed=90.000, mileage=40.85000000, dischargeVoltage=235000, dischargeCurrent=45000, insulationResistance=221360000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=11.40, motorControllerTemperature=610000, motorSpeed=82808, motorTorque=2610, motorTemperature=800000, motorVoltage=25500, motorCurrent=40240000, powerBattery=61082., maxFeedbackPower=140000, maxDischargePower=650000, bmsSelfCheck=40, powerBatteryCurrent=60000, powerBatteryV3=553000, maxVoltage=4000, minVoltage=3000, maxTemperature=620000, minTemperature=260000, availableCapacity=350000, 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-21 11:33:21.105 [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-0]) -2024-06-21 11:33:21.105 [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=[]) -2024-06-21 11:33:21.105 [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-0 -2024-06-21 11:33:21.106 [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: -2024-06-21 11:33:21.106 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:33:21.106 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:21.106 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:21.106 [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 38 39 34 30 37 39 34 30 32 34 31 31 36 2e 37 33 30 32 35 34 30 33 39 2e 35 32 39 33 38 38 30 31 34 34 2e 30 30 34 30 2e 39 33 30 30 30 30 30 30 36 33 34 30 30 30 32 32 30 30 30 34 33 35 35 30 30 30 30 30 44 34 30 31 30 39 2e 32 30 30 36 34 30 30 30 30 35 36 34 33 34 31 39 30 30 39 38 30 30 30 30 31 38 38 30 30 35 38 32 38 30 30 30 30 36 31 30 37 33 2e 35 32 30 30 30 30 35 32 30 30 30 30 31 34 31 33 30 30 30 35 35 32 30 30 30 34 30 30 30 34 30 30 30 34 39 30 30 30 30 33 36 30 30 30 30 31 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-21 11:33:21.106 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940794024, longitude=116.7302540, latitude=39.5293880, speed=144.00, mileage=40.93000000, dischargeVoltage=634000, dischargeCurrent=22000, insulationResistance=435500000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=9.200, motorControllerTemperature=640000, motorSpeed=56434, motorTorque=1900, motorTemperature=980000, motorVoltage=18800, motorCurrent=58280000, powerBattery=61073., maxFeedbackPower=520000, maxDischargePower=520000, bmsSelfCheck=14, powerBatteryCurrent=13000, powerBatteryV3=552000, maxVoltage=4000, minVoltage=4000, maxTemperature=490000, minTemperature=360000, availableCapacity=130000, 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-21 11:33:21.106 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:21.106 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:21.106 [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 38 39 34 30 37 39 35 30 32 36 31 31 36 2e 37 33 31 31 31 32 30 33 39 2e 35 32 39 34 36 33 30 35 34 2e 30 30 30 34 30 2e 39 36 30 30 30 30 30 30 36 35 30 30 30 30 33 36 30 30 30 31 38 33 33 30 30 30 30 30 44 33 30 35 30 31 31 2e 34 30 38 32 30 30 30 30 39 32 35 36 33 34 39 30 30 36 39 30 30 30 30 31 37 34 30 30 32 39 33 31 30 30 30 30 36 31 30 37 33 2e 37 39 30 30 30 30 37 37 30 30 30 30 34 30 31 31 30 30 30 36 35 34 30 30 30 34 30 30 30 34 30 30 30 34 38 30 30 30 30 34 31 30 30 30 30 38 37 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-21 11:33:21.106 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940795026, longitude=116.7311120, latitude=39.5294630, speed=54.000, mileage=40.96000000, dischargeVoltage=650000, dischargeCurrent=36000, insulationResistance=183300000, gear=D, accelerationPedal=30, brakePedal=50, fuelConsumption=11.40, motorControllerTemperature=820000, motorSpeed=92563, motorTorque=4900, motorTemperature=690000, motorVoltage=17400, motorCurrent=29310000, powerBattery=61073., maxFeedbackPower=790000, maxDischargePower=770000, bmsSelfCheck=40, powerBatteryCurrent=11000, powerBatteryV3=654000, maxVoltage=4000, minVoltage=4000, maxTemperature=480000, minTemperature=410000, availableCapacity=870000, 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-21 11:33:21.106 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:21.107 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:21.107 [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 38 39 34 30 37 39 36 30 32 34 31 31 36 2e 37 33 32 31 38 35 30 33 39 2e 35 32 39 35 34 35 30 39 30 2e 30 30 30 34 31 2e 30 31 30 30 30 30 30 30 37 32 36 30 30 30 34 39 30 30 30 31 37 35 35 36 30 30 30 30 44 36 30 37 30 31 30 2e 39 30 33 31 30 30 30 30 32 34 39 34 33 35 37 31 30 39 30 30 30 30 30 32 34 38 30 30 38 36 38 37 30 30 30 30 36 31 30 36 32 2e 38 37 30 30 30 30 34 30 30 30 30 30 38 30 35 30 30 30 30 36 32 32 30 30 30 34 30 30 30 34 30 30 30 32 30 30 30 30 30 34 36 30 30 30 30 33 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e5 7E -2024-06-21 11:33:21.107 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940796024, longitude=116.7321850, latitude=39.5295450, speed=90.000, mileage=41.01000000, dischargeVoltage=726000, dischargeCurrent=49000, insulationResistance=175560000, gear=D, accelerationPedal=60, brakePedal=70, fuelConsumption=10.90, motorControllerTemperature=310000, motorSpeed=24943, motorTorque=5710, motorTemperature=900000, motorVoltage=24800, motorCurrent=86870000, powerBattery=61062., maxFeedbackPower=870000, maxDischargePower=400000, bmsSelfCheck=80, powerBatteryCurrent=50000, powerBatteryV3=622000, maxVoltage=4000, minVoltage=4000, maxTemperature=200000, minTemperature=460000, availableCapacity=350000, 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-21 11:33:21.107 [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-0 to the committed offset FetchPosition{offset=126, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:33:21.107 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:21.107 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:33:21.107 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:21.107 [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 38 39 34 30 37 39 37 30 32 33 31 31 36 2e 37 33 33 34 38 33 30 33 39 2e 35 32 39 36 35 33 30 39 30 2e 30 30 30 34 31 2e 30 36 30 30 30 30 30 30 36 31 30 30 30 30 31 34 30 30 30 32 31 34 38 30 30 30 30 30 44 39 30 37 30 31 31 2e 39 30 35 34 30 30 30 30 33 39 30 31 37 36 35 30 30 31 34 36 30 30 30 32 31 33 30 30 31 33 32 30 37 30 30 30 36 31 30 35 30 2e 37 30 30 30 30 30 39 36 30 30 30 30 31 34 31 34 30 30 30 33 39 30 30 30 30 34 30 30 30 34 30 30 30 34 30 30 30 30 30 34 39 30 30 30 30 32 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c5 7E -2024-06-21 11:33:21.107 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940797023, longitude=116.7334830, latitude=39.5296530, speed=90.000, mileage=41.06000000, dischargeVoltage=610000, dischargeCurrent=14000, insulationResistance=214800000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=11.90, motorControllerTemperature=540000, motorSpeed=39017, motorTorque=6500, motorTemperature=146000, motorVoltage=21300, motorCurrent=13207000, powerBattery=61050., maxFeedbackPower=700000, maxDischargePower=960000, bmsSelfCheck=14, powerBatteryCurrent=14000, powerBatteryV3=390000, maxVoltage=4000, minVoltage=4000, maxTemperature=400000, minTemperature=490000, availableCapacity=250000, 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-21 11:33:21.107 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:21.108 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:21.108 [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 38 39 34 30 37 39 38 30 32 33 31 31 36 2e 37 33 34 34 38 31 30 33 39 2e 35 32 39 37 31 35 30 39 30 2e 30 30 30 34 31 2e 31 31 30 30 30 30 30 30 35 37 35 30 30 30 33 36 30 30 30 32 34 39 35 34 30 30 30 30 44 31 30 38 30 39 2e 32 30 30 31 32 30 30 30 30 32 39 39 32 35 38 33 32 30 32 32 30 30 30 30 32 36 36 30 30 31 34 30 31 35 30 30 30 36 31 30 34 31 2e 32 37 30 30 30 30 37 37 30 30 30 30 37 30 35 30 30 30 30 34 31 35 30 30 30 34 30 30 30 34 30 30 30 33 36 30 30 30 30 34 30 30 30 30 30 31 35 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-21 11:33:21.108 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940798023, longitude=116.7344810, latitude=39.5297150, speed=90.000, mileage=41.11000000, dischargeVoltage=575000, dischargeCurrent=36000, insulationResistance=249540000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=9.200, motorControllerTemperature=120000, motorSpeed=29925, motorTorque=8320, motorTemperature=220000, motorVoltage=26600, motorCurrent=14015000, powerBattery=61041., maxFeedbackPower=270000, maxDischargePower=770000, bmsSelfCheck=70, powerBatteryCurrent=50000, powerBatteryV3=415000, maxVoltage=4000, minVoltage=4000, maxTemperature=360000, minTemperature=400000, availableCapacity=150000, 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-21 11:33:21.108 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:21.108 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:21.108 [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 38 39 34 30 37 39 39 30 32 33 31 31 36 2e 37 33 34 38 37 33 30 33 39 2e 35 32 39 37 35 32 30 30 2e 30 30 30 30 34 31 2e 31 31 30 30 30 30 30 30 36 36 37 30 30 30 31 33 30 30 30 38 37 33 30 30 30 30 30 30 44 32 30 32 30 31 30 2e 35 30 38 39 30 30 30 30 32 30 32 39 30 36 32 30 30 31 32 31 30 30 30 31 34 33 30 30 31 30 31 33 32 30 30 30 36 31 30 34 31 2e 34 33 30 30 30 30 37 37 30 30 30 30 38 30 38 30 30 30 30 33 37 38 30 30 30 33 30 30 30 34 30 30 30 34 34 30 30 30 30 35 37 30 30 30 30 35 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 bf 7E -2024-06-21 11:33:21.108 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940799023, longitude=116.7348730, latitude=39.5297520, speed=0.0000, mileage=41.11000000, dischargeVoltage=667000, dischargeCurrent=13000, insulationResistance=873000000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=10.50, motorControllerTemperature=890000, motorSpeed=20290, motorTorque=6200, motorTemperature=121000, motorVoltage=14300, motorCurrent=10132000, powerBattery=61041., maxFeedbackPower=430000, maxDischargePower=770000, bmsSelfCheck=80, powerBatteryCurrent=80000, powerBatteryV3=378000, maxVoltage=3000, minVoltage=4000, maxTemperature=440000, minTemperature=570000, availableCapacity=560000, 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-21 11:33:21.108 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:21.108 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:21.109 [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 38 39 34 30 38 30 30 30 32 33 31 31 36 2e 37 33 36 36 31 33 30 33 39 2e 35 32 39 38 34 34 30 31 39 38 2e 30 30 34 31 2e 32 32 30 30 30 30 30 30 35 33 32 30 30 30 32 34 30 30 30 31 31 30 36 30 30 30 30 30 44 33 30 38 30 31 32 2e 31 30 38 34 30 30 30 30 38 34 31 31 32 31 38 35 30 31 34 35 30 30 30 32 35 38 30 30 31 34 35 37 32 30 30 30 36 31 30 32 38 2e 38 37 30 30 30 30 38 37 30 30 30 30 33 30 38 30 30 30 30 36 32 33 30 30 30 34 30 30 30 34 30 30 30 35 35 30 30 30 30 39 30 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 d1 7E -2024-06-21 11:33:21.109 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940800023, longitude=116.7366130, latitude=39.5298440, speed=198.00, mileage=41.22000000, dischargeVoltage=532000, dischargeCurrent=24000, insulationResistance=110600000, gear=D, accelerationPedal=30, brakePedal=80, fuelConsumption=12.10, motorControllerTemperature=840000, motorSpeed=84112, motorTorque=1850, motorTemperature=145000, motorVoltage=25800, motorCurrent=14572000, powerBattery=61028., maxFeedbackPower=870000, maxDischargePower=870000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=623000, maxVoltage=4000, minVoltage=4000, maxTemperature=550000, minTemperature=900000, 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-21 11:33:21.109 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:21.109 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:21.110 [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 38 39 34 30 38 30 31 30 32 33 31 31 36 2e 37 33 38 34 32 36 30 33 39 2e 35 32 39 39 33 35 30 31 30 38 2e 30 30 34 31 2e 32 38 30 30 30 30 30 30 36 30 35 30 30 30 31 31 30 30 30 32 33 39 38 38 30 30 30 30 44 36 30 31 30 39 2e 31 30 30 31 33 30 30 30 30 37 37 32 35 33 31 38 34 30 31 30 30 30 30 30 31 31 35 30 30 31 33 31 37 31 30 30 30 36 31 30 31 39 2e 34 31 30 30 30 30 32 36 30 30 30 30 38 30 36 30 30 30 30 34 33 31 30 30 30 33 30 30 30 34 30 30 30 36 38 30 30 30 30 32 34 30 30 30 30 38 31 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-21 11:33:21.110 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940801023, longitude=116.7384260, latitude=39.5299350, speed=108.00, mileage=41.28000000, dischargeVoltage=605000, dischargeCurrent=11000, insulationResistance=239880000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=9.100, motorControllerTemperature=130000, motorSpeed=77253, motorTorque=1840, motorTemperature=100000, motorVoltage=11500, motorCurrent=13171000, powerBattery=61019., maxFeedbackPower=410000, maxDischargePower=260000, bmsSelfCheck=80, powerBatteryCurrent=60000, powerBatteryV3=431000, maxVoltage=3000, minVoltage=4000, maxTemperature=680000, minTemperature=240000, availableCapacity=810000, 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-21 11:33:21.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:91 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:33:21.157 [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-21 11:33:21.158 [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=108, 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-21 11:33:21.159 [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-21 11:33:21.159 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:326 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Lost previously assigned partitions test1-0 -2024-06-21 11:33:21.159 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:33:21.163 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:33:21.165 [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=47, memberId='consumer-Partitions-1-aa98a74d-4a2d-40a1-b53d-231ea602bfbd', protocol='range'} -2024-06-21 11:33:21.166 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 47: {consumer-Partitions-1-aa98a74d-4a2d-40a1-b53d-231ea602bfbd=Assignment(partitions=[test1-0])} -2024-06-21 11:33:21.168 [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=47, memberId='consumer-Partitions-1-aa98a74d-4a2d-40a1-b53d-231ea602bfbd', protocol='range'} -2024-06-21 11:33:21.168 [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]) -2024-06-21 11:33:21.169 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:33:21.171 [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=107, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:33:21.213 [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-21 11:33:21.215 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:21.216 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"840000","bmsSelfCheck":"70","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"405000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"129900000","latitude":"39.5290080","location":"1","longitude":"116.7254260","maxDischargePower":"490000","maxFeedbackPower":"240000","maxTemperature":"500000","maxVoltage":"4000","mcu":"1","mileage":"40.69000000","minTemperature":"460000","minVoltage":"3000","motorControllerTemperature":"820000","motorCurrent":"96710000","motorSpeed":"75577","motorTemperature":"170000","motorTorque":"9690","motorVoltage":"17800","powerBattery":"61115.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"700000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940790023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:21.216 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940790023, longitude=116.7254260, latitude=39.5290080, speed=72.000, mileage=40.69000000, dischargeVoltage=405000, dischargeCurrent=80000, insulationResistance=129900000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=11.10, motorControllerTemperature=820000, motorSpeed=75577, motorTorque=9690, motorTemperature=170000, motorVoltage=17800, motorCurrent=96710000, powerBattery=61115., maxFeedbackPower=240000, maxDischargePower=490000, bmsSelfCheck=70, powerBatteryCurrent=12000, powerBatteryV3=700000, maxVoltage=4000, minVoltage=3000, maxTemperature=500000, minTemperature=460000, 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-21 11:33:21.218 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:21.218 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"850000","bmsSelfCheck":"10","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"295000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"297050000","latitude":"39.5291070","location":"1","longitude":"116.7266920","maxDischargePower":"680000","maxFeedbackPower":"940000","maxTemperature":"270000","maxVoltage":"3000","mcu":"1","mileage":"40.75000000","minTemperature":"360000","minVoltage":"4000","motorControllerTemperature":"210000","motorCurrent":"94560000","motorSpeed":"90902","motorTemperature":"117000","motorTorque":"7820","motorVoltage":"19900","powerBattery":"61104.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"692000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940791023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:21.218 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940791023, longitude=116.7266920, latitude=39.5291070, speed=108.00, mileage=40.75000000, dischargeVoltage=295000, dischargeCurrent=11000, insulationResistance=297050000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=11.70, motorControllerTemperature=210000, motorSpeed=90902, motorTorque=7820, motorTemperature=117000, motorVoltage=19900, motorCurrent=94560000, powerBattery=61104., maxFeedbackPower=940000, maxDischargePower=680000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=692000, maxVoltage=3000, minVoltage=4000, maxTemperature=270000, minTemperature=360000, 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-21 11:33:21.219 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:21.219 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"400000","bmsSelfCheck":"14","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"46000","dischargeVoltage":"471000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"514600000","latitude":"39.5292140","location":"1","longitude":"116.7276200","maxDischargePower":"300000","maxFeedbackPower":"320000","maxTemperature":"230000","maxVoltage":"3000","mcu":"1","mileage":"40.80000000","minTemperature":"420000","minVoltage":"4000","motorControllerTemperature":"670000","motorCurrent":"70460000","motorSpeed":"25212","motorTemperature":"960000","motorTorque":"6870","motorVoltage":"13100","powerBattery":"61093.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"559000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940792023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:21.219 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940792023, longitude=116.7276200, latitude=39.5292140, speed=90.000, mileage=40.80000000, dischargeVoltage=471000, dischargeCurrent=46000, insulationResistance=514600000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=10.40, motorControllerTemperature=670000, motorSpeed=25212, motorTorque=6870, motorTemperature=960000, motorVoltage=13100, motorCurrent=70460000, powerBattery=61093., maxFeedbackPower=320000, maxDischargePower=300000, bmsSelfCheck=14, powerBatteryCurrent=14000, powerBatteryV3=559000, maxVoltage=3000, minVoltage=4000, maxTemperature=230000, minTemperature=420000, availableCapacity=400000, 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-21 11:33:21.219 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:21.220 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"350000","bmsSelfCheck":"40","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"45000","dischargeVoltage":"235000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"221360000","latitude":"39.5292600","location":"1","longitude":"116.7284780","maxDischargePower":"650000","maxFeedbackPower":"140000","maxTemperature":"620000","maxVoltage":"4000","mcu":"1","mileage":"40.85000000","minTemperature":"260000","minVoltage":"3000","motorControllerTemperature":"610000","motorCurrent":"40240000","motorSpeed":"82808","motorTemperature":"800000","motorTorque":"2610","motorVoltage":"25500","powerBattery":"61082.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"553000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940793023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:21.220 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940793023, longitude=116.7284780, latitude=39.5292600, speed=90.000, mileage=40.85000000, dischargeVoltage=235000, dischargeCurrent=45000, insulationResistance=221360000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=11.40, motorControllerTemperature=610000, motorSpeed=82808, motorTorque=2610, motorTemperature=800000, motorVoltage=25500, motorCurrent=40240000, powerBattery=61082., maxFeedbackPower=140000, maxDischargePower=650000, bmsSelfCheck=40, powerBatteryCurrent=60000, powerBatteryV3=553000, maxVoltage=4000, minVoltage=3000, maxTemperature=620000, minTemperature=260000, availableCapacity=350000, 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-21 11:33:21.220 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:21.221 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"130000","bmsSelfCheck":"14","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"22000","dischargeVoltage":"634000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"435500000","latitude":"39.5293880","location":"1","longitude":"116.7302540","maxDischargePower":"520000","maxFeedbackPower":"520000","maxTemperature":"490000","maxVoltage":"4000","mcu":"1","mileage":"40.93000000","minTemperature":"360000","minVoltage":"4000","motorControllerTemperature":"640000","motorCurrent":"58280000","motorSpeed":"56434","motorTemperature":"980000","motorTorque":"1900","motorVoltage":"18800","powerBattery":"61073.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"552000","ptc":"1","runStatus":"1","soc":"1","speed":"144.00","timestamp":"1718940794024","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:21.221 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940794024, longitude=116.7302540, latitude=39.5293880, speed=144.00, mileage=40.93000000, dischargeVoltage=634000, dischargeCurrent=22000, insulationResistance=435500000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=9.200, motorControllerTemperature=640000, motorSpeed=56434, motorTorque=1900, motorTemperature=980000, motorVoltage=18800, motorCurrent=58280000, powerBattery=61073., maxFeedbackPower=520000, maxDischargePower=520000, bmsSelfCheck=14, powerBatteryCurrent=13000, powerBatteryV3=552000, maxVoltage=4000, minVoltage=4000, maxTemperature=490000, minTemperature=360000, availableCapacity=130000, 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-21 11:33:21.221 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:21.221 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"870000","bmsSelfCheck":"40","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"36000","dischargeVoltage":"650000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"183300000","latitude":"39.5294630","location":"1","longitude":"116.7311120","maxDischargePower":"770000","maxFeedbackPower":"790000","maxTemperature":"480000","maxVoltage":"4000","mcu":"1","mileage":"40.96000000","minTemperature":"410000","minVoltage":"4000","motorControllerTemperature":"820000","motorCurrent":"29310000","motorSpeed":"92563","motorTemperature":"690000","motorTorque":"4900","motorVoltage":"17400","powerBattery":"61073.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"654000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940795026","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:21.221 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940795026, longitude=116.7311120, latitude=39.5294630, speed=54.000, mileage=40.96000000, dischargeVoltage=650000, dischargeCurrent=36000, insulationResistance=183300000, gear=D, accelerationPedal=30, brakePedal=50, fuelConsumption=11.40, motorControllerTemperature=820000, motorSpeed=92563, motorTorque=4900, motorTemperature=690000, motorVoltage=17400, motorCurrent=29310000, powerBattery=61073., maxFeedbackPower=790000, maxDischargePower=770000, bmsSelfCheck=40, powerBatteryCurrent=11000, powerBatteryV3=654000, maxVoltage=4000, minVoltage=4000, maxTemperature=480000, minTemperature=410000, availableCapacity=870000, 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-21 11:33:21.222 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:21.223 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"350000","bmsSelfCheck":"80","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"49000","dischargeVoltage":"726000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"175560000","latitude":"39.5295450","location":"1","longitude":"116.7321850","maxDischargePower":"400000","maxFeedbackPower":"870000","maxTemperature":"200000","maxVoltage":"4000","mcu":"1","mileage":"41.01000000","minTemperature":"460000","minVoltage":"4000","motorControllerTemperature":"310000","motorCurrent":"86870000","motorSpeed":"24943","motorTemperature":"900000","motorTorque":"5710","motorVoltage":"24800","powerBattery":"61062.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"622000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940796024","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:21.223 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940796024, longitude=116.7321850, latitude=39.5295450, speed=90.000, mileage=41.01000000, dischargeVoltage=726000, dischargeCurrent=49000, insulationResistance=175560000, gear=D, accelerationPedal=60, brakePedal=70, fuelConsumption=10.90, motorControllerTemperature=310000, motorSpeed=24943, motorTorque=5710, motorTemperature=900000, motorVoltage=24800, motorCurrent=86870000, powerBattery=61062., maxFeedbackPower=870000, maxDischargePower=400000, bmsSelfCheck=80, powerBatteryCurrent=50000, powerBatteryV3=622000, maxVoltage=4000, minVoltage=4000, maxTemperature=200000, minTemperature=460000, availableCapacity=350000, 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-21 11:33:21.224 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:21.224 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"250000","bmsSelfCheck":"14","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"14000","dischargeVoltage":"610000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"214800000","latitude":"39.5296530","location":"1","longitude":"116.7334830","maxDischargePower":"960000","maxFeedbackPower":"700000","maxTemperature":"400000","maxVoltage":"4000","mcu":"1","mileage":"41.06000000","minTemperature":"490000","minVoltage":"4000","motorControllerTemperature":"540000","motorCurrent":"13207000","motorSpeed":"39017","motorTemperature":"146000","motorTorque":"6500","motorVoltage":"21300","powerBattery":"61050.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"390000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940797023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:21.224 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940797023, longitude=116.7334830, latitude=39.5296530, speed=90.000, mileage=41.06000000, dischargeVoltage=610000, dischargeCurrent=14000, insulationResistance=214800000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=11.90, motorControllerTemperature=540000, motorSpeed=39017, motorTorque=6500, motorTemperature=146000, motorVoltage=21300, motorCurrent=13207000, powerBattery=61050., maxFeedbackPower=700000, maxDischargePower=960000, bmsSelfCheck=14, powerBatteryCurrent=14000, powerBatteryV3=390000, maxVoltage=4000, minVoltage=4000, maxTemperature=400000, minTemperature=490000, availableCapacity=250000, 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-21 11:33:21.225 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:21.225 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"150000","bmsSelfCheck":"70","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"36000","dischargeVoltage":"575000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"249540000","latitude":"39.5297150","location":"1","longitude":"116.7344810","maxDischargePower":"770000","maxFeedbackPower":"270000","maxTemperature":"360000","maxVoltage":"4000","mcu":"1","mileage":"41.11000000","minTemperature":"400000","minVoltage":"4000","motorControllerTemperature":"120000","motorCurrent":"14015000","motorSpeed":"29925","motorTemperature":"220000","motorTorque":"8320","motorVoltage":"26600","powerBattery":"61041.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"415000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940798023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:21.226 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940798023, longitude=116.7344810, latitude=39.5297150, speed=90.000, mileage=41.11000000, dischargeVoltage=575000, dischargeCurrent=36000, insulationResistance=249540000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=9.200, motorControllerTemperature=120000, motorSpeed=29925, motorTorque=8320, motorTemperature=220000, motorVoltage=26600, motorCurrent=14015000, powerBattery=61041., maxFeedbackPower=270000, maxDischargePower=770000, bmsSelfCheck=70, powerBatteryCurrent=50000, powerBatteryV3=415000, maxVoltage=4000, minVoltage=4000, maxTemperature=360000, minTemperature=400000, availableCapacity=150000, 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-21 11:33:21.227 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:21.227 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"560000","bmsSelfCheck":"80","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"13000","dischargeVoltage":"667000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"873000000","latitude":"39.5297520","location":"1","longitude":"116.7348730","maxDischargePower":"770000","maxFeedbackPower":"430000","maxTemperature":"440000","maxVoltage":"3000","mcu":"1","mileage":"41.11000000","minTemperature":"570000","minVoltage":"4000","motorControllerTemperature":"890000","motorCurrent":"10132000","motorSpeed":"20290","motorTemperature":"121000","motorTorque":"6200","motorVoltage":"14300","powerBattery":"61041.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"378000","ptc":"1","runStatus":"1","soc":"1","speed":"0.0000","timestamp":"1718940799023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:21.227 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940799023, longitude=116.7348730, latitude=39.5297520, speed=0.0000, mileage=41.11000000, dischargeVoltage=667000, dischargeCurrent=13000, insulationResistance=873000000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=10.50, motorControllerTemperature=890000, motorSpeed=20290, motorTorque=6200, motorTemperature=121000, motorVoltage=14300, motorCurrent=10132000, powerBattery=61041., maxFeedbackPower=430000, maxDischargePower=770000, bmsSelfCheck=80, powerBatteryCurrent=80000, powerBatteryV3=378000, maxVoltage=3000, minVoltage=4000, maxTemperature=440000, minTemperature=570000, availableCapacity=560000, 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-21 11:33:21.228 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:21.228 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"380000","bmsSelfCheck":"30","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"24000","dischargeVoltage":"532000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.10","gear":"D","insulationResistance":"110600000","latitude":"39.5298440","location":"1","longitude":"116.7366130","maxDischargePower":"870000","maxFeedbackPower":"870000","maxTemperature":"550000","maxVoltage":"4000","mcu":"1","mileage":"41.22000000","minTemperature":"900000","minVoltage":"4000","motorControllerTemperature":"840000","motorCurrent":"14572000","motorSpeed":"84112","motorTemperature":"145000","motorTorque":"1850","motorVoltage":"25800","powerBattery":"61028.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"623000","ptc":"1","runStatus":"1","soc":"1","speed":"198.00","timestamp":"1718940800023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:21.228 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940800023, longitude=116.7366130, latitude=39.5298440, speed=198.00, mileage=41.22000000, dischargeVoltage=532000, dischargeCurrent=24000, insulationResistance=110600000, gear=D, accelerationPedal=30, brakePedal=80, fuelConsumption=12.10, motorControllerTemperature=840000, motorSpeed=84112, motorTorque=1850, motorTemperature=145000, motorVoltage=25800, motorCurrent=14572000, powerBattery=61028., maxFeedbackPower=870000, maxDischargePower=870000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=623000, maxVoltage=4000, minVoltage=4000, maxTemperature=550000, minTemperature=900000, 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-21 11:33:21.229 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:21.229 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"810000","bmsSelfCheck":"80","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"605000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"239880000","latitude":"39.5299350","location":"1","longitude":"116.7384260","maxDischargePower":"260000","maxFeedbackPower":"410000","maxTemperature":"680000","maxVoltage":"3000","mcu":"1","mileage":"41.28000000","minTemperature":"240000","minVoltage":"4000","motorControllerTemperature":"130000","motorCurrent":"13171000","motorSpeed":"77253","motorTemperature":"100000","motorTorque":"1840","motorVoltage":"11500","powerBattery":"61019.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"431000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940801023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:21.229 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940801023, longitude=116.7384260, latitude=39.5299350, speed=108.00, mileage=41.28000000, dischargeVoltage=605000, dischargeCurrent=11000, insulationResistance=239880000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=9.100, motorControllerTemperature=130000, motorSpeed=77253, motorTorque=1840, motorTemperature=100000, motorVoltage=11500, motorCurrent=13171000, powerBattery=61019., maxFeedbackPower=410000, maxDischargePower=260000, bmsSelfCheck=80, powerBatteryCurrent=60000, powerBatteryV3=431000, maxVoltage=3000, minVoltage=4000, maxTemperature=680000, minTemperature=240000, availableCapacity=810000, 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-21 11:33:21.230 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Attempt to heartbeat with Generation{generationId=61, memberId='consumer-Topics-2-34a423cb-f1bb-4bee-af23-5a4b4064508c', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 11:33:21.231 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] ERROR o.a.k.c.consumer.internals.ConsumerCoordinator:1190 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Offset commit failed on partition test1-0 at offset 138: The coordinator is not aware of this member. -2024-06-21 11:33:21.231 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1246 - [Consumer clientId=consumer-Topics-2, groupId=Topics] OffsetCommit failed with Generation{generationId=61, memberId='consumer-Topics-2-34a423cb-f1bb-4bee-af23-5a4b4064508c', protocol='range'}: The coordinator is not aware of this member. -2024-06-21 11:33:21.231 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] ERROR o.s.kafka.listener.KafkaMessageListenerContainer:149 - Consumer exception -java.lang.IllegalStateException: This error handler cannot process 'org.apache.kafka.clients.consumer.CommitFailedException's; no record information is available - at org.springframework.kafka.listener.DefaultErrorHandler.handleOtherException(DefaultErrorHandler.java:157) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.handleConsumerException(KafkaMessageListenerContainer.java:1815) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1303) - at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) - at java.base/java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:264) - at java.base/java.util.concurrent.FutureTask.run(FutureTask.java) - at java.base/java.lang.Thread.run(Thread.java:842) -Caused by: org.apache.kafka.clients.consumer.CommitFailedException: Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time message processing. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. - at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator$OffsetCommitResponseHandler.handle(ConsumerCoordinator.java:1256) - at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator$OffsetCommitResponseHandler.handle(ConsumerCoordinator.java:1163) - at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$CoordinatorResponseHandler.onSuccess(AbstractCoordinator.java:1177) - at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$CoordinatorResponseHandler.onSuccess(AbstractCoordinator.java:1152) - at org.apache.kafka.clients.consumer.internals.RequestFuture$1.onSuccess(RequestFuture.java:206) - at org.apache.kafka.clients.consumer.internals.RequestFuture.fireSuccess(RequestFuture.java:169) - at org.apache.kafka.clients.consumer.internals.RequestFuture.complete(RequestFuture.java:129) - at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient$RequestFutureCompletionHandler.fireCompletion(ConsumerNetworkClient.java:602) - at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.firePendingCompletedRequests(ConsumerNetworkClient.java:412) - at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:297) - at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:236) - at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:215) - at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.commitOffsetsSync(ConsumerCoordinator.java:1005) - at org.apache.kafka.clients.consumer.KafkaConsumer.commitSync(KafkaConsumer.java:1490) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doCommitSync(KafkaMessageListenerContainer.java:3065) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.commitSync(KafkaMessageListenerContainer.java:3060) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.commitIfNecessary(KafkaMessageListenerContainer.java:3046) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.processCommits(KafkaMessageListenerContainer.java:2838) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1331) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1257) - ... 4 common frames omitted -2024-06-21 11:33:21.231 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:691 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Giving away all assigned partitions as lost since generation has been reset,indicating that consumer is no longer part of the group -2024-06-21 11:33:21.231 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:326 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Lost previously assigned partitions test1-0 -2024-06-21 11:33:21.231 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions lost: [test1-0] -2024-06-21 11:33:21.231 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:33:21.231 [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-21 11:33:21.232 [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-21 11:33:22.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:22.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:22.060 [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 38 39 34 30 38 30 32 30 32 34 31 31 36 2e 37 33 39 31 36 37 30 33 39 2e 35 32 39 39 37 36 30 35 34 2e 30 30 30 34 31 2e 33 31 30 30 30 30 30 30 36 37 31 30 30 30 34 35 30 30 30 32 33 39 30 33 30 30 30 30 44 32 30 30 30 31 30 2e 30 30 35 32 30 30 30 30 38 32 38 33 33 31 31 31 30 35 32 30 30 30 30 32 39 34 30 30 36 31 37 38 30 30 30 30 36 31 30 31 39 2e 39 37 30 30 30 30 36 37 30 30 30 30 30 30 35 30 30 30 30 32 36 37 30 30 30 34 30 30 30 34 30 30 30 39 33 30 30 30 30 32 33 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 d1 7E -2024-06-21 11:33:22.060 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940802024, longitude=116.7391670, latitude=39.5299760, speed=54.000, mileage=41.31000000, dischargeVoltage=671000, dischargeCurrent=45000, insulationResistance=239030000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=10.00, motorControllerTemperature=520000, motorSpeed=82833, motorTorque=1110, motorTemperature=520000, motorVoltage=29400, motorCurrent=61780000, powerBattery=61019., maxFeedbackPower=970000, maxDischargePower=670000, bmsSelfCheck=00, powerBatteryCurrent=50000, powerBatteryV3=267000, maxVoltage=4000, minVoltage=4000, maxTemperature=930000, minTemperature=230000, 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-21 11:33:23.049 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:23.050 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:23.050 [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 38 39 34 30 38 30 33 30 32 34 31 31 36 2e 37 34 30 31 35 39 30 33 39 2e 35 33 30 31 30 30 30 39 30 2e 30 30 30 34 31 2e 33 36 30 30 30 30 30 30 32 30 39 30 30 30 31 30 30 30 30 31 37 33 37 37 30 30 30 30 44 30 30 31 30 31 30 2e 30 30 32 37 30 30 30 30 39 33 31 32 33 31 30 33 30 35 36 30 30 30 30 31 34 39 30 30 32 30 38 31 30 30 30 30 36 31 30 30 39 2e 32 38 30 30 30 30 35 30 30 30 30 30 36 30 32 30 30 30 30 37 31 38 30 30 30 33 30 30 30 34 30 30 30 31 35 30 30 30 30 32 37 30 30 30 30 39 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 98 7E -2024-06-21 11:33:23.050 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940803024, longitude=116.7401590, latitude=39.5301000, speed=90.000, mileage=41.36000000, dischargeVoltage=209000, dischargeCurrent=10000, insulationResistance=173770000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=10.00, motorControllerTemperature=270000, motorSpeed=93123, motorTorque=1030, motorTemperature=560000, motorVoltage=14900, motorCurrent=20810000, powerBattery=61009., maxFeedbackPower=280000, maxDischargePower=500000, bmsSelfCheck=60, powerBatteryCurrent=20000, powerBatteryV3=718000, maxVoltage=3000, minVoltage=4000, maxTemperature=150000, minTemperature=270000, availableCapacity=960000, 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-21 11:33:24.066 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:24.066 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:24.066 [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 38 39 34 30 38 30 34 30 32 33 31 31 36 2e 37 34 31 32 35 32 30 33 39 2e 35 33 30 32 33 39 30 35 34 2e 30 30 30 34 31 2e 33 39 30 30 30 30 30 30 34 33 38 30 30 30 34 38 30 30 30 32 32 39 39 34 30 30 30 30 44 30 30 34 30 39 2e 38 30 30 36 33 30 30 30 30 34 32 35 35 36 39 32 30 30 37 30 30 30 30 30 32 34 31 30 30 37 31 32 30 30 30 30 30 36 31 30 30 39 2e 39 30 30 30 30 30 38 31 30 30 30 30 36 30 31 30 30 30 30 33 34 30 30 30 30 33 30 30 30 33 30 30 30 35 30 30 30 30 30 39 35 30 30 30 30 33 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 b5 7E -2024-06-21 11:33:24.066 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940804023, longitude=116.7412520, latitude=39.5302390, speed=54.000, mileage=41.39000000, dischargeVoltage=438000, dischargeCurrent=48000, insulationResistance=229940000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=9.800, motorControllerTemperature=630000, motorSpeed=42556, motorTorque=9200, motorTemperature=700000, motorVoltage=24100, motorCurrent=71200000, powerBattery=61009., maxFeedbackPower=900000, maxDischargePower=810000, bmsSelfCheck=60, powerBatteryCurrent=10000, powerBatteryV3=340000, maxVoltage=3000, minVoltage=3000, maxTemperature=500000, minTemperature=950000, availableCapacity=300000, 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-21 11:33:24.117 [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-21 11:33:24.118 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Attempt to heartbeat failed since group is rebalancing -2024-06-21 11:33:24.118 [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-0 -2024-06-21 11:33:24.118 [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 -2024-06-21 11:33:24.118 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:33:24.118 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [] -2024-06-21 11:33:24.118 [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-21 11:33:24.118 [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-21 11:33:24.119 [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=63, memberId='consumer-Topics-3-927bce2d-31e8-4c8c-8b3a-6dd2ef5f488a', protocol='range'} -2024-06-21 11:33:24.119 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Finished assignment for group at generation 63: {consumer-Topics-3-927bce2d-31e8-4c8c-8b3a-6dd2ef5f488a=Assignment(partitions=[]), consumer-Topics-4-2fc4e4ce-ce80-40c4-a76f-43a6ff165d68=Assignment(partitions=[]), consumer-Topics-2-04df3fa2-bac5-4405-b04d-e33762ffab39=Assignment(partitions=[test1-0])} -2024-06-21 11:33:24.120 [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=63, memberId='consumer-Topics-2-04df3fa2-bac5-4405-b04d-e33762ffab39', protocol='range'} -2024-06-21 11:33:24.120 [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=63, memberId='consumer-Topics-4-2fc4e4ce-ce80-40c4-a76f-43a6ff165d68', protocol='range'} -2024-06-21 11:33:24.122 [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=63, memberId='consumer-Topics-3-927bce2d-31e8-4c8c-8b3a-6dd2ef5f488a', protocol='range'} -2024-06-21 11:33:24.122 [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=[]) -2024-06-21 11:33:24.122 [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: -2024-06-21 11:33:24.122 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:33:24.122 [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=63, memberId='consumer-Topics-2-04df3fa2-bac5-4405-b04d-e33762ffab39', protocol='range'} -2024-06-21 11:33:24.122 [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]) -2024-06-21 11:33:24.122 [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 -2024-06-21 11:33:24.122 [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=63, memberId='consumer-Topics-4-2fc4e4ce-ce80-40c4-a76f-43a6ff165d68', protocol='range'} -2024-06-21 11:33:24.123 [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=[]) -2024-06-21 11:33:24.123 [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: -2024-06-21 11:33:24.123 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:33:24.123 [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=141, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:33:24.123 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:33:25.059 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:25.059 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:25.059 [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 38 39 34 30 38 30 35 30 32 33 31 31 36 2e 37 34 32 33 31 39 30 33 39 2e 35 33 30 34 30 34 30 31 30 38 2e 30 30 34 31 2e 34 35 30 30 30 30 30 30 33 35 35 30 30 30 38 30 30 30 30 32 35 32 34 31 30 30 30 30 44 39 30 39 30 31 31 2e 36 30 33 32 30 30 30 30 39 32 39 37 38 32 37 38 30 38 30 30 30 30 30 32 37 33 30 30 39 39 34 30 30 30 30 30 36 30 39 39 38 2e 37 31 30 30 30 30 33 30 30 30 30 30 39 30 31 30 30 30 30 36 33 37 30 30 30 34 30 30 30 33 30 30 30 36 37 30 30 30 30 34 31 30 30 30 30 35 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e1 7E -2024-06-21 11:33:25.059 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940805023, longitude=116.7423190, latitude=39.5304040, speed=108.00, mileage=41.45000000, dischargeVoltage=355000, dischargeCurrent=80000, insulationResistance=252410000, gear=D, accelerationPedal=90, brakePedal=90, fuelConsumption=11.60, motorControllerTemperature=320000, motorSpeed=92978, motorTorque=2780, motorTemperature=800000, motorVoltage=27300, motorCurrent=99400000, powerBattery=60998., maxFeedbackPower=710000, maxDischargePower=300000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=637000, maxVoltage=4000, minVoltage=3000, maxTemperature=670000, minTemperature=410000, availableCapacity=540000, 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-21 11:33:25.061 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:25.061 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"540000","bmsSelfCheck":"90","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"355000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"252410000","latitude":"39.5304040","location":"1","longitude":"116.7423190","maxDischargePower":"300000","maxFeedbackPower":"710000","maxTemperature":"670000","maxVoltage":"4000","mcu":"1","mileage":"41.45000000","minTemperature":"410000","minVoltage":"3000","motorControllerTemperature":"320000","motorCurrent":"99400000","motorSpeed":"92978","motorTemperature":"800000","motorTorque":"2780","motorVoltage":"27300","powerBattery":"60998.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"637000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940805023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:25.061 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940805023, longitude=116.7423190, latitude=39.5304040, speed=108.00, mileage=41.45000000, dischargeVoltage=355000, dischargeCurrent=80000, insulationResistance=252410000, gear=D, accelerationPedal=90, brakePedal=90, fuelConsumption=11.60, motorControllerTemperature=320000, motorSpeed=92978, motorTorque=2780, motorTemperature=800000, motorVoltage=27300, motorCurrent=99400000, powerBattery=60998., maxFeedbackPower=710000, maxDischargePower=300000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=637000, maxVoltage=4000, minVoltage=3000, maxTemperature=670000, minTemperature=410000, availableCapacity=540000, 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-21 11:33:26.170 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:26.171 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:26.171 [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 38 39 34 30 38 30 36 30 32 34 31 31 36 2e 37 34 33 30 33 38 30 33 39 2e 35 33 30 34 39 35 30 33 36 2e 30 30 30 34 31 2e 34 37 30 30 30 30 30 30 35 39 35 30 30 30 34 30 30 30 30 32 35 36 37 39 30 30 30 30 44 32 30 34 30 31 31 2e 32 30 31 31 30 30 30 30 31 37 38 31 35 38 30 37 30 33 30 30 30 30 30 32 34 35 30 30 31 34 32 32 34 30 30 30 36 30 39 39 38 2e 37 36 30 30 30 30 33 36 30 30 30 30 39 30 39 30 30 30 30 32 35 31 30 30 30 33 30 30 30 33 30 30 30 31 33 30 30 30 30 32 37 30 30 30 30 36 38 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-21 11:33:26.171 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940806024, longitude=116.7430380, latitude=39.5304950, speed=36.000, mileage=41.47000000, dischargeVoltage=595000, dischargeCurrent=40000, insulationResistance=256790000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=11.20, motorControllerTemperature=110000, motorSpeed=17815, motorTorque=8070, motorTemperature=300000, motorVoltage=24500, motorCurrent=14224000, powerBattery=60998., maxFeedbackPower=760000, maxDischargePower=360000, bmsSelfCheck=90, powerBatteryCurrent=90000, powerBatteryV3=251000, maxVoltage=3000, minVoltage=3000, maxTemperature=130000, minTemperature=270000, availableCapacity=680000, 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-21 11:33:26.172 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:26.172 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"680000","bmsSelfCheck":"90","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"595000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.20","gear":"D","insulationResistance":"256790000","latitude":"39.5304950","location":"1","longitude":"116.7430380","maxDischargePower":"360000","maxFeedbackPower":"760000","maxTemperature":"130000","maxVoltage":"3000","mcu":"1","mileage":"41.47000000","minTemperature":"270000","minVoltage":"3000","motorControllerTemperature":"110000","motorCurrent":"14224000","motorSpeed":"17815","motorTemperature":"300000","motorTorque":"8070","motorVoltage":"24500","powerBattery":"60998.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"251000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940806024","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:26.172 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940806024, longitude=116.7430380, latitude=39.5304950, speed=36.000, mileage=41.47000000, dischargeVoltage=595000, dischargeCurrent=40000, insulationResistance=256790000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=11.20, motorControllerTemperature=110000, motorSpeed=17815, motorTorque=8070, motorTemperature=300000, motorVoltage=24500, motorCurrent=14224000, powerBattery=60998., maxFeedbackPower=760000, maxDischargePower=360000, bmsSelfCheck=90, powerBatteryCurrent=90000, powerBatteryV3=251000, maxVoltage=3000, minVoltage=3000, maxTemperature=130000, minTemperature=270000, availableCapacity=680000, 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-21 11:33:27.097 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:27.098 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:27.098 [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 38 39 34 30 38 30 37 30 33 30 31 31 36 2e 37 34 34 33 30 31 30 33 39 2e 35 33 30 36 38 31 30 31 30 38 2e 30 30 34 31 2e 35 33 30 30 30 30 30 30 32 35 38 30 30 30 33 35 30 30 30 32 31 32 35 30 30 30 30 30 44 36 30 37 30 31 30 2e 39 30 38 31 30 30 30 30 31 34 35 30 30 37 39 35 30 36 37 30 30 30 30 31 35 34 30 30 31 32 33 32 32 30 30 30 36 30 39 38 37 2e 33 32 30 30 30 30 38 35 30 30 30 30 31 31 31 30 30 30 30 36 30 37 30 30 30 33 30 30 30 33 30 30 30 35 38 30 30 30 30 39 39 30 30 30 30 31 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c4 7E -2024-06-21 11:33:27.098 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940807030, longitude=116.7443010, latitude=39.5306810, speed=108.00, mileage=41.53000000, dischargeVoltage=258000, dischargeCurrent=35000, insulationResistance=212500000, gear=D, accelerationPedal=60, brakePedal=70, fuelConsumption=10.90, motorControllerTemperature=810000, motorSpeed=14500, motorTorque=7950, motorTemperature=670000, motorVoltage=15400, motorCurrent=12322000, powerBattery=60987., maxFeedbackPower=320000, maxDischargePower=850000, bmsSelfCheck=11, powerBatteryCurrent=10000, powerBatteryV3=607000, maxVoltage=3000, minVoltage=3000, maxTemperature=580000, minTemperature=990000, availableCapacity=140000, 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-21 11:33:27.100 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:27.100 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"140000","bmsSelfCheck":"11","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"35000","dischargeVoltage":"258000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"212500000","latitude":"39.5306810","location":"1","longitude":"116.7443010","maxDischargePower":"850000","maxFeedbackPower":"320000","maxTemperature":"580000","maxVoltage":"3000","mcu":"1","mileage":"41.53000000","minTemperature":"990000","minVoltage":"3000","motorControllerTemperature":"810000","motorCurrent":"12322000","motorSpeed":"14500","motorTemperature":"670000","motorTorque":"7950","motorVoltage":"15400","powerBattery":"60987.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"607000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940807030","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:27.100 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940807030, longitude=116.7443010, latitude=39.5306810, speed=108.00, mileage=41.53000000, dischargeVoltage=258000, dischargeCurrent=35000, insulationResistance=212500000, gear=D, accelerationPedal=60, brakePedal=70, fuelConsumption=10.90, motorControllerTemperature=810000, motorSpeed=14500, motorTorque=7950, motorTemperature=670000, motorVoltage=15400, motorCurrent=12322000, powerBattery=60987., maxFeedbackPower=320000, maxDischargePower=850000, bmsSelfCheck=11, powerBatteryCurrent=10000, powerBatteryV3=607000, maxVoltage=3000, minVoltage=3000, maxTemperature=580000, minTemperature=990000, availableCapacity=140000, 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-21 11:33:28.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:28.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:28.075 [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 38 39 34 30 38 30 38 30 33 32 31 31 36 2e 37 34 35 34 36 37 30 33 39 2e 35 33 30 38 34 35 30 31 30 38 2e 30 30 34 31 2e 35 39 30 30 30 30 30 30 34 35 35 30 30 30 32 30 30 30 30 32 39 36 39 36 30 30 30 30 44 38 30 38 30 31 30 2e 38 30 36 34 30 30 30 30 34 39 31 32 31 35 30 31 30 31 31 33 30 30 30 32 37 39 30 30 39 34 33 36 30 30 30 30 36 30 39 37 36 2e 33 39 30 30 30 30 36 32 30 30 30 30 32 30 32 30 30 30 30 33 38 38 30 30 30 34 30 30 30 33 30 30 30 32 36 30 30 30 30 36 31 30 30 30 30 33 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ec 7E -2024-06-21 11:33:28.076 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940808032, longitude=116.7454670, latitude=39.5308450, speed=108.00, mileage=41.59000000, dischargeVoltage=455000, dischargeCurrent=20000, insulationResistance=296960000, gear=D, accelerationPedal=80, brakePedal=80, fuelConsumption=10.80, motorControllerTemperature=640000, motorSpeed=49121, motorTorque=5010, motorTemperature=113000, motorVoltage=27900, motorCurrent=94360000, powerBattery=60976., maxFeedbackPower=390000, maxDischargePower=620000, bmsSelfCheck=20, powerBatteryCurrent=20000, powerBatteryV3=388000, maxVoltage=4000, minVoltage=3000, maxTemperature=260000, minTemperature=610000, availableCapacity=330000, 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-21 11:33:28.079 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:28.079 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"330000","bmsSelfCheck":"20","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"20000","dischargeVoltage":"455000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.80","gear":"D","insulationResistance":"296960000","latitude":"39.5308450","location":"1","longitude":"116.7454670","maxDischargePower":"620000","maxFeedbackPower":"390000","maxTemperature":"260000","maxVoltage":"4000","mcu":"1","mileage":"41.59000000","minTemperature":"610000","minVoltage":"3000","motorControllerTemperature":"640000","motorCurrent":"94360000","motorSpeed":"49121","motorTemperature":"113000","motorTorque":"5010","motorVoltage":"27900","powerBattery":"60976.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"388000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940808032","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:28.079 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940808032, longitude=116.7454670, latitude=39.5308450, speed=108.00, mileage=41.59000000, dischargeVoltage=455000, dischargeCurrent=20000, insulationResistance=296960000, gear=D, accelerationPedal=80, brakePedal=80, fuelConsumption=10.80, motorControllerTemperature=640000, motorSpeed=49121, motorTorque=5010, motorTemperature=113000, motorVoltage=27900, motorCurrent=94360000, powerBattery=60976., maxFeedbackPower=390000, maxDischargePower=620000, bmsSelfCheck=20, powerBatteryCurrent=20000, powerBatteryV3=388000, maxVoltage=4000, minVoltage=3000, maxTemperature=260000, minTemperature=610000, availableCapacity=330000, 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-21 11:33:29.099 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:29.100 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:29.100 [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 38 39 34 30 38 30 39 30 33 35 31 31 36 2e 37 34 36 32 30 37 30 33 39 2e 35 33 30 39 36 35 30 35 34 2e 30 30 30 34 31 2e 36 32 30 30 30 30 30 30 34 32 31 30 30 30 33 30 30 30 30 31 36 30 32 30 30 30 30 30 44 31 30 31 30 31 30 2e 33 30 30 30 30 30 30 30 39 32 36 35 38 39 32 36 30 38 30 30 30 30 30 32 34 38 30 30 31 31 36 35 35 30 30 30 36 30 39 37 36 2e 39 39 30 30 30 30 35 31 30 30 30 30 32 30 30 30 30 30 30 34 33 31 30 30 30 34 30 30 30 33 30 30 30 36 37 30 30 30 30 37 34 30 30 30 30 34 31 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-21 11:33:29.100 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940809035, longitude=116.7462070, latitude=39.5309650, speed=54.000, mileage=41.62000000, dischargeVoltage=421000, dischargeCurrent=30000, insulationResistance=160200000, gear=D, accelerationPedal=10, brakePedal=10, fuelConsumption=10.30, motorControllerTemperature=000000, motorSpeed=92658, motorTorque=9260, motorTemperature=800000, motorVoltage=24800, motorCurrent=11655000, powerBattery=60976., maxFeedbackPower=990000, maxDischargePower=510000, bmsSelfCheck=20, powerBatteryCurrent=00000, powerBatteryV3=431000, maxVoltage=4000, minVoltage=3000, maxTemperature=670000, minTemperature=740000, availableCapacity=410000, 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-21 11:33:29.101 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:29.101 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"410000","bmsSelfCheck":"20","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"421000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.30","gear":"D","insulationResistance":"160200000","latitude":"39.5309650","location":"1","longitude":"116.7462070","maxDischargePower":"510000","maxFeedbackPower":"990000","maxTemperature":"670000","maxVoltage":"4000","mcu":"1","mileage":"41.62000000","minTemperature":"740000","minVoltage":"3000","motorControllerTemperature":"000000","motorCurrent":"11655000","motorSpeed":"92658","motorTemperature":"800000","motorTorque":"9260","motorVoltage":"24800","powerBattery":"60976.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"431000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940809035","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:29.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940809035, longitude=116.7462070, latitude=39.5309650, speed=54.000, mileage=41.62000000, dischargeVoltage=421000, dischargeCurrent=30000, insulationResistance=160200000, gear=D, accelerationPedal=10, brakePedal=10, fuelConsumption=10.30, motorControllerTemperature=000000, motorSpeed=92658, motorTorque=9260, motorTemperature=800000, motorVoltage=24800, motorCurrent=11655000, powerBattery=60976., maxFeedbackPower=990000, maxDischargePower=510000, bmsSelfCheck=20, powerBatteryCurrent=00000, powerBatteryV3=431000, maxVoltage=4000, minVoltage=3000, maxTemperature=670000, minTemperature=740000, availableCapacity=410000, 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-21 11:33:30.074 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:30.074 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:30.074 [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 38 39 34 30 38 31 30 30 32 33 31 31 36 2e 37 34 37 30 36 30 30 33 39 2e 35 33 31 30 37 37 30 35 34 2e 30 30 30 34 31 2e 36 35 30 30 30 30 30 30 35 30 34 30 30 30 31 39 30 30 30 32 35 33 30 35 30 30 30 30 44 30 30 33 30 31 31 2e 34 30 39 37 30 30 30 30 38 31 32 33 30 34 36 36 30 35 30 30 30 30 30 31 34 36 30 30 31 36 38 37 30 30 30 30 36 30 39 37 36 2e 33 36 30 30 30 30 35 36 30 30 30 30 31 33 32 30 30 30 30 32 36 34 30 30 30 33 30 30 30 33 30 30 30 39 30 30 30 30 30 38 33 30 30 30 30 35 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c2 7E -2024-06-21 11:33:30.074 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940810023, longitude=116.7470600, latitude=39.5310770, speed=54.000, mileage=41.65000000, dischargeVoltage=504000, dischargeCurrent=19000, insulationResistance=253050000, gear=D, accelerationPedal=00, brakePedal=30, fuelConsumption=11.40, motorControllerTemperature=970000, motorSpeed=81230, motorTorque=4660, motorTemperature=500000, motorVoltage=14600, motorCurrent=16870000, powerBattery=60976., maxFeedbackPower=360000, maxDischargePower=560000, bmsSelfCheck=13, powerBatteryCurrent=20000, powerBatteryV3=264000, maxVoltage=3000, minVoltage=3000, maxTemperature=900000, minTemperature=830000, availableCapacity=550000, 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-21 11:33:30.076 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:30.076 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"550000","bmsSelfCheck":"13","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"19000","dischargeVoltage":"504000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"253050000","latitude":"39.5310770","location":"1","longitude":"116.7470600","maxDischargePower":"560000","maxFeedbackPower":"360000","maxTemperature":"900000","maxVoltage":"3000","mcu":"1","mileage":"41.65000000","minTemperature":"830000","minVoltage":"3000","motorControllerTemperature":"970000","motorCurrent":"16870000","motorSpeed":"81230","motorTemperature":"500000","motorTorque":"4660","motorVoltage":"14600","powerBattery":"60976.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"264000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940810023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:30.077 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940810023, longitude=116.7470600, latitude=39.5310770, speed=54.000, mileage=41.65000000, dischargeVoltage=504000, dischargeCurrent=19000, insulationResistance=253050000, gear=D, accelerationPedal=00, brakePedal=30, fuelConsumption=11.40, motorControllerTemperature=970000, motorSpeed=81230, motorTorque=4660, motorTemperature=500000, motorVoltage=14600, motorCurrent=16870000, powerBattery=60976., maxFeedbackPower=360000, maxDischargePower=560000, bmsSelfCheck=13, powerBatteryCurrent=20000, powerBatteryV3=264000, maxVoltage=3000, minVoltage=3000, maxTemperature=900000, minTemperature=830000, availableCapacity=550000, 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-21 11:33:31.097 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:31.097 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:31.097 [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 38 39 34 30 38 31 31 30 32 38 31 31 36 2e 37 34 38 30 38 35 30 33 39 2e 35 33 31 32 31 37 30 35 34 2e 30 30 30 34 31 2e 36 38 30 30 30 30 30 30 33 33 38 30 30 30 34 30 30 30 30 31 30 31 34 31 30 30 30 30 44 35 30 31 30 31 30 2e 33 30 36 33 30 30 30 30 31 39 31 31 30 32 33 35 30 31 33 35 30 30 30 31 32 39 30 30 31 32 30 36 36 30 30 30 36 30 39 37 36 2e 37 37 30 30 30 30 36 38 30 30 30 30 35 30 31 33 30 30 30 37 30 33 30 30 30 33 30 30 30 33 30 30 30 37 36 30 30 30 30 36 36 30 30 30 30 33 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c3 7E -2024-06-21 11:33:31.097 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940811028, longitude=116.7480850, latitude=39.5312170, speed=54.000, mileage=41.68000000, dischargeVoltage=338000, dischargeCurrent=40000, insulationResistance=101410000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=10.30, motorControllerTemperature=630000, motorSpeed=19110, motorTorque=2350, motorTemperature=135000, motorVoltage=12900, motorCurrent=12066000, powerBattery=60976., maxFeedbackPower=770000, maxDischargePower=680000, bmsSelfCheck=50, powerBatteryCurrent=13000, powerBatteryV3=703000, maxVoltage=3000, minVoltage=3000, maxTemperature=760000, minTemperature=660000, availableCapacity=360000, 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-21 11:33:31.099 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:31.099 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"360000","bmsSelfCheck":"50","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"338000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.30","gear":"D","insulationResistance":"101410000","latitude":"39.5312170","location":"1","longitude":"116.7480850","maxDischargePower":"680000","maxFeedbackPower":"770000","maxTemperature":"760000","maxVoltage":"3000","mcu":"1","mileage":"41.68000000","minTemperature":"660000","minVoltage":"3000","motorControllerTemperature":"630000","motorCurrent":"12066000","motorSpeed":"19110","motorTemperature":"135000","motorTorque":"2350","motorVoltage":"12900","powerBattery":"60976.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"703000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940811028","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:31.099 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940811028, longitude=116.7480850, latitude=39.5312170, speed=54.000, mileage=41.68000000, dischargeVoltage=338000, dischargeCurrent=40000, insulationResistance=101410000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=10.30, motorControllerTemperature=630000, motorSpeed=19110, motorTorque=2350, motorTemperature=135000, motorVoltage=12900, motorCurrent=12066000, powerBattery=60976., maxFeedbackPower=770000, maxDischargePower=680000, bmsSelfCheck=50, powerBatteryCurrent=13000, powerBatteryV3=703000, maxVoltage=3000, minVoltage=3000, maxTemperature=760000, minTemperature=660000, availableCapacity=360000, 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-21 11:33:32.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:32.076 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:32.076 [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 38 39 34 30 38 31 32 30 32 39 31 31 36 2e 37 34 39 34 32 32 30 33 39 2e 35 33 31 34 30 37 30 31 32 36 2e 30 30 34 31 2e 37 35 30 30 30 30 30 30 36 36 30 30 30 30 38 30 30 30 30 31 37 38 34 35 30 30 30 30 44 37 30 31 30 31 31 2e 31 30 39 33 30 30 30 30 34 33 39 35 39 39 38 39 30 31 31 38 30 30 30 32 31 36 30 30 35 39 37 33 30 30 30 30 36 30 39 36 35 2e 36 37 30 30 30 30 33 39 30 30 30 30 34 30 31 31 30 30 30 33 35 34 30 30 30 33 30 30 30 34 30 30 30 33 31 30 30 30 30 32 31 30 30 30 30 37 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ec 7E -2024-06-21 11:33:32.077 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940812029, longitude=116.7494220, latitude=39.5314070, speed=126.00, mileage=41.75000000, dischargeVoltage=660000, dischargeCurrent=80000, insulationResistance=178450000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=11.10, motorControllerTemperature=930000, motorSpeed=43959, motorTorque=9890, motorTemperature=118000, motorVoltage=21600, motorCurrent=59730000, powerBattery=60965., maxFeedbackPower=670000, maxDischargePower=390000, bmsSelfCheck=40, powerBatteryCurrent=11000, powerBatteryV3=354000, maxVoltage=3000, minVoltage=4000, maxTemperature=310000, minTemperature=210000, availableCapacity=740000, 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-21 11:33:32.079 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:32.079 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"740000","bmsSelfCheck":"40","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"660000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"178450000","latitude":"39.5314070","location":"1","longitude":"116.7494220","maxDischargePower":"390000","maxFeedbackPower":"670000","maxTemperature":"310000","maxVoltage":"3000","mcu":"1","mileage":"41.75000000","minTemperature":"210000","minVoltage":"4000","motorControllerTemperature":"930000","motorCurrent":"59730000","motorSpeed":"43959","motorTemperature":"118000","motorTorque":"9890","motorVoltage":"21600","powerBattery":"60965.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"354000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718940812029","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:32.080 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940812029, longitude=116.7494220, latitude=39.5314070, speed=126.00, mileage=41.75000000, dischargeVoltage=660000, dischargeCurrent=80000, insulationResistance=178450000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=11.10, motorControllerTemperature=930000, motorSpeed=43959, motorTorque=9890, motorTemperature=118000, motorVoltage=21600, motorCurrent=59730000, powerBattery=60965., maxFeedbackPower=670000, maxDischargePower=390000, bmsSelfCheck=40, powerBatteryCurrent=11000, powerBatteryV3=354000, maxVoltage=3000, minVoltage=4000, maxTemperature=310000, minTemperature=210000, availableCapacity=740000, 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-21 11:33:33.099 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:33.100 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:33.100 [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 38 39 34 30 38 31 33 30 33 34 31 31 36 2e 37 35 31 33 36 34 30 33 39 2e 35 33 31 36 31 38 30 31 36 32 2e 30 30 34 31 2e 38 34 30 30 30 30 30 30 31 35 34 30 30 30 33 32 30 30 30 32 35 34 30 35 30 30 30 30 44 39 30 37 30 31 31 2e 37 30 39 30 30 30 30 30 31 35 32 33 34 34 37 35 30 38 32 30 30 30 30 32 39 32 30 30 35 31 38 32 30 30 30 30 36 30 39 35 33 2e 39 36 30 30 30 30 35 38 30 30 30 30 36 30 33 30 30 30 30 36 38 34 30 30 30 34 30 30 30 33 30 30 30 31 32 30 30 30 30 31 39 30 30 30 30 35 38 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-21 11:33:33.100 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940813034, longitude=116.7513640, latitude=39.5316180, speed=162.00, mileage=41.84000000, dischargeVoltage=154000, dischargeCurrent=32000, insulationResistance=254050000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=11.70, motorControllerTemperature=900000, motorSpeed=15234, motorTorque=4750, motorTemperature=820000, motorVoltage=29200, motorCurrent=51820000, powerBattery=60953., maxFeedbackPower=960000, maxDischargePower=580000, bmsSelfCheck=60, powerBatteryCurrent=30000, powerBatteryV3=684000, maxVoltage=4000, minVoltage=3000, maxTemperature=120000, minTemperature=190000, availableCapacity=580000, 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-21 11:33:33.103 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:33.103 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"580000","bmsSelfCheck":"60","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"32000","dischargeVoltage":"154000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"254050000","latitude":"39.5316180","location":"1","longitude":"116.7513640","maxDischargePower":"580000","maxFeedbackPower":"960000","maxTemperature":"120000","maxVoltage":"4000","mcu":"1","mileage":"41.84000000","minTemperature":"190000","minVoltage":"3000","motorControllerTemperature":"900000","motorCurrent":"51820000","motorSpeed":"15234","motorTemperature":"820000","motorTorque":"4750","motorVoltage":"29200","powerBattery":"60953.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"684000","ptc":"1","runStatus":"1","soc":"1","speed":"162.00","timestamp":"1718940813034","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:33.103 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940813034, longitude=116.7513640, latitude=39.5316180, speed=162.00, mileage=41.84000000, dischargeVoltage=154000, dischargeCurrent=32000, insulationResistance=254050000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=11.70, motorControllerTemperature=900000, motorSpeed=15234, motorTorque=4750, motorTemperature=820000, motorVoltage=29200, motorCurrent=51820000, powerBattery=60953., maxFeedbackPower=960000, maxDischargePower=580000, bmsSelfCheck=60, powerBatteryCurrent=30000, powerBatteryV3=684000, maxVoltage=4000, minVoltage=3000, maxTemperature=120000, minTemperature=190000, availableCapacity=580000, 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-21 11:33:34.073 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:34.074 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:34.074 [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 38 39 34 30 38 31 34 30 33 32 31 31 36 2e 37 35 32 38 30 37 30 33 39 2e 35 33 31 37 35 34 30 31 30 38 2e 30 30 34 31 2e 39 30 30 30 30 30 30 30 31 36 31 30 30 30 34 30 30 30 30 31 35 31 35 39 30 30 30 30 44 37 30 37 30 39 2e 31 30 30 33 30 30 30 30 30 31 38 34 37 30 36 36 30 30 36 30 30 30 30 30 32 38 31 30 30 37 38 35 38 30 30 30 30 36 30 39 34 34 2e 31 38 30 30 30 30 37 36 30 30 30 30 31 34 31 34 30 30 30 36 35 37 30 30 30 33 30 30 30 33 30 30 30 36 31 30 30 30 30 38 36 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 de 7E -2024-06-21 11:33:34.074 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940814032, longitude=116.7528070, latitude=39.5317540, speed=108.00, mileage=41.90000000, dischargeVoltage=161000, dischargeCurrent=40000, insulationResistance=151590000, gear=D, accelerationPedal=70, brakePedal=70, fuelConsumption=9.100, motorControllerTemperature=300000, motorSpeed=18470, motorTorque=6600, motorTemperature=600000, motorVoltage=28100, motorCurrent=78580000, powerBattery=60944., maxFeedbackPower=180000, maxDischargePower=760000, bmsSelfCheck=14, powerBatteryCurrent=14000, powerBatteryV3=657000, maxVoltage=3000, minVoltage=3000, maxTemperature=610000, minTemperature=860000, 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-21 11:33:34.075 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:34.075 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"650000","bmsSelfCheck":"14","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"161000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"151590000","latitude":"39.5317540","location":"1","longitude":"116.7528070","maxDischargePower":"760000","maxFeedbackPower":"180000","maxTemperature":"610000","maxVoltage":"3000","mcu":"1","mileage":"41.90000000","minTemperature":"860000","minVoltage":"3000","motorControllerTemperature":"300000","motorCurrent":"78580000","motorSpeed":"18470","motorTemperature":"600000","motorTorque":"6600","motorVoltage":"28100","powerBattery":"60944.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"657000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940814032","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:34.076 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940814032, longitude=116.7528070, latitude=39.5317540, speed=108.00, mileage=41.90000000, dischargeVoltage=161000, dischargeCurrent=40000, insulationResistance=151590000, gear=D, accelerationPedal=70, brakePedal=70, fuelConsumption=9.100, motorControllerTemperature=300000, motorSpeed=18470, motorTorque=6600, motorTemperature=600000, motorVoltage=28100, motorCurrent=78580000, powerBattery=60944., maxFeedbackPower=180000, maxDischargePower=760000, bmsSelfCheck=14, powerBatteryCurrent=14000, powerBatteryV3=657000, maxVoltage=3000, minVoltage=3000, maxTemperature=610000, minTemperature=860000, 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-21 11:33:35.098 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:35.099 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:35.099 [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 38 39 34 30 38 31 35 30 33 33 31 31 36 2e 37 35 36 30 32 32 30 33 39 2e 35 33 32 30 33 33 30 31 30 38 2e 30 30 34 31 2e 39 36 30 30 30 30 30 30 35 36 35 30 30 30 34 37 30 30 30 35 30 37 36 30 30 30 30 30 44 31 30 39 30 31 31 2e 38 30 38 32 30 30 30 30 38 34 39 31 37 32 33 36 30 31 31 36 30 30 30 31 32 34 30 30 31 32 33 30 30 30 30 30 36 30 39 33 32 2e 39 30 30 30 30 30 35 33 30 30 30 30 36 30 31 34 30 30 30 35 30 31 30 30 30 34 30 30 30 33 30 30 30 39 30 30 30 30 30 35 34 30 30 30 30 36 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c4 7E -2024-06-21 11:33:35.099 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940815033, longitude=116.7560220, latitude=39.5320330, speed=108.00, mileage=41.96000000, dischargeVoltage=565000, dischargeCurrent=47000, insulationResistance=507600000, gear=D, accelerationPedal=10, brakePedal=90, fuelConsumption=11.80, motorControllerTemperature=820000, motorSpeed=84917, motorTorque=2360, motorTemperature=116000, motorVoltage=12400, motorCurrent=12300000, powerBattery=60932., maxFeedbackPower=900000, maxDischargePower=530000, bmsSelfCheck=60, powerBatteryCurrent=14000, powerBatteryV3=501000, maxVoltage=4000, minVoltage=3000, maxTemperature=900000, minTemperature=540000, availableCapacity=690000, 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-21 11:33:35.100 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:35.100 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"690000","bmsSelfCheck":"60","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"565000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"507600000","latitude":"39.5320330","location":"1","longitude":"116.7560220","maxDischargePower":"530000","maxFeedbackPower":"900000","maxTemperature":"900000","maxVoltage":"4000","mcu":"1","mileage":"41.96000000","minTemperature":"540000","minVoltage":"3000","motorControllerTemperature":"820000","motorCurrent":"12300000","motorSpeed":"84917","motorTemperature":"116000","motorTorque":"2360","motorVoltage":"12400","powerBattery":"60932.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"501000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940815033","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:35.101 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940815033, longitude=116.7560220, latitude=39.5320330, speed=108.00, mileage=41.96000000, dischargeVoltage=565000, dischargeCurrent=47000, insulationResistance=507600000, gear=D, accelerationPedal=10, brakePedal=90, fuelConsumption=11.80, motorControllerTemperature=820000, motorSpeed=84917, motorTorque=2360, motorTemperature=116000, motorVoltage=12400, motorCurrent=12300000, powerBattery=60932., maxFeedbackPower=900000, maxDischargePower=530000, bmsSelfCheck=60, powerBatteryCurrent=14000, powerBatteryV3=501000, maxVoltage=4000, minVoltage=3000, maxTemperature=900000, minTemperature=540000, availableCapacity=690000, 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-21 11:33:36.106 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:36.106 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:36.106 [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 38 39 34 30 38 31 36 30 33 37 31 31 36 2e 37 35 37 31 37 36 30 33 39 2e 35 33 32 31 32 39 30 31 30 38 2e 30 30 34 32 2e 30 32 30 30 30 30 30 30 37 32 36 30 30 30 33 33 30 30 30 32 39 33 36 31 30 30 30 30 44 32 30 34 30 31 31 2e 32 30 37 36 30 30 30 30 38 34 30 39 35 33 36 30 30 39 37 30 30 30 30 32 31 38 30 30 37 33 31 37 30 30 30 30 36 30 39 32 31 2e 35 31 30 30 30 30 38 33 30 30 30 30 33 30 34 30 30 30 30 34 34 39 30 30 30 33 30 30 30 33 30 30 30 33 30 30 30 30 30 34 35 30 30 30 30 38 39 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-21 11:33:36.106 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940816037, longitude=116.7571760, latitude=39.5321290, speed=108.00, mileage=42.02000000, dischargeVoltage=726000, dischargeCurrent=33000, insulationResistance=293610000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=11.20, motorControllerTemperature=760000, motorSpeed=84095, motorTorque=3600, motorTemperature=970000, motorVoltage=21800, motorCurrent=73170000, powerBattery=60921., maxFeedbackPower=510000, maxDischargePower=830000, bmsSelfCheck=30, powerBatteryCurrent=40000, powerBatteryV3=449000, maxVoltage=3000, minVoltage=3000, maxTemperature=300000, minTemperature=450000, availableCapacity=890000, 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-21 11:33:36.108 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:36.108 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"890000","bmsSelfCheck":"30","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"33000","dischargeVoltage":"726000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.20","gear":"D","insulationResistance":"293610000","latitude":"39.5321290","location":"1","longitude":"116.7571760","maxDischargePower":"830000","maxFeedbackPower":"510000","maxTemperature":"300000","maxVoltage":"3000","mcu":"1","mileage":"42.02000000","minTemperature":"450000","minVoltage":"3000","motorControllerTemperature":"760000","motorCurrent":"73170000","motorSpeed":"84095","motorTemperature":"970000","motorTorque":"3600","motorVoltage":"21800","powerBattery":"60921.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"449000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940816037","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:36.108 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940816037, longitude=116.7571760, latitude=39.5321290, speed=108.00, mileage=42.02000000, dischargeVoltage=726000, dischargeCurrent=33000, insulationResistance=293610000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=11.20, motorControllerTemperature=760000, motorSpeed=84095, motorTorque=3600, motorTemperature=970000, motorVoltage=21800, motorCurrent=73170000, powerBattery=60921., maxFeedbackPower=510000, maxDischargePower=830000, bmsSelfCheck=30, powerBatteryCurrent=40000, powerBatteryV3=449000, maxVoltage=3000, minVoltage=3000, maxTemperature=300000, minTemperature=450000, availableCapacity=890000, 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-21 11:33:37.056 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:37.057 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:37.057 [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 38 39 34 30 38 31 37 30 32 34 31 31 36 2e 37 35 38 34 32 30 30 33 39 2e 35 33 32 32 33 36 30 31 32 36 2e 30 30 34 32 2e 30 39 30 30 30 30 30 30 31 32 35 30 30 30 33 39 30 30 30 31 34 35 35 30 30 30 30 30 44 36 30 35 30 31 31 2e 31 30 32 35 30 30 30 30 32 30 32 32 36 38 34 32 30 36 30 30 30 30 30 31 34 36 30 30 31 32 35 38 32 30 30 30 36 30 39 31 30 2e 33 39 30 30 30 30 39 36 30 30 30 30 32 30 30 30 30 30 30 35 34 35 30 30 30 34 30 30 30 34 30 30 30 37 39 30 30 30 30 33 35 30 30 30 30 34 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 bc 7E -2024-06-21 11:33:37.057 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940817024, longitude=116.7584200, latitude=39.5322360, speed=126.00, mileage=42.09000000, dischargeVoltage=125000, dischargeCurrent=39000, insulationResistance=145500000, gear=D, accelerationPedal=60, brakePedal=50, fuelConsumption=11.10, motorControllerTemperature=250000, motorSpeed=20226, motorTorque=8420, motorTemperature=600000, motorVoltage=14600, motorCurrent=12582000, powerBattery=60910., maxFeedbackPower=390000, maxDischargePower=960000, bmsSelfCheck=20, powerBatteryCurrent=00000, powerBatteryV3=545000, maxVoltage=4000, minVoltage=4000, maxTemperature=790000, minTemperature=350000, availableCapacity=440000, 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-21 11:33:37.059 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:37.059 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"440000","bmsSelfCheck":"20","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"39000","dischargeVoltage":"125000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"145500000","latitude":"39.5322360","location":"1","longitude":"116.7584200","maxDischargePower":"960000","maxFeedbackPower":"390000","maxTemperature":"790000","maxVoltage":"4000","mcu":"1","mileage":"42.09000000","minTemperature":"350000","minVoltage":"4000","motorControllerTemperature":"250000","motorCurrent":"12582000","motorSpeed":"20226","motorTemperature":"600000","motorTorque":"8420","motorVoltage":"14600","powerBattery":"60910.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"545000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718940817024","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:37.059 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940817024, longitude=116.7584200, latitude=39.5322360, speed=126.00, mileage=42.09000000, dischargeVoltage=125000, dischargeCurrent=39000, insulationResistance=145500000, gear=D, accelerationPedal=60, brakePedal=50, fuelConsumption=11.10, motorControllerTemperature=250000, motorSpeed=20226, motorTorque=8420, motorTemperature=600000, motorVoltage=14600, motorCurrent=12582000, powerBattery=60910., maxFeedbackPower=390000, maxDischargePower=960000, bmsSelfCheck=20, powerBatteryCurrent=00000, powerBatteryV3=545000, maxVoltage=4000, minVoltage=4000, maxTemperature=790000, minTemperature=350000, availableCapacity=440000, 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-21 11:33:38.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:38.076 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:38.076 [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 38 39 34 30 38 31 38 30 33 30 31 31 36 2e 37 36 30 33 30 33 30 33 39 2e 35 33 32 33 38 31 30 32 31 36 2e 30 30 34 32 2e 32 31 30 30 30 30 30 30 37 34 37 30 30 30 32 36 30 30 30 31 34 39 32 32 30 30 30 30 44 39 30 36 30 31 30 2e 39 30 35 30 30 30 30 30 37 39 35 38 31 36 30 34 30 31 30 39 30 30 30 32 36 37 30 30 33 37 39 36 30 30 30 30 36 30 38 39 39 2e 37 30 30 30 30 30 37 30 30 30 30 30 31 34 33 30 30 30 30 36 35 35 30 30 30 33 30 30 30 34 30 30 30 34 30 30 30 30 30 36 33 30 30 30 30 34 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-21 11:33:38.076 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940818030, longitude=116.7603030, latitude=39.5323810, speed=216.00, mileage=42.21000000, dischargeVoltage=747000, dischargeCurrent=26000, insulationResistance=149220000, gear=D, accelerationPedal=90, brakePedal=60, fuelConsumption=10.90, motorControllerTemperature=500000, motorSpeed=79581, motorTorque=6040, motorTemperature=109000, motorVoltage=26700, motorCurrent=37960000, powerBattery=60899., maxFeedbackPower=700000, maxDischargePower=700000, bmsSelfCheck=14, powerBatteryCurrent=30000, powerBatteryV3=655000, maxVoltage=3000, minVoltage=4000, maxTemperature=400000, minTemperature=630000, availableCapacity=400000, 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-21 11:33:38.077 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:38.078 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"400000","bmsSelfCheck":"14","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"26000","dischargeVoltage":"747000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"149220000","latitude":"39.5323810","location":"1","longitude":"116.7603030","maxDischargePower":"700000","maxFeedbackPower":"700000","maxTemperature":"400000","maxVoltage":"3000","mcu":"1","mileage":"42.21000000","minTemperature":"630000","minVoltage":"4000","motorControllerTemperature":"500000","motorCurrent":"37960000","motorSpeed":"79581","motorTemperature":"109000","motorTorque":"6040","motorVoltage":"26700","powerBattery":"60899.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"655000","ptc":"1","runStatus":"1","soc":"1","speed":"216.00","timestamp":"1718940818030","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:38.078 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940818030, longitude=116.7603030, latitude=39.5323810, speed=216.00, mileage=42.21000000, dischargeVoltage=747000, dischargeCurrent=26000, insulationResistance=149220000, gear=D, accelerationPedal=90, brakePedal=60, fuelConsumption=10.90, motorControllerTemperature=500000, motorSpeed=79581, motorTorque=6040, motorTemperature=109000, motorVoltage=26700, motorCurrent=37960000, powerBattery=60899., maxFeedbackPower=700000, maxDischargePower=700000, bmsSelfCheck=14, powerBatteryCurrent=30000, powerBatteryV3=655000, maxVoltage=3000, minVoltage=4000, maxTemperature=400000, minTemperature=630000, availableCapacity=400000, 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-21 11:33:39.098 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:39.098 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:39.098 [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 38 39 34 30 38 31 39 30 33 36 31 31 36 2e 37 36 31 38 37 32 30 33 39 2e 35 33 32 35 33 31 30 31 34 34 2e 30 30 34 32 2e 32 39 30 30 30 30 30 30 36 38 35 30 30 30 31 35 30 30 30 31 33 36 31 33 30 30 30 30 44 38 30 34 30 31 30 2e 31 30 37 37 30 30 30 30 37 38 31 32 32 38 34 39 30 32 30 30 30 30 30 32 37 33 30 30 33 36 38 38 30 30 30 30 36 30 38 38 39 2e 34 30 30 30 30 30 34 32 30 30 30 30 31 33 31 32 30 30 30 35 38 36 30 30 30 34 30 30 30 34 30 30 30 31 30 30 30 30 30 32 34 30 30 30 30 37 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e2 7E -2024-06-21 11:33:39.098 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940819036, longitude=116.7618720, latitude=39.5325310, speed=144.00, mileage=42.29000000, dischargeVoltage=685000, dischargeCurrent=15000, insulationResistance=136130000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=10.10, motorControllerTemperature=770000, motorSpeed=78122, motorTorque=8490, motorTemperature=200000, motorVoltage=27300, motorCurrent=36880000, powerBattery=60889., maxFeedbackPower=400000, maxDischargePower=420000, bmsSelfCheck=13, powerBatteryCurrent=12000, powerBatteryV3=586000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=240000, availableCapacity=780000, 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-21 11:33:39.099 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:39.099 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"780000","bmsSelfCheck":"13","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"685000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.10","gear":"D","insulationResistance":"136130000","latitude":"39.5325310","location":"1","longitude":"116.7618720","maxDischargePower":"420000","maxFeedbackPower":"400000","maxTemperature":"100000","maxVoltage":"4000","mcu":"1","mileage":"42.29000000","minTemperature":"240000","minVoltage":"4000","motorControllerTemperature":"770000","motorCurrent":"36880000","motorSpeed":"78122","motorTemperature":"200000","motorTorque":"8490","motorVoltage":"27300","powerBattery":"60889.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"586000","ptc":"1","runStatus":"1","soc":"1","speed":"144.00","timestamp":"1718940819036","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:39.099 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940819036, longitude=116.7618720, latitude=39.5325310, speed=144.00, mileage=42.29000000, dischargeVoltage=685000, dischargeCurrent=15000, insulationResistance=136130000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=10.10, motorControllerTemperature=770000, motorSpeed=78122, motorTorque=8490, motorTemperature=200000, motorVoltage=27300, motorCurrent=36880000, powerBattery=60889., maxFeedbackPower=400000, maxDischargePower=420000, bmsSelfCheck=13, powerBatteryCurrent=12000, powerBatteryV3=586000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=240000, availableCapacity=780000, 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-21 11:33:40.400 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:40.400 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:40.400 [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 38 39 34 30 38 32 30 30 33 37 31 31 36 2e 37 36 33 31 37 35 30 33 39 2e 35 33 32 36 31 37 30 37 32 2e 30 30 30 34 32 2e 33 33 30 30 30 30 30 30 33 33 32 30 30 30 31 33 30 30 30 32 37 36 35 30 30 30 30 30 44 35 30 30 30 39 2e 37 30 30 32 30 30 30 30 30 35 35 32 34 33 35 33 38 30 31 34 30 30 30 30 31 38 32 30 30 31 31 38 32 30 30 30 30 36 30 38 38 39 2e 38 38 30 30 30 30 39 36 30 30 30 30 31 31 31 33 30 30 30 37 34 30 30 30 30 33 30 30 30 33 30 30 30 36 31 30 30 30 30 35 30 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 c1 7E -2024-06-21 11:33:40.400 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940820037, longitude=116.7631750, latitude=39.5326170, speed=72.000, mileage=42.33000000, dischargeVoltage=332000, dischargeCurrent=13000, insulationResistance=276500000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=9.700, motorControllerTemperature=200000, motorSpeed=55243, motorTorque=5380, motorTemperature=140000, motorVoltage=18200, motorCurrent=11820000, powerBattery=60889., maxFeedbackPower=880000, maxDischargePower=960000, bmsSelfCheck=11, powerBatteryCurrent=13000, powerBatteryV3=740000, maxVoltage=3000, minVoltage=3000, maxTemperature=610000, minTemperature=500000, 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-21 11:33:40.402 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:40.402 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"500000","bmsSelfCheck":"11","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"13000","dischargeVoltage":"332000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.700","gear":"D","insulationResistance":"276500000","latitude":"39.5326170","location":"1","longitude":"116.7631750","maxDischargePower":"960000","maxFeedbackPower":"880000","maxTemperature":"610000","maxVoltage":"3000","mcu":"1","mileage":"42.33000000","minTemperature":"500000","minVoltage":"3000","motorControllerTemperature":"200000","motorCurrent":"11820000","motorSpeed":"55243","motorTemperature":"140000","motorTorque":"5380","motorVoltage":"18200","powerBattery":"60889.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"740000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940820037","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:40.402 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940820037, longitude=116.7631750, latitude=39.5326170, speed=72.000, mileage=42.33000000, dischargeVoltage=332000, dischargeCurrent=13000, insulationResistance=276500000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=9.700, motorControllerTemperature=200000, motorSpeed=55243, motorTorque=5380, motorTemperature=140000, motorVoltage=18200, motorCurrent=11820000, powerBattery=60889., maxFeedbackPower=880000, maxDischargePower=960000, bmsSelfCheck=11, powerBatteryCurrent=13000, powerBatteryV3=740000, maxVoltage=3000, minVoltage=3000, maxTemperature=610000, minTemperature=500000, 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-21 11:33:41.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:41.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:41.060 [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 38 39 34 30 38 32 31 30 32 34 31 31 36 2e 37 36 34 35 34 39 30 33 39 2e 35 33 32 37 32 35 30 31 39 38 2e 30 30 34 32 2e 34 34 30 30 30 30 30 30 34 34 34 30 30 30 31 39 30 30 30 31 34 32 30 30 30 30 30 30 44 37 30 30 30 31 30 2e 38 30 39 36 30 30 30 30 37 37 35 36 38 36 30 32 30 31 31 34 30 30 30 32 31 34 30 30 37 34 37 30 30 30 30 30 36 30 38 37 38 2e 35 34 30 30 30 30 38 37 30 30 30 30 31 34 32 30 30 30 30 35 31 34 30 30 30 34 30 30 30 34 30 30 30 37 38 30 30 30 30 37 39 30 30 30 30 36 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ea 7E -2024-06-21 11:33:41.061 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940821024, longitude=116.7645490, latitude=39.5327250, speed=198.00, mileage=42.44000000, dischargeVoltage=444000, dischargeCurrent=19000, insulationResistance=142000000, gear=D, accelerationPedal=70, brakePedal=00, fuelConsumption=10.80, motorControllerTemperature=960000, motorSpeed=77568, motorTorque=6020, motorTemperature=114000, motorVoltage=21400, motorCurrent=74700000, powerBattery=60878., maxFeedbackPower=540000, maxDischargePower=870000, bmsSelfCheck=14, powerBatteryCurrent=20000, powerBatteryV3=514000, maxVoltage=4000, minVoltage=4000, maxTemperature=780000, minTemperature=790000, availableCapacity=600000, 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-21 11:33:41.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:41.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"600000","bmsSelfCheck":"14","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"19000","dischargeVoltage":"444000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.80","gear":"D","insulationResistance":"142000000","latitude":"39.5327250","location":"1","longitude":"116.7645490","maxDischargePower":"870000","maxFeedbackPower":"540000","maxTemperature":"780000","maxVoltage":"4000","mcu":"1","mileage":"42.44000000","minTemperature":"790000","minVoltage":"4000","motorControllerTemperature":"960000","motorCurrent":"74700000","motorSpeed":"77568","motorTemperature":"114000","motorTorque":"6020","motorVoltage":"21400","powerBattery":"60878.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"514000","ptc":"1","runStatus":"1","soc":"1","speed":"198.00","timestamp":"1718940821024","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:41.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940821024, longitude=116.7645490, latitude=39.5327250, speed=198.00, mileage=42.44000000, dischargeVoltage=444000, dischargeCurrent=19000, insulationResistance=142000000, gear=D, accelerationPedal=70, brakePedal=00, fuelConsumption=10.80, motorControllerTemperature=960000, motorSpeed=77568, motorTorque=6020, motorTemperature=114000, motorVoltage=21400, motorCurrent=74700000, powerBattery=60878., maxFeedbackPower=540000, maxDischargePower=870000, bmsSelfCheck=14, powerBatteryCurrent=20000, powerBatteryV3=514000, maxVoltage=4000, minVoltage=4000, maxTemperature=780000, minTemperature=790000, availableCapacity=600000, 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-21 11:33:42.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:42.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:42.075 [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 38 39 34 30 38 32 32 30 33 38 31 31 36 2e 37 36 36 31 32 31 30 33 39 2e 35 33 32 38 37 34 30 31 39 38 2e 30 30 34 32 2e 35 35 30 30 30 30 30 30 35 34 36 30 30 30 31 30 30 30 30 38 31 33 33 30 30 30 30 30 44 31 30 37 30 31 32 2e 30 30 31 30 30 30 30 30 35 34 38 39 36 33 37 36 30 32 31 30 30 30 30 32 31 38 30 30 31 34 37 35 30 30 30 30 36 30 38 36 36 2e 35 32 30 30 30 30 38 33 30 30 30 30 38 30 37 30 30 30 30 36 31 33 30 30 30 34 30 30 30 33 30 30 30 32 30 30 30 30 30 38 37 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 cf 7E -2024-06-21 11:33:42.075 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940822038, longitude=116.7661210, latitude=39.5328740, speed=198.00, mileage=42.55000000, dischargeVoltage=546000, dischargeCurrent=10000, insulationResistance=813300000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=12.00, motorControllerTemperature=100000, motorSpeed=54896, motorTorque=3760, motorTemperature=210000, motorVoltage=21800, motorCurrent=14750000, powerBattery=60866., maxFeedbackPower=520000, maxDischargePower=830000, bmsSelfCheck=80, powerBatteryCurrent=70000, powerBatteryV3=613000, maxVoltage=4000, minVoltage=3000, maxTemperature=200000, minTemperature=870000, 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-21 11:33:42.078 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:42.078 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"220000","bmsSelfCheck":"80","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"10000","dischargeVoltage":"546000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"813300000","latitude":"39.5328740","location":"1","longitude":"116.7661210","maxDischargePower":"830000","maxFeedbackPower":"520000","maxTemperature":"200000","maxVoltage":"4000","mcu":"1","mileage":"42.55000000","minTemperature":"870000","minVoltage":"3000","motorControllerTemperature":"100000","motorCurrent":"14750000","motorSpeed":"54896","motorTemperature":"210000","motorTorque":"3760","motorVoltage":"21800","powerBattery":"60866.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"613000","ptc":"1","runStatus":"1","soc":"1","speed":"198.00","timestamp":"1718940822038","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:42.078 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940822038, longitude=116.7661210, latitude=39.5328740, speed=198.00, mileage=42.55000000, dischargeVoltage=546000, dischargeCurrent=10000, insulationResistance=813300000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=12.00, motorControllerTemperature=100000, motorSpeed=54896, motorTorque=3760, motorTemperature=210000, motorVoltage=21800, motorCurrent=14750000, powerBattery=60866., maxFeedbackPower=520000, maxDischargePower=830000, bmsSelfCheck=80, powerBatteryCurrent=70000, powerBatteryV3=613000, maxVoltage=4000, minVoltage=3000, maxTemperature=200000, minTemperature=870000, 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-21 11:33:43.081 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:43.081 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:43.081 [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 38 39 34 30 38 32 33 30 33 34 31 31 36 2e 37 36 37 30 31 37 30 33 39 2e 35 33 32 39 34 36 30 39 30 2e 30 30 30 34 32 2e 36 30 30 30 30 30 30 30 35 34 39 30 30 30 33 30 30 30 30 32 37 38 37 33 30 30 30 30 44 39 30 36 30 31 30 2e 39 30 34 33 30 30 30 30 39 32 34 38 35 33 39 32 30 39 38 30 30 30 30 32 34 39 30 30 31 33 31 38 37 30 30 30 36 30 38 35 35 2e 39 37 30 30 30 30 38 34 30 30 30 30 31 33 31 30 30 30 30 35 32 34 30 30 30 34 30 30 30 34 30 30 30 34 38 30 30 30 30 34 33 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 00 7E -2024-06-21 11:33:43.081 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940823034, longitude=116.7670170, latitude=39.5329460, speed=90.000, mileage=42.60000000, dischargeVoltage=549000, dischargeCurrent=30000, insulationResistance=278730000, gear=D, accelerationPedal=90, brakePedal=60, fuelConsumption=10.90, motorControllerTemperature=430000, motorSpeed=92485, motorTorque=3920, motorTemperature=980000, motorVoltage=24900, motorCurrent=13187000, powerBattery=60855., maxFeedbackPower=970000, maxDischargePower=840000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=524000, maxVoltage=4000, minVoltage=4000, maxTemperature=480000, minTemperature=430000, 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-21 11:33:43.083 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:43.083 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"280000","bmsSelfCheck":"13","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"549000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"278730000","latitude":"39.5329460","location":"1","longitude":"116.7670170","maxDischargePower":"840000","maxFeedbackPower":"970000","maxTemperature":"480000","maxVoltage":"4000","mcu":"1","mileage":"42.60000000","minTemperature":"430000","minVoltage":"4000","motorControllerTemperature":"430000","motorCurrent":"13187000","motorSpeed":"92485","motorTemperature":"980000","motorTorque":"3920","motorVoltage":"24900","powerBattery":"60855.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"524000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940823034","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:43.084 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940823034, longitude=116.7670170, latitude=39.5329460, speed=90.000, mileage=42.60000000, dischargeVoltage=549000, dischargeCurrent=30000, insulationResistance=278730000, gear=D, accelerationPedal=90, brakePedal=60, fuelConsumption=10.90, motorControllerTemperature=430000, motorSpeed=92485, motorTorque=3920, motorTemperature=980000, motorVoltage=24900, motorCurrent=13187000, powerBattery=60855., maxFeedbackPower=970000, maxDischargePower=840000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=524000, maxVoltage=4000, minVoltage=4000, maxTemperature=480000, minTemperature=430000, 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-21 11:33:44.099 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:44.099 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:44.099 [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 38 39 34 30 38 32 34 30 33 30 31 31 36 2e 37 36 38 33 33 36 30 33 39 2e 35 33 33 30 38 36 30 37 32 2e 30 30 30 34 32 2e 36 34 30 30 30 30 30 30 37 30 37 30 30 30 33 39 30 30 30 31 34 33 37 36 30 30 30 30 44 30 30 30 30 31 31 2e 31 30 38 30 30 30 30 30 37 31 37 38 30 34 39 34 30 31 34 32 30 30 30 31 36 35 30 30 31 34 37 34 30 30 30 30 36 30 38 35 35 2e 35 31 30 30 30 30 35 37 30 30 30 30 31 30 32 30 30 30 30 34 31 34 30 30 30 34 30 30 30 33 30 30 30 38 36 30 30 30 30 37 38 30 30 30 30 38 38 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-21 11:33:44.099 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940824030, longitude=116.7683360, latitude=39.5330860, speed=72.000, mileage=42.64000000, dischargeVoltage=707000, dischargeCurrent=39000, insulationResistance=143760000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=11.10, motorControllerTemperature=800000, motorSpeed=71780, motorTorque=4940, motorTemperature=142000, motorVoltage=16500, motorCurrent=14740000, powerBattery=60855., maxFeedbackPower=510000, maxDischargePower=570000, bmsSelfCheck=10, powerBatteryCurrent=20000, powerBatteryV3=414000, maxVoltage=4000, minVoltage=3000, maxTemperature=860000, minTemperature=780000, availableCapacity=880000, 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-21 11:33:44.101 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:44.101 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"880000","bmsSelfCheck":"10","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"39000","dischargeVoltage":"707000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"143760000","latitude":"39.5330860","location":"1","longitude":"116.7683360","maxDischargePower":"570000","maxFeedbackPower":"510000","maxTemperature":"860000","maxVoltage":"4000","mcu":"1","mileage":"42.64000000","minTemperature":"780000","minVoltage":"3000","motorControllerTemperature":"800000","motorCurrent":"14740000","motorSpeed":"71780","motorTemperature":"142000","motorTorque":"4940","motorVoltage":"16500","powerBattery":"60855.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"414000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940824030","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:44.101 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940824030, longitude=116.7683360, latitude=39.5330860, speed=72.000, mileage=42.64000000, dischargeVoltage=707000, dischargeCurrent=39000, insulationResistance=143760000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=11.10, motorControllerTemperature=800000, motorSpeed=71780, motorTorque=4940, motorTemperature=142000, motorVoltage=16500, motorCurrent=14740000, powerBattery=60855., maxFeedbackPower=510000, maxDischargePower=570000, bmsSelfCheck=10, powerBatteryCurrent=20000, powerBatteryV3=414000, maxVoltage=4000, minVoltage=3000, maxTemperature=860000, minTemperature=780000, availableCapacity=880000, 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-21 11:33:45.101 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:45.101 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:45.101 [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 38 39 34 30 38 32 35 30 32 39 31 31 36 2e 37 36 39 34 37 33 30 33 39 2e 35 33 33 31 39 30 30 39 30 2e 30 30 30 34 32 2e 36 39 30 30 30 30 30 30 34 31 36 30 30 30 34 35 30 30 30 31 36 36 32 35 30 30 30 30 44 36 30 34 30 31 31 2e 38 30 38 37 30 30 30 30 34 31 32 34 30 32 34 33 30 32 34 30 30 30 30 32 32 38 30 30 32 31 34 31 30 30 30 30 36 30 38 34 34 2e 37 30 30 30 30 30 38 31 30 30 30 30 31 34 31 32 30 30 30 32 33 37 30 30 30 33 30 30 30 34 30 30 30 38 36 30 30 30 30 32 34 30 30 30 30 34 31 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-21 11:33:45.101 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940825029, longitude=116.7694730, latitude=39.5331900, speed=90.000, mileage=42.69000000, dischargeVoltage=416000, dischargeCurrent=45000, insulationResistance=166250000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=11.80, motorControllerTemperature=870000, motorSpeed=41240, motorTorque=2430, motorTemperature=240000, motorVoltage=22800, motorCurrent=21410000, powerBattery=60844., maxFeedbackPower=700000, maxDischargePower=810000, bmsSelfCheck=14, powerBatteryCurrent=12000, powerBatteryV3=237000, maxVoltage=3000, minVoltage=4000, maxTemperature=860000, minTemperature=240000, availableCapacity=410000, 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-21 11:33:45.103 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:45.103 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"410000","bmsSelfCheck":"14","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"45000","dischargeVoltage":"416000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"166250000","latitude":"39.5331900","location":"1","longitude":"116.7694730","maxDischargePower":"810000","maxFeedbackPower":"700000","maxTemperature":"860000","maxVoltage":"3000","mcu":"1","mileage":"42.69000000","minTemperature":"240000","minVoltage":"4000","motorControllerTemperature":"870000","motorCurrent":"21410000","motorSpeed":"41240","motorTemperature":"240000","motorTorque":"2430","motorVoltage":"22800","powerBattery":"60844.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"237000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940825029","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:45.103 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940825029, longitude=116.7694730, latitude=39.5331900, speed=90.000, mileage=42.69000000, dischargeVoltage=416000, dischargeCurrent=45000, insulationResistance=166250000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=11.80, motorControllerTemperature=870000, motorSpeed=41240, motorTorque=2430, motorTemperature=240000, motorVoltage=22800, motorCurrent=21410000, powerBattery=60844., maxFeedbackPower=700000, maxDischargePower=810000, bmsSelfCheck=14, powerBatteryCurrent=12000, powerBatteryV3=237000, maxVoltage=3000, minVoltage=4000, maxTemperature=860000, minTemperature=240000, availableCapacity=410000, 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-21 11:33:46.067 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:46.067 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:46.067 [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 38 39 34 30 38 32 36 30 32 37 31 31 36 2e 37 37 30 35 32 35 30 33 39 2e 35 33 33 33 30 36 30 39 30 2e 30 30 30 34 32 2e 37 34 30 30 30 30 30 30 35 31 32 30 30 30 31 39 30 30 30 31 36 34 30 30 30 30 30 30 44 34 30 31 30 31 31 2e 30 30 32 33 30 30 30 30 38 37 31 30 30 35 37 34 30 38 31 30 30 30 30 32 35 38 30 30 32 35 30 34 30 30 30 30 36 30 38 33 33 2e 39 32 30 30 30 30 38 39 30 30 30 30 37 30 31 33 30 30 30 35 38 31 30 30 30 33 30 30 30 33 30 30 30 35 33 30 30 30 30 35 38 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 c3 7E -2024-06-21 11:33:46.067 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940826027, longitude=116.7705250, latitude=39.5333060, speed=90.000, mileage=42.74000000, dischargeVoltage=512000, dischargeCurrent=19000, insulationResistance=164000000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=11.00, motorControllerTemperature=230000, motorSpeed=87100, motorTorque=5740, motorTemperature=810000, motorVoltage=25800, motorCurrent=25040000, powerBattery=60833., maxFeedbackPower=920000, maxDischargePower=890000, bmsSelfCheck=70, powerBatteryCurrent=13000, powerBatteryV3=581000, maxVoltage=3000, minVoltage=3000, maxTemperature=530000, minTemperature=580000, 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-21 11:33:46.069 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:46.069 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"290000","bmsSelfCheck":"70","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"19000","dischargeVoltage":"512000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.00","gear":"D","insulationResistance":"164000000","latitude":"39.5333060","location":"1","longitude":"116.7705250","maxDischargePower":"890000","maxFeedbackPower":"920000","maxTemperature":"530000","maxVoltage":"3000","mcu":"1","mileage":"42.74000000","minTemperature":"580000","minVoltage":"3000","motorControllerTemperature":"230000","motorCurrent":"25040000","motorSpeed":"87100","motorTemperature":"810000","motorTorque":"5740","motorVoltage":"25800","powerBattery":"60833.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"581000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940826027","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:46.069 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940826027, longitude=116.7705250, latitude=39.5333060, speed=90.000, mileage=42.74000000, dischargeVoltage=512000, dischargeCurrent=19000, insulationResistance=164000000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=11.00, motorControllerTemperature=230000, motorSpeed=87100, motorTorque=5740, motorTemperature=810000, motorVoltage=25800, motorCurrent=25040000, powerBattery=60833., maxFeedbackPower=920000, maxDischargePower=890000, bmsSelfCheck=70, powerBatteryCurrent=13000, powerBatteryV3=581000, maxVoltage=3000, minVoltage=3000, maxTemperature=530000, minTemperature=580000, 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-21 11:33:47.106 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:47.106 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:47.106 [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 38 39 34 30 38 32 37 30 32 39 31 31 36 2e 37 37 33 35 35 30 30 33 39 2e 35 33 33 36 30 30 30 32 31 36 2e 30 30 34 32 2e 38 36 30 30 30 30 30 30 32 32 30 30 30 30 33 30 30 30 30 34 37 39 31 30 30 30 30 30 44 34 30 33 30 31 31 2e 37 30 36 31 30 30 30 30 35 32 32 39 38 38 33 30 30 31 32 38 30 30 30 31 39 38 30 30 39 36 38 36 30 30 30 30 36 30 38 32 31 2e 32 32 30 30 30 30 38 32 30 30 30 30 31 34 38 30 30 30 30 33 30 33 30 30 30 33 30 30 30 33 30 30 30 35 34 30 30 30 30 31 32 30 30 30 30 36 30 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-21 11:33:47.106 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940827029, longitude=116.7735500, latitude=39.5336000, speed=216.00, mileage=42.86000000, dischargeVoltage=220000, dischargeCurrent=30000, insulationResistance=479100000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=11.70, motorControllerTemperature=610000, motorSpeed=52298, motorTorque=8300, motorTemperature=128000, motorVoltage=19800, motorCurrent=96860000, powerBattery=60821., maxFeedbackPower=220000, maxDischargePower=820000, bmsSelfCheck=14, powerBatteryCurrent=80000, powerBatteryV3=303000, maxVoltage=3000, minVoltage=3000, maxTemperature=540000, minTemperature=120000, availableCapacity=600000, 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-21 11:33:47.108 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:47.108 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"600000","bmsSelfCheck":"14","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"220000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"479100000","latitude":"39.5336000","location":"1","longitude":"116.7735500","maxDischargePower":"820000","maxFeedbackPower":"220000","maxTemperature":"540000","maxVoltage":"3000","mcu":"1","mileage":"42.86000000","minTemperature":"120000","minVoltage":"3000","motorControllerTemperature":"610000","motorCurrent":"96860000","motorSpeed":"52298","motorTemperature":"128000","motorTorque":"8300","motorVoltage":"19800","powerBattery":"60821.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"303000","ptc":"1","runStatus":"1","soc":"1","speed":"216.00","timestamp":"1718940827029","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:47.109 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940827029, longitude=116.7735500, latitude=39.5336000, speed=216.00, mileage=42.86000000, dischargeVoltage=220000, dischargeCurrent=30000, insulationResistance=479100000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=11.70, motorControllerTemperature=610000, motorSpeed=52298, motorTorque=8300, motorTemperature=128000, motorVoltage=19800, motorCurrent=96860000, powerBattery=60821., maxFeedbackPower=220000, maxDischargePower=820000, bmsSelfCheck=14, powerBatteryCurrent=80000, powerBatteryV3=303000, maxVoltage=3000, minVoltage=3000, maxTemperature=540000, minTemperature=120000, availableCapacity=600000, 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-21 11:33:48.067 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:48.068 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:48.068 [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 38 39 34 30 38 32 38 30 32 33 31 31 36 2e 37 37 35 39 39 30 30 33 39 2e 35 33 33 38 34 30 30 32 33 34 2e 30 30 34 32 2e 39 39 30 30 30 30 30 30 34 35 32 30 30 30 33 32 30 30 30 33 36 39 39 30 30 30 30 30 44 35 30 36 30 31 31 2e 39 30 36 35 30 30 30 30 37 34 33 39 35 34 34 39 30 35 30 30 30 30 30 31 33 32 30 30 31 31 30 39 30 30 30 30 36 30 38 30 39 2e 36 31 30 30 30 30 36 33 30 30 30 30 33 30 35 30 30 30 30 35 38 39 30 30 30 33 30 30 30 33 30 30 30 39 32 30 30 30 30 38 34 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 f7 7E -2024-06-21 11:33:48.068 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940828023, longitude=116.7759900, latitude=39.5338400, speed=234.00, mileage=42.99000000, dischargeVoltage=452000, dischargeCurrent=32000, insulationResistance=369900000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=11.90, motorControllerTemperature=650000, motorSpeed=74395, motorTorque=4490, motorTemperature=500000, motorVoltage=13200, motorCurrent=11090000, powerBattery=60809., maxFeedbackPower=610000, maxDischargePower=630000, bmsSelfCheck=30, powerBatteryCurrent=50000, powerBatteryV3=589000, maxVoltage=3000, minVoltage=3000, maxTemperature=920000, minTemperature=840000, 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-21 11:33:48.069 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:48.069 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"650000","bmsSelfCheck":"30","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"32000","dischargeVoltage":"452000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"369900000","latitude":"39.5338400","location":"1","longitude":"116.7759900","maxDischargePower":"630000","maxFeedbackPower":"610000","maxTemperature":"920000","maxVoltage":"3000","mcu":"1","mileage":"42.99000000","minTemperature":"840000","minVoltage":"3000","motorControllerTemperature":"650000","motorCurrent":"11090000","motorSpeed":"74395","motorTemperature":"500000","motorTorque":"4490","motorVoltage":"13200","powerBattery":"60809.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"589000","ptc":"1","runStatus":"1","soc":"1","speed":"234.00","timestamp":"1718940828023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:48.070 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940828023, longitude=116.7759900, latitude=39.5338400, speed=234.00, mileage=42.99000000, dischargeVoltage=452000, dischargeCurrent=32000, insulationResistance=369900000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=11.90, motorControllerTemperature=650000, motorSpeed=74395, motorTorque=4490, motorTemperature=500000, motorVoltage=13200, motorCurrent=11090000, powerBattery=60809., maxFeedbackPower=610000, maxDischargePower=630000, bmsSelfCheck=30, powerBatteryCurrent=50000, powerBatteryV3=589000, maxVoltage=3000, minVoltage=3000, maxTemperature=920000, minTemperature=840000, 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-21 11:33:49.066 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:49.066 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:49.066 [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 38 39 34 30 38 32 39 30 32 33 31 31 36 2e 37 37 38 30 33 33 30 33 39 2e 35 33 34 30 35 35 30 31 32 36 2e 30 30 34 33 2e 30 36 30 30 30 30 30 30 32 32 31 30 30 30 34 30 30 30 30 32 31 39 32 37 30 30 30 30 44 38 30 36 30 31 30 2e 33 30 39 32 30 30 30 30 35 34 39 32 30 34 37 30 30 31 32 34 30 30 30 32 39 30 30 30 37 35 34 30 30 30 30 30 36 30 37 39 39 2e 36 30 30 30 30 30 31 34 30 30 30 30 35 30 31 30 30 30 30 34 38 31 30 30 30 33 30 30 30 34 30 30 30 34 39 30 30 30 30 36 33 30 30 30 30 36 39 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-21 11:33:49.066 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940829023, longitude=116.7780330, latitude=39.5340550, speed=126.00, mileage=43.06000000, dischargeVoltage=221000, dischargeCurrent=40000, insulationResistance=219270000, gear=D, accelerationPedal=80, brakePedal=60, fuelConsumption=10.30, motorControllerTemperature=920000, motorSpeed=54920, motorTorque=4700, motorTemperature=124000, motorVoltage=29000, motorCurrent=75400000, powerBattery=60799., maxFeedbackPower=600000, maxDischargePower=140000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=481000, maxVoltage=3000, minVoltage=4000, maxTemperature=490000, minTemperature=630000, availableCapacity=690000, 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-21 11:33:49.067 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:49.067 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"690000","bmsSelfCheck":"50","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"221000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.30","gear":"D","insulationResistance":"219270000","latitude":"39.5340550","location":"1","longitude":"116.7780330","maxDischargePower":"140000","maxFeedbackPower":"600000","maxTemperature":"490000","maxVoltage":"3000","mcu":"1","mileage":"43.06000000","minTemperature":"630000","minVoltage":"4000","motorControllerTemperature":"920000","motorCurrent":"75400000","motorSpeed":"54920","motorTemperature":"124000","motorTorque":"4700","motorVoltage":"29000","powerBattery":"60799.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"481000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718940829023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:49.068 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940829023, longitude=116.7780330, latitude=39.5340550, speed=126.00, mileage=43.06000000, dischargeVoltage=221000, dischargeCurrent=40000, insulationResistance=219270000, gear=D, accelerationPedal=80, brakePedal=60, fuelConsumption=10.30, motorControllerTemperature=920000, motorSpeed=54920, motorTorque=4700, motorTemperature=124000, motorVoltage=29000, motorCurrent=75400000, powerBattery=60799., maxFeedbackPower=600000, maxDischargePower=140000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=481000, maxVoltage=3000, minVoltage=4000, maxTemperature=490000, minTemperature=630000, availableCapacity=690000, 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-21 11:33:50.074 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:50.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:50.075 [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 38 39 34 30 38 33 30 30 32 33 31 31 36 2e 37 37 39 34 35 35 30 33 39 2e 35 33 34 32 30 34 30 31 32 36 2e 30 30 34 33 2e 31 33 30 30 30 30 30 30 34 39 33 30 30 30 31 32 30 30 30 31 38 38 39 37 30 30 30 30 44 32 30 38 30 31 30 2e 39 30 37 31 30 30 30 30 32 38 32 36 30 38 39 39 30 39 38 30 30 30 30 31 39 39 30 30 31 31 34 33 33 30 30 30 36 30 37 38 38 2e 36 36 30 30 30 30 38 39 30 30 30 30 34 30 31 32 30 30 30 36 36 38 30 30 30 33 30 30 30 33 30 30 30 34 35 30 30 30 30 34 36 30 30 30 30 35 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 08 7E -2024-06-21 11:33:50.075 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940830023, longitude=116.7794550, latitude=39.5342040, speed=126.00, mileage=43.13000000, dischargeVoltage=493000, dischargeCurrent=12000, insulationResistance=188970000, gear=D, accelerationPedal=20, brakePedal=80, fuelConsumption=10.90, motorControllerTemperature=710000, motorSpeed=28260, motorTorque=8990, motorTemperature=980000, motorVoltage=19900, motorCurrent=11433000, powerBattery=60788., maxFeedbackPower=660000, maxDischargePower=890000, bmsSelfCheck=40, powerBatteryCurrent=12000, powerBatteryV3=668000, maxVoltage=3000, minVoltage=3000, maxTemperature=450000, minTemperature=460000, availableCapacity=570000, 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-21 11:33:50.077 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:50.077 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"570000","bmsSelfCheck":"40","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"12000","dischargeVoltage":"493000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"188970000","latitude":"39.5342040","location":"1","longitude":"116.7794550","maxDischargePower":"890000","maxFeedbackPower":"660000","maxTemperature":"450000","maxVoltage":"3000","mcu":"1","mileage":"43.13000000","minTemperature":"460000","minVoltage":"3000","motorControllerTemperature":"710000","motorCurrent":"11433000","motorSpeed":"28260","motorTemperature":"980000","motorTorque":"8990","motorVoltage":"19900","powerBattery":"60788.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"668000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718940830023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:50.077 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940830023, longitude=116.7794550, latitude=39.5342040, speed=126.00, mileage=43.13000000, dischargeVoltage=493000, dischargeCurrent=12000, insulationResistance=188970000, gear=D, accelerationPedal=20, brakePedal=80, fuelConsumption=10.90, motorControllerTemperature=710000, motorSpeed=28260, motorTorque=8990, motorTemperature=980000, motorVoltage=19900, motorCurrent=11433000, powerBattery=60788., maxFeedbackPower=660000, maxDischargePower=890000, bmsSelfCheck=40, powerBatteryCurrent=12000, powerBatteryV3=668000, maxVoltage=3000, minVoltage=3000, maxTemperature=450000, minTemperature=460000, availableCapacity=570000, 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-21 11:33:51.100 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:51.100 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:51.100 [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 38 39 34 30 38 33 31 30 32 34 31 31 36 2e 37 38 30 35 31 37 30 33 39 2e 35 33 34 33 30 37 30 39 30 2e 30 30 30 34 33 2e 31 38 30 30 30 30 30 30 31 31 36 30 30 30 32 30 30 30 30 31 35 31 35 33 30 30 30 30 44 35 30 32 30 31 32 2e 30 30 34 39 30 30 30 30 31 39 33 32 30 33 32 35 30 31 34 35 30 30 30 32 30 39 30 30 38 31 38 31 30 30 30 30 36 30 37 37 36 2e 33 37 30 30 30 30 30 30 30 30 30 30 33 30 31 30 30 30 30 36 33 31 30 30 30 34 30 30 30 34 30 30 30 33 34 30 30 30 30 31 31 30 30 30 30 33 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 a1 7E -2024-06-21 11:33:51.100 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940831024, longitude=116.7805170, latitude=39.5343070, speed=90.000, mileage=43.18000000, dischargeVoltage=116000, dischargeCurrent=20000, insulationResistance=151530000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=12.00, motorControllerTemperature=490000, motorSpeed=19320, motorTorque=3250, motorTemperature=145000, motorVoltage=20900, motorCurrent=81810000, powerBattery=60776., maxFeedbackPower=370000, maxDischargePower=000000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=631000, maxVoltage=4000, minVoltage=4000, maxTemperature=340000, minTemperature=110000, availableCapacity=370000, 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-21 11:33:51.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:51.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"370000","bmsSelfCheck":"30","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"20000","dischargeVoltage":"116000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"151530000","latitude":"39.5343070","location":"1","longitude":"116.7805170","maxDischargePower":"000000","maxFeedbackPower":"370000","maxTemperature":"340000","maxVoltage":"4000","mcu":"1","mileage":"43.18000000","minTemperature":"110000","minVoltage":"4000","motorControllerTemperature":"490000","motorCurrent":"81810000","motorSpeed":"19320","motorTemperature":"145000","motorTorque":"3250","motorVoltage":"20900","powerBattery":"60776.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"631000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940831024","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:51.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940831024, longitude=116.7805170, latitude=39.5343070, speed=90.000, mileage=43.18000000, dischargeVoltage=116000, dischargeCurrent=20000, insulationResistance=151530000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=12.00, motorControllerTemperature=490000, motorSpeed=19320, motorTorque=3250, motorTemperature=145000, motorVoltage=20900, motorCurrent=81810000, powerBattery=60776., maxFeedbackPower=370000, maxDischargePower=000000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=631000, maxVoltage=4000, minVoltage=4000, maxTemperature=340000, minTemperature=110000, availableCapacity=370000, 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-21 11:33:52.057 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:52.057 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:52.057 [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 38 39 34 30 38 33 32 30 32 34 31 31 36 2e 37 38 31 37 32 34 30 33 39 2e 35 33 34 37 30 35 30 35 34 2e 30 30 30 34 33 2e 32 31 30 30 30 30 30 30 31 35 36 30 30 30 31 38 30 30 30 39 31 34 30 30 30 30 30 30 44 35 30 34 30 39 2e 33 30 30 35 38 30 30 30 30 39 38 37 38 39 35 34 35 30 31 33 30 30 30 30 31 36 35 30 30 37 36 39 39 30 30 30 30 36 30 37 37 36 2e 33 31 30 30 30 30 36 37 30 30 30 30 37 30 31 32 30 30 30 35 39 36 30 30 30 33 30 30 30 33 30 30 30 39 39 30 30 30 30 38 37 30 30 30 30 36 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 07 7E -2024-06-21 11:33:52.057 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940832024, longitude=116.7817240, latitude=39.5347050, speed=54.000, mileage=43.21000000, dischargeVoltage=156000, dischargeCurrent=18000, insulationResistance=914000000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=9.300, motorControllerTemperature=580000, motorSpeed=98789, motorTorque=5450, motorTemperature=130000, motorVoltage=16500, motorCurrent=76990000, powerBattery=60776., maxFeedbackPower=310000, maxDischargePower=670000, bmsSelfCheck=70, powerBatteryCurrent=12000, powerBatteryV3=596000, maxVoltage=3000, minVoltage=3000, maxTemperature=990000, minTemperature=870000, availableCapacity=640000, 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-21 11:33:52.060 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:52.060 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"640000","bmsSelfCheck":"70","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"18000","dischargeVoltage":"156000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"914000000","latitude":"39.5347050","location":"1","longitude":"116.7817240","maxDischargePower":"670000","maxFeedbackPower":"310000","maxTemperature":"990000","maxVoltage":"3000","mcu":"1","mileage":"43.21000000","minTemperature":"870000","minVoltage":"3000","motorControllerTemperature":"580000","motorCurrent":"76990000","motorSpeed":"98789","motorTemperature":"130000","motorTorque":"5450","motorVoltage":"16500","powerBattery":"60776.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"596000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940832024","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:52.060 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940832024, longitude=116.7817240, latitude=39.5347050, speed=54.000, mileage=43.21000000, dischargeVoltage=156000, dischargeCurrent=18000, insulationResistance=914000000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=9.300, motorControllerTemperature=580000, motorSpeed=98789, motorTorque=5450, motorTemperature=130000, motorVoltage=16500, motorCurrent=76990000, powerBattery=60776., maxFeedbackPower=310000, maxDischargePower=670000, bmsSelfCheck=70, powerBatteryCurrent=12000, powerBatteryV3=596000, maxVoltage=3000, minVoltage=3000, maxTemperature=990000, minTemperature=870000, availableCapacity=640000, 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-21 11:33:53.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:53.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:53.060 [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 38 39 34 30 38 33 33 30 32 33 31 31 36 2e 37 38 31 35 36 33 30 33 39 2e 35 33 35 32 38 30 30 35 34 2e 30 30 30 34 33 2e 32 34 30 30 30 30 30 30 33 30 34 30 30 30 35 30 30 30 30 32 34 32 36 30 30 30 30 30 44 30 30 35 30 31 31 2e 35 30 32 34 30 30 30 30 31 35 30 31 32 37 38 33 30 31 32 34 30 30 30 31 32 34 30 30 38 33 36 32 30 30 30 30 36 30 37 37 36 2e 35 35 30 30 30 30 37 38 30 30 30 30 31 32 31 33 30 30 30 35 32 34 30 30 30 34 30 30 30 34 30 30 30 31 39 30 30 30 30 35 34 30 30 30 30 31 39 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-21 11:33:53.060 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940833023, longitude=116.7815630, latitude=39.5352800, speed=54.000, mileage=43.24000000, dischargeVoltage=304000, dischargeCurrent=50000, insulationResistance=242600000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=11.50, motorControllerTemperature=240000, motorSpeed=15012, motorTorque=7830, motorTemperature=124000, motorVoltage=12400, motorCurrent=83620000, powerBattery=60776., maxFeedbackPower=550000, maxDischargePower=780000, bmsSelfCheck=12, powerBatteryCurrent=13000, powerBatteryV3=524000, maxVoltage=4000, minVoltage=4000, maxTemperature=190000, minTemperature=540000, availableCapacity=190000, 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-21 11:33:53.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:53.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"190000","bmsSelfCheck":"12","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"50000","dischargeVoltage":"304000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.50","gear":"D","insulationResistance":"242600000","latitude":"39.5352800","location":"1","longitude":"116.7815630","maxDischargePower":"780000","maxFeedbackPower":"550000","maxTemperature":"190000","maxVoltage":"4000","mcu":"1","mileage":"43.24000000","minTemperature":"540000","minVoltage":"4000","motorControllerTemperature":"240000","motorCurrent":"83620000","motorSpeed":"15012","motorTemperature":"124000","motorTorque":"7830","motorVoltage":"12400","powerBattery":"60776.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"524000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940833023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:53.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940833023, longitude=116.7815630, latitude=39.5352800, speed=54.000, mileage=43.24000000, dischargeVoltage=304000, dischargeCurrent=50000, insulationResistance=242600000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=11.50, motorControllerTemperature=240000, motorSpeed=15012, motorTorque=7830, motorTemperature=124000, motorVoltage=12400, motorCurrent=83620000, powerBattery=60776., maxFeedbackPower=550000, maxDischargePower=780000, bmsSelfCheck=12, powerBatteryCurrent=13000, powerBatteryV3=524000, maxVoltage=4000, minVoltage=4000, maxTemperature=190000, minTemperature=540000, availableCapacity=190000, 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-21 11:33:54.052 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:54.052 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:54.052 [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 38 39 34 30 38 33 34 30 32 33 31 31 36 2e 37 38 31 34 31 38 30 33 39 2e 35 33 35 38 34 36 30 31 30 38 2e 30 30 34 33 2e 33 30 30 30 30 30 30 30 32 39 39 30 30 30 34 37 30 30 30 32 32 30 36 33 30 30 30 30 44 39 30 35 30 39 2e 39 30 30 31 35 30 30 30 30 36 38 31 38 37 37 37 36 30 39 30 30 30 30 30 32 31 33 30 30 35 34 32 31 30 30 30 30 36 30 37 36 36 2e 30 30 30 30 30 30 39 33 30 30 30 30 31 30 32 30 30 30 30 37 32 34 30 30 30 33 30 30 30 33 30 30 30 32 38 30 30 30 30 31 37 30 30 30 30 36 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 de 7E -2024-06-21 11:33:54.052 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940834023, longitude=116.7814180, latitude=39.5358460, speed=108.00, mileage=43.30000000, dischargeVoltage=299000, dischargeCurrent=47000, insulationResistance=220630000, gear=D, accelerationPedal=90, brakePedal=50, fuelConsumption=9.900, motorControllerTemperature=150000, motorSpeed=68187, motorTorque=7760, motorTemperature=900000, motorVoltage=21300, motorCurrent=54210000, powerBattery=60766., maxFeedbackPower=000000, maxDischargePower=930000, bmsSelfCheck=10, powerBatteryCurrent=20000, powerBatteryV3=724000, maxVoltage=3000, minVoltage=3000, maxTemperature=280000, minTemperature=170000, availableCapacity=620000, 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-21 11:33:54.054 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:54.055 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"620000","bmsSelfCheck":"10","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"299000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"220630000","latitude":"39.5358460","location":"1","longitude":"116.7814180","maxDischargePower":"930000","maxFeedbackPower":"000000","maxTemperature":"280000","maxVoltage":"3000","mcu":"1","mileage":"43.30000000","minTemperature":"170000","minVoltage":"3000","motorControllerTemperature":"150000","motorCurrent":"54210000","motorSpeed":"68187","motorTemperature":"900000","motorTorque":"7760","motorVoltage":"21300","powerBattery":"60766.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"724000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940834023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:54.055 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940834023, longitude=116.7814180, latitude=39.5358460, speed=108.00, mileage=43.30000000, dischargeVoltage=299000, dischargeCurrent=47000, insulationResistance=220630000, gear=D, accelerationPedal=90, brakePedal=50, fuelConsumption=9.900, motorControllerTemperature=150000, motorSpeed=68187, motorTorque=7760, motorTemperature=900000, motorVoltage=21300, motorCurrent=54210000, powerBattery=60766., maxFeedbackPower=000000, maxDischargePower=930000, bmsSelfCheck=10, powerBatteryCurrent=20000, powerBatteryV3=724000, maxVoltage=3000, minVoltage=3000, maxTemperature=280000, minTemperature=170000, availableCapacity=620000, 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-21 11:33:55.059 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:55.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:55.060 [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 38 39 34 30 38 33 35 30 32 34 31 31 36 2e 37 38 31 31 32 33 30 33 39 2e 35 33 36 38 39 33 30 31 30 38 2e 30 30 34 33 2e 33 36 30 30 30 30 30 30 33 31 36 30 30 30 34 37 30 30 30 32 39 38 32 33 30 30 30 30 44 30 30 35 30 39 2e 32 30 30 35 32 30 30 30 30 33 38 34 39 32 39 34 37 30 33 32 30 30 30 30 32 37 34 30 30 38 39 37 31 30 30 30 30 36 30 37 35 37 2e 32 37 30 30 30 30 39 35 30 30 30 30 31 34 31 30 30 30 30 33 30 38 30 30 30 34 30 30 30 34 30 30 30 33 38 30 30 30 30 39 30 30 30 30 30 39 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f5 7E -2024-06-21 11:33:55.060 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940835024, longitude=116.7811230, latitude=39.5368930, speed=108.00, mileage=43.36000000, dischargeVoltage=316000, dischargeCurrent=47000, insulationResistance=298230000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=9.200, motorControllerTemperature=520000, motorSpeed=38492, motorTorque=9470, motorTemperature=320000, motorVoltage=27400, motorCurrent=89710000, powerBattery=60757., maxFeedbackPower=270000, maxDischargePower=950000, bmsSelfCheck=14, powerBatteryCurrent=10000, powerBatteryV3=308000, maxVoltage=4000, minVoltage=4000, maxTemperature=380000, minTemperature=900000, availableCapacity=940000, 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-21 11:33:55.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:55.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"940000","bmsSelfCheck":"14","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"316000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"298230000","latitude":"39.5368930","location":"1","longitude":"116.7811230","maxDischargePower":"950000","maxFeedbackPower":"270000","maxTemperature":"380000","maxVoltage":"4000","mcu":"1","mileage":"43.36000000","minTemperature":"900000","minVoltage":"4000","motorControllerTemperature":"520000","motorCurrent":"89710000","motorSpeed":"38492","motorTemperature":"320000","motorTorque":"9470","motorVoltage":"27400","powerBattery":"60757.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"308000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940835024","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:55.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940835024, longitude=116.7811230, latitude=39.5368930, speed=108.00, mileage=43.36000000, dischargeVoltage=316000, dischargeCurrent=47000, insulationResistance=298230000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=9.200, motorControllerTemperature=520000, motorSpeed=38492, motorTorque=9470, motorTemperature=320000, motorVoltage=27400, motorCurrent=89710000, powerBattery=60757., maxFeedbackPower=270000, maxDischargePower=950000, bmsSelfCheck=14, powerBatteryCurrent=10000, powerBatteryV3=308000, maxVoltage=4000, minVoltage=4000, maxTemperature=380000, minTemperature=900000, availableCapacity=940000, 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-21 11:33:56.050 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:56.050 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:56.050 [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 38 39 34 30 38 33 36 30 32 33 31 31 36 2e 37 38 31 30 31 30 30 33 39 2e 35 33 37 33 33 32 30 30 2e 30 30 30 30 34 33 2e 33 36 30 30 30 30 30 30 37 31 32 30 30 30 33 30 30 30 30 31 38 39 32 31 30 30 30 30 44 38 30 36 30 39 2e 30 30 30 38 38 30 30 30 30 37 39 37 36 37 36 39 34 30 34 34 30 30 30 30 31 39 39 30 30 31 34 38 37 39 30 30 30 36 30 37 35 37 2e 39 34 30 30 30 30 31 38 30 30 30 30 33 30 35 30 30 30 30 33 35 34 30 30 30 33 30 30 30 33 30 30 30 37 33 30 30 30 30 36 33 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-21 11:33:56.050 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940836023, longitude=116.7810100, latitude=39.5373320, speed=0.0000, mileage=43.36000000, dischargeVoltage=712000, dischargeCurrent=30000, insulationResistance=189210000, gear=D, accelerationPedal=80, brakePedal=60, fuelConsumption=9.000, motorControllerTemperature=880000, motorSpeed=79767, motorTorque=6940, motorTemperature=440000, motorVoltage=19900, motorCurrent=14879000, powerBattery=60757., maxFeedbackPower=940000, maxDischargePower=180000, bmsSelfCheck=30, powerBatteryCurrent=50000, powerBatteryV3=354000, maxVoltage=3000, minVoltage=3000, maxTemperature=730000, minTemperature=630000, 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-21 11:33:56.052 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:56.052 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"520000","bmsSelfCheck":"30","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"712000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.000","gear":"D","insulationResistance":"189210000","latitude":"39.5373320","location":"1","longitude":"116.7810100","maxDischargePower":"180000","maxFeedbackPower":"940000","maxTemperature":"730000","maxVoltage":"3000","mcu":"1","mileage":"43.36000000","minTemperature":"630000","minVoltage":"3000","motorControllerTemperature":"880000","motorCurrent":"14879000","motorSpeed":"79767","motorTemperature":"440000","motorTorque":"6940","motorVoltage":"19900","powerBattery":"60757.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"354000","ptc":"1","runStatus":"1","soc":"1","speed":"0.0000","timestamp":"1718940836023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:56.052 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940836023, longitude=116.7810100, latitude=39.5373320, speed=0.0000, mileage=43.36000000, dischargeVoltage=712000, dischargeCurrent=30000, insulationResistance=189210000, gear=D, accelerationPedal=80, brakePedal=60, fuelConsumption=9.000, motorControllerTemperature=880000, motorSpeed=79767, motorTorque=6940, motorTemperature=440000, motorVoltage=19900, motorCurrent=14879000, powerBattery=60757., maxFeedbackPower=940000, maxDischargePower=180000, bmsSelfCheck=30, powerBatteryCurrent=50000, powerBatteryV3=354000, maxVoltage=3000, minVoltage=3000, maxTemperature=730000, minTemperature=630000, 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-21 11:33:57.061 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:57.061 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:57.061 [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 38 39 34 30 38 33 37 30 32 33 31 31 36 2e 37 38 30 37 32 35 30 33 39 2e 35 33 38 34 31 36 30 39 30 2e 30 30 30 34 33 2e 34 31 30 30 30 30 30 30 31 31 37 30 30 30 33 32 30 30 30 31 31 39 38 39 30 30 30 30 44 32 30 33 30 39 2e 31 30 30 36 37 30 30 30 30 38 33 34 36 31 39 36 32 30 31 32 31 30 30 30 31 32 31 30 30 32 37 32 32 30 30 30 30 36 30 37 34 38 2e 32 39 30 30 30 30 37 30 30 30 30 30 34 30 31 33 30 30 30 33 36 32 30 30 30 34 30 30 30 34 30 30 30 37 38 30 30 30 30 38 37 30 30 30 30 31 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d2 7E -2024-06-21 11:33:57.061 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940837023, longitude=116.7807250, latitude=39.5384160, speed=90.000, mileage=43.41000000, dischargeVoltage=117000, dischargeCurrent=32000, insulationResistance=119890000, gear=D, accelerationPedal=20, brakePedal=30, fuelConsumption=9.100, motorControllerTemperature=670000, motorSpeed=83461, motorTorque=9620, motorTemperature=121000, motorVoltage=12100, motorCurrent=27220000, powerBattery=60748., maxFeedbackPower=290000, maxDischargePower=700000, bmsSelfCheck=40, powerBatteryCurrent=13000, powerBatteryV3=362000, maxVoltage=4000, minVoltage=4000, maxTemperature=780000, minTemperature=870000, availableCapacity=100000, 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-21 11:33:57.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:57.064 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"100000","bmsSelfCheck":"40","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"32000","dischargeVoltage":"117000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"119890000","latitude":"39.5384160","location":"1","longitude":"116.7807250","maxDischargePower":"700000","maxFeedbackPower":"290000","maxTemperature":"780000","maxVoltage":"4000","mcu":"1","mileage":"43.41000000","minTemperature":"870000","minVoltage":"4000","motorControllerTemperature":"670000","motorCurrent":"27220000","motorSpeed":"83461","motorTemperature":"121000","motorTorque":"9620","motorVoltage":"12100","powerBattery":"60748.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"362000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940837023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:57.064 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940837023, longitude=116.7807250, latitude=39.5384160, speed=90.000, mileage=43.41000000, dischargeVoltage=117000, dischargeCurrent=32000, insulationResistance=119890000, gear=D, accelerationPedal=20, brakePedal=30, fuelConsumption=9.100, motorControllerTemperature=670000, motorSpeed=83461, motorTorque=9620, motorTemperature=121000, motorVoltage=12100, motorCurrent=27220000, powerBattery=60748., maxFeedbackPower=290000, maxDischargePower=700000, bmsSelfCheck=40, powerBatteryCurrent=13000, powerBatteryV3=362000, maxVoltage=4000, minVoltage=4000, maxTemperature=780000, minTemperature=870000, availableCapacity=100000, 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-21 11:33:58.067 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:58.068 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:58.068 [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 38 39 34 30 38 33 38 30 32 34 31 31 36 2e 37 38 30 35 32 37 30 33 39 2e 35 33 39 30 39 34 30 35 34 2e 30 30 30 34 33 2e 34 34 30 30 30 30 30 30 34 34 31 30 30 30 34 34 30 30 30 32 34 36 37 35 30 30 30 30 44 31 30 32 30 31 32 2e 30 30 35 30 30 30 30 30 33 35 37 36 38 38 32 30 30 35 37 30 30 30 30 31 38 37 30 30 31 34 35 30 32 30 30 30 36 30 37 34 38 2e 39 30 30 30 30 30 32 30 30 30 30 30 39 30 31 31 30 30 30 34 37 33 30 30 30 34 30 30 30 33 30 30 30 34 30 30 30 30 30 32 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 c6 7E -2024-06-21 11:33:58.068 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940838024, longitude=116.7805270, latitude=39.5390940, speed=54.000, mileage=43.44000000, dischargeVoltage=441000, dischargeCurrent=44000, insulationResistance=246750000, gear=D, accelerationPedal=10, brakePedal=20, fuelConsumption=12.00, motorControllerTemperature=500000, motorSpeed=35768, motorTorque=8200, motorTemperature=570000, motorVoltage=18700, motorCurrent=14502000, powerBattery=60748., maxFeedbackPower=900000, maxDischargePower=200000, bmsSelfCheck=90, powerBatteryCurrent=11000, powerBatteryV3=473000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=210000, 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-21 11:33:58.070 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:58.070 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"320000","bmsSelfCheck":"90","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"44000","dischargeVoltage":"441000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"246750000","latitude":"39.5390940","location":"1","longitude":"116.7805270","maxDischargePower":"200000","maxFeedbackPower":"900000","maxTemperature":"400000","maxVoltage":"4000","mcu":"1","mileage":"43.44000000","minTemperature":"210000","minVoltage":"3000","motorControllerTemperature":"500000","motorCurrent":"14502000","motorSpeed":"35768","motorTemperature":"570000","motorTorque":"8200","motorVoltage":"18700","powerBattery":"60748.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"473000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940838024","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:58.070 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940838024, longitude=116.7805270, latitude=39.5390940, speed=54.000, mileage=43.44000000, dischargeVoltage=441000, dischargeCurrent=44000, insulationResistance=246750000, gear=D, accelerationPedal=10, brakePedal=20, fuelConsumption=12.00, motorControllerTemperature=500000, motorSpeed=35768, motorTorque=8200, motorTemperature=570000, motorVoltage=18700, motorCurrent=14502000, powerBattery=60748., maxFeedbackPower=900000, maxDischargePower=200000, bmsSelfCheck=90, powerBatteryCurrent=11000, powerBatteryV3=473000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=210000, 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-21 11:33:59.100 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:33:59.100 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:33:59.100 [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 38 39 34 30 38 33 39 30 32 34 31 31 36 2e 37 38 30 31 36 35 30 33 39 2e 35 34 30 34 32 39 30 31 34 34 2e 30 30 34 33 2e 35 32 30 30 30 30 30 30 35 35 34 30 30 30 33 39 30 30 30 32 32 34 30 31 30 30 30 30 44 31 30 36 30 39 2e 39 30 30 38 38 30 30 30 30 37 37 32 39 37 35 31 31 30 34 35 30 30 30 30 32 35 35 30 30 31 36 31 32 30 30 30 30 36 30 37 33 38 2e 34 39 30 30 30 30 34 30 30 30 30 30 37 30 37 30 30 30 30 35 33 34 30 30 30 34 30 30 30 33 30 30 30 37 35 30 30 30 30 38 31 30 30 30 30 31 30 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-21 11:33:59.100 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940839024, longitude=116.7801650, latitude=39.5404290, speed=144.00, mileage=43.52000000, dischargeVoltage=554000, dischargeCurrent=39000, insulationResistance=224010000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=9.900, motorControllerTemperature=880000, motorSpeed=77297, motorTorque=5110, motorTemperature=450000, motorVoltage=25500, motorCurrent=16120000, powerBattery=60738., maxFeedbackPower=490000, maxDischargePower=400000, bmsSelfCheck=70, powerBatteryCurrent=70000, powerBatteryV3=534000, maxVoltage=4000, minVoltage=3000, maxTemperature=750000, minTemperature=810000, availableCapacity=100000, 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-21 11:33:59.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:33:59.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"100000","bmsSelfCheck":"70","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"39000","dischargeVoltage":"554000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"224010000","latitude":"39.5404290","location":"1","longitude":"116.7801650","maxDischargePower":"400000","maxFeedbackPower":"490000","maxTemperature":"750000","maxVoltage":"4000","mcu":"1","mileage":"43.52000000","minTemperature":"810000","minVoltage":"3000","motorControllerTemperature":"880000","motorCurrent":"16120000","motorSpeed":"77297","motorTemperature":"450000","motorTorque":"5110","motorVoltage":"25500","powerBattery":"60738.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"534000","ptc":"1","runStatus":"1","soc":"1","speed":"144.00","timestamp":"1718940839024","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:33:59.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940839024, longitude=116.7801650, latitude=39.5404290, speed=144.00, mileage=43.52000000, dischargeVoltage=554000, dischargeCurrent=39000, insulationResistance=224010000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=9.900, motorControllerTemperature=880000, motorSpeed=77297, motorTorque=5110, motorTemperature=450000, motorVoltage=25500, motorCurrent=16120000, powerBattery=60738., maxFeedbackPower=490000, maxDischargePower=400000, bmsSelfCheck=70, powerBatteryCurrent=70000, powerBatteryV3=534000, maxVoltage=4000, minVoltage=3000, maxTemperature=750000, minTemperature=810000, availableCapacity=100000, 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-21 11:34:00.059 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:00.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:00.060 [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 38 39 34 30 38 34 30 30 32 34 31 31 36 2e 37 37 39 38 35 34 30 33 39 2e 35 34 31 35 30 38 30 31 30 38 2e 30 30 34 33 2e 35 38 30 30 30 30 30 30 34 33 39 30 30 30 35 30 30 30 30 32 30 34 37 35 30 30 30 30 44 39 30 33 30 31 31 2e 39 30 36 38 30 30 30 30 36 32 35 32 39 36 32 32 30 32 30 30 30 30 30 31 36 37 30 30 31 31 31 35 38 30 30 30 36 30 37 32 36 2e 33 32 30 30 30 30 31 38 30 30 30 30 38 30 37 30 30 30 30 34 31 35 30 30 30 33 30 30 30 33 30 30 30 37 31 30 30 30 30 35 38 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 e6 7E -2024-06-21 11:34:00.060 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940840024, longitude=116.7798540, latitude=39.5415080, speed=108.00, mileage=43.58000000, dischargeVoltage=439000, dischargeCurrent=50000, insulationResistance=204750000, gear=D, accelerationPedal=90, brakePedal=30, fuelConsumption=11.90, motorControllerTemperature=680000, motorSpeed=62529, motorTorque=6220, motorTemperature=200000, motorVoltage=16700, motorCurrent=11158000, powerBattery=60726., maxFeedbackPower=320000, maxDischargePower=180000, bmsSelfCheck=80, powerBatteryCurrent=70000, powerBatteryV3=415000, maxVoltage=3000, minVoltage=3000, maxTemperature=710000, minTemperature=580000, 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-21 11:34:00.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:00.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"840000","bmsSelfCheck":"80","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"50000","dischargeVoltage":"439000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"204750000","latitude":"39.5415080","location":"1","longitude":"116.7798540","maxDischargePower":"180000","maxFeedbackPower":"320000","maxTemperature":"710000","maxVoltage":"3000","mcu":"1","mileage":"43.58000000","minTemperature":"580000","minVoltage":"3000","motorControllerTemperature":"680000","motorCurrent":"11158000","motorSpeed":"62529","motorTemperature":"200000","motorTorque":"6220","motorVoltage":"16700","powerBattery":"60726.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"415000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940840024","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:00.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940840024, longitude=116.7798540, latitude=39.5415080, speed=108.00, mileage=43.58000000, dischargeVoltage=439000, dischargeCurrent=50000, insulationResistance=204750000, gear=D, accelerationPedal=90, brakePedal=30, fuelConsumption=11.90, motorControllerTemperature=680000, motorSpeed=62529, motorTorque=6220, motorTemperature=200000, motorVoltage=16700, motorCurrent=11158000, powerBattery=60726., maxFeedbackPower=320000, maxDischargePower=180000, bmsSelfCheck=80, powerBatteryCurrent=70000, powerBatteryV3=415000, maxVoltage=3000, minVoltage=3000, maxTemperature=710000, minTemperature=580000, 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-21 11:34:01.081 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:01.081 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:01.081 [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 38 39 34 30 38 34 31 30 32 32 31 31 36 2e 37 37 39 36 34 34 30 33 39 2e 35 34 32 32 39 34 30 39 30 2e 30 30 30 34 33 2e 36 33 30 30 30 30 30 30 31 39 33 30 30 30 33 30 30 30 30 32 32 30 37 36 30 30 30 30 44 31 30 36 30 31 30 2e 33 30 31 34 30 30 30 30 31 34 31 39 33 39 35 31 30 31 32 31 30 30 30 31 32 34 30 30 35 39 34 36 30 30 30 30 36 30 37 31 35 2e 33 30 30 30 30 30 34 39 30 30 30 30 33 30 30 30 30 30 30 36 34 37 30 30 30 33 30 30 30 33 30 30 30 35 30 30 30 30 30 38 37 30 30 30 30 32 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 bc 7E -2024-06-21 11:34:01.082 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940841022, longitude=116.7796440, latitude=39.5422940, speed=90.000, mileage=43.63000000, dischargeVoltage=193000, dischargeCurrent=30000, insulationResistance=220760000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=10.30, motorControllerTemperature=140000, motorSpeed=14193, motorTorque=9510, motorTemperature=121000, motorVoltage=12400, motorCurrent=59460000, powerBattery=60715., maxFeedbackPower=300000, maxDischargePower=490000, bmsSelfCheck=30, powerBatteryCurrent=00000, powerBatteryV3=647000, maxVoltage=3000, minVoltage=3000, maxTemperature=500000, minTemperature=870000, availableCapacity=240000, 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-21 11:34:01.083 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:01.083 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"240000","bmsSelfCheck":"30","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"193000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.30","gear":"D","insulationResistance":"220760000","latitude":"39.5422940","location":"1","longitude":"116.7796440","maxDischargePower":"490000","maxFeedbackPower":"300000","maxTemperature":"500000","maxVoltage":"3000","mcu":"1","mileage":"43.63000000","minTemperature":"870000","minVoltage":"3000","motorControllerTemperature":"140000","motorCurrent":"59460000","motorSpeed":"14193","motorTemperature":"121000","motorTorque":"9510","motorVoltage":"12400","powerBattery":"60715.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"647000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940841022","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:01.083 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940841022, longitude=116.7796440, latitude=39.5422940, speed=90.000, mileage=43.63000000, dischargeVoltage=193000, dischargeCurrent=30000, insulationResistance=220760000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=10.30, motorControllerTemperature=140000, motorSpeed=14193, motorTorque=9510, motorTemperature=121000, motorVoltage=12400, motorCurrent=59460000, powerBattery=60715., maxFeedbackPower=300000, maxDischargePower=490000, bmsSelfCheck=30, powerBatteryCurrent=00000, powerBatteryV3=647000, maxVoltage=3000, minVoltage=3000, maxTemperature=500000, minTemperature=870000, availableCapacity=240000, 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-21 11:34:02.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:02.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:02.060 [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 38 39 34 30 38 34 32 30 32 32 31 31 36 2e 37 37 39 33 34 34 30 33 39 2e 35 34 33 33 38 32 30 31 32 36 2e 30 30 34 33 2e 37 30 30 30 30 30 30 30 33 33 31 30 30 30 32 39 30 30 30 31 32 31 34 34 30 30 30 30 44 31 30 37 30 31 30 2e 36 30 31 37 30 30 30 30 33 30 33 30 30 38 31 35 30 31 37 30 30 30 30 32 30 33 30 30 34 31 30 31 30 30 30 30 36 30 37 30 35 2e 39 34 30 30 30 30 33 30 30 30 30 30 34 30 30 30 30 30 30 32 34 37 30 30 30 34 30 30 30 34 30 30 30 36 33 30 30 30 30 31 38 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 a1 7E -2024-06-21 11:34:02.060 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940842022, longitude=116.7793440, latitude=39.5433820, speed=126.00, mileage=43.70000000, dischargeVoltage=331000, dischargeCurrent=29000, insulationResistance=121440000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=10.60, motorControllerTemperature=170000, motorSpeed=30300, motorTorque=8150, motorTemperature=170000, motorVoltage=20300, motorCurrent=41010000, powerBattery=60705., maxFeedbackPower=940000, maxDischargePower=300000, bmsSelfCheck=40, powerBatteryCurrent=00000, powerBatteryV3=247000, maxVoltage=4000, minVoltage=4000, maxTemperature=630000, minTemperature=180000, 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-21 11:34:02.061 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:02.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"850000","bmsSelfCheck":"40","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"29000","dischargeVoltage":"331000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.60","gear":"D","insulationResistance":"121440000","latitude":"39.5433820","location":"1","longitude":"116.7793440","maxDischargePower":"300000","maxFeedbackPower":"940000","maxTemperature":"630000","maxVoltage":"4000","mcu":"1","mileage":"43.70000000","minTemperature":"180000","minVoltage":"4000","motorControllerTemperature":"170000","motorCurrent":"41010000","motorSpeed":"30300","motorTemperature":"170000","motorTorque":"8150","motorVoltage":"20300","powerBattery":"60705.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"247000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718940842022","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:02.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940842022, longitude=116.7793440, latitude=39.5433820, speed=126.00, mileage=43.70000000, dischargeVoltage=331000, dischargeCurrent=29000, insulationResistance=121440000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=10.60, motorControllerTemperature=170000, motorSpeed=30300, motorTorque=8150, motorTemperature=170000, motorVoltage=20300, motorCurrent=41010000, powerBattery=60705., maxFeedbackPower=940000, maxDischargePower=300000, bmsSelfCheck=40, powerBatteryCurrent=00000, powerBatteryV3=247000, maxVoltage=4000, minVoltage=4000, maxTemperature=630000, minTemperature=180000, 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-21 11:34:03.081 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:03.082 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:03.082 [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 38 39 34 30 38 34 33 30 32 34 31 31 36 2e 37 37 39 30 30 36 30 33 39 2e 35 34 34 36 30 37 30 31 36 32 2e 30 30 34 33 2e 37 39 30 30 30 30 30 30 35 35 31 30 30 30 34 33 30 30 30 32 35 31 39 31 30 30 30 30 44 30 30 38 30 31 31 2e 39 30 32 33 30 30 30 30 39 39 31 35 35 31 35 34 30 32 34 30 30 30 30 31 34 35 30 30 31 32 35 33 32 30 30 30 36 30 36 39 33 2e 35 30 30 30 30 30 33 35 30 30 30 30 38 30 30 30 30 30 30 35 30 38 30 30 30 34 30 30 30 34 30 30 30 33 35 30 30 30 30 39 39 30 30 30 30 32 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d5 7E -2024-06-21 11:34:03.082 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940843024, longitude=116.7790060, latitude=39.5446070, speed=162.00, mileage=43.79000000, dischargeVoltage=551000, dischargeCurrent=43000, insulationResistance=251910000, gear=D, accelerationPedal=00, brakePedal=80, fuelConsumption=11.90, motorControllerTemperature=230000, motorSpeed=99155, motorTorque=1540, motorTemperature=240000, motorVoltage=14500, motorCurrent=12532000, powerBattery=60693., maxFeedbackPower=500000, maxDischargePower=350000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=508000, maxVoltage=4000, minVoltage=4000, maxTemperature=350000, minTemperature=990000, availableCapacity=240000, 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-21 11:34:03.083 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:03.084 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"240000","bmsSelfCheck":"80","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"43000","dischargeVoltage":"551000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"251910000","latitude":"39.5446070","location":"1","longitude":"116.7790060","maxDischargePower":"350000","maxFeedbackPower":"500000","maxTemperature":"350000","maxVoltage":"4000","mcu":"1","mileage":"43.79000000","minTemperature":"990000","minVoltage":"4000","motorControllerTemperature":"230000","motorCurrent":"12532000","motorSpeed":"99155","motorTemperature":"240000","motorTorque":"1540","motorVoltage":"14500","powerBattery":"60693.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"508000","ptc":"1","runStatus":"1","soc":"1","speed":"162.00","timestamp":"1718940843024","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:03.084 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940843024, longitude=116.7790060, latitude=39.5446070, speed=162.00, mileage=43.79000000, dischargeVoltage=551000, dischargeCurrent=43000, insulationResistance=251910000, gear=D, accelerationPedal=00, brakePedal=80, fuelConsumption=11.90, motorControllerTemperature=230000, motorSpeed=99155, motorTorque=1540, motorTemperature=240000, motorVoltage=14500, motorCurrent=12532000, powerBattery=60693., maxFeedbackPower=500000, maxDischargePower=350000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=508000, maxVoltage=4000, minVoltage=4000, maxTemperature=350000, minTemperature=990000, availableCapacity=240000, 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-21 11:34:04.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:04.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:04.060 [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 38 39 34 30 38 34 34 30 32 33 31 31 36 2e 37 37 38 37 34 38 30 33 39 2e 35 34 35 35 33 33 30 37 32 2e 30 30 30 34 33 2e 38 33 30 30 30 30 30 30 36 35 30 30 30 30 33 39 30 30 30 32 34 39 39 35 30 30 30 30 44 30 30 37 30 31 31 2e 35 30 31 30 30 30 30 30 38 37 33 36 39 31 39 35 30 31 34 39 30 30 30 32 36 32 30 30 37 35 31 39 30 30 30 30 36 30 36 39 33 2e 36 35 30 30 30 30 36 32 30 30 30 30 33 30 31 31 30 30 30 37 30 37 30 30 30 34 30 30 30 34 30 30 30 38 31 30 30 30 30 35 35 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 01 7E -2024-06-21 11:34:04.060 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940844023, longitude=116.7787480, latitude=39.5455330, speed=72.000, mileage=43.83000000, dischargeVoltage=650000, dischargeCurrent=39000, insulationResistance=249950000, gear=D, accelerationPedal=00, brakePedal=70, fuelConsumption=11.50, motorControllerTemperature=100000, motorSpeed=87369, motorTorque=1950, motorTemperature=149000, motorVoltage=26200, motorCurrent=75190000, powerBattery=60693., maxFeedbackPower=650000, maxDischargePower=620000, bmsSelfCheck=30, powerBatteryCurrent=11000, powerBatteryV3=707000, maxVoltage=4000, minVoltage=4000, maxTemperature=810000, minTemperature=550000, 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-21 11:34:04.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:04.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"590000","bmsSelfCheck":"30","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"39000","dischargeVoltage":"650000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.50","gear":"D","insulationResistance":"249950000","latitude":"39.5455330","location":"1","longitude":"116.7787480","maxDischargePower":"620000","maxFeedbackPower":"650000","maxTemperature":"810000","maxVoltage":"4000","mcu":"1","mileage":"43.83000000","minTemperature":"550000","minVoltage":"4000","motorControllerTemperature":"100000","motorCurrent":"75190000","motorSpeed":"87369","motorTemperature":"149000","motorTorque":"1950","motorVoltage":"26200","powerBattery":"60693.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"707000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940844023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:04.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940844023, longitude=116.7787480, latitude=39.5455330, speed=72.000, mileage=43.83000000, dischargeVoltage=650000, dischargeCurrent=39000, insulationResistance=249950000, gear=D, accelerationPedal=00, brakePedal=70, fuelConsumption=11.50, motorControllerTemperature=100000, motorSpeed=87369, motorTorque=1950, motorTemperature=149000, motorVoltage=26200, motorCurrent=75190000, powerBattery=60693., maxFeedbackPower=650000, maxDischargePower=620000, bmsSelfCheck=30, powerBatteryCurrent=11000, powerBatteryV3=707000, maxVoltage=4000, minVoltage=4000, maxTemperature=810000, minTemperature=550000, 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-21 11:34:05.057 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:05.058 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:05.058 [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 38 39 34 30 38 34 35 30 32 33 31 31 36 2e 37 37 38 33 38 34 30 33 39 2e 35 34 36 38 38 32 30 31 34 34 2e 30 30 34 33 2e 39 31 30 30 30 30 30 30 33 38 32 30 30 30 32 30 30 30 30 33 32 33 39 30 30 30 30 30 44 36 30 39 30 39 2e 31 30 30 34 30 30 30 30 30 31 30 34 30 30 38 34 32 30 35 37 30 30 30 30 32 33 34 30 30 32 35 34 36 30 30 30 30 36 30 36 38 34 2e 35 32 30 30 30 30 36 39 30 30 30 30 38 30 39 30 30 30 30 33 30 32 30 30 30 34 30 30 30 33 30 30 30 33 36 30 30 30 30 38 35 30 30 30 30 34 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-21 11:34:05.058 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940845023, longitude=116.7783840, latitude=39.5468820, speed=144.00, mileage=43.91000000, dischargeVoltage=382000, dischargeCurrent=20000, insulationResistance=323900000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=9.100, motorControllerTemperature=400000, motorSpeed=10400, motorTorque=8420, motorTemperature=570000, motorVoltage=23400, motorCurrent=25460000, powerBattery=60684., maxFeedbackPower=520000, maxDischargePower=690000, bmsSelfCheck=80, powerBatteryCurrent=90000, powerBatteryV3=302000, maxVoltage=4000, minVoltage=3000, maxTemperature=360000, minTemperature=850000, availableCapacity=400000, 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-21 11:34:05.060 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:05.061 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"400000","bmsSelfCheck":"80","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"20000","dischargeVoltage":"382000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"323900000","latitude":"39.5468820","location":"1","longitude":"116.7783840","maxDischargePower":"690000","maxFeedbackPower":"520000","maxTemperature":"360000","maxVoltage":"4000","mcu":"1","mileage":"43.91000000","minTemperature":"850000","minVoltage":"3000","motorControllerTemperature":"400000","motorCurrent":"25460000","motorSpeed":"10400","motorTemperature":"570000","motorTorque":"8420","motorVoltage":"23400","powerBattery":"60684.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"302000","ptc":"1","runStatus":"1","soc":"1","speed":"144.00","timestamp":"1718940845023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:05.061 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940845023, longitude=116.7783840, latitude=39.5468820, speed=144.00, mileage=43.91000000, dischargeVoltage=382000, dischargeCurrent=20000, insulationResistance=323900000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=9.100, motorControllerTemperature=400000, motorSpeed=10400, motorTorque=8420, motorTemperature=570000, motorVoltage=23400, motorCurrent=25460000, powerBattery=60684., maxFeedbackPower=520000, maxDischargePower=690000, bmsSelfCheck=80, powerBatteryCurrent=90000, powerBatteryV3=302000, maxVoltage=4000, minVoltage=3000, maxTemperature=360000, minTemperature=850000, availableCapacity=400000, 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-21 11:34:06.058 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:06.058 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:06.058 [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 38 39 34 30 38 34 36 30 32 33 31 31 36 2e 37 37 38 31 34 38 30 33 39 2e 35 34 37 37 32 36 30 39 30 2e 30 30 30 34 33 2e 39 36 30 30 30 30 30 30 36 39 33 30 30 30 33 30 30 30 30 32 34 34 31 31 30 30 30 30 44 32 30 35 30 39 2e 37 30 30 39 36 30 30 30 30 32 34 38 33 37 39 34 38 30 31 31 33 30 30 30 32 34 39 30 30 33 33 32 32 30 30 30 30 36 30 36 37 34 2e 31 33 30 30 30 30 38 34 30 30 30 30 30 30 31 31 30 30 30 37 33 35 30 30 30 33 30 30 30 33 30 30 30 39 36 30 30 30 30 39 35 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 f3 7E -2024-06-21 11:34:06.058 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940846023, longitude=116.7781480, latitude=39.5477260, speed=90.000, mileage=43.96000000, dischargeVoltage=693000, dischargeCurrent=30000, insulationResistance=244110000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=9.700, motorControllerTemperature=960000, motorSpeed=24837, motorTorque=9480, motorTemperature=113000, motorVoltage=24900, motorCurrent=33220000, powerBattery=60674., maxFeedbackPower=130000, maxDischargePower=840000, bmsSelfCheck=00, powerBatteryCurrent=11000, powerBatteryV3=735000, maxVoltage=3000, minVoltage=3000, maxTemperature=960000, minTemperature=950000, 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-21 11:34:06.060 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:06.061 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"430000","bmsSelfCheck":"00","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"693000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.700","gear":"D","insulationResistance":"244110000","latitude":"39.5477260","location":"1","longitude":"116.7781480","maxDischargePower":"840000","maxFeedbackPower":"130000","maxTemperature":"960000","maxVoltage":"3000","mcu":"1","mileage":"43.96000000","minTemperature":"950000","minVoltage":"3000","motorControllerTemperature":"960000","motorCurrent":"33220000","motorSpeed":"24837","motorTemperature":"113000","motorTorque":"9480","motorVoltage":"24900","powerBattery":"60674.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"735000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940846023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:06.061 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940846023, longitude=116.7781480, latitude=39.5477260, speed=90.000, mileage=43.96000000, dischargeVoltage=693000, dischargeCurrent=30000, insulationResistance=244110000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=9.700, motorControllerTemperature=960000, motorSpeed=24837, motorTorque=9480, motorTemperature=113000, motorVoltage=24900, motorCurrent=33220000, powerBattery=60674., maxFeedbackPower=130000, maxDischargePower=840000, bmsSelfCheck=00, powerBatteryCurrent=11000, powerBatteryV3=735000, maxVoltage=3000, minVoltage=3000, maxTemperature=960000, minTemperature=950000, 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-21 11:34:07.099 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:07.099 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:07.099 [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 38 39 34 30 38 34 37 30 33 32 31 31 36 2e 37 37 37 39 34 39 30 33 39 2e 35 34 38 35 33 33 30 35 34 2e 30 30 30 34 33 2e 39 39 30 30 30 30 30 30 35 36 38 30 30 30 33 38 30 30 30 31 37 31 31 30 30 30 30 30 44 32 30 30 30 31 30 2e 30 30 39 33 30 30 30 30 39 34 33 38 30 33 35 31 30 34 33 30 30 30 30 32 33 37 30 30 32 30 35 35 30 30 30 30 36 30 36 37 34 2e 39 30 30 30 30 30 31 34 30 30 30 30 33 30 36 30 30 30 30 34 30 39 30 30 30 33 30 30 30 34 30 30 30 32 30 30 30 30 30 38 38 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 df 7E -2024-06-21 11:34:07.099 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940847032, longitude=116.7779490, latitude=39.5485330, speed=54.000, mileage=43.99000000, dischargeVoltage=568000, dischargeCurrent=38000, insulationResistance=171100000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=10.00, motorControllerTemperature=930000, motorSpeed=94380, motorTorque=3510, motorTemperature=430000, motorVoltage=23700, motorCurrent=20550000, powerBattery=60674., maxFeedbackPower=900000, maxDischargePower=140000, bmsSelfCheck=30, powerBatteryCurrent=60000, powerBatteryV3=409000, maxVoltage=3000, minVoltage=4000, maxTemperature=200000, minTemperature=880000, 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-21 11:34:07.101 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:07.101 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"840000","bmsSelfCheck":"30","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"38000","dischargeVoltage":"568000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.00","gear":"D","insulationResistance":"171100000","latitude":"39.5485330","location":"1","longitude":"116.7779490","maxDischargePower":"140000","maxFeedbackPower":"900000","maxTemperature":"200000","maxVoltage":"3000","mcu":"1","mileage":"43.99000000","minTemperature":"880000","minVoltage":"4000","motorControllerTemperature":"930000","motorCurrent":"20550000","motorSpeed":"94380","motorTemperature":"430000","motorTorque":"3510","motorVoltage":"23700","powerBattery":"60674.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"409000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940847032","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:07.101 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940847032, longitude=116.7779490, latitude=39.5485330, speed=54.000, mileage=43.99000000, dischargeVoltage=568000, dischargeCurrent=38000, insulationResistance=171100000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=10.00, motorControllerTemperature=930000, motorSpeed=94380, motorTorque=3510, motorTemperature=430000, motorVoltage=23700, motorCurrent=20550000, powerBattery=60674., maxFeedbackPower=900000, maxDischargePower=140000, bmsSelfCheck=30, powerBatteryCurrent=60000, powerBatteryV3=409000, maxVoltage=3000, minVoltage=4000, maxTemperature=200000, minTemperature=880000, 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-21 11:34:08.090 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:08.090 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:08.090 [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 38 39 34 30 38 34 38 30 33 38 31 31 36 2e 37 37 37 37 31 33 30 33 39 2e 35 34 39 34 30 30 30 31 32 36 2e 30 30 34 34 2e 30 36 30 30 30 30 30 30 33 38 34 30 30 30 34 34 30 30 30 37 39 37 32 30 30 30 30 30 44 32 30 35 30 31 31 2e 38 30 37 39 30 30 30 30 37 36 32 32 30 35 35 30 30 38 39 30 30 30 30 31 31 38 30 30 31 33 36 39 33 30 30 30 36 30 36 36 32 2e 36 34 30 30 30 30 33 34 30 30 30 30 31 32 35 30 30 30 30 35 34 36 30 30 30 34 30 30 30 34 30 30 30 36 30 30 30 30 30 36 39 30 30 30 30 39 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f8 7E -2024-06-21 11:34:08.090 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940848038, longitude=116.7777130, latitude=39.5494000, speed=126.00, mileage=44.06000000, dischargeVoltage=384000, dischargeCurrent=44000, insulationResistance=797200000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=11.80, motorControllerTemperature=790000, motorSpeed=76220, motorTorque=5500, motorTemperature=890000, motorVoltage=11800, motorCurrent=13693000, powerBattery=60662., maxFeedbackPower=640000, maxDischargePower=340000, bmsSelfCheck=12, powerBatteryCurrent=50000, powerBatteryV3=546000, maxVoltage=4000, minVoltage=4000, maxTemperature=600000, minTemperature=690000, availableCapacity=960000, 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-21 11:34:08.092 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:08.092 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"960000","bmsSelfCheck":"12","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"44000","dischargeVoltage":"384000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"797200000","latitude":"39.5494000","location":"1","longitude":"116.7777130","maxDischargePower":"340000","maxFeedbackPower":"640000","maxTemperature":"600000","maxVoltage":"4000","mcu":"1","mileage":"44.06000000","minTemperature":"690000","minVoltage":"4000","motorControllerTemperature":"790000","motorCurrent":"13693000","motorSpeed":"76220","motorTemperature":"890000","motorTorque":"5500","motorVoltage":"11800","powerBattery":"60662.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"546000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718940848038","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:08.092 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940848038, longitude=116.7777130, latitude=39.5494000, speed=126.00, mileage=44.06000000, dischargeVoltage=384000, dischargeCurrent=44000, insulationResistance=797200000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=11.80, motorControllerTemperature=790000, motorSpeed=76220, motorTorque=5500, motorTemperature=890000, motorVoltage=11800, motorCurrent=13693000, powerBattery=60662., maxFeedbackPower=640000, maxDischargePower=340000, bmsSelfCheck=12, powerBatteryCurrent=50000, powerBatteryV3=546000, maxVoltage=4000, minVoltage=4000, maxTemperature=600000, minTemperature=690000, availableCapacity=960000, 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-21 11:34:09.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:09.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:09.060 [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 38 39 34 30 38 34 39 30 32 34 31 31 36 2e 37 37 37 35 39 35 30 33 39 2e 35 34 39 37 35 31 30 30 2e 30 30 30 30 34 34 2e 30 36 30 30 30 30 30 30 32 31 35 30 30 30 34 38 30 30 30 31 33 30 35 33 30 30 30 30 44 31 30 34 30 31 30 2e 37 30 34 34 30 30 30 30 37 33 37 30 30 38 36 34 30 36 31 30 30 30 30 31 39 32 30 30 36 31 33 30 30 30 30 30 36 30 36 36 32 2e 39 34 30 30 30 30 34 39 30 30 30 30 31 31 33 30 30 30 30 37 34 37 30 30 30 33 30 30 30 34 30 30 30 38 31 30 30 30 30 35 34 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 d2 7E -2024-06-21 11:34:09.060 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940849024, longitude=116.7775950, latitude=39.5497510, speed=0.0000, mileage=44.06000000, dischargeVoltage=215000, dischargeCurrent=48000, insulationResistance=130530000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=10.70, motorControllerTemperature=440000, motorSpeed=73700, motorTorque=8640, motorTemperature=610000, motorVoltage=19200, motorCurrent=61300000, powerBattery=60662., maxFeedbackPower=940000, maxDischargePower=490000, bmsSelfCheck=11, powerBatteryCurrent=30000, powerBatteryV3=747000, maxVoltage=3000, minVoltage=4000, maxTemperature=810000, minTemperature=540000, 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-21 11:34:09.061 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:09.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"800000","bmsSelfCheck":"11","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"48000","dischargeVoltage":"215000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"130530000","latitude":"39.5497510","location":"1","longitude":"116.7775950","maxDischargePower":"490000","maxFeedbackPower":"940000","maxTemperature":"810000","maxVoltage":"3000","mcu":"1","mileage":"44.06000000","minTemperature":"540000","minVoltage":"4000","motorControllerTemperature":"440000","motorCurrent":"61300000","motorSpeed":"73700","motorTemperature":"610000","motorTorque":"8640","motorVoltage":"19200","powerBattery":"60662.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"747000","ptc":"1","runStatus":"1","soc":"1","speed":"0.0000","timestamp":"1718940849024","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:09.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940849024, longitude=116.7775950, latitude=39.5497510, speed=0.0000, mileage=44.06000000, dischargeVoltage=215000, dischargeCurrent=48000, insulationResistance=130530000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=10.70, motorControllerTemperature=440000, motorSpeed=73700, motorTorque=8640, motorTemperature=610000, motorVoltage=19200, motorCurrent=61300000, powerBattery=60662., maxFeedbackPower=940000, maxDischargePower=490000, bmsSelfCheck=11, powerBatteryCurrent=30000, powerBatteryV3=747000, maxVoltage=3000, minVoltage=4000, maxTemperature=810000, minTemperature=540000, 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-21 11:34:10.059 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:10.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:10.060 [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 38 39 34 30 38 35 30 30 32 32 31 31 36 2e 37 37 37 33 31 36 30 33 39 2e 35 35 30 38 30 36 30 31 30 38 2e 30 30 34 34 2e 31 32 30 30 30 30 30 30 36 36 35 30 30 30 34 32 30 30 30 31 37 39 33 36 30 30 30 30 44 38 30 38 30 39 2e 33 30 30 31 32 30 30 30 30 39 39 37 34 30 34 34 38 30 39 30 30 30 30 30 32 38 34 30 30 31 33 35 31 39 30 30 30 36 30 36 35 33 2e 37 36 30 30 30 30 34 30 30 30 30 30 37 30 32 30 30 30 30 36 37 38 30 30 30 34 30 30 30 34 30 30 30 39 39 30 30 30 30 35 34 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 f0 7E -2024-06-21 11:34:10.060 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940850022, longitude=116.7773160, latitude=39.5508060, speed=108.00, mileage=44.12000000, dischargeVoltage=665000, dischargeCurrent=42000, insulationResistance=179360000, gear=D, accelerationPedal=80, brakePedal=80, fuelConsumption=9.300, motorControllerTemperature=120000, motorSpeed=99740, motorTorque=4480, motorTemperature=900000, motorVoltage=28400, motorCurrent=13519000, powerBattery=60653., maxFeedbackPower=760000, maxDischargePower=400000, bmsSelfCheck=70, powerBatteryCurrent=20000, powerBatteryV3=678000, maxVoltage=4000, minVoltage=4000, maxTemperature=990000, minTemperature=540000, 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-21 11:34:10.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:10.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"000000","bmsSelfCheck":"70","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"42000","dischargeVoltage":"665000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"179360000","latitude":"39.5508060","location":"1","longitude":"116.7773160","maxDischargePower":"400000","maxFeedbackPower":"760000","maxTemperature":"990000","maxVoltage":"4000","mcu":"1","mileage":"44.12000000","minTemperature":"540000","minVoltage":"4000","motorControllerTemperature":"120000","motorCurrent":"13519000","motorSpeed":"99740","motorTemperature":"900000","motorTorque":"4480","motorVoltage":"28400","powerBattery":"60653.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"678000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940850022","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:10.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940850022, longitude=116.7773160, latitude=39.5508060, speed=108.00, mileage=44.12000000, dischargeVoltage=665000, dischargeCurrent=42000, insulationResistance=179360000, gear=D, accelerationPedal=80, brakePedal=80, fuelConsumption=9.300, motorControllerTemperature=120000, motorSpeed=99740, motorTorque=4480, motorTemperature=900000, motorVoltage=28400, motorCurrent=13519000, powerBattery=60653., maxFeedbackPower=760000, maxDischargePower=400000, bmsSelfCheck=70, powerBatteryCurrent=20000, powerBatteryV3=678000, maxVoltage=4000, minVoltage=4000, maxTemperature=990000, minTemperature=540000, 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-21 11:34:11.100 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:11.100 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:11.100 [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 38 39 34 30 38 35 31 30 33 36 31 31 36 2e 37 37 37 31 30 32 30 33 39 2e 35 35 31 35 37 31 30 37 32 2e 30 30 30 34 34 2e 31 36 30 30 30 30 30 30 34 38 35 30 30 30 33 33 30 30 30 31 31 39 37 38 30 30 30 30 44 33 30 31 30 31 31 2e 35 30 34 37 30 30 30 30 38 38 31 39 36 38 33 33 30 36 39 30 30 30 30 32 31 32 30 30 39 36 38 39 30 30 30 30 36 30 36 35 33 2e 32 31 30 30 30 30 39 30 30 30 30 30 31 30 35 30 30 30 30 35 32 34 30 30 30 33 30 30 30 33 30 30 30 35 34 30 30 30 30 36 36 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 e4 7E -2024-06-21 11:34:11.101 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940851036, longitude=116.7771020, latitude=39.5515710, speed=72.000, mileage=44.16000000, dischargeVoltage=485000, dischargeCurrent=33000, insulationResistance=119780000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=11.50, motorControllerTemperature=470000, motorSpeed=88196, motorTorque=8330, motorTemperature=690000, motorVoltage=21200, motorCurrent=96890000, powerBattery=60653., maxFeedbackPower=210000, maxDischargePower=900000, bmsSelfCheck=10, powerBatteryCurrent=50000, powerBatteryV3=524000, maxVoltage=3000, minVoltage=3000, maxTemperature=540000, minTemperature=660000, 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-21 11:34:11.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:11.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"900000","bmsSelfCheck":"10","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"33000","dischargeVoltage":"485000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.50","gear":"D","insulationResistance":"119780000","latitude":"39.5515710","location":"1","longitude":"116.7771020","maxDischargePower":"900000","maxFeedbackPower":"210000","maxTemperature":"540000","maxVoltage":"3000","mcu":"1","mileage":"44.16000000","minTemperature":"660000","minVoltage":"3000","motorControllerTemperature":"470000","motorCurrent":"96890000","motorSpeed":"88196","motorTemperature":"690000","motorTorque":"8330","motorVoltage":"21200","powerBattery":"60653.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"524000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940851036","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:11.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940851036, longitude=116.7771020, latitude=39.5515710, speed=72.000, mileage=44.16000000, dischargeVoltage=485000, dischargeCurrent=33000, insulationResistance=119780000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=11.50, motorControllerTemperature=470000, motorSpeed=88196, motorTorque=8330, motorTemperature=690000, motorVoltage=21200, motorCurrent=96890000, powerBattery=60653., maxFeedbackPower=210000, maxDischargePower=900000, bmsSelfCheck=10, powerBatteryCurrent=50000, powerBatteryV3=524000, maxVoltage=3000, minVoltage=3000, maxTemperature=540000, minTemperature=660000, 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-21 11:34:12.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:12.076 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:12.076 [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 38 39 34 30 38 35 32 30 32 38 31 31 36 2e 37 37 36 38 33 32 30 33 39 2e 35 35 32 35 39 30 30 31 32 36 2e 30 30 34 34 2e 32 33 30 30 30 30 30 30 34 36 35 30 30 30 34 31 30 30 30 33 30 32 35 30 30 30 30 30 44 37 30 31 30 31 31 2e 30 30 38 30 30 30 30 30 32 34 30 34 31 32 38 36 30 34 35 30 30 30 30 31 32 38 30 30 35 30 30 30 30 30 30 30 36 30 36 34 32 2e 31 33 30 30 30 30 37 35 30 30 30 30 31 30 31 31 30 30 30 34 38 33 30 30 30 33 30 30 30 34 30 30 30 33 32 30 30 30 30 36 31 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 a0 7E -2024-06-21 11:34:12.076 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940852028, longitude=116.7768320, latitude=39.5525900, speed=126.00, mileage=44.23000000, dischargeVoltage=465000, dischargeCurrent=41000, insulationResistance=302500000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=11.00, motorControllerTemperature=800000, motorSpeed=24041, motorTorque=2860, motorTemperature=450000, motorVoltage=12800, motorCurrent=50000000, powerBattery=60642., maxFeedbackPower=130000, maxDischargePower=750000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=483000, maxVoltage=3000, minVoltage=4000, maxTemperature=320000, minTemperature=610000, 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-21 11:34:12.077 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:12.077 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"220000","bmsSelfCheck":"10","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"41000","dischargeVoltage":"465000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.00","gear":"D","insulationResistance":"302500000","latitude":"39.5525900","location":"1","longitude":"116.7768320","maxDischargePower":"750000","maxFeedbackPower":"130000","maxTemperature":"320000","maxVoltage":"3000","mcu":"1","mileage":"44.23000000","minTemperature":"610000","minVoltage":"4000","motorControllerTemperature":"800000","motorCurrent":"50000000","motorSpeed":"24041","motorTemperature":"450000","motorTorque":"2860","motorVoltage":"12800","powerBattery":"60642.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"483000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718940852028","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:12.077 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940852028, longitude=116.7768320, latitude=39.5525900, speed=126.00, mileage=44.23000000, dischargeVoltage=465000, dischargeCurrent=41000, insulationResistance=302500000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=11.00, motorControllerTemperature=800000, motorSpeed=24041, motorTorque=2860, motorTemperature=450000, motorVoltage=12800, motorCurrent=50000000, powerBattery=60642., maxFeedbackPower=130000, maxDischargePower=750000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=483000, maxVoltage=3000, minVoltage=4000, maxTemperature=320000, minTemperature=610000, 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-21 11:34:13.082 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:13.082 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:13.082 [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 38 39 34 30 38 35 33 30 33 32 31 31 36 2e 37 37 36 34 36 38 30 33 39 2e 35 35 33 39 31 34 30 39 30 2e 30 30 30 34 34 2e 32 38 30 30 30 30 30 30 34 30 31 30 30 30 31 35 30 30 30 33 38 37 33 30 30 30 30 30 44 34 30 39 30 31 30 2e 32 30 37 30 30 30 30 30 39 35 32 34 34 32 39 32 30 31 33 34 30 30 30 31 35 30 30 30 31 34 36 37 30 30 30 30 36 30 36 33 32 2e 37 32 30 30 30 30 31 32 30 30 30 30 31 30 31 30 30 30 30 32 37 39 30 30 30 34 30 30 30 34 30 30 30 36 33 30 30 30 30 39 32 30 30 30 30 34 37 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-21 11:34:13.082 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940853032, longitude=116.7764680, latitude=39.5539140, speed=90.000, mileage=44.28000000, dischargeVoltage=401000, dischargeCurrent=15000, insulationResistance=387300000, gear=D, accelerationPedal=40, brakePedal=90, fuelConsumption=10.20, motorControllerTemperature=700000, motorSpeed=95244, motorTorque=2920, motorTemperature=134000, motorVoltage=15000, motorCurrent=14670000, powerBattery=60632., maxFeedbackPower=720000, maxDischargePower=120000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=279000, maxVoltage=4000, minVoltage=4000, maxTemperature=630000, minTemperature=920000, availableCapacity=470000, 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-21 11:34:13.084 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:13.084 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"470000","bmsSelfCheck":"10","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"401000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"387300000","latitude":"39.5539140","location":"1","longitude":"116.7764680","maxDischargePower":"120000","maxFeedbackPower":"720000","maxTemperature":"630000","maxVoltage":"4000","mcu":"1","mileage":"44.28000000","minTemperature":"920000","minVoltage":"4000","motorControllerTemperature":"700000","motorCurrent":"14670000","motorSpeed":"95244","motorTemperature":"134000","motorTorque":"2920","motorVoltage":"15000","powerBattery":"60632.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"279000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940853032","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:13.084 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940853032, longitude=116.7764680, latitude=39.5539140, speed=90.000, mileage=44.28000000, dischargeVoltage=401000, dischargeCurrent=15000, insulationResistance=387300000, gear=D, accelerationPedal=40, brakePedal=90, fuelConsumption=10.20, motorControllerTemperature=700000, motorSpeed=95244, motorTorque=2920, motorTemperature=134000, motorVoltage=15000, motorCurrent=14670000, powerBattery=60632., maxFeedbackPower=720000, maxDischargePower=120000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=279000, maxVoltage=4000, minVoltage=4000, maxTemperature=630000, minTemperature=920000, availableCapacity=470000, 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-21 11:34:14.074 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:14.074 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:14.074 [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 38 39 34 30 38 35 34 30 33 32 31 31 36 2e 37 37 36 32 38 30 30 33 39 2e 35 35 34 35 38 38 30 33 36 2e 30 30 30 34 34 2e 33 30 30 30 30 30 30 30 35 38 32 30 30 30 37 30 30 30 30 31 30 36 36 33 30 30 30 30 44 35 30 36 30 31 30 2e 37 30 35 37 30 30 30 30 37 36 34 35 35 37 36 36 30 37 39 30 30 30 30 32 38 31 30 30 35 32 35 39 30 30 30 30 36 30 36 33 32 2e 34 34 30 30 30 30 35 34 30 30 30 30 36 30 33 30 30 30 30 33 38 39 30 30 30 33 30 30 30 33 30 30 30 34 30 30 30 30 30 37 35 30 30 30 30 34 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-21 11:34:14.074 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940854032, longitude=116.7762800, latitude=39.5545880, speed=36.000, mileage=44.30000000, dischargeVoltage=582000, dischargeCurrent=70000, insulationResistance=106630000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=10.70, motorControllerTemperature=570000, motorSpeed=76455, motorTorque=7660, motorTemperature=790000, motorVoltage=28100, motorCurrent=52590000, powerBattery=60632., maxFeedbackPower=440000, maxDischargePower=540000, bmsSelfCheck=60, powerBatteryCurrent=30000, powerBatteryV3=389000, maxVoltage=3000, minVoltage=3000, maxTemperature=400000, minTemperature=750000, availableCapacity=420000, 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-21 11:34:14.076 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:14.076 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"420000","bmsSelfCheck":"60","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"70000","dischargeVoltage":"582000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"106630000","latitude":"39.5545880","location":"1","longitude":"116.7762800","maxDischargePower":"540000","maxFeedbackPower":"440000","maxTemperature":"400000","maxVoltage":"3000","mcu":"1","mileage":"44.30000000","minTemperature":"750000","minVoltage":"3000","motorControllerTemperature":"570000","motorCurrent":"52590000","motorSpeed":"76455","motorTemperature":"790000","motorTorque":"7660","motorVoltage":"28100","powerBattery":"60632.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"389000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940854032","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:14.076 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940854032, longitude=116.7762800, latitude=39.5545880, speed=36.000, mileage=44.30000000, dischargeVoltage=582000, dischargeCurrent=70000, insulationResistance=106630000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=10.70, motorControllerTemperature=570000, motorSpeed=76455, motorTorque=7660, motorTemperature=790000, motorVoltage=28100, motorCurrent=52590000, powerBattery=60632., maxFeedbackPower=440000, maxDischargePower=540000, bmsSelfCheck=60, powerBatteryCurrent=30000, powerBatteryV3=389000, maxVoltage=3000, minVoltage=3000, maxTemperature=400000, minTemperature=750000, availableCapacity=420000, 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-21 11:34:15.097 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:15.098 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:15.098 [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 38 39 34 30 38 35 35 30 33 30 31 31 36 2e 37 37 35 39 38 35 30 33 39 2e 35 35 35 36 33 38 30 31 30 38 2e 30 30 34 34 2e 33 36 30 30 30 30 30 30 33 32 33 30 30 30 31 33 30 30 30 31 37 38 30 35 30 30 30 30 44 31 30 35 30 31 31 2e 36 30 36 34 30 30 30 30 33 33 37 31 35 36 30 37 30 33 35 30 30 30 30 31 38 33 30 30 37 35 36 35 30 30 30 30 36 30 36 32 30 2e 36 38 30 30 30 30 31 30 30 30 30 30 33 30 31 30 30 30 30 36 38 36 30 30 30 34 30 30 30 33 30 30 30 34 31 30 30 30 30 39 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 db 7E -2024-06-21 11:34:15.098 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940855030, longitude=116.7759850, latitude=39.5556380, speed=108.00, mileage=44.36000000, dischargeVoltage=323000, dischargeCurrent=13000, insulationResistance=178050000, gear=D, accelerationPedal=10, brakePedal=50, fuelConsumption=11.60, motorControllerTemperature=640000, motorSpeed=33715, motorTorque=6070, motorTemperature=350000, motorVoltage=18300, motorCurrent=75650000, powerBattery=60620., maxFeedbackPower=680000, maxDischargePower=100000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=686000, maxVoltage=4000, minVoltage=3000, maxTemperature=410000, minTemperature=970000, 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-21 11:34:15.099 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:15.099 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"610000","bmsSelfCheck":"30","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"13000","dischargeVoltage":"323000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"178050000","latitude":"39.5556380","location":"1","longitude":"116.7759850","maxDischargePower":"100000","maxFeedbackPower":"680000","maxTemperature":"410000","maxVoltage":"4000","mcu":"1","mileage":"44.36000000","minTemperature":"970000","minVoltage":"3000","motorControllerTemperature":"640000","motorCurrent":"75650000","motorSpeed":"33715","motorTemperature":"350000","motorTorque":"6070","motorVoltage":"18300","powerBattery":"60620.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"686000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940855030","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:15.100 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940855030, longitude=116.7759850, latitude=39.5556380, speed=108.00, mileage=44.36000000, dischargeVoltage=323000, dischargeCurrent=13000, insulationResistance=178050000, gear=D, accelerationPedal=10, brakePedal=50, fuelConsumption=11.60, motorControllerTemperature=640000, motorSpeed=33715, motorTorque=6070, motorTemperature=350000, motorVoltage=18300, motorCurrent=75650000, powerBattery=60620., maxFeedbackPower=680000, maxDischargePower=100000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=686000, maxVoltage=4000, minVoltage=3000, maxTemperature=410000, minTemperature=970000, 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-21 11:34:16.099 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:16.099 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:16.099 [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 38 39 34 30 38 35 36 30 33 30 31 31 36 2e 37 37 35 36 37 34 30 33 39 2e 35 35 36 38 32 39 30 31 30 38 2e 30 30 34 34 2e 34 32 30 30 30 30 30 30 36 31 33 30 30 30 34 38 30 30 30 31 32 31 37 30 30 30 30 30 44 36 30 30 30 31 30 2e 30 30 38 35 30 30 30 30 33 36 32 37 38 33 39 35 30 31 34 37 30 30 30 32 36 33 30 30 31 31 31 34 33 30 30 30 36 30 36 31 30 2e 36 37 30 30 30 30 37 30 30 30 30 30 35 30 31 32 30 30 30 34 33 38 30 30 30 33 30 30 30 33 30 30 30 34 39 30 30 30 30 32 32 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 d5 7E -2024-06-21 11:34:16.099 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940856030, longitude=116.7756740, latitude=39.5568290, speed=108.00, mileage=44.42000000, dischargeVoltage=613000, dischargeCurrent=48000, insulationResistance=121700000, gear=D, accelerationPedal=60, brakePedal=00, fuelConsumption=10.00, motorControllerTemperature=850000, motorSpeed=36278, motorTorque=3950, motorTemperature=147000, motorVoltage=26300, motorCurrent=11143000, powerBattery=60610., maxFeedbackPower=670000, maxDischargePower=700000, bmsSelfCheck=50, powerBatteryCurrent=12000, powerBatteryV3=438000, maxVoltage=3000, minVoltage=3000, maxTemperature=490000, minTemperature=220000, 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-21 11:34:16.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:16.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"730000","bmsSelfCheck":"50","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"48000","dischargeVoltage":"613000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.00","gear":"D","insulationResistance":"121700000","latitude":"39.5568290","location":"1","longitude":"116.7756740","maxDischargePower":"700000","maxFeedbackPower":"670000","maxTemperature":"490000","maxVoltage":"3000","mcu":"1","mileage":"44.42000000","minTemperature":"220000","minVoltage":"3000","motorControllerTemperature":"850000","motorCurrent":"11143000","motorSpeed":"36278","motorTemperature":"147000","motorTorque":"3950","motorVoltage":"26300","powerBattery":"60610.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"438000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940856030","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:16.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940856030, longitude=116.7756740, latitude=39.5568290, speed=108.00, mileage=44.42000000, dischargeVoltage=613000, dischargeCurrent=48000, insulationResistance=121700000, gear=D, accelerationPedal=60, brakePedal=00, fuelConsumption=10.00, motorControllerTemperature=850000, motorSpeed=36278, motorTorque=3950, motorTemperature=147000, motorVoltage=26300, motorCurrent=11143000, powerBattery=60610., maxFeedbackPower=670000, maxDischargePower=700000, bmsSelfCheck=50, powerBatteryCurrent=12000, powerBatteryV3=438000, maxVoltage=3000, minVoltage=3000, maxTemperature=490000, minTemperature=220000, 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-21 11:34:17.097 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:17.097 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:17.097 [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 38 39 34 30 38 35 37 30 32 39 31 31 36 2e 37 37 35 34 38 31 30 33 39 2e 35 35 37 36 36 31 30 31 30 38 2e 30 30 34 34 2e 34 38 30 30 30 30 30 30 35 36 30 30 30 30 32 38 30 30 30 31 37 33 36 38 30 30 30 30 44 34 30 37 30 31 30 2e 39 30 35 37 30 30 30 30 37 33 35 33 38 31 39 31 30 33 35 30 30 30 30 31 31 30 30 30 34 39 38 33 30 30 30 30 36 30 35 39 39 2e 35 36 30 30 30 30 39 30 30 30 30 30 31 32 36 30 30 30 30 37 32 39 30 30 30 34 30 30 30 34 30 30 30 38 37 30 30 30 30 34 32 30 30 30 30 38 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 09 7E -2024-06-21 11:34:17.098 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940857029, longitude=116.7754810, latitude=39.5576610, speed=108.00, mileage=44.48000000, dischargeVoltage=560000, dischargeCurrent=28000, insulationResistance=173680000, gear=D, accelerationPedal=40, brakePedal=70, fuelConsumption=10.90, motorControllerTemperature=570000, motorSpeed=73538, motorTorque=1910, motorTemperature=350000, motorVoltage=11000, motorCurrent=49830000, powerBattery=60599., maxFeedbackPower=560000, maxDischargePower=900000, bmsSelfCheck=12, powerBatteryCurrent=60000, powerBatteryV3=729000, maxVoltage=4000, minVoltage=4000, maxTemperature=870000, minTemperature=420000, availableCapacity=810000, 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-21 11:34:17.099 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:17.099 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"810000","bmsSelfCheck":"12","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"28000","dischargeVoltage":"560000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"173680000","latitude":"39.5576610","location":"1","longitude":"116.7754810","maxDischargePower":"900000","maxFeedbackPower":"560000","maxTemperature":"870000","maxVoltage":"4000","mcu":"1","mileage":"44.48000000","minTemperature":"420000","minVoltage":"4000","motorControllerTemperature":"570000","motorCurrent":"49830000","motorSpeed":"73538","motorTemperature":"350000","motorTorque":"1910","motorVoltage":"11000","powerBattery":"60599.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"729000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940857029","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:17.099 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940857029, longitude=116.7754810, latitude=39.5576610, speed=108.00, mileage=44.48000000, dischargeVoltage=560000, dischargeCurrent=28000, insulationResistance=173680000, gear=D, accelerationPedal=40, brakePedal=70, fuelConsumption=10.90, motorControllerTemperature=570000, motorSpeed=73538, motorTorque=1910, motorTemperature=350000, motorVoltage=11000, motorCurrent=49830000, powerBattery=60599., maxFeedbackPower=560000, maxDischargePower=900000, bmsSelfCheck=12, powerBatteryCurrent=60000, powerBatteryV3=729000, maxVoltage=4000, minVoltage=4000, maxTemperature=870000, minTemperature=420000, availableCapacity=810000, 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-21 11:34:18.111 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:18.111 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:18.111 [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 38 39 34 30 38 35 38 30 33 31 31 31 36 2e 37 37 35 32 32 38 30 33 39 2e 35 35 38 35 32 35 30 39 30 2e 30 30 30 34 34 2e 35 33 30 30 30 30 30 30 33 36 38 30 30 30 31 31 30 30 30 31 32 34 37 32 30 30 30 30 44 37 30 33 30 31 31 2e 39 30 33 37 30 30 30 30 38 38 32 32 37 32 32 34 30 37 37 30 30 30 30 32 38 31 30 30 33 33 39 34 30 30 30 30 36 30 35 38 37 2e 36 32 30 30 30 30 39 31 30 30 30 30 35 30 31 31 30 30 30 36 38 37 30 30 30 33 30 30 30 33 30 30 30 33 33 30 30 30 30 35 34 30 30 30 30 36 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f2 7E -2024-06-21 11:34:18.111 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940858031, longitude=116.7752280, latitude=39.5585250, speed=90.000, mileage=44.53000000, dischargeVoltage=368000, dischargeCurrent=11000, insulationResistance=124720000, gear=D, accelerationPedal=70, brakePedal=30, fuelConsumption=11.90, motorControllerTemperature=370000, motorSpeed=88227, motorTorque=2240, motorTemperature=770000, motorVoltage=28100, motorCurrent=33940000, powerBattery=60587., maxFeedbackPower=620000, maxDischargePower=910000, bmsSelfCheck=50, powerBatteryCurrent=11000, powerBatteryV3=687000, maxVoltage=3000, minVoltage=3000, maxTemperature=330000, minTemperature=540000, availableCapacity=680000, 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-21 11:34:18.113 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:18.113 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"680000","bmsSelfCheck":"50","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"368000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"124720000","latitude":"39.5585250","location":"1","longitude":"116.7752280","maxDischargePower":"910000","maxFeedbackPower":"620000","maxTemperature":"330000","maxVoltage":"3000","mcu":"1","mileage":"44.53000000","minTemperature":"540000","minVoltage":"3000","motorControllerTemperature":"370000","motorCurrent":"33940000","motorSpeed":"88227","motorTemperature":"770000","motorTorque":"2240","motorVoltage":"28100","powerBattery":"60587.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"687000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940858031","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:18.113 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940858031, longitude=116.7752280, latitude=39.5585250, speed=90.000, mileage=44.53000000, dischargeVoltage=368000, dischargeCurrent=11000, insulationResistance=124720000, gear=D, accelerationPedal=70, brakePedal=30, fuelConsumption=11.90, motorControllerTemperature=370000, motorSpeed=88227, motorTorque=2240, motorTemperature=770000, motorVoltage=28100, motorCurrent=33940000, powerBattery=60587., maxFeedbackPower=620000, maxDischargePower=910000, bmsSelfCheck=50, powerBatteryCurrent=11000, powerBatteryV3=687000, maxVoltage=3000, minVoltage=3000, maxTemperature=330000, minTemperature=540000, availableCapacity=680000, 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-21 11:34:19.099 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:19.099 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:19.099 [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 38 39 34 30 38 35 39 30 33 30 31 31 36 2e 37 37 35 30 34 31 30 33 39 2e 35 35 39 31 39 39 30 35 34 2e 30 30 30 34 34 2e 35 36 30 30 30 30 30 30 34 36 31 30 30 30 34 37 30 30 30 31 38 33 30 33 30 30 30 30 44 38 30 34 30 39 2e 34 30 30 35 31 30 30 30 30 34 31 32 34 33 39 31 39 30 31 32 30 30 30 30 32 37 36 30 30 33 30 38 32 30 30 30 30 36 30 35 38 37 2e 34 36 30 30 30 30 36 34 30 30 30 30 31 33 31 32 30 30 30 33 39 39 30 30 30 34 30 30 30 33 30 30 30 33 34 30 30 30 30 38 30 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 e3 7E -2024-06-21 11:34:19.099 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940859030, longitude=116.7750410, latitude=39.5591990, speed=54.000, mileage=44.56000000, dischargeVoltage=461000, dischargeCurrent=47000, insulationResistance=183030000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=9.400, motorControllerTemperature=510000, motorSpeed=41243, motorTorque=9190, motorTemperature=120000, motorVoltage=27600, motorCurrent=30820000, powerBattery=60587., maxFeedbackPower=460000, maxDischargePower=640000, bmsSelfCheck=13, powerBatteryCurrent=12000, powerBatteryV3=399000, maxVoltage=4000, minVoltage=3000, maxTemperature=340000, minTemperature=800000, 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-21 11:34:19.101 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:19.101 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"320000","bmsSelfCheck":"13","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"461000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"183030000","latitude":"39.5591990","location":"1","longitude":"116.7750410","maxDischargePower":"640000","maxFeedbackPower":"460000","maxTemperature":"340000","maxVoltage":"4000","mcu":"1","mileage":"44.56000000","minTemperature":"800000","minVoltage":"3000","motorControllerTemperature":"510000","motorCurrent":"30820000","motorSpeed":"41243","motorTemperature":"120000","motorTorque":"9190","motorVoltage":"27600","powerBattery":"60587.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"399000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940859030","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:19.103 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940859030, longitude=116.7750410, latitude=39.5591990, speed=54.000, mileage=44.56000000, dischargeVoltage=461000, dischargeCurrent=47000, insulationResistance=183030000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=9.400, motorControllerTemperature=510000, motorSpeed=41243, motorTorque=9190, motorTemperature=120000, motorVoltage=27600, motorCurrent=30820000, powerBattery=60587., maxFeedbackPower=460000, maxDischargePower=640000, bmsSelfCheck=13, powerBatteryCurrent=12000, powerBatteryV3=399000, maxVoltage=4000, minVoltage=3000, maxTemperature=340000, minTemperature=800000, 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-21 11:34:20.076 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:20.078 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:20.078 [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 38 39 34 30 38 36 30 30 32 39 31 31 36 2e 37 37 34 37 34 30 30 33 39 2e 35 36 30 32 37 39 30 31 34 34 2e 30 30 34 34 2e 36 34 30 30 30 30 30 30 34 30 35 30 30 30 34 34 30 30 30 32 35 31 33 31 30 30 30 30 44 37 30 30 30 31 31 2e 39 30 34 37 30 30 30 30 34 38 31 35 31 32 39 32 30 31 30 37 30 30 30 31 37 33 30 30 31 30 35 32 37 30 30 30 36 30 35 37 36 2e 37 35 30 30 30 30 32 32 30 30 30 30 31 31 39 30 30 30 30 32 34 34 30 30 30 33 30 30 30 33 30 30 30 32 31 30 30 30 30 31 35 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-21 11:34:20.079 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940860029, longitude=116.7747400, latitude=39.5602790, speed=144.00, mileage=44.64000000, dischargeVoltage=405000, dischargeCurrent=44000, insulationResistance=251310000, gear=D, accelerationPedal=70, brakePedal=00, fuelConsumption=11.90, motorControllerTemperature=470000, motorSpeed=48151, motorTorque=2920, motorTemperature=107000, motorVoltage=17300, motorCurrent=10527000, powerBattery=60576., maxFeedbackPower=750000, maxDischargePower=220000, bmsSelfCheck=11, powerBatteryCurrent=90000, powerBatteryV3=244000, maxVoltage=3000, minVoltage=3000, maxTemperature=210000, minTemperature=150000, 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-21 11:34:20.080 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:20.080 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"210000","bmsSelfCheck":"11","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"44000","dischargeVoltage":"405000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"251310000","latitude":"39.5602790","location":"1","longitude":"116.7747400","maxDischargePower":"220000","maxFeedbackPower":"750000","maxTemperature":"210000","maxVoltage":"3000","mcu":"1","mileage":"44.64000000","minTemperature":"150000","minVoltage":"3000","motorControllerTemperature":"470000","motorCurrent":"10527000","motorSpeed":"48151","motorTemperature":"107000","motorTorque":"2920","motorVoltage":"17300","powerBattery":"60576.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"244000","ptc":"1","runStatus":"1","soc":"1","speed":"144.00","timestamp":"1718940860029","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:20.080 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940860029, longitude=116.7747400, latitude=39.5602790, speed=144.00, mileage=44.64000000, dischargeVoltage=405000, dischargeCurrent=44000, insulationResistance=251310000, gear=D, accelerationPedal=70, brakePedal=00, fuelConsumption=11.90, motorControllerTemperature=470000, motorSpeed=48151, motorTorque=2920, motorTemperature=107000, motorVoltage=17300, motorCurrent=10527000, powerBattery=60576., maxFeedbackPower=750000, maxDischargePower=220000, bmsSelfCheck=11, powerBatteryCurrent=90000, powerBatteryV3=244000, maxVoltage=3000, minVoltage=3000, maxTemperature=210000, minTemperature=150000, 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-21 11:34:21.074 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:21.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:21.075 [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 38 39 34 30 38 36 31 30 32 39 31 31 36 2e 37 37 34 35 32 36 30 33 39 2e 35 36 31 30 37 37 30 37 32 2e 30 30 30 34 34 2e 36 38 30 30 30 30 30 30 32 30 31 30 30 30 34 37 30 30 30 31 33 32 38 39 30 30 30 30 44 36 30 34 30 31 30 2e 35 30 34 37 30 30 30 30 34 32 39 37 32 34 32 30 30 32 32 30 30 30 30 31 37 30 30 30 31 34 30 32 31 30 30 30 36 30 35 37 36 2e 34 30 30 30 30 30 37 31 30 30 30 30 31 31 31 32 30 30 30 34 32 36 30 30 30 34 30 30 30 33 30 30 30 32 32 30 30 30 30 33 37 30 30 30 30 38 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 bf 7E -2024-06-21 11:34:21.075 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940861029, longitude=116.7745260, latitude=39.5610770, speed=72.000, mileage=44.68000000, dischargeVoltage=201000, dischargeCurrent=47000, insulationResistance=132890000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=10.50, motorControllerTemperature=470000, motorSpeed=42972, motorTorque=4200, motorTemperature=220000, motorVoltage=17000, motorCurrent=14021000, powerBattery=60576., maxFeedbackPower=400000, maxDischargePower=710000, bmsSelfCheck=11, powerBatteryCurrent=12000, powerBatteryV3=426000, maxVoltage=4000, minVoltage=3000, maxTemperature=220000, minTemperature=370000, availableCapacity=820000, 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-21 11:34:21.079 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:21.079 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"820000","bmsSelfCheck":"11","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"201000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"132890000","latitude":"39.5610770","location":"1","longitude":"116.7745260","maxDischargePower":"710000","maxFeedbackPower":"400000","maxTemperature":"220000","maxVoltage":"4000","mcu":"1","mileage":"44.68000000","minTemperature":"370000","minVoltage":"3000","motorControllerTemperature":"470000","motorCurrent":"14021000","motorSpeed":"42972","motorTemperature":"220000","motorTorque":"4200","motorVoltage":"17000","powerBattery":"60576.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"426000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940861029","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:21.079 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940861029, longitude=116.7745260, latitude=39.5610770, speed=72.000, mileage=44.68000000, dischargeVoltage=201000, dischargeCurrent=47000, insulationResistance=132890000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=10.50, motorControllerTemperature=470000, motorSpeed=42972, motorTorque=4200, motorTemperature=220000, motorVoltage=17000, motorCurrent=14021000, powerBattery=60576., maxFeedbackPower=400000, maxDischargePower=710000, bmsSelfCheck=11, powerBatteryCurrent=12000, powerBatteryV3=426000, maxVoltage=4000, minVoltage=3000, maxTemperature=220000, minTemperature=370000, availableCapacity=820000, 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-21 11:34:22.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:22.061 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:22.061 [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 38 39 34 30 38 36 32 30 32 37 31 31 36 2e 37 37 34 32 37 31 30 33 39 2e 35 36 31 39 37 30 30 31 30 38 2e 30 30 34 34 2e 37 34 30 30 30 30 30 30 35 31 39 30 30 30 36 30 30 30 30 31 38 32 33 38 30 30 30 30 44 30 30 33 30 31 31 2e 34 30 35 35 30 30 30 30 38 33 33 35 33 32 30 37 30 39 31 30 30 30 30 32 33 33 30 30 35 35 37 31 30 30 30 30 36 30 35 36 34 2e 34 36 30 30 30 30 38 36 30 30 30 30 31 30 34 30 30 30 30 36 34 37 30 30 30 34 30 30 30 34 30 30 30 37 34 30 30 30 30 36 39 30 30 30 30 34 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e5 7E -2024-06-21 11:34:22.061 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940862027, longitude=116.7742710, latitude=39.5619700, speed=108.00, mileage=44.74000000, dischargeVoltage=519000, dischargeCurrent=60000, insulationResistance=182380000, gear=D, accelerationPedal=00, brakePedal=30, fuelConsumption=11.40, motorControllerTemperature=550000, motorSpeed=83353, motorTorque=2070, motorTemperature=910000, motorVoltage=23300, motorCurrent=55710000, powerBattery=60564., maxFeedbackPower=460000, maxDischargePower=860000, bmsSelfCheck=10, powerBatteryCurrent=40000, powerBatteryV3=647000, maxVoltage=4000, minVoltage=4000, maxTemperature=740000, minTemperature=690000, availableCapacity=470000, 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-21 11:34:22.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:22.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"470000","bmsSelfCheck":"10","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"60000","dischargeVoltage":"519000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"182380000","latitude":"39.5619700","location":"1","longitude":"116.7742710","maxDischargePower":"860000","maxFeedbackPower":"460000","maxTemperature":"740000","maxVoltage":"4000","mcu":"1","mileage":"44.74000000","minTemperature":"690000","minVoltage":"4000","motorControllerTemperature":"550000","motorCurrent":"55710000","motorSpeed":"83353","motorTemperature":"910000","motorTorque":"2070","motorVoltage":"23300","powerBattery":"60564.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"647000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940862027","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:22.064 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940862027, longitude=116.7742710, latitude=39.5619700, speed=108.00, mileage=44.74000000, dischargeVoltage=519000, dischargeCurrent=60000, insulationResistance=182380000, gear=D, accelerationPedal=00, brakePedal=30, fuelConsumption=11.40, motorControllerTemperature=550000, motorSpeed=83353, motorTorque=2070, motorTemperature=910000, motorVoltage=23300, motorCurrent=55710000, powerBattery=60564., maxFeedbackPower=460000, maxDischargePower=860000, bmsSelfCheck=10, powerBatteryCurrent=40000, powerBatteryV3=647000, maxVoltage=4000, minVoltage=4000, maxTemperature=740000, minTemperature=690000, availableCapacity=470000, 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-21 11:34:23.101 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:23.101 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:23.101 [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 38 39 34 30 38 36 33 30 33 33 31 31 36 2e 37 37 34 30 32 34 30 33 39 2e 35 36 32 39 30 39 30 37 32 2e 30 30 30 34 34 2e 37 38 30 30 30 30 30 30 31 34 34 30 30 30 31 31 30 30 30 31 37 36 36 36 30 30 30 30 44 37 30 33 30 31 30 2e 30 30 38 31 30 30 30 30 38 38 37 35 37 35 39 32 30 31 33 39 30 30 30 31 39 33 30 30 34 36 35 38 30 30 30 30 36 30 35 36 34 2e 36 32 30 30 30 30 31 34 30 30 30 30 35 30 37 30 30 30 30 37 30 36 30 30 30 34 30 30 30 34 30 30 30 39 35 30 30 30 30 33 34 30 30 30 30 33 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ed 7E -2024-06-21 11:34:23.101 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940863033, longitude=116.7740240, latitude=39.5629090, speed=72.000, mileage=44.78000000, dischargeVoltage=144000, dischargeCurrent=11000, insulationResistance=176660000, gear=D, accelerationPedal=70, brakePedal=30, fuelConsumption=10.00, motorControllerTemperature=810000, motorSpeed=88757, motorTorque=5920, motorTemperature=139000, motorVoltage=19300, motorCurrent=46580000, powerBattery=60564., maxFeedbackPower=620000, maxDischargePower=140000, bmsSelfCheck=50, powerBatteryCurrent=70000, powerBatteryV3=706000, maxVoltage=4000, minVoltage=4000, maxTemperature=950000, minTemperature=340000, availableCapacity=300000, 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-21 11:34:23.103 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:23.103 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"300000","bmsSelfCheck":"50","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"144000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.00","gear":"D","insulationResistance":"176660000","latitude":"39.5629090","location":"1","longitude":"116.7740240","maxDischargePower":"140000","maxFeedbackPower":"620000","maxTemperature":"950000","maxVoltage":"4000","mcu":"1","mileage":"44.78000000","minTemperature":"340000","minVoltage":"4000","motorControllerTemperature":"810000","motorCurrent":"46580000","motorSpeed":"88757","motorTemperature":"139000","motorTorque":"5920","motorVoltage":"19300","powerBattery":"60564.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"706000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940863033","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:23.103 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940863033, longitude=116.7740240, latitude=39.5629090, speed=72.000, mileage=44.78000000, dischargeVoltage=144000, dischargeCurrent=11000, insulationResistance=176660000, gear=D, accelerationPedal=70, brakePedal=30, fuelConsumption=10.00, motorControllerTemperature=810000, motorSpeed=88757, motorTorque=5920, motorTemperature=139000, motorVoltage=19300, motorCurrent=46580000, powerBattery=60564., maxFeedbackPower=620000, maxDischargePower=140000, bmsSelfCheck=50, powerBatteryCurrent=70000, powerBatteryV3=706000, maxVoltage=4000, minVoltage=4000, maxTemperature=950000, minTemperature=340000, availableCapacity=300000, 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-21 11:34:24.100 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:24.100 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:24.100 [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 38 39 34 30 38 36 34 30 33 31 31 31 36 2e 37 37 33 37 39 33 30 33 39 2e 35 36 33 37 35 32 30 37 32 2e 30 30 30 34 34 2e 38 32 30 30 30 30 30 30 37 34 36 30 30 30 31 35 30 30 30 32 37 35 38 39 30 30 30 30 44 39 30 33 30 31 30 2e 35 30 35 30 30 30 30 30 32 33 31 36 37 33 30 30 30 31 34 31 30 30 30 32 39 39 30 30 31 30 39 38 33 30 30 30 36 30 35 36 34 2e 34 34 30 30 30 30 31 32 30 30 30 30 39 30 33 30 30 30 30 35 30 32 30 30 30 34 30 30 30 33 30 30 30 31 31 30 30 30 30 36 32 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 d5 7E -2024-06-21 11:34:24.100 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940864031, longitude=116.7737930, latitude=39.5637520, speed=72.000, mileage=44.82000000, dischargeVoltage=746000, dischargeCurrent=15000, insulationResistance=275890000, gear=D, accelerationPedal=90, brakePedal=30, fuelConsumption=10.50, motorControllerTemperature=500000, motorSpeed=23167, motorTorque=3000, motorTemperature=141000, motorVoltage=29900, motorCurrent=10983000, powerBattery=60564., maxFeedbackPower=440000, maxDischargePower=120000, bmsSelfCheck=90, powerBatteryCurrent=30000, powerBatteryV3=502000, maxVoltage=4000, minVoltage=3000, maxTemperature=110000, minTemperature=620000, 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-21 11:34:24.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:24.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"700000","bmsSelfCheck":"90","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"746000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"275890000","latitude":"39.5637520","location":"1","longitude":"116.7737930","maxDischargePower":"120000","maxFeedbackPower":"440000","maxTemperature":"110000","maxVoltage":"4000","mcu":"1","mileage":"44.82000000","minTemperature":"620000","minVoltage":"3000","motorControllerTemperature":"500000","motorCurrent":"10983000","motorSpeed":"23167","motorTemperature":"141000","motorTorque":"3000","motorVoltage":"29900","powerBattery":"60564.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"502000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940864031","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:24.102 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940864031, longitude=116.7737930, latitude=39.5637520, speed=72.000, mileage=44.82000000, dischargeVoltage=746000, dischargeCurrent=15000, insulationResistance=275890000, gear=D, accelerationPedal=90, brakePedal=30, fuelConsumption=10.50, motorControllerTemperature=500000, motorSpeed=23167, motorTorque=3000, motorTemperature=141000, motorVoltage=29900, motorCurrent=10983000, powerBattery=60564., maxFeedbackPower=440000, maxDischargePower=120000, bmsSelfCheck=90, powerBatteryCurrent=30000, powerBatteryV3=502000, maxVoltage=4000, minVoltage=3000, maxTemperature=110000, minTemperature=620000, 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-21 11:34:25.106 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:25.107 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:25.107 [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 38 39 34 30 38 36 35 30 33 33 31 31 36 2e 37 37 33 36 30 35 30 33 39 2e 35 36 34 33 39 37 30 39 30 2e 30 30 30 34 34 2e 38 37 30 30 30 30 30 30 33 38 33 30 30 30 33 30 30 30 30 36 34 35 38 30 30 30 30 30 44 39 30 33 30 31 30 2e 37 30 33 32 30 30 30 30 32 33 34 30 35 33 32 30 30 36 34 30 30 30 30 31 33 37 30 30 31 33 31 36 31 30 30 30 36 30 35 35 33 2e 39 30 30 30 30 30 38 31 30 30 30 30 32 30 37 30 30 30 30 33 31 30 30 30 30 34 30 30 30 34 30 30 30 35 36 30 30 30 30 36 32 30 30 30 30 31 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c5 7E -2024-06-21 11:34:25.107 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940865033, longitude=116.7736050, latitude=39.5643970, speed=90.000, mileage=44.87000000, dischargeVoltage=383000, dischargeCurrent=30000, insulationResistance=645800000, gear=D, accelerationPedal=90, brakePedal=30, fuelConsumption=10.70, motorControllerTemperature=320000, motorSpeed=23405, motorTorque=3200, motorTemperature=640000, motorVoltage=13700, motorCurrent=13161000, powerBattery=60553., maxFeedbackPower=900000, maxDischargePower=810000, bmsSelfCheck=20, powerBatteryCurrent=70000, powerBatteryV3=310000, maxVoltage=4000, minVoltage=4000, maxTemperature=560000, minTemperature=620000, availableCapacity=140000, 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-21 11:34:25.108 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:25.108 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"140000","bmsSelfCheck":"20","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"383000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"645800000","latitude":"39.5643970","location":"1","longitude":"116.7736050","maxDischargePower":"810000","maxFeedbackPower":"900000","maxTemperature":"560000","maxVoltage":"4000","mcu":"1","mileage":"44.87000000","minTemperature":"620000","minVoltage":"4000","motorControllerTemperature":"320000","motorCurrent":"13161000","motorSpeed":"23405","motorTemperature":"640000","motorTorque":"3200","motorVoltage":"13700","powerBattery":"60553.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"310000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940865033","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:25.109 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940865033, longitude=116.7736050, latitude=39.5643970, speed=90.000, mileage=44.87000000, dischargeVoltage=383000, dischargeCurrent=30000, insulationResistance=645800000, gear=D, accelerationPedal=90, brakePedal=30, fuelConsumption=10.70, motorControllerTemperature=320000, motorSpeed=23405, motorTorque=3200, motorTemperature=640000, motorVoltage=13700, motorCurrent=13161000, powerBattery=60553., maxFeedbackPower=900000, maxDischargePower=810000, bmsSelfCheck=20, powerBatteryCurrent=70000, powerBatteryV3=310000, maxVoltage=4000, minVoltage=4000, maxTemperature=560000, minTemperature=620000, availableCapacity=140000, 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-21 11:34:26.073 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:26.073 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:26.073 [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 38 39 34 30 38 36 36 30 33 31 31 31 36 2e 37 37 33 33 36 37 30 33 39 2e 35 36 35 32 39 38 30 39 30 2e 30 30 30 34 34 2e 39 32 30 30 30 30 30 30 32 35 36 30 30 30 33 32 30 30 30 35 31 36 37 30 30 30 30 30 44 35 30 30 30 31 31 2e 31 30 38 38 30 30 30 30 38 36 31 36 38 34 36 35 30 32 32 30 30 30 30 31 37 35 30 30 35 31 32 32 30 30 30 30 36 30 35 34 32 2e 33 35 30 30 30 30 32 30 30 30 30 30 33 30 38 30 30 30 30 33 35 37 30 30 30 33 30 30 30 34 30 30 30 32 34 30 30 30 30 39 30 30 30 30 30 34 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d6 7E -2024-06-21 11:34:26.073 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940866031, longitude=116.7733670, latitude=39.5652980, speed=90.000, mileage=44.92000000, dischargeVoltage=256000, dischargeCurrent=32000, insulationResistance=516700000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=11.10, motorControllerTemperature=880000, motorSpeed=86168, motorTorque=4650, motorTemperature=220000, motorVoltage=17500, motorCurrent=51220000, powerBattery=60542., maxFeedbackPower=350000, maxDischargePower=200000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=357000, maxVoltage=3000, minVoltage=4000, maxTemperature=240000, minTemperature=900000, availableCapacity=440000, 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-21 11:34:26.075 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:26.075 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"440000","bmsSelfCheck":"30","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"32000","dischargeVoltage":"256000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"516700000","latitude":"39.5652980","location":"1","longitude":"116.7733670","maxDischargePower":"200000","maxFeedbackPower":"350000","maxTemperature":"240000","maxVoltage":"3000","mcu":"1","mileage":"44.92000000","minTemperature":"900000","minVoltage":"4000","motorControllerTemperature":"880000","motorCurrent":"51220000","motorSpeed":"86168","motorTemperature":"220000","motorTorque":"4650","motorVoltage":"17500","powerBattery":"60542.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"357000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940866031","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:26.075 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940866031, longitude=116.7733670, latitude=39.5652980, speed=90.000, mileage=44.92000000, dischargeVoltage=256000, dischargeCurrent=32000, insulationResistance=516700000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=11.10, motorControllerTemperature=880000, motorSpeed=86168, motorTorque=4650, motorTemperature=220000, motorVoltage=17500, motorCurrent=51220000, powerBattery=60542., maxFeedbackPower=350000, maxDischargePower=200000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=357000, maxVoltage=3000, minVoltage=4000, maxTemperature=240000, minTemperature=900000, availableCapacity=440000, 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-21 11:34:27.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:27.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:27.061 [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 38 39 34 30 38 36 37 30 32 33 31 31 36 2e 37 37 33 32 30 36 30 33 39 2e 35 36 35 38 36 31 30 33 36 2e 30 30 30 34 34 2e 39 34 30 30 30 30 30 30 32 34 30 30 30 30 32 33 30 30 30 32 34 39 37 36 30 30 30 30 44 33 30 38 30 31 30 2e 36 30 34 35 30 30 30 30 33 38 35 33 38 32 31 30 30 34 31 30 30 30 30 32 35 34 30 30 37 35 37 36 30 30 30 30 36 30 35 34 32 2e 33 32 30 30 30 30 39 30 30 30 30 30 34 30 31 32 30 30 30 32 34 38 30 30 30 33 30 30 30 33 30 30 30 33 33 30 30 30 30 38 34 30 30 30 30 37 39 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 db 7E -2024-06-21 11:34:27.061 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940867023, longitude=116.7732060, latitude=39.5658610, speed=36.000, mileage=44.94000000, dischargeVoltage=240000, dischargeCurrent=23000, insulationResistance=249760000, gear=D, accelerationPedal=30, brakePedal=80, fuelConsumption=10.60, motorControllerTemperature=450000, motorSpeed=38538, motorTorque=2100, motorTemperature=410000, motorVoltage=25400, motorCurrent=75760000, powerBattery=60542., maxFeedbackPower=320000, maxDischargePower=900000, bmsSelfCheck=40, powerBatteryCurrent=12000, powerBatteryV3=248000, maxVoltage=3000, minVoltage=3000, maxTemperature=330000, minTemperature=840000, availableCapacity=790000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:27.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:27.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"790000","bmsSelfCheck":"40","brakePedal":"80","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"23000","dischargeVoltage":"240000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.60","gear":"D","insulationResistance":"249760000","latitude":"39.5658610","location":"1","longitude":"116.7732060","maxDischargePower":"900000","maxFeedbackPower":"320000","maxTemperature":"330000","maxVoltage":"3000","mcu":"1","mileage":"44.94000000","minTemperature":"840000","minVoltage":"3000","motorControllerTemperature":"450000","motorCurrent":"75760000","motorSpeed":"38538","motorTemperature":"410000","motorTorque":"2100","motorVoltage":"25400","powerBattery":"60542.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"248000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940867023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:27.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940867023, longitude=116.7732060, latitude=39.5658610, speed=36.000, mileage=44.94000000, dischargeVoltage=240000, dischargeCurrent=23000, insulationResistance=249760000, gear=D, accelerationPedal=30, brakePedal=80, fuelConsumption=10.60, motorControllerTemperature=450000, motorSpeed=38538, motorTorque=2100, motorTemperature=410000, motorVoltage=25400, motorCurrent=75760000, powerBattery=60542., maxFeedbackPower=320000, maxDischargePower=900000, bmsSelfCheck=40, powerBatteryCurrent=12000, powerBatteryV3=248000, maxVoltage=3000, minVoltage=3000, maxTemperature=330000, minTemperature=840000, availableCapacity=790000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:28.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:28.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:28.061 [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 38 39 34 30 38 36 38 30 32 34 31 31 36 2e 37 37 33 30 33 34 30 33 39 2e 35 36 36 34 37 33 30 37 32 2e 30 30 30 34 34 2e 39 38 30 30 30 30 30 30 34 33 39 30 30 30 31 31 30 30 30 31 33 35 34 30 30 30 30 30 44 36 30 37 30 31 30 2e 39 30 35 35 30 30 30 30 31 34 32 34 35 31 30 38 30 37 37 30 30 30 30 31 32 36 30 30 31 32 38 32 39 30 30 30 36 30 35 34 32 2e 35 35 30 30 30 30 39 30 30 30 30 30 31 30 32 30 30 30 30 35 38 32 30 30 30 33 30 30 30 34 30 30 30 35 30 30 30 30 30 33 35 30 30 30 30 38 36 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d9 7E -2024-06-21 11:34:28.061 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940868024, longitude=116.7730340, latitude=39.5664730, speed=72.000, mileage=44.98000000, dischargeVoltage=439000, dischargeCurrent=11000, insulationResistance=135400000, gear=D, accelerationPedal=60, brakePedal=70, fuelConsumption=10.90, motorControllerTemperature=550000, motorSpeed=14245, motorTorque=1080, motorTemperature=770000, motorVoltage=12600, motorCurrent=12829000, powerBattery=60542., maxFeedbackPower=550000, maxDischargePower=900000, bmsSelfCheck=10, powerBatteryCurrent=20000, powerBatteryV3=582000, maxVoltage=3000, minVoltage=4000, maxTemperature=500000, minTemperature=350000, availableCapacity=860000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:28.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:28.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"860000","bmsSelfCheck":"10","brakePedal":"70","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"439000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"135400000","latitude":"39.5664730","location":"1","longitude":"116.7730340","maxDischargePower":"900000","maxFeedbackPower":"550000","maxTemperature":"500000","maxVoltage":"3000","mcu":"1","mileage":"44.98000000","minTemperature":"350000","minVoltage":"4000","motorControllerTemperature":"550000","motorCurrent":"12829000","motorSpeed":"14245","motorTemperature":"770000","motorTorque":"1080","motorVoltage":"12600","powerBattery":"60542.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"582000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940868024","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:28.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940868024, longitude=116.7730340, latitude=39.5664730, speed=72.000, mileage=44.98000000, dischargeVoltage=439000, dischargeCurrent=11000, insulationResistance=135400000, gear=D, accelerationPedal=60, brakePedal=70, fuelConsumption=10.90, motorControllerTemperature=550000, motorSpeed=14245, motorTorque=1080, motorTemperature=770000, motorVoltage=12600, motorCurrent=12829000, powerBattery=60542., maxFeedbackPower=550000, maxDischargePower=900000, bmsSelfCheck=10, powerBatteryCurrent=20000, powerBatteryV3=582000, maxVoltage=3000, minVoltage=4000, maxTemperature=500000, minTemperature=350000, availableCapacity=860000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:29.067 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:29.067 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:29.067 [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 38 39 34 30 38 36 39 30 32 33 31 31 36 2e 37 37 32 31 38 37 30 33 39 2e 35 36 36 33 37 34 30 39 30 2e 30 30 30 34 35 2e 30 33 30 30 30 30 30 30 36 31 38 30 30 30 31 36 30 30 30 32 31 36 37 30 30 30 30 30 44 32 30 30 30 31 31 2e 36 30 36 35 30 30 30 30 32 31 37 34 39 35 34 34 30 31 32 31 30 30 30 32 33 31 30 30 32 35 33 36 30 30 30 30 36 30 35 33 31 2e 32 30 30 30 30 30 36 35 30 30 30 30 31 31 37 30 30 30 30 33 38 33 30 30 30 34 30 30 30 33 30 30 30 33 39 30 30 30 30 32 39 30 30 30 30 36 38 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ce 7E -2024-06-21 11:34:29.067 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940869023, longitude=116.7721870, latitude=39.5663740, speed=90.000, mileage=45.03000000, dischargeVoltage=618000, dischargeCurrent=16000, insulationResistance=216700000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=11.60, motorControllerTemperature=650000, motorSpeed=21749, motorTorque=5440, motorTemperature=121000, motorVoltage=23100, motorCurrent=25360000, powerBattery=60531., maxFeedbackPower=200000, maxDischargePower=650000, bmsSelfCheck=11, powerBatteryCurrent=70000, powerBatteryV3=383000, maxVoltage=4000, minVoltage=3000, maxTemperature=390000, minTemperature=290000, availableCapacity=680000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:29.068 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:29.068 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"680000","bmsSelfCheck":"11","brakePedal":"00","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"16000","dischargeVoltage":"618000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"216700000","latitude":"39.5663740","location":"1","longitude":"116.7721870","maxDischargePower":"650000","maxFeedbackPower":"200000","maxTemperature":"390000","maxVoltage":"4000","mcu":"1","mileage":"45.03000000","minTemperature":"290000","minVoltage":"3000","motorControllerTemperature":"650000","motorCurrent":"25360000","motorSpeed":"21749","motorTemperature":"121000","motorTorque":"5440","motorVoltage":"23100","powerBattery":"60531.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"383000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940869023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:29.068 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940869023, longitude=116.7721870, latitude=39.5663740, speed=90.000, mileage=45.03000000, dischargeVoltage=618000, dischargeCurrent=16000, insulationResistance=216700000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=11.60, motorControllerTemperature=650000, motorSpeed=21749, motorTorque=5440, motorTemperature=121000, motorVoltage=23100, motorCurrent=25360000, powerBattery=60531., maxFeedbackPower=200000, maxDischargePower=650000, bmsSelfCheck=11, powerBatteryCurrent=70000, powerBatteryV3=383000, maxVoltage=4000, minVoltage=3000, maxTemperature=390000, minTemperature=290000, availableCapacity=680000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:30.089 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:30.089 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:30.089 [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 38 39 34 30 38 37 30 30 32 33 31 31 36 2e 37 37 31 33 38 32 30 33 39 2e 35 36 36 32 35 34 30 35 34 2e 30 30 30 34 35 2e 30 36 30 30 30 30 30 30 37 30 37 30 30 30 31 32 30 30 30 31 39 34 33 31 30 30 30 30 44 39 30 36 30 39 2e 31 30 30 34 30 30 30 30 30 34 33 37 36 32 34 31 32 30 38 36 30 30 30 30 32 33 32 30 30 31 32 38 38 31 30 30 30 36 30 35 33 31 2e 34 35 30 30 30 30 31 32 30 30 30 30 33 30 37 30 30 30 30 36 33 30 30 30 30 33 30 30 30 34 30 30 30 32 32 30 30 30 30 37 33 30 30 30 30 31 39 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 bd 7E -2024-06-21 11:34:30.089 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940870023, longitude=116.7713820, latitude=39.5662540, speed=54.000, mileage=45.06000000, dischargeVoltage=707000, dischargeCurrent=12000, insulationResistance=194310000, gear=D, accelerationPedal=90, brakePedal=60, fuelConsumption=9.100, motorControllerTemperature=400000, motorSpeed=43762, motorTorque=4120, motorTemperature=860000, motorVoltage=23200, motorCurrent=12881000, powerBattery=60531., maxFeedbackPower=450000, maxDischargePower=120000, bmsSelfCheck=30, powerBatteryCurrent=70000, powerBatteryV3=630000, maxVoltage=3000, minVoltage=4000, maxTemperature=220000, minTemperature=730000, availableCapacity=190000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:30.091 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:30.091 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"190000","bmsSelfCheck":"30","brakePedal":"60","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"12000","dischargeVoltage":"707000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"194310000","latitude":"39.5662540","location":"1","longitude":"116.7713820","maxDischargePower":"120000","maxFeedbackPower":"450000","maxTemperature":"220000","maxVoltage":"3000","mcu":"1","mileage":"45.06000000","minTemperature":"730000","minVoltage":"4000","motorControllerTemperature":"400000","motorCurrent":"12881000","motorSpeed":"43762","motorTemperature":"860000","motorTorque":"4120","motorVoltage":"23200","powerBattery":"60531.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"630000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940870023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:30.091 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940870023, longitude=116.7713820, latitude=39.5662540, speed=54.000, mileage=45.06000000, dischargeVoltage=707000, dischargeCurrent=12000, insulationResistance=194310000, gear=D, accelerationPedal=90, brakePedal=60, fuelConsumption=9.100, motorControllerTemperature=400000, motorSpeed=43762, motorTorque=4120, motorTemperature=860000, motorVoltage=23200, motorCurrent=12881000, powerBattery=60531., maxFeedbackPower=450000, maxDischargePower=120000, bmsSelfCheck=30, powerBatteryCurrent=70000, powerBatteryV3=630000, maxVoltage=3000, minVoltage=4000, maxTemperature=220000, minTemperature=730000, availableCapacity=190000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:31.217 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:31.218 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:31.218 [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 38 39 34 30 38 37 31 30 32 33 31 31 36 2e 37 37 30 30 35 32 30 33 39 2e 35 36 36 30 33 39 30 31 30 38 2e 30 30 34 35 2e 31 32 30 30 30 30 30 30 36 35 31 30 30 30 34 30 30 30 30 37 37 35 33 30 30 30 30 30 44 31 30 34 30 31 31 2e 38 30 33 35 30 30 30 30 33 39 36 30 32 35 35 38 30 37 30 30 30 30 30 32 36 36 30 30 39 30 39 33 30 30 30 30 36 30 35 31 39 2e 33 30 30 30 30 30 39 36 30 30 30 30 39 30 37 30 30 30 30 33 39 39 30 30 30 34 30 30 30 33 30 30 30 31 32 30 30 30 30 34 39 30 30 30 30 35 38 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 df 7E -2024-06-21 11:34:31.218 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940871023, longitude=116.7700520, latitude=39.5660390, speed=108.00, mileage=45.12000000, dischargeVoltage=651000, dischargeCurrent=40000, insulationResistance=775300000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=11.80, motorControllerTemperature=350000, motorSpeed=39602, motorTorque=5580, motorTemperature=700000, motorVoltage=26600, motorCurrent=90930000, powerBattery=60519., maxFeedbackPower=300000, maxDischargePower=960000, bmsSelfCheck=90, powerBatteryCurrent=70000, powerBatteryV3=399000, maxVoltage=4000, minVoltage=3000, maxTemperature=120000, minTemperature=490000, availableCapacity=580000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:31.219 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:31.219 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"580000","bmsSelfCheck":"90","brakePedal":"40","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"651000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"775300000","latitude":"39.5660390","location":"1","longitude":"116.7700520","maxDischargePower":"960000","maxFeedbackPower":"300000","maxTemperature":"120000","maxVoltage":"4000","mcu":"1","mileage":"45.12000000","minTemperature":"490000","minVoltage":"3000","motorControllerTemperature":"350000","motorCurrent":"90930000","motorSpeed":"39602","motorTemperature":"700000","motorTorque":"5580","motorVoltage":"26600","powerBattery":"60519.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"399000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940871023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:31.220 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940871023, longitude=116.7700520, latitude=39.5660390, speed=108.00, mileage=45.12000000, dischargeVoltage=651000, dischargeCurrent=40000, insulationResistance=775300000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=11.80, motorControllerTemperature=350000, motorSpeed=39602, motorTorque=5580, motorTemperature=700000, motorVoltage=26600, motorCurrent=90930000, powerBattery=60519., maxFeedbackPower=300000, maxDischargePower=960000, bmsSelfCheck=90, powerBatteryCurrent=70000, powerBatteryV3=399000, maxVoltage=4000, minVoltage=3000, maxTemperature=120000, minTemperature=490000, availableCapacity=580000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:32.059 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:32.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:32.060 [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 38 39 34 30 38 37 32 30 32 33 31 31 36 2e 37 36 39 31 30 32 30 33 39 2e 35 36 35 38 38 32 30 35 34 2e 30 30 30 34 35 2e 31 35 30 30 30 30 30 30 33 36 38 30 30 30 33 37 30 30 30 31 31 36 34 30 30 30 30 30 44 32 30 32 30 31 30 2e 34 30 35 35 30 30 30 30 36 30 38 30 34 35 37 39 30 36 30 30 30 30 30 32 31 31 30 30 31 34 37 38 31 30 30 30 36 30 35 31 39 2e 31 30 30 30 30 30 34 36 30 30 30 30 38 30 32 30 30 30 30 32 36 39 30 30 30 34 30 30 30 34 30 30 30 38 31 30 30 30 30 31 31 30 30 30 30 31 35 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c3 7E -2024-06-21 11:34:32.060 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940872023, longitude=116.7691020, latitude=39.5658820, speed=54.000, mileage=45.15000000, dischargeVoltage=368000, dischargeCurrent=37000, insulationResistance=116400000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=10.40, motorControllerTemperature=550000, motorSpeed=60804, motorTorque=5790, motorTemperature=600000, motorVoltage=21100, motorCurrent=14781000, powerBattery=60519., maxFeedbackPower=100000, maxDischargePower=460000, bmsSelfCheck=80, powerBatteryCurrent=20000, powerBatteryV3=269000, maxVoltage=4000, minVoltage=4000, maxTemperature=810000, minTemperature=110000, availableCapacity=150000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:32.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:32.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"150000","bmsSelfCheck":"80","brakePedal":"20","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"37000","dischargeVoltage":"368000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"116400000","latitude":"39.5658820","location":"1","longitude":"116.7691020","maxDischargePower":"460000","maxFeedbackPower":"100000","maxTemperature":"810000","maxVoltage":"4000","mcu":"1","mileage":"45.15000000","minTemperature":"110000","minVoltage":"4000","motorControllerTemperature":"550000","motorCurrent":"14781000","motorSpeed":"60804","motorTemperature":"600000","motorTorque":"5790","motorVoltage":"21100","powerBattery":"60519.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"269000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940872023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:32.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940872023, longitude=116.7691020, latitude=39.5658820, speed=54.000, mileage=45.15000000, dischargeVoltage=368000, dischargeCurrent=37000, insulationResistance=116400000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=10.40, motorControllerTemperature=550000, motorSpeed=60804, motorTorque=5790, motorTemperature=600000, motorVoltage=21100, motorCurrent=14781000, powerBattery=60519., maxFeedbackPower=100000, maxDischargePower=460000, bmsSelfCheck=80, powerBatteryCurrent=20000, powerBatteryV3=269000, maxVoltage=4000, minVoltage=4000, maxTemperature=810000, minTemperature=110000, availableCapacity=150000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:33.049 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:33.049 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:33.049 [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 38 39 34 30 38 37 33 30 32 34 31 31 36 2e 37 36 38 32 37 36 30 33 39 2e 35 36 35 37 36 32 30 39 30 2e 30 30 30 34 35 2e 32 30 30 30 30 30 30 30 31 34 31 30 30 30 32 34 30 30 30 32 31 34 30 31 30 30 30 30 44 33 30 32 30 31 31 2e 36 30 35 38 30 30 30 30 32 38 37 33 31 38 38 39 30 32 33 30 30 30 30 32 33 35 30 30 32 33 39 37 30 30 30 30 36 30 35 30 37 2e 31 33 30 30 30 30 32 36 30 30 30 30 31 32 31 32 30 30 30 36 36 36 30 30 30 34 30 30 30 33 30 30 30 36 30 30 30 30 30 33 37 30 30 30 30 35 37 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ce 7E -2024-06-21 11:34:33.049 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940873024, longitude=116.7682760, latitude=39.5657620, speed=90.000, mileage=45.20000000, dischargeVoltage=141000, dischargeCurrent=24000, insulationResistance=214010000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=11.60, motorControllerTemperature=580000, motorSpeed=28731, motorTorque=8890, motorTemperature=230000, motorVoltage=23500, motorCurrent=23970000, powerBattery=60507., maxFeedbackPower=130000, maxDischargePower=260000, bmsSelfCheck=12, powerBatteryCurrent=12000, powerBatteryV3=666000, maxVoltage=4000, minVoltage=3000, maxTemperature=600000, minTemperature=370000, availableCapacity=570000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:33.051 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:33.051 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"570000","bmsSelfCheck":"12","brakePedal":"20","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"24000","dischargeVoltage":"141000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"214010000","latitude":"39.5657620","location":"1","longitude":"116.7682760","maxDischargePower":"260000","maxFeedbackPower":"130000","maxTemperature":"600000","maxVoltage":"4000","mcu":"1","mileage":"45.20000000","minTemperature":"370000","minVoltage":"3000","motorControllerTemperature":"580000","motorCurrent":"23970000","motorSpeed":"28731","motorTemperature":"230000","motorTorque":"8890","motorVoltage":"23500","powerBattery":"60507.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"666000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940873024","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:33.051 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940873024, longitude=116.7682760, latitude=39.5657620, speed=90.000, mileage=45.20000000, dischargeVoltage=141000, dischargeCurrent=24000, insulationResistance=214010000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=11.60, motorControllerTemperature=580000, motorSpeed=28731, motorTorque=8890, motorTemperature=230000, motorVoltage=23500, motorCurrent=23970000, powerBattery=60507., maxFeedbackPower=130000, maxDischargePower=260000, bmsSelfCheck=12, powerBatteryCurrent=12000, powerBatteryV3=666000, maxVoltage=4000, minVoltage=3000, maxTemperature=600000, minTemperature=370000, availableCapacity=570000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:34.056 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:34.058 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:34.058 [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 38 39 34 30 38 37 34 30 32 33 31 31 36 2e 37 36 37 30 33 37 30 33 39 2e 35 36 35 35 32 36 30 31 30 38 2e 30 30 34 35 2e 32 36 30 30 30 30 30 30 33 38 30 30 30 30 31 37 30 30 30 33 32 35 31 30 30 30 30 30 44 32 30 32 30 39 2e 33 30 30 38 34 30 30 30 30 34 34 35 37 33 32 36 35 30 31 30 32 30 30 30 32 39 32 30 30 31 31 36 38 30 30 30 30 36 30 34 39 38 2e 31 36 30 30 30 30 33 30 30 30 30 30 31 33 33 30 30 30 30 32 32 37 30 30 30 34 30 30 30 34 30 30 30 38 31 30 30 30 30 32 30 30 30 30 30 39 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c4 7E -2024-06-21 11:34:34.058 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940874023, longitude=116.7670370, latitude=39.5655260, speed=108.00, mileage=45.26000000, dischargeVoltage=380000, dischargeCurrent=17000, insulationResistance=325100000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=9.300, motorControllerTemperature=840000, motorSpeed=44573, motorTorque=2650, motorTemperature=102000, motorVoltage=29200, motorCurrent=11680000, powerBattery=60498., maxFeedbackPower=160000, maxDischargePower=300000, bmsSelfCheck=13, powerBatteryCurrent=30000, powerBatteryV3=227000, maxVoltage=4000, minVoltage=4000, maxTemperature=810000, minTemperature=200000, availableCapacity=900000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:34.059 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:34.060 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"900000","bmsSelfCheck":"13","brakePedal":"20","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"17000","dischargeVoltage":"380000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"325100000","latitude":"39.5655260","location":"1","longitude":"116.7670370","maxDischargePower":"300000","maxFeedbackPower":"160000","maxTemperature":"810000","maxVoltage":"4000","mcu":"1","mileage":"45.26000000","minTemperature":"200000","minVoltage":"4000","motorControllerTemperature":"840000","motorCurrent":"11680000","motorSpeed":"44573","motorTemperature":"102000","motorTorque":"2650","motorVoltage":"29200","powerBattery":"60498.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"227000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940874023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:34.060 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940874023, longitude=116.7670370, latitude=39.5655260, speed=108.00, mileage=45.26000000, dischargeVoltage=380000, dischargeCurrent=17000, insulationResistance=325100000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=9.300, motorControllerTemperature=840000, motorSpeed=44573, motorTorque=2650, motorTemperature=102000, motorVoltage=29200, motorCurrent=11680000, powerBattery=60498., maxFeedbackPower=160000, maxDischargePower=300000, bmsSelfCheck=13, powerBatteryCurrent=30000, powerBatteryV3=227000, maxVoltage=4000, minVoltage=4000, maxTemperature=810000, minTemperature=200000, availableCapacity=900000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:35.059 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:35.059 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:35.059 [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 38 39 34 30 38 37 35 30 32 33 31 31 36 2e 37 36 35 37 35 35 30 33 39 2e 35 36 35 32 39 38 30 31 30 38 2e 30 30 34 35 2e 33 32 30 30 30 30 30 30 35 31 36 30 30 30 33 34 30 30 30 32 34 33 34 35 30 30 30 30 44 32 30 35 30 39 2e 39 30 30 32 31 30 30 30 30 37 39 37 32 31 36 30 33 30 31 30 30 30 30 30 31 36 39 30 30 32 39 33 30 30 30 30 30 36 30 34 38 38 2e 32 30 30 30 30 30 39 30 30 30 30 30 31 31 38 30 30 30 30 35 31 35 30 30 30 33 30 30 30 34 30 30 30 38 31 30 30 30 30 31 38 30 30 30 30 38 38 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e2 7E -2024-06-21 11:34:35.059 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940875023, longitude=116.7657550, latitude=39.5652980, speed=108.00, mileage=45.32000000, dischargeVoltage=516000, dischargeCurrent=34000, insulationResistance=243450000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=9.900, motorControllerTemperature=210000, motorSpeed=79721, motorTorque=6030, motorTemperature=100000, motorVoltage=16900, motorCurrent=29300000, powerBattery=60488., maxFeedbackPower=200000, maxDischargePower=900000, bmsSelfCheck=11, powerBatteryCurrent=80000, powerBatteryV3=515000, maxVoltage=3000, minVoltage=4000, maxTemperature=810000, minTemperature=180000, availableCapacity=880000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:35.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:35.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"880000","bmsSelfCheck":"11","brakePedal":"50","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"34000","dischargeVoltage":"516000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"243450000","latitude":"39.5652980","location":"1","longitude":"116.7657550","maxDischargePower":"900000","maxFeedbackPower":"200000","maxTemperature":"810000","maxVoltage":"3000","mcu":"1","mileage":"45.32000000","minTemperature":"180000","minVoltage":"4000","motorControllerTemperature":"210000","motorCurrent":"29300000","motorSpeed":"79721","motorTemperature":"100000","motorTorque":"6030","motorVoltage":"16900","powerBattery":"60488.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"515000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718940875023","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:35.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940875023, longitude=116.7657550, latitude=39.5652980, speed=108.00, mileage=45.32000000, dischargeVoltage=516000, dischargeCurrent=34000, insulationResistance=243450000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=9.900, motorControllerTemperature=210000, motorSpeed=79721, motorTorque=6030, motorTemperature=100000, motorVoltage=16900, motorCurrent=29300000, powerBattery=60488., maxFeedbackPower=200000, maxDischargePower=900000, bmsSelfCheck=11, powerBatteryCurrent=80000, powerBatteryV3=515000, maxVoltage=3000, minVoltage=4000, maxTemperature=810000, minTemperature=180000, availableCapacity=880000, vehicleStatus=0, chargeStatus=0, 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-21 11:34:36.218 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:36.218 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:36.218 [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 38 39 34 30 38 37 36 30 32 34 31 31 36 2e 37 36 34 35 36 39 30 33 39 2e 35 36 35 31 32 31 30 39 30 2e 30 30 30 34 35 2e 33 37 30 30 30 30 30 30 35 39 34 30 30 30 32 31 30 30 30 32 36 37 31 33 30 30 30 30 44 39 30 37 30 31 32 2e 30 30 33 34 30 30 30 30 39 30 38 31 31 33 34 31 30 33 30 30 30 30 30 32 39 35 30 30 31 30 38 31 30 30 30 30 36 30 34 37 36 2e 34 33 30 30 30 30 36 38 30 30 30 30 32 30 36 30 30 30 30 37 30 39 30 30 30 34 30 30 30 34 30 30 30 37 35 30 30 30 30 35 34 30 30 30 30 31 34 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d7 7E -2024-06-21 11:34:36.218 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940876024, longitude=116.7645690, latitude=39.5651210, speed=90.000, mileage=45.37000000, dischargeVoltage=594000, dischargeCurrent=21000, insulationResistance=267130000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=12.00, motorControllerTemperature=340000, motorSpeed=90811, motorTorque=3410, motorTemperature=300000, motorVoltage=29500, motorCurrent=10810000, powerBattery=60476., maxFeedbackPower=430000, maxDischargePower=680000, bmsSelfCheck=20, powerBatteryCurrent=60000, powerBatteryV3=709000, maxVoltage=4000, minVoltage=4000, maxTemperature=750000, minTemperature=540000, availableCapacity=140000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:36.220 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:36.220 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"140000","bmsSelfCheck":"20","brakePedal":"70","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"594000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"267130000","latitude":"39.5651210","location":"1","longitude":"116.7645690","maxDischargePower":"680000","maxFeedbackPower":"430000","maxTemperature":"750000","maxVoltage":"4000","mcu":"1","mileage":"45.37000000","minTemperature":"540000","minVoltage":"4000","motorControllerTemperature":"340000","motorCurrent":"10810000","motorSpeed":"90811","motorTemperature":"300000","motorTorque":"3410","motorVoltage":"29500","powerBattery":"60476.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"709000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940876024","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:36.220 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940876024, longitude=116.7645690, latitude=39.5651210, speed=90.000, mileage=45.37000000, dischargeVoltage=594000, dischargeCurrent=21000, insulationResistance=267130000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=12.00, motorControllerTemperature=340000, motorSpeed=90811, motorTorque=3410, motorTemperature=300000, motorVoltage=29500, motorCurrent=10810000, powerBattery=60476., maxFeedbackPower=430000, maxDischargePower=680000, bmsSelfCheck=20, powerBatteryCurrent=60000, powerBatteryV3=709000, maxVoltage=4000, minVoltage=4000, maxTemperature=750000, minTemperature=540000, availableCapacity=140000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:36.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:97 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:34:36.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:98 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:34:36.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:110 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:34:36.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:113 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:34:37.066 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:37.067 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:37.067 [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 38 39 34 30 38 37 37 30 32 33 31 31 36 2e 37 36 33 30 34 31 30 33 39 2e 35 36 34 38 35 34 30 31 34 34 2e 30 30 34 35 2e 34 35 30 30 30 30 30 30 33 32 32 30 30 30 31 32 30 30 30 32 33 34 35 32 30 30 30 30 44 34 30 39 30 39 2e 30 30 30 33 33 30 30 30 30 33 35 35 35 38 38 35 32 30 32 30 30 30 30 30 32 37 33 30 30 39 38 31 30 30 30 30 30 36 30 34 36 37 2e 35 36 30 30 30 30 33 38 30 30 30 30 36 30 31 30 30 30 30 36 32 35 30 30 30 33 30 30 30 34 30 30 30 32 33 30 30 30 30 33 32 30 30 30 30 39 31 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 cd 7E -2024-06-21 11:34:37.067 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940877023, longitude=116.7630410, latitude=39.5648540, speed=144.00, mileage=45.45000000, dischargeVoltage=322000, dischargeCurrent=12000, insulationResistance=234520000, gear=D, accelerationPedal=40, brakePedal=90, fuelConsumption=9.000, motorControllerTemperature=330000, motorSpeed=35558, motorTorque=8520, motorTemperature=200000, motorVoltage=27300, motorCurrent=98100000, powerBattery=60467., maxFeedbackPower=560000, maxDischargePower=380000, bmsSelfCheck=60, powerBatteryCurrent=10000, powerBatteryV3=625000, maxVoltage=3000, minVoltage=4000, maxTemperature=230000, minTemperature=320000, availableCapacity=910000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:37.068 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:37.068 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"910000","bmsSelfCheck":"60","brakePedal":"90","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"12000","dischargeVoltage":"322000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.000","gear":"D","insulationResistance":"234520000","latitude":"39.5648540","location":"1","longitude":"116.7630410","maxDischargePower":"380000","maxFeedbackPower":"560000","maxTemperature":"230000","maxVoltage":"3000","mcu":"1","mileage":"45.45000000","minTemperature":"320000","minVoltage":"4000","motorControllerTemperature":"330000","motorCurrent":"98100000","motorSpeed":"35558","motorTemperature":"200000","motorTorque":"8520","motorVoltage":"27300","powerBattery":"60467.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"625000","ptc":"1","runStatus":"1","soc":"1","speed":"144.00","timestamp":"1718940877023","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:37.069 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940877023, longitude=116.7630410, latitude=39.5648540, speed=144.00, mileage=45.45000000, dischargeVoltage=322000, dischargeCurrent=12000, insulationResistance=234520000, gear=D, accelerationPedal=40, brakePedal=90, fuelConsumption=9.000, motorControllerTemperature=330000, motorSpeed=35558, motorTorque=8520, motorTemperature=200000, motorVoltage=27300, motorCurrent=98100000, powerBattery=60467., maxFeedbackPower=560000, maxDischargePower=380000, bmsSelfCheck=60, powerBatteryCurrent=10000, powerBatteryV3=625000, maxVoltage=3000, minVoltage=4000, maxTemperature=230000, minTemperature=320000, availableCapacity=910000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:37.180 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:97 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:34:37.180 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:98 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:34:37.181 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:110 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:34:38.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:38.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:38.075 [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 38 39 34 30 38 37 38 30 32 33 31 31 36 2e 37 36 31 36 33 35 30 33 39 2e 35 36 34 37 30 34 30 31 36 32 2e 30 30 34 35 2e 35 34 30 30 30 30 30 30 34 34 35 30 30 30 34 37 30 30 30 37 30 34 38 30 30 30 30 30 44 30 30 35 30 39 2e 31 30 30 39 39 30 30 30 30 37 34 35 33 30 36 30 33 30 38 38 30 30 30 30 31 37 39 30 30 33 32 31 34 30 30 30 30 36 30 34 35 38 2e 32 39 30 30 30 30 38 31 30 30 30 30 31 34 31 30 30 30 30 34 30 39 30 30 30 33 30 30 30 33 30 30 30 34 34 30 30 30 30 35 30 30 30 30 30 32 30 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 da 7E -2024-06-21 11:34:38.075 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940878023, longitude=116.7616350, latitude=39.5647040, speed=162.00, mileage=45.54000000, dischargeVoltage=445000, dischargeCurrent=47000, insulationResistance=704800000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=9.100, motorControllerTemperature=990000, motorSpeed=74530, motorTorque=6030, motorTemperature=880000, motorVoltage=17900, motorCurrent=32140000, powerBattery=60458., maxFeedbackPower=290000, maxDischargePower=810000, bmsSelfCheck=14, powerBatteryCurrent=10000, powerBatteryV3=409000, maxVoltage=3000, minVoltage=3000, maxTemperature=440000, minTemperature=500000, availableCapacity=200000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:38.077 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:38.077 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"200000","bmsSelfCheck":"14","brakePedal":"50","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"445000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"704800000","latitude":"39.5647040","location":"1","longitude":"116.7616350","maxDischargePower":"810000","maxFeedbackPower":"290000","maxTemperature":"440000","maxVoltage":"3000","mcu":"1","mileage":"45.54000000","minTemperature":"500000","minVoltage":"3000","motorControllerTemperature":"990000","motorCurrent":"32140000","motorSpeed":"74530","motorTemperature":"880000","motorTorque":"6030","motorVoltage":"17900","powerBattery":"60458.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"409000","ptc":"1","runStatus":"1","soc":"1","speed":"162.00","timestamp":"1718940878023","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:38.077 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940878023, longitude=116.7616350, latitude=39.5647040, speed=162.00, mileage=45.54000000, dischargeVoltage=445000, dischargeCurrent=47000, insulationResistance=704800000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=9.100, motorControllerTemperature=990000, motorSpeed=74530, motorTorque=6030, motorTemperature=880000, motorVoltage=17900, motorCurrent=32140000, powerBattery=60458., maxFeedbackPower=290000, maxDischargePower=810000, bmsSelfCheck=14, powerBatteryCurrent=10000, powerBatteryV3=409000, maxVoltage=3000, minVoltage=3000, maxTemperature=440000, minTemperature=500000, availableCapacity=200000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:38.211 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:97 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:34:38.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:98 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:34:38.213 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:110 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:34:39.106 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:39.106 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:39.106 [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 38 39 34 30 38 37 39 30 32 34 31 31 36 2e 37 36 31 32 37 36 30 33 39 2e 35 36 34 39 31 31 30 35 34 2e 30 30 30 34 35 2e 35 37 30 30 30 30 30 30 33 37 37 30 30 30 32 34 30 30 30 32 35 34 31 33 30 30 30 30 44 36 30 36 30 39 2e 36 30 30 32 38 30 30 30 30 33 30 35 36 36 34 32 38 30 31 32 36 30 30 30 32 30 35 30 30 31 33 32 33 37 30 30 30 36 30 34 35 38 2e 32 36 30 30 30 30 38 30 30 30 30 30 37 30 38 30 30 30 30 36 33 37 30 30 30 34 30 30 30 33 30 30 30 30 30 30 30 30 30 31 37 30 30 30 30 36 30 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e2 7E -2024-06-21 11:34:39.106 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940879024, longitude=116.7612760, latitude=39.5649110, speed=54.000, mileage=45.57000000, dischargeVoltage=377000, dischargeCurrent=24000, insulationResistance=254130000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=9.600, motorControllerTemperature=280000, motorSpeed=30566, motorTorque=4280, motorTemperature=126000, motorVoltage=20500, motorCurrent=13237000, powerBattery=60458., maxFeedbackPower=260000, maxDischargePower=800000, bmsSelfCheck=70, powerBatteryCurrent=80000, powerBatteryV3=637000, maxVoltage=4000, minVoltage=3000, maxTemperature=000000, minTemperature=170000, availableCapacity=600000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:39.107 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:39.107 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"600000","bmsSelfCheck":"70","brakePedal":"60","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"24000","dischargeVoltage":"377000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.600","gear":"D","insulationResistance":"254130000","latitude":"39.5649110","location":"1","longitude":"116.7612760","maxDischargePower":"800000","maxFeedbackPower":"260000","maxTemperature":"000000","maxVoltage":"4000","mcu":"1","mileage":"45.57000000","minTemperature":"170000","minVoltage":"3000","motorControllerTemperature":"280000","motorCurrent":"13237000","motorSpeed":"30566","motorTemperature":"126000","motorTorque":"4280","motorVoltage":"20500","powerBattery":"60458.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"637000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940879024","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:39.107 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940879024, longitude=116.7612760, latitude=39.5649110, speed=54.000, mileage=45.57000000, dischargeVoltage=377000, dischargeCurrent=24000, insulationResistance=254130000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=9.600, motorControllerTemperature=280000, motorSpeed=30566, motorTorque=4280, motorTemperature=126000, motorVoltage=20500, motorCurrent=13237000, powerBattery=60458., maxFeedbackPower=260000, maxDischargePower=800000, bmsSelfCheck=70, powerBatteryCurrent=80000, powerBatteryV3=637000, maxVoltage=4000, minVoltage=3000, maxTemperature=000000, minTemperature=170000, availableCapacity=600000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:39.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:97 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:34:39.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:98 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:34:39.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:110 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:34:40.066 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:40.067 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:40.067 [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 38 39 34 30 38 38 30 30 32 33 31 31 36 2e 37 36 31 30 35 30 30 33 39 2e 35 36 35 37 37 35 30 35 34 2e 30 30 30 34 35 2e 36 30 30 30 30 30 30 30 35 36 31 30 30 30 34 32 30 30 30 32 34 30 30 30 30 30 30 30 44 33 30 32 30 31 31 2e 39 30 35 38 30 30 30 30 35 36 31 30 34 35 31 34 30 32 38 30 30 30 30 31 36 39 30 30 32 38 35 31 30 30 30 30 36 30 34 35 38 2e 39 35 30 30 30 30 35 34 30 30 30 30 31 33 31 32 30 30 30 36 37 31 30 30 30 33 30 30 30 34 30 30 30 36 30 30 30 30 30 32 39 30 30 30 30 33 34 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c5 7E -2024-06-21 11:34:40.067 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940880023, longitude=116.7610500, latitude=39.5657750, speed=54.000, mileage=45.60000000, dischargeVoltage=561000, dischargeCurrent=42000, insulationResistance=240000000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=11.90, motorControllerTemperature=580000, motorSpeed=56104, motorTorque=5140, motorTemperature=280000, motorVoltage=16900, motorCurrent=28510000, powerBattery=60458., maxFeedbackPower=950000, maxDischargePower=540000, bmsSelfCheck=13, powerBatteryCurrent=12000, powerBatteryV3=671000, maxVoltage=3000, minVoltage=4000, maxTemperature=600000, minTemperature=290000, availableCapacity=340000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:40.069 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:40.069 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"340000","bmsSelfCheck":"13","brakePedal":"20","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"42000","dischargeVoltage":"561000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"240000000","latitude":"39.5657750","location":"1","longitude":"116.7610500","maxDischargePower":"540000","maxFeedbackPower":"950000","maxTemperature":"600000","maxVoltage":"3000","mcu":"1","mileage":"45.60000000","minTemperature":"290000","minVoltage":"4000","motorControllerTemperature":"580000","motorCurrent":"28510000","motorSpeed":"56104","motorTemperature":"280000","motorTorque":"5140","motorVoltage":"16900","powerBattery":"60458.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"671000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940880023","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:40.069 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940880023, longitude=116.7610500, latitude=39.5657750, speed=54.000, mileage=45.60000000, dischargeVoltage=561000, dischargeCurrent=42000, insulationResistance=240000000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=11.90, motorControllerTemperature=580000, motorSpeed=56104, motorTorque=5140, motorTemperature=280000, motorVoltage=16900, motorCurrent=28510000, powerBattery=60458., maxFeedbackPower=950000, maxDischargePower=540000, bmsSelfCheck=13, powerBatteryCurrent=12000, powerBatteryV3=671000, maxVoltage=3000, minVoltage=4000, maxTemperature=600000, minTemperature=290000, availableCapacity=340000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:40.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:97 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:34:40.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:98 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:34:40.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:110 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:34:41.049 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:41.049 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:41.049 [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 38 39 34 30 38 38 31 30 32 33 31 31 36 2e 37 36 30 37 36 36 30 33 39 2e 35 36 36 38 34 32 30 31 32 36 2e 30 30 34 35 2e 36 37 30 30 30 30 30 30 35 36 35 30 30 30 34 39 30 30 30 31 38 37 32 37 30 30 30 30 44 34 30 35 30 39 2e 37 30 30 32 30 30 30 30 30 39 37 31 36 30 33 36 34 30 31 34 39 30 30 30 32 31 31 30 30 35 34 32 33 30 30 30 30 36 30 34 34 38 2e 35 34 30 30 30 30 38 37 30 30 30 30 31 34 33 30 30 30 30 33 39 33 30 30 30 34 30 30 30 34 30 30 30 34 31 30 30 30 30 34 33 30 30 30 30 37 30 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f0 7E -2024-06-21 11:34:41.049 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940881023, longitude=116.7607660, latitude=39.5668420, speed=126.00, mileage=45.67000000, dischargeVoltage=565000, dischargeCurrent=49000, insulationResistance=187270000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=9.700, motorControllerTemperature=200000, motorSpeed=97160, motorTorque=3640, motorTemperature=149000, motorVoltage=21100, motorCurrent=54230000, powerBattery=60448., maxFeedbackPower=540000, maxDischargePower=870000, bmsSelfCheck=14, powerBatteryCurrent=30000, powerBatteryV3=393000, maxVoltage=4000, minVoltage=4000, maxTemperature=410000, minTemperature=430000, availableCapacity=700000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:41.051 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:41.051 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"700000","bmsSelfCheck":"14","brakePedal":"50","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"49000","dischargeVoltage":"565000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.700","gear":"D","insulationResistance":"187270000","latitude":"39.5668420","location":"1","longitude":"116.7607660","maxDischargePower":"870000","maxFeedbackPower":"540000","maxTemperature":"410000","maxVoltage":"4000","mcu":"1","mileage":"45.67000000","minTemperature":"430000","minVoltage":"4000","motorControllerTemperature":"200000","motorCurrent":"54230000","motorSpeed":"97160","motorTemperature":"149000","motorTorque":"3640","motorVoltage":"21100","powerBattery":"60448.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"393000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718940881023","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:41.051 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940881023, longitude=116.7607660, latitude=39.5668420, speed=126.00, mileage=45.67000000, dischargeVoltage=565000, dischargeCurrent=49000, insulationResistance=187270000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=9.700, motorControllerTemperature=200000, motorSpeed=97160, motorTorque=3640, motorTemperature=149000, motorVoltage=21100, motorCurrent=54230000, powerBattery=60448., maxFeedbackPower=540000, maxDischargePower=870000, bmsSelfCheck=14, powerBatteryCurrent=30000, powerBatteryV3=393000, maxVoltage=4000, minVoltage=4000, maxTemperature=410000, minTemperature=430000, availableCapacity=700000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:41.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:97 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:34:41.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:98 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:34:41.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:110 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:34:42.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:42.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:42.060 [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 38 39 34 30 38 38 32 30 32 33 31 31 36 2e 37 36 30 35 32 35 30 33 39 2e 35 36 37 36 38 31 30 37 32 2e 30 30 30 34 35 2e 37 31 30 30 30 30 30 30 31 34 33 30 30 30 33 30 30 30 30 31 36 31 34 30 30 30 30 30 44 35 30 30 30 39 2e 32 30 30 34 33 30 30 30 30 34 33 39 30 36 31 35 31 30 31 34 30 30 30 30 31 33 38 30 30 32 39 37 30 30 30 30 30 36 30 34 34 38 2e 32 37 30 30 30 30 31 33 30 30 30 30 31 32 31 32 30 30 30 35 33 38 30 30 30 34 30 30 30 34 30 30 30 39 39 30 30 30 30 31 35 30 30 30 30 38 30 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c1 7E -2024-06-21 11:34:42.060 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940882023, longitude=116.7605250, latitude=39.5676810, speed=72.000, mileage=45.71000000, dischargeVoltage=143000, dischargeCurrent=30000, insulationResistance=161400000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=9.200, motorControllerTemperature=430000, motorSpeed=43906, motorTorque=1510, motorTemperature=140000, motorVoltage=13800, motorCurrent=29700000, powerBattery=60448., maxFeedbackPower=270000, maxDischargePower=130000, bmsSelfCheck=12, powerBatteryCurrent=12000, powerBatteryV3=538000, maxVoltage=4000, minVoltage=4000, maxTemperature=990000, minTemperature=150000, availableCapacity=800000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:42.061 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:42.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"800000","bmsSelfCheck":"12","brakePedal":"00","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"143000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"161400000","latitude":"39.5676810","location":"1","longitude":"116.7605250","maxDischargePower":"130000","maxFeedbackPower":"270000","maxTemperature":"990000","maxVoltage":"4000","mcu":"1","mileage":"45.71000000","minTemperature":"150000","minVoltage":"4000","motorControllerTemperature":"430000","motorCurrent":"29700000","motorSpeed":"43906","motorTemperature":"140000","motorTorque":"1510","motorVoltage":"13800","powerBattery":"60448.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"538000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718940882023","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:42.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940882023, longitude=116.7605250, latitude=39.5676810, speed=72.000, mileage=45.71000000, dischargeVoltage=143000, dischargeCurrent=30000, insulationResistance=161400000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=9.200, motorControllerTemperature=430000, motorSpeed=43906, motorTorque=1510, motorTemperature=140000, motorVoltage=13800, motorCurrent=29700000, powerBattery=60448., maxFeedbackPower=270000, maxDischargePower=130000, bmsSelfCheck=12, powerBatteryCurrent=12000, powerBatteryV3=538000, maxVoltage=4000, minVoltage=4000, maxTemperature=990000, minTemperature=150000, availableCapacity=800000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:42.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:97 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:34:42.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:98 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:34:42.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:110 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:34:43.089 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:43.089 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:43.089 [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 38 39 34 30 38 38 33 30 32 33 31 31 36 2e 37 36 30 34 31 34 30 33 39 2e 35 36 38 31 30 37 30 39 30 2e 30 30 30 34 35 2e 37 36 30 30 30 30 30 30 34 39 31 30 30 30 36 30 30 30 30 38 35 30 36 30 30 30 30 30 44 38 30 33 30 31 31 2e 38 30 33 36 30 30 30 30 34 37 38 34 32 34 38 37 30 31 30 35 30 30 30 32 33 30 30 30 31 33 31 31 32 30 30 30 36 30 34 33 37 2e 36 30 30 30 30 30 34 37 30 30 30 30 33 30 38 30 30 30 30 32 37 35 30 30 30 33 30 30 30 34 30 30 30 37 31 30 30 30 30 31 39 30 30 30 30 36 39 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d9 7E -2024-06-21 11:34:43.090 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940883023, longitude=116.7604140, latitude=39.5681070, speed=90.000, mileage=45.76000000, dischargeVoltage=491000, dischargeCurrent=60000, insulationResistance=850600000, gear=D, accelerationPedal=80, brakePedal=30, fuelConsumption=11.80, motorControllerTemperature=360000, motorSpeed=47842, motorTorque=4870, motorTemperature=105000, motorVoltage=23000, motorCurrent=13112000, powerBattery=60437., maxFeedbackPower=600000, maxDischargePower=470000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=275000, maxVoltage=3000, minVoltage=4000, maxTemperature=710000, minTemperature=190000, availableCapacity=690000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:43.091 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:43.091 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"690000","bmsSelfCheck":"30","brakePedal":"30","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"60000","dischargeVoltage":"491000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"850600000","latitude":"39.5681070","location":"1","longitude":"116.7604140","maxDischargePower":"470000","maxFeedbackPower":"600000","maxTemperature":"710000","maxVoltage":"3000","mcu":"1","mileage":"45.76000000","minTemperature":"190000","minVoltage":"4000","motorControllerTemperature":"360000","motorCurrent":"13112000","motorSpeed":"47842","motorTemperature":"105000","motorTorque":"4870","motorVoltage":"23000","powerBattery":"60437.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"275000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718940883023","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:43.091 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940883023, longitude=116.7604140, latitude=39.5681070, speed=90.000, mileage=45.76000000, dischargeVoltage=491000, dischargeCurrent=60000, insulationResistance=850600000, gear=D, accelerationPedal=80, brakePedal=30, fuelConsumption=11.80, motorControllerTemperature=360000, motorSpeed=47842, motorTorque=4870, motorTemperature=105000, motorVoltage=23000, motorCurrent=13112000, powerBattery=60437., maxFeedbackPower=600000, maxDischargePower=470000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=275000, maxVoltage=3000, minVoltage=4000, maxTemperature=710000, minTemperature=190000, availableCapacity=690000, vehicleStatus=1, chargeStatus=0, 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-21 11:34:43.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:97 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:34:43.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:98 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:34:43.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:110 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:34:57.049 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:34:57.049 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:34:57.049 [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 38 39 34 30 38 39 37 30 31 36 31 31 36 2e 37 36 30 32 38 35 30 33 39 2e 35 36 38 35 39 39 30 33 36 2e 30 30 30 34 35 2e 37 38 30 30 30 30 30 30 34 33 36 30 30 30 32 31 30 30 30 32 31 31 35 30 30 30 30 30 44 37 30 33 30 31 31 2e 32 30 37 34 30 30 30 30 37 34 31 39 34 39 31 34 30 35 30 30 30 30 30 31 34 32 30 30 33 35 35 31 30 30 30 30 36 30 34 33 37 2e 34 36 30 30 30 30 39 37 30 30 30 30 38 30 31 34 30 30 30 34 34 32 30 30 30 34 30 30 30 34 30 30 30 36 36 30 30 30 30 34 38 30 30 30 30 35 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f4 7E -2024-06-21 11:34:57.050 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940897016, longitude=116.7602850, latitude=39.5685990, speed=36.000, mileage=45.78000000, dischargeVoltage=436000, dischargeCurrent=21000, insulationResistance=211500000, gear=D, accelerationPedal=70, brakePedal=30, fuelConsumption=11.20, motorControllerTemperature=740000, motorSpeed=74194, motorTorque=9140, motorTemperature=500000, motorVoltage=14200, motorCurrent=35510000, powerBattery=60437., maxFeedbackPower=460000, maxDischargePower=970000, bmsSelfCheck=80, powerBatteryCurrent=14000, powerBatteryV3=442000, maxVoltage=4000, minVoltage=4000, maxTemperature=660000, minTemperature=480000, availableCapacity=590000, vehicleStatus=1, 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-21 11:34:57.051 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:34:57.051 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"590000","bmsSelfCheck":"80","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"436000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.20","gear":"D","insulationResistance":"211500000","latitude":"39.5685990","location":"1","longitude":"116.7602850","maxDischargePower":"970000","maxFeedbackPower":"460000","maxTemperature":"660000","maxVoltage":"4000","mcu":"1","mileage":"45.78000000","minTemperature":"480000","minVoltage":"4000","motorControllerTemperature":"740000","motorCurrent":"35510000","motorSpeed":"74194","motorTemperature":"500000","motorTorque":"9140","motorVoltage":"14200","powerBattery":"60437.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"442000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718940897016","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:34:57.051 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940897016, longitude=116.7602850, latitude=39.5685990, speed=36.000, mileage=45.78000000, dischargeVoltage=436000, dischargeCurrent=21000, insulationResistance=211500000, gear=D, accelerationPedal=70, brakePedal=30, fuelConsumption=11.20, motorControllerTemperature=740000, motorSpeed=74194, motorTorque=9140, motorTemperature=500000, motorVoltage=14200, motorCurrent=35510000, powerBattery=60437., maxFeedbackPower=460000, maxDischargePower=970000, bmsSelfCheck=80, powerBatteryCurrent=14000, powerBatteryV3=442000, maxVoltage=4000, minVoltage=4000, maxTemperature=660000, minTemperature=480000, availableCapacity=590000, vehicleStatus=1, 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-21 11:34:57.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:97 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:34:57.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:98 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:35:12.084 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:35:12.140 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:35:12.173 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:35:13.013 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:35:13.058 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:35:13.067 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:35:13.081 [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 -2024-06-21 11:35:13.081 [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-2fc4e4ce-ce80-40c4-a76f-43a6ff165d68 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:35:13.081 [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-927bce2d-31e8-4c8c-8b3a-6dd2ef5f488a sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:35:13.081 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:35:13.081 [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-04df3fa2-bac5-4405-b04d-e33762ffab39 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:35:13.081 [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-21 11:35:13.081 [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-21 11:35:13.081 [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-21 11:35:13.082 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:35:13.082 [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-21 11:35:13.082 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:35:13.084 [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-21 11:35:13.084 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:35:13.084 [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-21 11:35:13.084 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:35:13.084 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:35:13.085 [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-21 11:35:13.085 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:35:13.085 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:35:13.085 [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-21 11:35:13.085 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:35:13.086 [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-21 11:35:13.086 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:35:13.087 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:35:13.087 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:35:13.087 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:35:13.090 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 11:35:13.091 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:35:13.092 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 11:35:13.092 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:35:13.092 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 11:35:13.265 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 11:35:13.269 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 11:35:21.392 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 31420 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 11:35:21.393 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 11:35:21.393 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 11:35:21.984 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 11:35:21.986 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 11:35:22.009 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 11:35:22.256 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 11:35:22.363 [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-21 11:35:22.365 [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-21 11:35:22.367 [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-21 11:35:22.383 [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-21 11:35:22.416 [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-21 11:35:22.420 [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-21 11:35:22.656 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 11:35:22.663 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 11:35:22.664 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 11:35:22.773 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 11:35:22.774 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1344 ms -2024-06-21 11:35:23.481 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 11:35:24.052 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 11:35:24.058 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 11:35:24.075 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 11:35:24.130 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 11:35:24.146 [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-21 11:35:24.204 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:35:24.204 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:35:24.204 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940924203 -2024-06-21 11:35:24.205 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 11:35:24.317 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 11:35:24.401 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 11:35:24.469 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:35:24.470 [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-21 11:35:24.472 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:35:24.479 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:35:24.481 [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=49, memberId='consumer-Partitions-1-14bde22d-e06a-49e2-a7ee-a8a89b856ec6', protocol='range'} -2024-06-21 11:35:24.483 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 49: {consumer-Partitions-1-14bde22d-e06a-49e2-a7ee-a8a89b856ec6=Assignment(partitions=[test1-0])} -2024-06-21 11:35:24.486 [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=49, memberId='consumer-Partitions-1-14bde22d-e06a-49e2-a7ee-a8a89b856ec6', protocol='range'} -2024-06-21 11:35:24.486 [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]) -2024-06-21 11:35:24.488 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:35:24.493 [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=221, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:35:25.125 [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-21 11:35:25.130 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:35:25.130 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:35:25.131 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940925130 -2024-06-21 11:35:25.132 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:35:25.138 [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-21 11:35:25.141 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:35:25.141 [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-21 11:35:25.142 [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-21 11:35:25.142 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:35:25.142 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:35:25.143 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940925142 -2024-06-21 11:35:25.143 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:35:25.144 [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-21 11:35:25.144 [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-21 11:35:25.146 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:35:25.146 [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=65, memberId='consumer-Topics-2-19f488d3-9bc1-4d9c-a66a-1cf2055193dc', protocol='range'} -2024-06-21 11:35:25.146 [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 65: {consumer-Topics-2-19f488d3-9bc1-4d9c-a66a-1cf2055193dc=Assignment(partitions=[test1-0])} -2024-06-21 11:35:25.146 [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-21 11:35:25.147 [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-21 11:35:25.147 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:35:25.147 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:35:25.147 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940925147 -2024-06-21 11:35:25.147 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:35:25.148 [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=65, memberId='consumer-Topics-2-19f488d3-9bc1-4d9c-a66a-1cf2055193dc', protocol='range'} -2024-06-21 11:35:25.148 [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]) -2024-06-21 11:35:25.148 [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 -2024-06-21 11:35:25.149 [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-21 11:35:25.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-0 to the committed offset FetchPosition{offset=221, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:35:25.150 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:35:25.151 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:35:25.151 [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-21 11:35:25.152 [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-21 11:35:25.153 [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-21 11:35:25.164 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 11:35:25.165 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:35:25.375 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3d0f4ac4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 64105] -2024-06-21 11:35:26.388 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.355 seconds (JVM running for 5.927) -2024-06-21 11:35:26.389 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 11:35:28.152 [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-21 11:35:28.153 [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 -2024-06-21 11:35:28.153 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:35:28.153 [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-21 11:35:28.155 [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=66, memberId='consumer-Topics-4-7abd37ac-bb3c-4650-8733-3399fe911c9b', protocol='range'} -2024-06-21 11:35:28.155 [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=66, memberId='consumer-Topics-3-71d3159c-1461-4a4e-86c7-52b45ee0a6d6', protocol='range'} -2024-06-21 11:35:28.156 [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=66, memberId='consumer-Topics-2-19f488d3-9bc1-4d9c-a66a-1cf2055193dc', protocol='range'} -2024-06-21 11:35:28.156 [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 66: {consumer-Topics-2-19f488d3-9bc1-4d9c-a66a-1cf2055193dc=Assignment(partitions=[test1-0]), consumer-Topics-3-71d3159c-1461-4a4e-86c7-52b45ee0a6d6=Assignment(partitions=[]), consumer-Topics-4-7abd37ac-bb3c-4650-8733-3399fe911c9b=Assignment(partitions=[])} -2024-06-21 11:35:28.159 [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=66, memberId='consumer-Topics-3-71d3159c-1461-4a4e-86c7-52b45ee0a6d6', protocol='range'} -2024-06-21 11:35:28.159 [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=66, memberId='consumer-Topics-4-7abd37ac-bb3c-4650-8733-3399fe911c9b', protocol='range'} -2024-06-21 11:35:28.159 [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=[]) -2024-06-21 11:35:28.159 [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=[]) -2024-06-21 11:35:28.159 [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=66, memberId='consumer-Topics-2-19f488d3-9bc1-4d9c-a66a-1cf2055193dc', protocol='range'} -2024-06-21 11:35:28.159 [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: -2024-06-21 11:35:28.159 [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: -2024-06-21 11:35:28.159 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:35:28.159 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:35:28.159 [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]) -2024-06-21 11:35:28.160 [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 -2024-06-21 11:35:28.160 [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=221, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:35:28.161 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:35:29.136 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 11:35:29.140 [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-21 11:35:29.618 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:35:29.618 [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-21 11:35:30.059 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:35:39.698 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:35:39.699 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:35:39.699 [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 38 39 34 30 39 33 39 36 36 34 31 31 36 2e 37 36 30 31 32 39 30 33 39 2e 35 36 39 32 30 37 30 35 34 2e 30 30 30 34 35 2e 38 31 30 30 30 30 30 30 36 31 30 30 30 30 33 31 30 30 30 38 36 31 34 30 30 30 30 30 44 39 30 35 30 31 30 2e 34 30 33 30 30 30 30 30 37 30 31 33 39 39 39 35 30 31 33 32 30 30 30 32 30 33 30 30 39 35 31 33 30 30 30 30 36 30 34 33 37 2e 35 36 30 30 30 30 31 38 30 30 30 30 30 30 39 30 30 30 30 37 32 32 30 30 30 34 30 30 30 34 30 30 30 32 30 30 30 30 30 34 31 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 cc 7E -2024-06-21 11:35:39.714 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940939664, longitude=116.7601290, latitude=39.5692070, speed=54.000, mileage=45.81000000, dischargeVoltage=610000, dischargeCurrent=31000, insulationResistance=861400000, gear=D, accelerationPedal=90, brakePedal=50, fuelConsumption=10.40, motorControllerTemperature=300000, motorSpeed=70139, motorTorque=9950, motorTemperature=132000, motorVoltage=20300, motorCurrent=95130000, powerBattery=60437., maxFeedbackPower=560000, maxDischargePower=180000, bmsSelfCheck=00, powerBatteryCurrent=90000, powerBatteryV3=722000, maxVoltage=4000, minVoltage=4000, maxTemperature=200000, minTemperature=410000, 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-21 11:35:39.767 [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-21 11:35:39.778 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:35:39.779 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:35:39.779 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940939778 -2024-06-21 11:35:39.780 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:35:39.798 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:35:39.798 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"800000","bmsSelfCheck":"00","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"31000","dischargeVoltage":"610000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"861400000","latitude":"39.5692070","location":"1","longitude":"116.7601290","maxDischargePower":"180000","maxFeedbackPower":"560000","maxTemperature":"200000","maxVoltage":"4000","mcu":"1","mileage":"45.81000000","minTemperature":"410000","minVoltage":"4000","motorControllerTemperature":"300000","motorCurrent":"95130000","motorSpeed":"70139","motorTemperature":"132000","motorTorque":"9950","motorVoltage":"20300","powerBattery":"60437.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"722000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940939664","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:35:39.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:88 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:35:40.162 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:35:40.220 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:35:40.235 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940939664, longitude=116.7601290, latitude=39.5692070, speed=54.000, mileage=45.81000000, dischargeVoltage=610000, dischargeCurrent=31000, insulationResistance=861400000, gear=D, accelerationPedal=90, brakePedal=50, fuelConsumption=10.40, motorControllerTemperature=300000, motorSpeed=70139, motorTorque=9950, motorTemperature=132000, motorVoltage=20300, motorCurrent=95130000, powerBattery=60437., maxFeedbackPower=560000, maxDischargePower=180000, bmsSelfCheck=00, powerBatteryCurrent=90000, powerBatteryV3=722000, maxVoltage=4000, minVoltage=4000, maxTemperature=200000, minTemperature=410000, 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-21 11:35:40.255 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:35:40.258 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:35:40.531 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:35:40.697 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:35:40.697 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:35:40.698 [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 38 39 34 30 39 34 30 36 36 34 31 31 36 2e 37 36 30 30 31 31 30 33 39 2e 35 36 39 36 34 39 30 35 34 2e 30 30 30 34 35 2e 38 34 30 30 30 30 30 30 34 37 34 30 30 30 32 34 30 30 30 31 34 33 34 36 30 30 30 30 44 34 30 30 30 31 31 2e 35 30 37 35 30 30 30 30 39 34 32 38 34 35 31 34 30 32 30 30 30 30 30 31 34 30 30 30 32 36 38 33 30 30 30 30 36 30 34 33 37 2e 34 30 30 30 30 30 39 39 30 30 30 30 31 32 31 32 30 30 30 35 32 33 30 30 30 34 30 30 30 34 30 30 30 35 31 30 30 30 30 36 35 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 d6 7E -2024-06-21 11:35:40.698 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940940664, longitude=116.7600110, latitude=39.5696490, speed=54.000, mileage=45.84000000, dischargeVoltage=474000, dischargeCurrent=24000, insulationResistance=143460000, gear=D, accelerationPedal=40, brakePedal=00, fuelConsumption=11.50, motorControllerTemperature=750000, motorSpeed=94284, motorTorque=5140, motorTemperature=200000, motorVoltage=14000, motorCurrent=26830000, powerBattery=60437., maxFeedbackPower=400000, maxDischargePower=990000, bmsSelfCheck=12, powerBatteryCurrent=12000, powerBatteryV3=523000, maxVoltage=4000, minVoltage=4000, maxTemperature=510000, minTemperature=650000, 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-21 11:35:40.700 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:35:40.701 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"860000","bmsSelfCheck":"12","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"24000","dischargeVoltage":"474000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.50","gear":"D","insulationResistance":"143460000","latitude":"39.5696490","location":"1","longitude":"116.7600110","maxDischargePower":"990000","maxFeedbackPower":"400000","maxTemperature":"510000","maxVoltage":"4000","mcu":"1","mileage":"45.84000000","minTemperature":"650000","minVoltage":"4000","motorControllerTemperature":"750000","motorCurrent":"26830000","motorSpeed":"94284","motorTemperature":"200000","motorTorque":"5140","motorVoltage":"14000","powerBattery":"60437.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"523000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718940940664","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:35:40.701 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718940940664, longitude=116.7600110, latitude=39.5696490, speed=54.000, mileage=45.84000000, dischargeVoltage=474000, dischargeCurrent=24000, insulationResistance=143460000, gear=D, accelerationPedal=40, brakePedal=00, fuelConsumption=11.50, motorControllerTemperature=750000, motorSpeed=94284, motorTorque=5140, motorTemperature=200000, motorVoltage=14000, motorCurrent=26830000, powerBattery=60437., maxFeedbackPower=400000, maxDischargePower=990000, bmsSelfCheck=12, powerBatteryCurrent=12000, powerBatteryV3=523000, maxVoltage=4000, minVoltage=4000, maxTemperature=510000, minTemperature=650000, 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-21 11:35:41.180 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:35:41.213 [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 -2024-06-21 11:35:41.213 [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-71d3159c-1461-4a4e-86c7-52b45ee0a6d6 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:35:41.213 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:35:41.213 [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-7abd37ac-bb3c-4650-8733-3399fe911c9b sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:35:41.213 [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-19f488d3-9bc1-4d9c-a66a-1cf2055193dc sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:35:41.213 [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-21 11:35:41.213 [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-21 11:35:41.213 [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-21 11:35:41.214 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:35:41.214 [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-21 11:35:41.214 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:35:41.214 [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-21 11:35:41.214 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:35:41.214 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:35:41.215 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:35:41.215 [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-21 11:35:41.215 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:35:41.217 [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-21 11:35:41.217 [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-21 11:35:41.217 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:35:41.218 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:35:41.218 [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-21 11:35:41.218 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:35:41.219 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:35:41.219 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:35:41.219 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:35:41.222 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 11:35:41.223 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:35:41.224 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 11:35:41.224 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:35:41.224 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 11:35:41.382 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 11:35:41.386 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 11:35:49.384 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 30668 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 11:35:49.385 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 11:35:49.386 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 11:35:49.931 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 11:35:49.934 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 11:35:49.957 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 11:35:50.189 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 11:35:50.280 [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-21 11:35:50.281 [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-21 11:35:50.283 [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-21 11:35:50.296 [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-21 11:35:50.329 [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-21 11:35:50.332 [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-21 11:35:50.556 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 11:35:50.563 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 11:35:50.563 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 11:35:50.661 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 11:35:50.662 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1243 ms -2024-06-21 11:35:51.263 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 11:35:51.771 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 11:35:51.776 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 11:35:51.792 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 11:35:51.848 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 11:35:51.864 [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-21 11:35:51.917 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:35:51.918 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:35:51.918 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940951917 -2024-06-21 11:35:51.920 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 11:35:52.028 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 11:35:52.100 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 11:35:52.167 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:35:52.168 [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-21 11:35:52.170 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:35:52.178 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:35:52.179 [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=51, memberId='consumer-Partitions-1-515e1a34-eeee-48d6-915d-05f36db1a9db', protocol='range'} -2024-06-21 11:35:52.181 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 51: {consumer-Partitions-1-515e1a34-eeee-48d6-915d-05f36db1a9db=Assignment(partitions=[test1-0])} -2024-06-21 11:35:52.184 [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=51, memberId='consumer-Partitions-1-515e1a34-eeee-48d6-915d-05f36db1a9db', protocol='range'} -2024-06-21 11:35:52.185 [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]) -2024-06-21 11:35:52.187 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:35:52.192 [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=221, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:35:52.299 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:88 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:35:53.019 [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-21 11:35:53.023 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:35:53.023 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:35:53.024 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940953023 -2024-06-21 11:35:53.026 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:35:53.044 [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-21 11:35:53.047 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:35:53.048 [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-21 11:35:53.049 [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-21 11:35:53.049 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:35:53.049 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:35:53.049 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940953049 -2024-06-21 11:35:53.049 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:35:53.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-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-21 11:35:53.050 [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-21 11:35:53.051 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:35:53.052 [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-21 11:35:53.052 [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=68, memberId='consumer-Topics-2-a75a26d7-4758-4a74-8855-b2b88c167c95', protocol='range'} -2024-06-21 11:35:53.052 [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 68: {consumer-Topics-2-a75a26d7-4758-4a74-8855-b2b88c167c95=Assignment(partitions=[test1-0])} -2024-06-21 11:35:53.052 [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-21 11:35:53.053 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:35:53.053 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:35:53.053 [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=68, memberId='consumer-Topics-2-a75a26d7-4758-4a74-8855-b2b88c167c95', protocol='range'} -2024-06-21 11:35:53.053 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718940953053 -2024-06-21 11:35:53.053 [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]) -2024-06-21 11:35:53.054 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:35:53.054 [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 -2024-06-21 11:35:53.054 [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-21 11:35:53.056 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:35:53.056 [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=223, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:35:53.056 [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-21 11:35:53.056 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:35:53.056 [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-21 11:35:53.058 [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-21 11:35:53.063 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 11:35:53.064 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:35:53.254 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@20d92f1e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 64173] -2024-06-21 11:35:54.476 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.356 seconds (JVM running for 5.816) -2024-06-21 11:35:54.478 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 11:35:56.055 [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-21 11:35:56.056 [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 -2024-06-21 11:35:56.056 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:35:56.057 [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-21 11:35:56.058 [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=69, memberId='consumer-Topics-4-c8040f6e-4dc6-4e6a-9898-812e96a97e13', protocol='range'} -2024-06-21 11:35:56.058 [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=69, memberId='consumer-Topics-3-460e00d4-e708-4827-8a41-d9bd692e1b95', protocol='range'} -2024-06-21 11:35:56.058 [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=69, memberId='consumer-Topics-2-a75a26d7-4758-4a74-8855-b2b88c167c95', protocol='range'} -2024-06-21 11:35:56.060 [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 69: {consumer-Topics-2-a75a26d7-4758-4a74-8855-b2b88c167c95=Assignment(partitions=[test1-0]), consumer-Topics-3-460e00d4-e708-4827-8a41-d9bd692e1b95=Assignment(partitions=[]), consumer-Topics-4-c8040f6e-4dc6-4e6a-9898-812e96a97e13=Assignment(partitions=[])} -2024-06-21 11:35:56.061 [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=69, memberId='consumer-Topics-3-460e00d4-e708-4827-8a41-d9bd692e1b95', protocol='range'} -2024-06-21 11:35:56.061 [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=[]) -2024-06-21 11:35:56.061 [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: -2024-06-21 11:35:56.061 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:35:56.061 [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=69, memberId='consumer-Topics-2-a75a26d7-4758-4a74-8855-b2b88c167c95', protocol='range'} -2024-06-21 11:35:56.061 [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]) -2024-06-21 11:35:56.061 [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=69, memberId='consumer-Topics-4-c8040f6e-4dc6-4e6a-9898-812e96a97e13', protocol='range'} -2024-06-21 11:35:56.061 [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 -2024-06-21 11:35:56.062 [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=[]) -2024-06-21 11:35:56.062 [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: -2024-06-21 11:35:56.062 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:35:56.063 [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=223, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:35:56.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:36:06.123 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 11:36:06.127 [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-21 11:36:06.660 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:36:06.660 [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-21 11:36:07.130 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:36:46.636 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:36:46.707 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:36:46.771 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:36:47.223 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:36:47.223 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:36:47.740 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:36:47.755 [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 -2024-06-21 11:36:47.755 [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-c8040f6e-4dc6-4e6a-9898-812e96a97e13 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:36:47.755 [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-460e00d4-e708-4827-8a41-d9bd692e1b95 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:36:47.756 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:36:47.756 [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-a75a26d7-4758-4a74-8855-b2b88c167c95 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:36:47.756 [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-21 11:36:47.756 [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-21 11:36:47.756 [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-21 11:36:47.758 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:36:47.758 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:36:47.758 [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-21 11:36:47.758 [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-21 11:36:47.758 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:36:47.758 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:36:47.759 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:36:47.759 [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-21 11:36:47.759 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:36:47.761 [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-21 11:36:47.761 [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-21 11:36:47.761 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:36:47.761 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:36:47.761 [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-21 11:36:47.762 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:36:47.762 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:36:47.762 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:36:47.762 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:36:47.949 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 11:36:47.956 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 11:36:56.575 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 11600 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 11:36:56.576 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 11:36:56.576 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 11:36:57.058 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 11:36:57.060 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 11:36:57.082 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 11:36:57.321 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$f57eab5f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 11:36:57.399 [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-21 11:36:57.401 [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-21 11:36:57.403 [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-21 11:36:57.421 [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-21 11:36:57.449 [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-21 11:36:57.453 [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-21 11:36:57.661 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 11:36:57.667 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 11:36:57.667 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 11:36:57.759 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 11:36:57.759 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1153 ms -2024-06-21 11:36:58.349 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 11:36:58.973 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 11:36:58.980 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 11:36:58.997 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 11:36:59.065 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 11:36:59.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-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-21 11:36:59.131 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:36:59.131 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:36:59.131 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941019130 -2024-06-21 11:36:59.133 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 11:36:59.232 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 11:36:59.301 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 11:36:59.360 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:36:59.361 [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-21 11:36:59.363 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:36:59.371 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:36:59.372 [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=53, memberId='consumer-Partitions-1-966a3437-5c4c-41c1-a3eb-433452d3c443', protocol='range'} -2024-06-21 11:36:59.373 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 53: {consumer-Partitions-1-966a3437-5c4c-41c1-a3eb-433452d3c443=Assignment(partitions=[test1-0])} -2024-06-21 11:36:59.376 [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=53, memberId='consumer-Partitions-1-966a3437-5c4c-41c1-a3eb-433452d3c443', protocol='range'} -2024-06-21 11:36:59.376 [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]) -2024-06-21 11:36:59.377 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:36:59.382 [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=223, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:36:59.951 [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-21 11:36:59.956 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:36:59.957 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:36:59.957 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941019955 -2024-06-21 11:36:59.958 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:36:59.964 [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-21 11:36:59.967 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:36:59.968 [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-21 11:36:59.968 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:36:59.968 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:36:59.969 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941019968 -2024-06-21 11:36:59.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-21 11:36:59.969 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:36:59.970 [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-21 11:36:59.972 [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-21 11:36:59.972 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:36:59.973 [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-21 11:36:59.973 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:36:59.974 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:36:59.974 [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-21 11:36:59.974 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941019973 -2024-06-21 11:36:59.974 [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=71, memberId='consumer-Topics-2-a86ade1a-4a21-48f1-b0ec-1fe02a099b96', protocol='range'} -2024-06-21 11:36:59.975 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:36:59.975 [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 71: {consumer-Topics-2-a86ade1a-4a21-48f1-b0ec-1fe02a099b96=Assignment(partitions=[test1-0])} -2024-06-21 11:36:59.976 [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=71, memberId='consumer-Topics-2-a86ade1a-4a21-48f1-b0ec-1fe02a099b96', protocol='range'} -2024-06-21 11:36:59.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-21 11:36:59.977 [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]) -2024-06-21 11:36:59.977 [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 -2024-06-21 11:36:59.977 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:36:59.978 [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-21 11:36:59.978 [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-21 11:36:59.979 [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=223, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:36:59.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-21 11:36:59.980 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:36:59.986 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 11:36:59.987 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:37:00.214 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#70d687b8:0/SimpleConnection@4c9bed65 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 64325] -2024-06-21 11:37:01.068 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 11:37:01.072 [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-21 11:37:01.467 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.156 seconds (JVM running for 5.62) -2024-06-21 11:37:01.469 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 11:37:01.618 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:37:01.620 [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-21 11:37:02.009 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:37:02.974 [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-21 11:37:02.975 [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 -2024-06-21 11:37:02.976 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:37:02.976 [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-21 11:37:02.977 [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=72, memberId='consumer-Topics-3-d59356db-15b1-4739-8ff0-dc8616391e97', protocol='range'} -2024-06-21 11:37:02.977 [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=72, memberId='consumer-Topics-4-c9e10353-cb31-4e38-a0bf-e9b2831d64bc', protocol='range'} -2024-06-21 11:37:02.978 [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=72, memberId='consumer-Topics-2-a86ade1a-4a21-48f1-b0ec-1fe02a099b96', protocol='range'} -2024-06-21 11:37:02.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 72: {consumer-Topics-4-c9e10353-cb31-4e38-a0bf-e9b2831d64bc=Assignment(partitions=[]), consumer-Topics-2-a86ade1a-4a21-48f1-b0ec-1fe02a099b96=Assignment(partitions=[test1-0]), consumer-Topics-3-d59356db-15b1-4739-8ff0-dc8616391e97=Assignment(partitions=[])} -2024-06-21 11:37:02.980 [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=72, memberId='consumer-Topics-4-c9e10353-cb31-4e38-a0bf-e9b2831d64bc', protocol='range'} -2024-06-21 11:37:02.980 [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=72, memberId='consumer-Topics-3-d59356db-15b1-4739-8ff0-dc8616391e97', protocol='range'} -2024-06-21 11:37:02.980 [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=[]) -2024-06-21 11:37:02.980 [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: -2024-06-21 11:37:02.980 [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=[]) -2024-06-21 11:37:02.980 [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: -2024-06-21 11:37:02.980 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:37:02.980 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:37:02.981 [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=72, memberId='consumer-Topics-2-a86ade1a-4a21-48f1-b0ec-1fe02a099b96', protocol='range'} -2024-06-21 11:37:02.981 [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]) -2024-06-21 11:37:02.981 [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 -2024-06-21 11:37:02.982 [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=223, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:37:02.982 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:38:48.052 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 11:38:48.052 [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-21 11:38:48.489 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:38:48.491 [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-21 11:38:48.940 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:38:53.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:38:53.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:38:53.677 [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 38 39 34 31 31 33 33 36 33 39 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 33 37 2e 36 35 30 30 30 30 30 30 34 33 34 30 30 30 31 39 30 30 30 32 33 39 33 34 30 30 30 30 44 32 30 35 30 31 30 2e 35 30 32 39 30 30 30 30 32 35 32 33 37 33 38 33 30 35 36 30 30 30 30 32 39 30 30 30 36 37 39 38 30 30 30 30 36 31 33 34 32 2e 37 39 30 30 30 30 37 30 30 30 30 30 34 30 37 30 30 30 30 33 39 36 30 30 30 33 30 30 30 33 30 30 30 34 31 30 30 30 30 35 30 30 30 30 30 32 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e0 7E -2024-06-21 11:38:53.692 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941133639, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=37.65000000, dischargeVoltage=434000, dischargeCurrent=19000, insulationResistance=239340000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=10.50, motorControllerTemperature=290000, motorSpeed=25237, motorTorque=3830, motorTemperature=560000, motorVoltage=29000, motorCurrent=67980000, powerBattery=61342., maxFeedbackPower=790000, maxDischargePower=700000, bmsSelfCheck=40, powerBatteryCurrent=70000, powerBatteryV3=396000, maxVoltage=3000, minVoltage=3000, maxTemperature=410000, minTemperature=500000, availableCapacity=230000, 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-21 11:38:53.741 [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-21 11:38:53.754 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:38:53.755 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:38:53.755 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941133754 -2024-06-21 11:38:53.757 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:38:53.773 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:38:53.773 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"230000","bmsSelfCheck":"40","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"19000","dischargeVoltage":"434000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"239340000","latitude":"39.5209220","location":"1","longitude":"116.6555800","maxDischargePower":"700000","maxFeedbackPower":"790000","maxTemperature":"410000","maxVoltage":"3000","mcu":"1","mileage":"37.65000000","minTemperature":"500000","minVoltage":"3000","motorControllerTemperature":"290000","motorCurrent":"67980000","motorSpeed":"25237","motorTemperature":"560000","motorTorque":"3830","motorVoltage":"29000","powerBattery":"61342.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"396000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718941133639","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:38:53.788 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:88 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:38:53.887 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941133639, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=37.65000000, dischargeVoltage=434000, dischargeCurrent=19000, insulationResistance=239340000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=10.50, motorControllerTemperature=290000, motorSpeed=25237, motorTorque=3830, motorTemperature=560000, motorVoltage=29000, motorCurrent=67980000, powerBattery=61342., maxFeedbackPower=790000, maxDischargePower=700000, bmsSelfCheck=40, powerBatteryCurrent=70000, powerBatteryV3=396000, maxVoltage=3000, minVoltage=3000, maxTemperature=410000, minTemperature=500000, availableCapacity=230000, 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-21 11:39:23.916 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:39:23.972 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:39:24.013 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:39:24.076 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:39:24.252 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:39:24.252 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:39:24.269 [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 -2024-06-21 11:39:24.269 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:39:24.269 [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-c9e10353-cb31-4e38-a0bf-e9b2831d64bc sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:39:24.269 [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-a86ade1a-4a21-48f1-b0ec-1fe02a099b96 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:39:24.269 [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-d59356db-15b1-4739-8ff0-dc8616391e97 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:39:24.270 [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-21 11:39:24.270 [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-21 11:39:24.270 [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-21 11:39:24.273 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:39:24.273 [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-21 11:39:24.273 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:39:24.273 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:39:24.273 [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-21 11:39:24.274 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:39:24.274 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:39:24.274 [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-21 11:39:24.274 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:39:24.275 [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-21 11:39:24.276 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:39:24.276 [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-21 11:39:24.276 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:39:24.276 [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-21 11:39:24.276 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:39:24.277 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:39:24.277 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:39:24.277 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:39:24.281 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 11:39:24.282 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:39:24.283 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 11:39:24.283 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:39:24.283 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 11:39:24.439 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 11:39:24.445 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 11:39:34.972 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 5328 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 11:39:34.973 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 11:39:34.974 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 11:39:35.466 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 11:39:35.468 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 11:39:35.490 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 11:39:35.736 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 11:39:35.821 [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-21 11:39:35.823 [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-21 11:39:35.825 [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-21 11:39:35.840 [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-21 11:39:35.872 [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-21 11:39:35.876 [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-21 11:39:36.099 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 11:39:36.107 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 11:39:36.108 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 11:39:36.203 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 11:39:36.204 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1199 ms -2024-06-21 11:39:36.817 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 11:39:37.427 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 11:39:37.432 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 11:39:37.448 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 11:39:37.521 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 11:39:37.536 [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-21 11:39:37.590 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:39:37.590 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:39:37.590 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941177589 -2024-06-21 11:39:37.592 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 11:39:37.684 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 11:39:37.750 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 11:39:37.807 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:39:37.807 [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-21 11:39:37.809 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:39:37.816 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:39:37.818 [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=55, memberId='consumer-Partitions-1-168c58f9-40a5-4d2d-8445-50a087b60792', protocol='range'} -2024-06-21 11:39:37.819 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 55: {consumer-Partitions-1-168c58f9-40a5-4d2d-8445-50a087b60792=Assignment(partitions=[test1-0])} -2024-06-21 11:39:37.822 [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=55, memberId='consumer-Partitions-1-168c58f9-40a5-4d2d-8445-50a087b60792', protocol='range'} -2024-06-21 11:39:37.823 [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]) -2024-06-21 11:39:37.824 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:39:37.828 [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=224, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:39:38.420 [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-21 11:39:38.424 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:39:38.424 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:39:38.424 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941178424 -2024-06-21 11:39:38.426 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:39:38.436 [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-21 11:39:38.439 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:39:38.439 [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-21 11:39:38.439 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:39:38.439 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:39:38.440 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941178439 -2024-06-21 11:39:38.440 [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-21 11:39:38.440 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:39:38.441 [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-21 11:39:38.443 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:39:38.444 [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-21 11:39:38.444 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:39:38.444 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:39:38.444 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941178444 -2024-06-21 11:39:38.444 [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-21 11:39:38.444 [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-21 11:39:38.444 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:39:38.446 [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-21 11:39:38.446 [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=74, memberId='consumer-Topics-2-63c3367c-47c3-4992-8130-74b09532dcb8', protocol='range'} -2024-06-21 11:39:38.447 [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 74: {consumer-Topics-2-63c3367c-47c3-4992-8130-74b09532dcb8=Assignment(partitions=[test1-0])} -2024-06-21 11:39:38.448 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:39:38.448 [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-21 11:39:38.448 [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=74, memberId='consumer-Topics-2-63c3367c-47c3-4992-8130-74b09532dcb8', protocol='range'} -2024-06-21 11:39:38.448 [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-21 11:39:38.449 [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-21 11:39:38.450 [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. +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-21 11:39:38.450 [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-21 11:39:38.451 [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=75, memberId='consumer-Topics-4-f9eca73b-d236-42ad-a5f2-be965fbb7eef', protocol='range'} -2024-06-21 11:39:38.451 [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=75, memberId='consumer-Topics-3-355828a0-a8b0-4593-ac8b-f5f18c53a6b8', protocol='range'} -2024-06-21 11:39:38.451 [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=75, memberId='consumer-Topics-2-63c3367c-47c3-4992-8130-74b09532dcb8', protocol='range'} -2024-06-21 11:39:38.451 [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 75: {consumer-Topics-4-f9eca73b-d236-42ad-a5f2-be965fbb7eef=Assignment(partitions=[]), consumer-Topics-2-63c3367c-47c3-4992-8130-74b09532dcb8=Assignment(partitions=[test1-0]), consumer-Topics-3-355828a0-a8b0-4593-ac8b-f5f18c53a6b8=Assignment(partitions=[])} -2024-06-21 11:39:38.452 [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=75, memberId='consumer-Topics-4-f9eca73b-d236-42ad-a5f2-be965fbb7eef', protocol='range'} -2024-06-21 11:39:38.452 [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=75, memberId='consumer-Topics-3-355828a0-a8b0-4593-ac8b-f5f18c53a6b8', protocol='range'} -2024-06-21 11:39:38.452 [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=75, memberId='consumer-Topics-2-63c3367c-47c3-4992-8130-74b09532dcb8', protocol='range'} -2024-06-21 11:39:38.452 [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=[]) -2024-06-21 11:39:38.452 [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: -2024-06-21 11:39:38.452 [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]) -2024-06-21 11:39:38.452 [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 -2024-06-21 11:39:38.452 [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=[]) -2024-06-21 11:39:38.453 [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: -2024-06-21 11:39:38.453 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:39:38.453 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:39:38.454 [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=224, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:39:38.454 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:39:38.456 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 11:39:38.458 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:39:38.614 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3d0f4ac4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 64511] -2024-06-21 11:39:39.782 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.095 seconds (JVM running for 5.858) -2024-06-21 11:39:39.783 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 11:39:40.018 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 11:39:40.021 [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-21 11:39:40.514 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:39:40.515 [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-21 11:39:41.027 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:39:55.821 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:39:55.821 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:39:55.821 [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 38 39 34 31 31 39 35 37 36 31 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 33 37 2e 36 39 30 30 30 30 30 30 32 30 30 30 30 30 34 30 30 30 30 32 35 34 34 30 30 30 30 30 44 33 30 39 30 31 30 2e 37 30 33 32 30 30 30 30 31 33 38 39 38 31 35 36 30 32 37 30 30 30 30 31 37 35 30 30 31 30 37 37 37 30 30 30 36 31 33 34 32 2e 32 36 30 30 30 30 35 38 30 30 30 30 38 30 31 32 30 30 30 36 36 38 30 30 30 34 30 30 30 33 30 30 30 32 31 30 30 30 30 35 38 30 30 30 30 34 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 db 7E -2024-06-21 11:39:55.835 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941195761, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=37.69000000, dischargeVoltage=200000, dischargeCurrent=40000, insulationResistance=254400000, gear=D, accelerationPedal=30, brakePedal=90, fuelConsumption=10.70, motorControllerTemperature=320000, motorSpeed=13898, motorTorque=1560, motorTemperature=270000, motorVoltage=17500, motorCurrent=10777000, powerBattery=61342., maxFeedbackPower=260000, maxDischargePower=580000, bmsSelfCheck=80, powerBatteryCurrent=12000, powerBatteryV3=668000, maxVoltage=4000, minVoltage=3000, maxTemperature=210000, minTemperature=580000, availableCapacity=410000, 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-21 11:39:55.886 [MQTT Call: protocol-parsing] INFO org.apache.kafka.clients.producer.ProducerConfig:372 - ProducerConfig values: +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] @@ -15808,110 +5543,119 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala transactional.id = null value.serializer = class org.apache.kafka.common.serialization.StringSerializer -2024-06-21 11:39:55.898 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:39:55.898 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:39:55.898 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941195898 -2024-06-21 11:39:55.900 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:39:55.916 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:39:55.917 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"410000","bmsSelfCheck":"80","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"200000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"254400000","latitude":"39.5209220","location":"1","longitude":"116.6555800","maxDischargePower":"580000","maxFeedbackPower":"260000","maxTemperature":"210000","maxVoltage":"4000","mcu":"1","mileage":"37.69000000","minTemperature":"580000","minVoltage":"3000","motorControllerTemperature":"320000","motorCurrent":"10777000","motorSpeed":"13898","motorTemperature":"270000","motorTorque":"1560","motorVoltage":"17500","powerBattery":"61342.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"668000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718941195761","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:39:55.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:88 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:39:56.035 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941195761, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=37.69000000, dischargeVoltage=200000, dischargeCurrent=40000, insulationResistance=254400000, gear=D, accelerationPedal=30, brakePedal=90, fuelConsumption=10.70, motorControllerTemperature=320000, motorSpeed=13898, motorTorque=1560, motorTemperature=270000, motorVoltage=17500, motorCurrent=10777000, powerBattery=61342., maxFeedbackPower=260000, maxDischargePower=580000, bmsSelfCheck=80, powerBatteryCurrent=12000, powerBatteryV3=668000, maxVoltage=4000, minVoltage=3000, maxTemperature=210000, minTemperature=580000, availableCapacity=410000, 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-21 11:39:56.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:91 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:40:16.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:40:16.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:40:16.678 [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 38 39 34 31 32 31 36 36 32 33 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 33 37 2e 37 32 30 30 30 30 30 30 36 37 39 30 30 30 32 31 30 30 30 32 37 31 33 37 30 30 30 30 44 36 30 35 30 31 31 2e 33 30 30 30 30 30 30 30 32 30 30 30 30 34 36 36 30 31 33 30 30 30 30 32 39 32 30 30 32 34 32 30 30 30 30 30 36 31 33 34 32 2e 35 36 30 30 30 30 35 30 30 30 30 30 35 30 38 30 30 30 30 32 37 32 30 30 30 33 30 30 30 33 30 30 30 32 38 30 30 30 30 34 34 30 30 30 30 31 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 b8 7E -2024-06-21 11:40:16.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941216623, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=37.72000000, dischargeVoltage=679000, dischargeCurrent=21000, insulationResistance=271370000, gear=D, accelerationPedal=60, brakePedal=50, fuelConsumption=11.30, motorControllerTemperature=000000, motorSpeed=20000, motorTorque=4660, motorTemperature=130000, motorVoltage=29200, motorCurrent=24200000, powerBattery=61342., maxFeedbackPower=560000, maxDischargePower=500000, bmsSelfCheck=50, powerBatteryCurrent=80000, powerBatteryV3=272000, maxVoltage=3000, minVoltage=3000, maxTemperature=280000, minTemperature=440000, availableCapacity=180000, vehicleStatus=1, 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-21 11:40:16.680 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:40:16.681 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"180000","bmsSelfCheck":"50","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"679000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.30","gear":"D","insulationResistance":"271370000","latitude":"39.5209970","location":"1","longitude":"116.6563730","maxDischargePower":"500000","maxFeedbackPower":"560000","maxTemperature":"280000","maxVoltage":"3000","mcu":"1","mileage":"37.72000000","minTemperature":"440000","minVoltage":"3000","motorControllerTemperature":"000000","motorCurrent":"24200000","motorSpeed":"20000","motorTemperature":"130000","motorTorque":"4660","motorVoltage":"29200","powerBattery":"61342.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"272000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718941216623","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:40:16.681 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941216623, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=37.72000000, dischargeVoltage=679000, dischargeCurrent=21000, insulationResistance=271370000, gear=D, accelerationPedal=60, brakePedal=50, fuelConsumption=11.30, motorControllerTemperature=000000, motorSpeed=20000, motorTorque=4660, motorTemperature=130000, motorVoltage=29200, motorCurrent=24200000, powerBattery=61342., maxFeedbackPower=560000, maxDischargePower=500000, bmsSelfCheck=50, powerBatteryCurrent=80000, powerBatteryV3=272000, maxVoltage=3000, minVoltage=3000, maxTemperature=280000, minTemperature=440000, availableCapacity=180000, vehicleStatus=1, 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-21 11:40:17.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:97 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:40:17.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:98 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:41:34.218 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:41:34.218 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:41:34.218 [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 38 39 34 31 32 39 34 31 34 38 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 33 37 2e 37 36 30 30 30 30 30 30 37 34 38 30 30 30 33 30 30 30 30 32 36 32 34 37 30 30 30 30 44 33 30 38 30 31 30 2e 37 30 34 38 30 30 30 30 35 37 30 39 31 39 30 34 30 35 30 30 30 30 30 31 39 38 30 30 31 32 38 36 30 30 30 30 36 31 33 34 32 2e 32 35 30 30 30 30 35 30 30 30 30 30 36 30 35 30 30 30 30 35 30 34 30 30 30 33 30 30 30 34 30 30 30 31 35 30 30 30 30 34 38 30 30 30 30 39 37 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e0 7E -2024-06-21 11:41:34.218 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941294148, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=37.76000000, dischargeVoltage=748000, dischargeCurrent=30000, insulationResistance=262470000, gear=D, accelerationPedal=30, brakePedal=80, fuelConsumption=10.70, motorControllerTemperature=480000, motorSpeed=57091, motorTorque=9040, motorTemperature=500000, motorVoltage=19800, motorCurrent=12860000, powerBattery=61342., maxFeedbackPower=250000, maxDischargePower=500000, bmsSelfCheck=60, powerBatteryCurrent=50000, powerBatteryV3=504000, maxVoltage=3000, minVoltage=4000, maxTemperature=150000, minTemperature=480000, availableCapacity=970000, vehicleStatus=0, chargeStatus=0, 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-21 11:41:34.220 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:41:34.221 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"970000","bmsSelfCheck":"60","brakePedal":"80","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"748000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"262470000","latitude":"39.5211210","location":"1","longitude":"116.6576290","maxDischargePower":"500000","maxFeedbackPower":"250000","maxTemperature":"150000","maxVoltage":"3000","mcu":"1","mileage":"37.76000000","minTemperature":"480000","minVoltage":"4000","motorControllerTemperature":"480000","motorCurrent":"12860000","motorSpeed":"57091","motorTemperature":"500000","motorTorque":"9040","motorVoltage":"19800","powerBattery":"61342.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"504000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718941294148","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:41:34.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:88 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:41:34.221 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941294148, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=37.76000000, dischargeVoltage=748000, dischargeCurrent=30000, insulationResistance=262470000, gear=D, accelerationPedal=30, brakePedal=80, fuelConsumption=10.70, motorControllerTemperature=480000, motorSpeed=57091, motorTorque=9040, motorTemperature=500000, motorVoltage=19800, motorCurrent=12860000, powerBattery=61342., maxFeedbackPower=250000, maxDischargePower=500000, bmsSelfCheck=60, powerBatteryCurrent=50000, powerBatteryV3=504000, maxVoltage=3000, minVoltage=4000, maxTemperature=150000, minTemperature=480000, availableCapacity=970000, vehicleStatus=0, chargeStatus=0, 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-21 11:41:34.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:91 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:42:40.809 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:42:40.810 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:42:40.810 [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 38 39 34 31 33 36 30 37 37 31 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 33 37 2e 37 39 30 30 30 30 30 30 31 37 37 30 30 30 33 32 30 30 30 31 34 34 39 37 30 30 30 30 44 33 30 32 30 31 31 2e 38 30 35 32 30 30 30 30 36 35 39 33 37 34 30 39 30 33 31 30 30 30 30 32 32 39 30 30 39 37 36 31 30 30 30 30 36 31 33 34 32 2e 34 33 30 30 30 30 32 30 30 30 30 30 35 30 30 30 30 30 30 32 39 34 30 30 30 33 30 30 30 33 30 30 30 33 31 30 30 30 30 38 30 30 30 30 30 35 35 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d9 7E -2024-06-21 11:42:40.810 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941360771, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=37.79000000, dischargeVoltage=177000, dischargeCurrent=32000, insulationResistance=144970000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=11.80, motorControllerTemperature=520000, motorSpeed=65937, motorTorque=4090, motorTemperature=310000, motorVoltage=22900, motorCurrent=97610000, powerBattery=61342., maxFeedbackPower=430000, maxDischargePower=200000, bmsSelfCheck=50, powerBatteryCurrent=00000, powerBatteryV3=294000, maxVoltage=3000, minVoltage=3000, maxTemperature=310000, minTemperature=800000, availableCapacity=550000, vehicleStatus=0, chargeStatus=0, 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-21 11:42:41.221 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:42:41.221 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"550000","bmsSelfCheck":"50","brakePedal":"20","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"32000","dischargeVoltage":"177000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"144970000","latitude":"39.5211630","location":"1","longitude":"116.6584780","maxDischargePower":"200000","maxFeedbackPower":"430000","maxTemperature":"310000","maxVoltage":"3000","mcu":"1","mileage":"37.79000000","minTemperature":"800000","minVoltage":"3000","motorControllerTemperature":"520000","motorCurrent":"97610000","motorSpeed":"65937","motorTemperature":"310000","motorTorque":"4090","motorVoltage":"22900","powerBattery":"61342.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"294000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718941360771","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:42:41.221 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941360771, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=37.79000000, dischargeVoltage=177000, dischargeCurrent=32000, insulationResistance=144970000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=11.80, motorControllerTemperature=520000, motorSpeed=65937, motorTorque=4090, motorTemperature=310000, motorVoltage=22900, motorCurrent=97610000, powerBattery=61342., maxFeedbackPower=430000, maxDischargePower=200000, bmsSelfCheck=50, powerBatteryCurrent=00000, powerBatteryV3=294000, maxVoltage=3000, minVoltage=3000, maxTemperature=310000, minTemperature=800000, availableCapacity=550000, vehicleStatus=0, chargeStatus=0, 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-21 11:42:41.276 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:42:41.331 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:42:41.373 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:42:41.587 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:42:41.818 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:42:41.818 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:42:41.818 [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 38 39 34 31 33 36 31 37 38 30 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 33 37 2e 38 33 30 30 30 30 30 30 31 33 36 30 30 30 35 30 30 30 30 31 30 31 33 30 30 30 30 30 44 36 30 31 30 31 31 2e 31 30 34 37 30 30 30 30 36 32 30 34 35 39 39 36 30 31 30 34 30 30 30 31 35 38 30 30 31 32 38 30 37 30 30 30 36 31 33 34 32 2e 38 37 30 30 30 30 36 34 30 30 30 30 31 33 32 30 30 30 30 34 33 31 30 30 30 33 30 30 30 34 30 30 30 35 30 30 30 30 30 32 33 30 30 30 30 39 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 b9 7E -2024-06-21 11:42:41.818 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941361780, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=37.83000000, dischargeVoltage=136000, dischargeCurrent=50000, insulationResistance=101300000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=11.10, motorControllerTemperature=470000, motorSpeed=62045, motorTorque=9960, motorTemperature=104000, motorVoltage=15800, motorCurrent=12807000, powerBattery=61342., maxFeedbackPower=870000, maxDischargePower=640000, bmsSelfCheck=13, powerBatteryCurrent=20000, powerBatteryV3=431000, maxVoltage=3000, minVoltage=4000, maxTemperature=500000, minTemperature=230000, availableCapacity=900000, vehicleStatus=0, chargeStatus=0, 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-21 11:42:41.820 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:42:41.820 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"900000","bmsSelfCheck":"13","brakePedal":"10","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"50000","dischargeVoltage":"136000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"101300000","latitude":"39.5212540","location":"1","longitude":"116.6594440","maxDischargePower":"640000","maxFeedbackPower":"870000","maxTemperature":"500000","maxVoltage":"3000","mcu":"1","mileage":"37.83000000","minTemperature":"230000","minVoltage":"4000","motorControllerTemperature":"470000","motorCurrent":"12807000","motorSpeed":"62045","motorTemperature":"104000","motorTorque":"9960","motorVoltage":"15800","powerBattery":"61342.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"431000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718941361780","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:42:41.820 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941361780, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=37.83000000, dischargeVoltage=136000, dischargeCurrent=50000, insulationResistance=101300000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=11.10, motorControllerTemperature=470000, motorSpeed=62045, motorTorque=9960, motorTemperature=104000, motorVoltage=15800, motorCurrent=12807000, powerBattery=61342., maxFeedbackPower=870000, maxDischargePower=640000, bmsSelfCheck=13, powerBatteryCurrent=20000, powerBatteryV3=431000, maxVoltage=3000, minVoltage=4000, maxTemperature=500000, minTemperature=230000, availableCapacity=900000, vehicleStatus=0, chargeStatus=0, 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-21 11:42:42.290 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:42:42.290 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:42:42.305 [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-f9eca73b-d236-42ad-a5f2-be965fbb7eef sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:42:42.305 [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 -2024-06-21 11:42:42.305 [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-355828a0-a8b0-4593-ac8b-f5f18c53a6b8 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:42:42.305 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:42:42.306 [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-21 11:42:42.306 [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-21 11:42:42.306 [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-63c3367c-47c3-4992-8130-74b09532dcb8 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:42:42.306 [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-21 11:42:42.308 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:42:42.308 [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-21 11:42:42.308 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:42:42.308 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:42:42.308 [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-21 11:42:42.308 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:42:42.309 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:42:42.309 [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-21 11:42:42.309 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:42:42.310 [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-21 11:42:42.311 [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-21 11:42:42.311 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:42:42.311 [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-21 11:42:42.311 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:42:42.311 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:42:42.313 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:42:42.313 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:42:42.314 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:42:42.317 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 11:42:42.318 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:42:42.318 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 11:42:42.318 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:42:42.318 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 11:42:42.521 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 11:42:42.524 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 11:42:52.356 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 32656 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 11:42:52.357 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 11:42:52.357 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 11:42:52.821 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 11:42:52.823 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 11:42:52.844 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 11:42:53.069 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 11:42:53.148 [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-21 11:42:53.149 [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-21 11:42:53.151 [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-21 11:42:53.167 [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-21 11:42:53.198 [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-21 11:42:53.203 [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-21 11:42:53.410 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 11:42:53.416 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 11:42:53.417 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 11:42:53.513 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 11:42:53.514 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1126 ms -2024-06-21 11:42:54.111 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 11:42:54.668 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 11:42:54.672 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 11:42:54.688 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 11:42:54.753 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 11:42:54.768 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -15990,540 +5734,34 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:42:54.819 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:42:54.819 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:42:54.819 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941374818 -2024-06-21 11:42:54.821 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 11:42:54.920 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 11:42:54.990 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 11:42:55.049 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:42:55.049 [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-21 11:42:55.051 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:42:55.057 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:42:55.059 [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=57, memberId='consumer-Partitions-1-369cc0c5-076c-4c9e-84db-d015cde7bcaf', protocol='range'} -2024-06-21 11:42:55.060 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 57: {consumer-Partitions-1-369cc0c5-076c-4c9e-84db-d015cde7bcaf=Assignment(partitions=[test1-0])} -2024-06-21 11:42:55.062 [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=57, memberId='consumer-Partitions-1-369cc0c5-076c-4c9e-84db-d015cde7bcaf', protocol='range'} -2024-06-21 11:42:55.064 [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]) -2024-06-21 11:42:55.065 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:42:55.070 [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=227, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:43:01.667 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:88 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:43:02.630 [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-21 11:43:02.634 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:43:02.634 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:43:02.635 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941382634 -2024-06-21 11:43:02.636 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:43:02.646 [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-21 11:43:02.649 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:43:02.649 [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-21 11:43:02.650 [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-21 11:43:02.650 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:43:02.650 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:43:02.650 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941382650 -2024-06-21 11:43:02.650 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:43:02.652 [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-21 11:43:02.652 [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-21 11:43:02.653 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:43:02.653 [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-21 11:43:02.653 [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-21 11:43:02.655 [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=77, memberId='consumer-Topics-2-6b672052-a3b9-4c18-a729-d2cdda0cc8b7', protocol='range'} -2024-06-21 11:43:02.655 [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 77: {consumer-Topics-2-6b672052-a3b9-4c18-a729-d2cdda0cc8b7=Assignment(partitions=[test1-0])} -2024-06-21 11:43:02.655 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:43:02.655 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:43:02.655 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941382655 -2024-06-21 11:43:02.656 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:43:02.656 [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=77, memberId='consumer-Topics-2-6b672052-a3b9-4c18-a729-d2cdda0cc8b7', protocol='range'} -2024-06-21 11:43:02.657 [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]) -2024-06-21 11:43:02.657 [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 -2024-06-21 11:43:02.657 [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-21 11:43:02.658 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UlzePUvoSjCEt5Vm95Z1Aw -2024-06-21 11:43:02.659 [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-21 11:43:02.659 [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-21 11:43:02.659 [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=229, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:43:02.660 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:43:02.662 [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-21 11:43:02.665 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 11:43:02.666 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:43:02.932 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3cf7433e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 64674] -2024-06-21 11:43:04.283 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 12.194 seconds (JVM running for 12.664) -2024-06-21 11:43:04.284 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 11:43:07.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-21 11:43:07.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 -2024-06-21 11:43:07.396 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:43:07.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-21 11:43:07.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=78, memberId='consumer-Topics-4-b43b8727-72d7-4f21-be9b-4c793689bcde', protocol='range'} -2024-06-21 11:43:07.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=78, memberId='consumer-Topics-3-8e99a2e5-f9a7-412f-ac59-645fab381e24', protocol='range'} -2024-06-21 11:43:07.399 [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=78, memberId='consumer-Topics-2-6b672052-a3b9-4c18-a729-d2cdda0cc8b7', protocol='range'} -2024-06-21 11:43:07.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 78: {consumer-Topics-4-b43b8727-72d7-4f21-be9b-4c793689bcde=Assignment(partitions=[]), consumer-Topics-2-6b672052-a3b9-4c18-a729-d2cdda0cc8b7=Assignment(partitions=[test1-0]), consumer-Topics-3-8e99a2e5-f9a7-412f-ac59-645fab381e24=Assignment(partitions=[])} -2024-06-21 11:43:07.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=78, memberId='consumer-Topics-4-b43b8727-72d7-4f21-be9b-4c793689bcde', protocol='range'} -2024-06-21 11:43:07.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=[]) -2024-06-21 11:43:07.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=78, memberId='consumer-Topics-3-8e99a2e5-f9a7-412f-ac59-645fab381e24', protocol='range'} -2024-06-21 11:43:07.402 [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: -2024-06-21 11:43:07.402 [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=78, memberId='consumer-Topics-2-6b672052-a3b9-4c18-a729-d2cdda0cc8b7', protocol='range'} -2024-06-21 11:43:07.402 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:43:07.402 [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=[]) -2024-06-21 11:43:07.402 [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: -2024-06-21 11:43:07.402 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:43:07.402 [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]) -2024-06-21 11:43:07.402 [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 -2024-06-21 11:43:07.406 [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=229, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:43:07.407 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:43:08.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:91 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:43:29.005 [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-21 11:43:29.005 [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-21 11:43:29.005 [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-21 11:43:29.005 [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-21 11:43:29.009 [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-21 11:43:29.010 [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: true. Rediscovery will be attempted. -2024-06-21 11:43:29.014 [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-21 11:43:29.014 [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-21 11:43:29.014 [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-21 11:43:29.014 [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-21 11:43:29.015 [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-21 11:43:29.014 [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-21 11:43:29.015 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] 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: coordinator unavailable.isDisconnected: false. Rediscovery will be attempted. -2024-06-21 11:43:29.015 [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-21 11:43:29.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:43:29.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:43:41.018 [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-21 11:43:41.019 [kafka-coordinator-heartbeat-thread | Partitions] 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-21 11:43:41.019 [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-21 11:43:41.526 [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-21 11:43:41.527 [kafka-coordinator-heartbeat-thread | Partitions] 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-21 11:43:41.528 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Attempt to heartbeat with Generation{generationId=78, memberId='consumer-Topics-3-8e99a2e5-f9a7-412f-ac59-645fab381e24', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 11:43:42.037 [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-21 11:43:42.037 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Attempt to heartbeat with Generation{generationId=78, memberId='consumer-Topics-4-b43b8727-72d7-4f21-be9b-4c793689bcde', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 11:43:42.038 [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-21 11:43:42.039 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Attempt to heartbeat with Generation{generationId=78, memberId='consumer-Topics-2-6b672052-a3b9-4c18-a729-d2cdda0cc8b7', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 11:43:42.039 [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-21 11:43:42.040 [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-21 11:43:42.040 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:691 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Giving away all assigned partitions as lost since generation has been reset,indicating that consumer is no longer part of the group -2024-06-21 11:43:42.040 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:326 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Lost previously assigned partitions test1-0 -2024-06-21 11:43:42.845 [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=80, memberId='consumer-Topics-3-0a41a313-b7af-453d-8444-ee28e723acd8', protocol='range'} -2024-06-21 11:43:42.845 [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=80, memberId='consumer-Topics-4-b607664a-b33a-483c-b450-b7745ce1ef4d', protocol='range'} -2024-06-21 11:43:42.846 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Finished assignment for group at generation 80: {consumer-Topics-3-0a41a313-b7af-453d-8444-ee28e723acd8=Assignment(partitions=[test1-0]), consumer-Topics-4-b607664a-b33a-483c-b450-b7745ce1ef4d=Assignment(partitions=[])} -2024-06-21 11:43:42.847 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions lost: [test1-0] -2024-06-21 11:43:42.847 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:43:42.847 [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-21 11:43:42.848 [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=80, memberId='consumer-Topics-3-0a41a313-b7af-453d-8444-ee28e723acd8', protocol='range'} -2024-06-21 11:43:42.848 [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=80, memberId='consumer-Topics-4-b607664a-b33a-483c-b450-b7745ce1ef4d', protocol='range'} -2024-06-21 11:43:45.486 [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=[]) -2024-06-21 11:43:45.486 [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-0]) -2024-06-21 11:43:45.486 [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: -2024-06-21 11:43:45.486 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:43:45.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-21 11:43:45.486 [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-0 -2024-06-21 11:43:45.488 [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-0 to the committed offset FetchPosition{offset=229, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:43:45.488 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:43:45.531 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:43:45.532 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:43:45.535 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Attempt to heartbeat with Generation{generationId=57, memberId='consumer-Partitions-1-369cc0c5-076c-4c9e-84db-d015cde7bcaf', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 11:43:45.537 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1140 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Attempt to heartbeat with stale Generation{generationId=57, memberId='consumer-Partitions-1-369cc0c5-076c-4c9e-84db-d015cde7bcaf', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, ignoring the error -2024-06-21 11:43:45.538 [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-21 11:43:45.539 [Thread-1] ERROR o.a.k.c.consumer.internals.ConsumerCoordinator:1190 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Offset commit failed on partition test1-0 at offset 229: The coordinator is not aware of this member. -2024-06-21 11:43:45.539 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1246 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] OffsetCommit failed with Generation{generationId=57, memberId='consumer-Partitions-1-369cc0c5-076c-4c9e-84db-d015cde7bcaf', protocol='range'}: The coordinator is not aware of this member. -2024-06-21 11:43:45.540 [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=229, leaderEpoch=0, metadata=''}} failed: Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time message processing. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. -2024-06-21 11:43:45.540 [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=229, 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-21 11:43:45.542 [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-21 11:43:45.542 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:326 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Lost previously assigned partitions test1-0 -2024-06-21 11:43:45.542 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:43:45.545 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:43:45.547 [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=59, memberId='consumer-Partitions-1-274de847-13fd-41bd-b412-2efd71f58f8f', protocol='range'} -2024-06-21 11:43:45.547 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 59: {consumer-Partitions-1-274de847-13fd-41bd-b412-2efd71f58f8f=Assignment(partitions=[test1-0])} -2024-06-21 11:43:45.548 [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=59, memberId='consumer-Partitions-1-274de847-13fd-41bd-b412-2efd71f58f8f', protocol='range'} -2024-06-21 11:43:45.549 [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]) -2024-06-21 11:43:45.550 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:43:45.551 [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=227, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:43:45.848 [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-21 11:43:45.848 [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-0 -2024-06-21 11:43:45.848 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:43:45.848 [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-21 11:43:45.848 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Attempt to heartbeat failed since group is rebalancing -2024-06-21 11:43:45.848 [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 -2024-06-21 11:43:45.848 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [] -2024-06-21 11:43:45.849 [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-21 11:43:45.850 [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=81, memberId='consumer-Topics-3-0a41a313-b7af-453d-8444-ee28e723acd8', protocol='range'} -2024-06-21 11:43:45.850 [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=81, memberId='consumer-Topics-2-97fb15c9-d8ea-4718-8336-c9ed877bc2eb', protocol='range'} -2024-06-21 11:43:45.850 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Finished assignment for group at generation 81: {consumer-Topics-2-97fb15c9-d8ea-4718-8336-c9ed877bc2eb=Assignment(partitions=[test1-0]), consumer-Topics-3-0a41a313-b7af-453d-8444-ee28e723acd8=Assignment(partitions=[]), consumer-Topics-4-b607664a-b33a-483c-b450-b7745ce1ef4d=Assignment(partitions=[])} -2024-06-21 11:43:45.850 [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=81, memberId='consumer-Topics-4-b607664a-b33a-483c-b450-b7745ce1ef4d', protocol='range'} -2024-06-21 11:43:45.851 [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=81, memberId='consumer-Topics-2-97fb15c9-d8ea-4718-8336-c9ed877bc2eb', protocol='range'} -2024-06-21 11:43:45.851 [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]) -2024-06-21 11:43:45.851 [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 -2024-06-21 11:43:45.852 [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=81, memberId='consumer-Topics-3-0a41a313-b7af-453d-8444-ee28e723acd8', protocol='range'} -2024-06-21 11:43:45.852 [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=[]) -2024-06-21 11:43:45.852 [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: -2024-06-21 11:43:45.852 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:43:45.852 [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=81, memberId='consumer-Topics-4-b607664a-b33a-483c-b450-b7745ce1ef4d', protocol='range'} -2024-06-21 11:43:45.852 [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=[]) -2024-06-21 11:43:45.852 [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: -2024-06-21 11:43:45.852 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:43:45.853 [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=229, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:43:45.853 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:44:10.928 [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-21 11:44:10.929 [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-21 11:44:10.928 [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-21 11:44:10.929 [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-21 11:44:10.930 [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-21 11:44:10.930 [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-21 11:44:10.930 [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-21 11:44:10.931 [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-21 11:44:10.931 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] 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: coordinator unavailable.isDisconnected: true. Rediscovery will be attempted. -2024-06-21 11:44:10.931 [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: true. Rediscovery will be attempted. -2024-06-21 11:44:10.933 [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-21 11:44:10.933 [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-21 11:44:10.933 [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-21 11:44:10.933 [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-21 11:44:10.933 [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-21 11:44:10.933 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] 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: coordinator unavailable.isDisconnected: false. Rediscovery will be attempted. -2024-06-21 11:44:10.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:44:10.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:44:11.680 [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-21 11:44:11.680 [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-21 11:44:11.680 [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-21 11:44:11.682 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Attempt to heartbeat with Generation{generationId=81, memberId='consumer-Topics-2-97fb15c9-d8ea-4718-8336-c9ed877bc2eb', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 11:44:11.682 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Attempt to heartbeat with Generation{generationId=81, memberId='consumer-Topics-4-b607664a-b33a-483c-b450-b7745ce1ef4d', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 11:44:11.682 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Attempt to heartbeat with Generation{generationId=81, memberId='consumer-Topics-3-0a41a313-b7af-453d-8444-ee28e723acd8', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 11:44:11.683 [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-21 11:44:11.683 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:691 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Giving away all assigned partitions as lost since generation has been reset,indicating that consumer is no longer part of the group -2024-06-21 11:44:11.683 [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-21 11:44:11.683 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:326 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Lost previously assigned partitions test1-0 -2024-06-21 11:44:11.683 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions lost: [test1-0] -2024-06-21 11:44:11.683 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:44:11.683 [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-21 11:44:11.684 [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-21 11:44:11.684 [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-21 11:44:11.684 [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-21 11:44:11.686 [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=83, memberId='consumer-Topics-2-f50b6032-ba3f-41ff-94e4-40ea74ee6909', protocol='range'} -2024-06-21 11:44:11.686 [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=83, memberId='consumer-Topics-4-d23c45f5-c0c6-4159-ba27-78d6da082e90', protocol='range'} -2024-06-21 11:44:11.686 [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=83, memberId='consumer-Topics-3-24bd3f78-cddf-409f-a814-de608251aa4a', protocol='range'} -2024-06-21 11:44:11.686 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Finished assignment for group at generation 83: {consumer-Topics-2-f50b6032-ba3f-41ff-94e4-40ea74ee6909=Assignment(partitions=[test1-0]), consumer-Topics-4-d23c45f5-c0c6-4159-ba27-78d6da082e90=Assignment(partitions=[]), consumer-Topics-3-24bd3f78-cddf-409f-a814-de608251aa4a=Assignment(partitions=[])} -2024-06-21 11:44:11.687 [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=83, memberId='consumer-Topics-4-d23c45f5-c0c6-4159-ba27-78d6da082e90', protocol='range'} -2024-06-21 11:44:11.687 [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=83, memberId='consumer-Topics-3-24bd3f78-cddf-409f-a814-de608251aa4a', protocol='range'} -2024-06-21 11:44:11.687 [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=83, memberId='consumer-Topics-2-f50b6032-ba3f-41ff-94e4-40ea74ee6909', protocol='range'} -2024-06-21 11:44:11.687 [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=[]) -2024-06-21 11:44:11.688 [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: -2024-06-21 11:44:11.688 [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=[]) -2024-06-21 11:44:11.688 [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]) -2024-06-21 11:44:11.688 [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: -2024-06-21 11:44:11.688 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:44:11.688 [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 -2024-06-21 11:44:11.688 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:44:11.689 [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=229, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:44:11.689 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:44:11.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:44:11.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:44:11.750 [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-21 11:44:11.755 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Attempt to heartbeat with Generation{generationId=59, memberId='consumer-Partitions-1-274de847-13fd-41bd-b412-2efd71f58f8f', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 11:44:11.756 [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-21 11:44:11.757 [Thread-1] ERROR o.a.k.c.consumer.internals.ConsumerCoordinator:1190 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Offset commit failed on partition test1-0 at offset 229: The coordinator is not aware of this member. -2024-06-21 11:44:11.757 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1246 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] OffsetCommit failed with Generation{generationId=59, memberId='consumer-Partitions-1-274de847-13fd-41bd-b412-2efd71f58f8f', protocol='range'}: The coordinator is not aware of this member. -2024-06-21 11:44:11.757 [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=229, leaderEpoch=0, metadata=''}} failed: Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time message processing. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. -2024-06-21 11:44:11.758 [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=229, 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-21 11:44:11.758 [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-21 11:44:11.758 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:326 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Lost previously assigned partitions test1-0 -2024-06-21 11:44:11.759 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:44:11.762 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:44:11.764 [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=61, memberId='consumer-Partitions-1-5a31ceb8-1a75-48e8-ae5d-f918a125b677', protocol='range'} -2024-06-21 11:44:11.766 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Finished assignment for group at generation 61: {consumer-Partitions-1-5a31ceb8-1a75-48e8-ae5d-f918a125b677=Assignment(partitions=[test1-0])} -2024-06-21 11:44:11.768 [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=61, memberId='consumer-Partitions-1-5a31ceb8-1a75-48e8-ae5d-f918a125b677', protocol='range'} -2024-06-21 11:44:11.768 [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]) -2024-06-21 11:44:11.769 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:44:11.771 [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=227, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:44:14.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:44:14.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:44:15.353 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:44:15.353 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:46:07.690 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:46:07.740 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:46:07.771 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:46:07.821 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:46:07.821 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:46:07.853 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:46:07.873 [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-d23c45f5-c0c6-4159-ba27-78d6da082e90 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:46:07.873 [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 -2024-06-21 11:46:07.874 [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-24bd3f78-cddf-409f-a814-de608251aa4a sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:46:07.874 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:46:07.874 [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-f50b6032-ba3f-41ff-94e4-40ea74ee6909 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:46:07.874 [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-21 11:46:07.874 [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-21 11:46:07.874 [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-21 11:46:07.876 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:46:07.876 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:46:07.876 [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-21 11:46:07.876 [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-21 11:46:07.876 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:46:07.876 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:46:07.876 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:46:07.876 [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-21 11:46:07.877 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:46:07.879 [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-21 11:46:07.880 [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-21 11:46:07.880 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:46:07.880 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:46:07.880 [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-21 11:46:07.880 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:46:07.882 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:46:07.882 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:46:07.882 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:46:08.052 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 11:46:08.056 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 11:46:50.747 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 5760 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 11:46:50.749 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 11:46:50.750 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 11:46:51.585 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 11:46:51.587 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 11:46:51.614 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces. -2024-06-21 11:46:51.887 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 11:46:51.987 [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-21 11:46:51.989 [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-21 11:46:51.992 [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-21 11:46:52.009 [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-21 11:46:52.045 [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-21 11:46:52.051 [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-21 11:46:52.408 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 11:46:52.417 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 11:46:52.418 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 11:46:52.563 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 11:46:52.563 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1734 ms -2024-06-21 11:46:53.346 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 11:46:53.818 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 11:46:53.824 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 11:46:53.842 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 11:46:53.923 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 11:46:53.940 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -16602,25 +5840,30 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:46:53.997 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:46:53.997 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:46:53.997 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941613996 -2024-06-21 11:46:53.999 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 11:46:54.100 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 11:46:54.167 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 11:46:54.234 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1100 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Error while fetching metadata with correlation id 2 : {test1=LEADER_NOT_AVAILABLE} -2024-06-21 11:46:54.235 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: BqKt-lTlTMC3GGuUJMoJTA -2024-06-21 11:46:54.237 [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-21 11:46:54.239 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:46:54.260 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:46:54.279 [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-cc1b89b2-b53b-4749-89d5-520c28c69a2d', protocol='range'} -2024-06-21 11:46:54.351 [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-cc1b89b2-b53b-4749-89d5-520c28c69a2d=Assignment(partitions=[test1-0])} -2024-06-21 11:46:54.404 [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-cc1b89b2-b53b-4749-89d5-520c28c69a2d', protocol='range'} -2024-06-21 11:46:54.404 [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]) -2024-06-21 11:46:54.406 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:46:54.420 [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-21 11:46:54.426 [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-21 11:46:54.982 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -16699,11 +5942,11 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:46:54.989 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:46:54.989 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:46:54.990 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941614989 -2024-06-21 11:46:54.992 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:46:54.999 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -16782,14 +6025,14 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:46:55.002 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:46:55.003 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:46:55.003 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941615002 -2024-06-21 11:46:55.003 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: BqKt-lTlTMC3GGuUJMoJTA -2024-06-21 11:46:55.004 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:46:55.004 [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-21 11:46:55.004 [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-21 11:46:55.005 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -16868,91 +6111,138 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:46:55.007 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: BqKt-lTlTMC3GGuUJMoJTA -2024-06-21 11:46:55.007 [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-21 11:46:55.009 [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-21 11:46:55.010 [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-21 11:46:55.010 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:46:55.010 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:46:55.010 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941615010 -2024-06-21 11:46:55.010 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:46:55.011 [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-5b43a9a5-8bee-4310-b2da-fc81ceda166f', protocol='range'} -2024-06-21 11:46:55.011 [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-5b43a9a5-8bee-4310-b2da-fc81ceda166f=Assignment(partitions=[test1-0])} -2024-06-21 11:46:55.013 [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-21 11:46:55.014 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: BqKt-lTlTMC3GGuUJMoJTA -2024-06-21 11:46:55.014 [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=1, memberId='consumer-Topics-2-5b43a9a5-8bee-4310-b2da-fc81ceda166f', protocol='range'} -2024-06-21 11:46:55.014 [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-21 11:46:55.014 [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]) -2024-06-21 11:46:55.014 [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 -2024-06-21 11:46:55.015 [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-21 11:46:55.016 [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-21 11:46:55.018 [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-21 11:46:55.018 [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-21 11:46:55.021 [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-21 11:46:55.024 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 11:46:55.025 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:46:55.039 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:46:55.254 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@544733a4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 64903] -2024-06-21 11:46:56.259 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 6.152 seconds (JVM running for 6.818) -2024-06-21 11:46:56.261 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 11:46:56.306 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:46:56.371 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:46:56.416 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:46:56.924 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:46:57.131 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:46:57.296 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:46:57.311 [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-8824939a-54ed-4ab6-81c7-908e4aa8c1f1 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:46:57.311 [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 -2024-06-21 11:46:57.311 [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-b5ff6f04-a5be-455b-8437-7f928af87d14 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:46:57.312 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:46:57.312 [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-21 11:46:57.312 [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-21 11:46:57.312 [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-5b43a9a5-8bee-4310-b2da-fc81ceda166f sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:46:57.312 [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-21 11:46:57.319 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:46:57.319 [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-21 11:46:57.319 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:46:57.320 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:46:57.320 [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-21 11:46:57.320 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:46:57.321 [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-21 11:46:57.322 [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-21 11:46:57.322 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:46:57.322 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:46:57.329 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:46:57.329 [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-21 11:46:57.329 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:46:57.329 [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-21 11:46:57.330 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:46:57.331 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:46:57.331 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:46:57.331 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:46:57.380 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 11:46:57.384 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 11:47:05.756 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 30924 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 11:47:05.758 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 11:47:05.758 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 11:47:06.488 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 11:47:06.491 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 11:47:06.513 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 11:47:06.754 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 11:47:06.841 [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-21 11:47:06.842 [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-21 11:47:06.844 [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-21 11:47:06.856 [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-21 11:47:06.887 [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-21 11:47:06.890 [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-21 11:47:07.113 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 11:47:07.120 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 11:47:07.120 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 11:47:07.217 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 11:47:07.217 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1411 ms -2024-06-21 11:47:07.855 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 11:47:08.418 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 11:47:08.424 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 11:47:08.440 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 11:47:08.511 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 11:47:08.526 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -17031,24 +6321,30 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:47:08.581 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:47:08.581 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:47:08.581 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941628580 -2024-06-21 11:47:08.583 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 11:47:08.679 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 11:47:08.751 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 11:47:08.812 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: BqKt-lTlTMC3GGuUJMoJTA -2024-06-21 11:47:08.813 [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-21 11:47:08.814 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:47:08.822 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:47:08.824 [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-8862a017-050e-4e24-8fd0-b9ec9fc86aee', protocol='range'} -2024-06-21 11:47:08.825 [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-8862a017-050e-4e24-8fd0-b9ec9fc86aee=Assignment(partitions=[test1-0])} -2024-06-21 11:47:08.829 [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-8862a017-050e-4e24-8fd0-b9ec9fc86aee', protocol='range'} -2024-06-21 11:47:08.830 [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]) -2024-06-21 11:47:08.831 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:47:08.835 [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-21 11:47:08.841 [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-21 11:47:09.439 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -17127,11 +6423,11 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:47:09.444 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:47:09.444 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:47:09.445 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941629444 -2024-06-21 11:47:09.446 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:47:09.452 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -17210,14 +6506,14 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:47:09.456 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:47:09.456 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: BqKt-lTlTMC3GGuUJMoJTA -2024-06-21 11:47:09.456 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:47:09.456 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941629456 -2024-06-21 11:47:09.456 [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-21 11:47:09.456 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:47:09.456 [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-21 11:47:09.457 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -17296,540 +6592,128 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:47:09.460 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:47:09.460 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: BqKt-lTlTMC3GGuUJMoJTA -2024-06-21 11:47:09.460 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:47:09.460 [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-21 11:47:09.460 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941629460 -2024-06-21 11:47:09.460 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:47:09.460 [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-21 11:47:09.461 [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-21 11:47:09.464 [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-c4ce71ce-109e-44b2-8891-c7168d7aeb6b', protocol='range'} -2024-06-21 11:47:09.464 [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-c4ce71ce-109e-44b2-8891-c7168d7aeb6b=Assignment(partitions=[test1-0])} -2024-06-21 11:47:09.464 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: BqKt-lTlTMC3GGuUJMoJTA -2024-06-21 11:47:09.464 [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-21 11:47:09.465 [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-21 11:47:09.465 [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-21 11:47:09.468 [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=4, memberId='consumer-Topics-2-c4ce71ce-109e-44b2-8891-c7168d7aeb6b', protocol='range'} -2024-06-21 11:47:09.468 [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-21 11:47:09.469 [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]) -2024-06-21 11:47:09.469 [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 -2024-06-21 11:47:09.471 [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-21 11:47:09.472 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 11:47:09.472 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:47:09.473 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:47:09.733 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@522f74a1 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 64950] -2024-06-21 11:47:10.387 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 11:47:10.391 [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-21 11:47:10.857 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:47:10.857 [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-21 11:47:11.074 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.726 seconds (JVM running for 6.251) -2024-06-21 11:47:11.075 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 11:47:11.291 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:47:12.473 [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-21 11:47:12.474 [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 -2024-06-21 11:47:12.475 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:47:12.475 [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-21 11:47:12.476 [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-ce306258-a81a-4378-9023-3711b65b6605', protocol='range'} -2024-06-21 11:47:12.476 [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-04876db9-a39b-4f94-87a8-8ee950d06f59', protocol='range'} -2024-06-21 11:47:12.477 [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-c4ce71ce-109e-44b2-8891-c7168d7aeb6b', protocol='range'} -2024-06-21 11:47:12.477 [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-4-ce306258-a81a-4378-9023-3711b65b6605=Assignment(partitions=[]), consumer-Topics-3-04876db9-a39b-4f94-87a8-8ee950d06f59=Assignment(partitions=[]), consumer-Topics-2-c4ce71ce-109e-44b2-8891-c7168d7aeb6b=Assignment(partitions=[test1-0])} -2024-06-21 11:47:12.479 [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-ce306258-a81a-4378-9023-3711b65b6605', protocol='range'} -2024-06-21 11:47:12.479 [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-04876db9-a39b-4f94-87a8-8ee950d06f59', protocol='range'} -2024-06-21 11:47:12.479 [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-c4ce71ce-109e-44b2-8891-c7168d7aeb6b', protocol='range'} -2024-06-21 11:47:12.479 [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=[]) -2024-06-21 11:47:12.479 [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=[]) -2024-06-21 11:47:12.479 [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: -2024-06-21 11:47:12.480 [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]) -2024-06-21 11:47:12.480 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:47:12.480 [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: -2024-06-21 11:47:12.480 [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 -2024-06-21 11:47:12.480 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:47:12.482 [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-21 11:47:12.482 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:47:26.457 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:26.457 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:26.457 [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 38 39 34 31 36 34 36 34 31 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 37 34 30 30 30 33 36 30 30 30 35 31 33 39 30 30 30 30 30 44 35 30 31 30 31 30 2e 35 30 35 33 30 30 30 30 32 36 35 36 36 31 31 35 30 36 38 30 30 30 30 31 34 32 30 30 31 36 35 30 30 30 30 30 36 30 37 36 34 2e 37 31 30 30 30 30 30 30 30 30 30 30 31 30 31 31 30 30 30 36 39 30 30 30 30 33 30 30 30 33 30 30 30 38 39 30 30 30 30 39 33 30 30 30 30 33 39 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ca 7E -2024-06-21 11:47:26.472 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941646416, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=43.44000000, dischargeVoltage=474000, dischargeCurrent=36000, insulationResistance=513900000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=10.50, motorControllerTemperature=530000, motorSpeed=26566, motorTorque=1150, motorTemperature=680000, motorVoltage=14200, motorCurrent=16500000, powerBattery=60764., maxFeedbackPower=710000, maxDischargePower=000000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=690000, maxVoltage=3000, minVoltage=3000, maxTemperature=890000, minTemperature=930000, availableCapacity=390000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:26.525 [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-21 11:47:26.538 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:47:26.538 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:47:26.538 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941646538 -2024-06-21 11:47:26.541 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: BqKt-lTlTMC3GGuUJMoJTA -2024-06-21 11:47:26.575 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:26.575 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"390000","bmsSelfCheck":"10","brakePedal":"10","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"36000","dischargeVoltage":"474000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"513900000","latitude":"39.5209220","location":"1","longitude":"116.6555800","maxDischargePower":"000000","maxFeedbackPower":"710000","maxTemperature":"890000","maxVoltage":"3000","mcu":"1","mileage":"43.44000000","minTemperature":"930000","minVoltage":"3000","motorControllerTemperature":"530000","motorCurrent":"16500000","motorSpeed":"26566","motorTemperature":"680000","motorTorque":"1150","motorVoltage":"14200","powerBattery":"60764.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"690000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718941646416","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:29.138 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:29.139 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:29.139 [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 38 39 34 31 36 34 37 34 32 39 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 36 32 30 30 30 33 36 30 30 30 35 38 37 37 30 30 30 30 30 44 36 30 39 30 31 31 2e 37 30 33 30 30 30 30 30 32 32 38 33 32 32 32 36 30 31 32 36 30 30 30 31 32 35 30 30 31 33 37 36 36 30 30 30 36 30 37 36 34 2e 38 37 30 30 30 30 39 36 30 30 30 30 31 32 36 30 30 30 30 36 35 31 30 30 30 33 30 30 30 33 30 30 30 39 38 30 30 30 30 32 32 30 30 30 30 38 34 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ff 7E -2024-06-21 11:47:29.834 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941647429, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=43.47000000, dischargeVoltage=462000, dischargeCurrent=36000, insulationResistance=587700000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=11.70, motorControllerTemperature=300000, motorSpeed=22832, motorTorque=2260, motorTemperature=126000, motorVoltage=12500, motorCurrent=13766000, powerBattery=60764., maxFeedbackPower=870000, maxDischargePower=960000, bmsSelfCheck=12, powerBatteryCurrent=60000, powerBatteryV3=651000, maxVoltage=3000, minVoltage=3000, maxTemperature=980000, minTemperature=220000, availableCapacity=840000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:29.836 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:29.837 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:29.837 [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 38 39 34 31 36 34 38 34 31 35 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 35 31 30 30 30 32 39 30 30 30 39 39 37 34 30 30 30 30 30 44 35 30 37 30 31 31 2e 37 30 39 36 30 30 30 30 31 32 37 33 37 35 38 31 30 39 32 30 30 30 30 32 31 37 30 30 36 33 34 31 30 30 30 30 36 30 37 36 34 2e 35 36 30 30 30 30 38 36 30 30 30 30 30 30 33 30 30 30 30 36 38 37 30 30 30 33 30 30 30 34 30 30 30 33 35 30 30 30 30 33 32 30 30 30 30 34 35 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e6 7E -2024-06-21 11:47:29.837 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941648415, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=43.51000000, dischargeVoltage=251000, dischargeCurrent=29000, insulationResistance=997400000, gear=D, accelerationPedal=50, brakePedal=70, fuelConsumption=11.70, motorControllerTemperature=960000, motorSpeed=12737, motorTorque=5810, motorTemperature=920000, motorVoltage=21700, motorCurrent=63410000, powerBattery=60764., maxFeedbackPower=560000, maxDischargePower=860000, bmsSelfCheck=00, powerBatteryCurrent=30000, powerBatteryV3=687000, maxVoltage=3000, minVoltage=4000, maxTemperature=350000, minTemperature=320000, availableCapacity=450000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:29.837 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:29.837 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:29.837 [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 38 39 34 31 36 34 39 34 31 39 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 33 39 37 30 30 30 33 33 30 30 30 31 39 39 36 30 30 30 30 30 44 36 30 32 30 31 31 2e 37 30 32 39 30 30 30 30 38 34 38 31 33 33 38 30 30 31 39 30 30 30 30 32 38 37 30 30 33 30 32 30 30 30 30 30 36 30 37 36 34 2e 32 33 30 30 30 30 36 30 30 30 30 30 34 30 31 32 30 30 30 35 39 34 30 30 30 34 30 30 30 34 30 30 30 35 30 30 30 30 30 33 33 30 30 30 30 33 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 db 7E -2024-06-21 11:47:29.838 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941649419, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=43.54000000, dischargeVoltage=397000, dischargeCurrent=33000, insulationResistance=199600000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=11.70, motorControllerTemperature=290000, motorSpeed=84813, motorTorque=3800, motorTemperature=190000, motorVoltage=28700, motorCurrent=30200000, powerBattery=60764., maxFeedbackPower=230000, maxDischargePower=600000, bmsSelfCheck=40, powerBatteryCurrent=12000, powerBatteryV3=594000, maxVoltage=4000, minVoltage=4000, maxTemperature=500000, minTemperature=330000, availableCapacity=300000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:30.725 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:30.725 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:30.726 [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 38 39 34 31 36 35 30 34 31 39 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 32 38 39 30 30 30 33 37 30 30 30 31 37 30 32 36 30 30 30 30 44 35 30 34 30 31 30 2e 35 30 32 36 30 30 30 30 38 32 31 39 39 36 37 36 30 37 33 30 30 30 30 32 34 30 30 30 31 34 37 35 36 30 30 30 36 30 37 36 34 2e 34 36 30 30 30 30 39 30 30 30 30 30 34 30 31 30 30 30 30 36 38 35 30 30 30 34 30 30 30 34 30 30 30 31 33 30 30 30 30 33 36 30 30 30 30 34 36 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ec 7E -2024-06-21 11:47:31.132 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941650419, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=43.58000000, dischargeVoltage=289000, dischargeCurrent=37000, insulationResistance=170260000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.50, motorControllerTemperature=260000, motorSpeed=82199, motorTorque=6760, motorTemperature=730000, motorVoltage=24000, motorCurrent=14756000, powerBattery=60764., maxFeedbackPower=460000, maxDischargePower=900000, bmsSelfCheck=40, powerBatteryCurrent=10000, powerBatteryV3=685000, maxVoltage=4000, minVoltage=4000, maxTemperature=130000, minTemperature=360000, availableCapacity=460000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:31.537 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:31.934 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:31.936 [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 38 39 34 31 36 35 31 34 32 32 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 39 31 30 30 30 33 35 30 30 30 31 34 37 33 38 30 30 30 30 44 34 30 30 30 39 2e 31 30 30 35 35 30 30 30 30 33 32 39 34 30 37 32 30 30 38 30 30 30 30 30 32 35 33 30 30 31 30 34 37 32 30 30 30 36 30 37 35 35 2e 33 34 30 30 30 30 32 30 30 30 30 30 37 30 35 30 30 30 30 36 33 35 30 30 30 33 30 30 30 34 30 30 30 33 31 30 30 30 30 38 30 30 30 30 30 36 39 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 cb 7E -2024-06-21 11:47:32.386 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941651422, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=43.64000000, dischargeVoltage=691000, dischargeCurrent=35000, insulationResistance=147380000, gear=D, accelerationPedal=40, brakePedal=00, fuelConsumption=9.100, motorControllerTemperature=550000, motorSpeed=32940, motorTorque=7200, motorTemperature=800000, motorVoltage=25300, motorCurrent=10472000, powerBattery=60755., maxFeedbackPower=340000, maxDischargePower=200000, bmsSelfCheck=70, powerBatteryCurrent=50000, powerBatteryV3=635000, maxVoltage=3000, minVoltage=4000, maxTemperature=310000, minTemperature=800000, availableCapacity=690000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:32.792 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:32.792 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:32.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:88 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:47:32.792 [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 38 39 34 31 36 35 32 34 32 31 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 34 31 36 30 30 30 33 36 30 30 30 31 38 31 34 32 30 30 30 30 44 34 30 33 30 39 2e 39 30 30 39 38 30 30 30 30 39 35 39 35 38 39 37 34 30 36 37 30 30 30 30 32 37 34 30 30 31 33 37 36 39 30 30 30 36 30 37 35 35 2e 38 30 30 30 30 30 35 34 30 30 30 30 31 30 32 30 30 30 30 37 32 30 30 30 30 33 30 30 30 33 30 30 30 33 32 30 30 30 30 32 34 30 30 30 30 35 36 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f0 7E -2024-06-21 11:47:32.793 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941652421, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=43.66000000, dischargeVoltage=416000, dischargeCurrent=36000, insulationResistance=181420000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=9.900, motorControllerTemperature=980000, motorSpeed=95958, motorTorque=9740, motorTemperature=670000, motorVoltage=27400, motorCurrent=13769000, powerBattery=60755., maxFeedbackPower=800000, maxDischargePower=540000, bmsSelfCheck=10, powerBatteryCurrent=20000, powerBatteryV3=720000, maxVoltage=3000, minVoltage=3000, maxTemperature=320000, minTemperature=240000, availableCapacity=560000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:33.288 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941646416, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=43.44000000, dischargeVoltage=474000, dischargeCurrent=36000, insulationResistance=513900000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=10.50, motorControllerTemperature=530000, motorSpeed=26566, motorTorque=1150, motorTemperature=680000, motorVoltage=14200, motorCurrent=16500000, powerBattery=60764., maxFeedbackPower=710000, maxDischargePower=000000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=690000, maxVoltage=3000, minVoltage=3000, maxTemperature=890000, minTemperature=930000, availableCapacity=390000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:33.298 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:33.298 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"840000","bmsSelfCheck":"12","brakePedal":"90","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"36000","dischargeVoltage":"462000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"587700000","latitude":"39.5209970","location":"1","longitude":"116.6563730","maxDischargePower":"960000","maxFeedbackPower":"870000","maxTemperature":"980000","maxVoltage":"3000","mcu":"1","mileage":"43.47000000","minTemperature":"220000","minVoltage":"3000","motorControllerTemperature":"300000","motorCurrent":"13766000","motorSpeed":"22832","motorTemperature":"126000","motorTorque":"2260","motorVoltage":"12500","powerBattery":"60764.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"651000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718941647429","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:33.298 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941647429, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=43.47000000, dischargeVoltage=462000, dischargeCurrent=36000, insulationResistance=587700000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=11.70, motorControllerTemperature=300000, motorSpeed=22832, motorTorque=2260, motorTemperature=126000, motorVoltage=12500, motorCurrent=13766000, powerBattery=60764., maxFeedbackPower=870000, maxDischargePower=960000, bmsSelfCheck=12, powerBatteryCurrent=60000, powerBatteryV3=651000, maxVoltage=3000, minVoltage=3000, maxTemperature=980000, minTemperature=220000, availableCapacity=840000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:33.299 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:33.300 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"450000","bmsSelfCheck":"00","brakePedal":"70","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"29000","dischargeVoltage":"251000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"997400000","latitude":"39.5211210","location":"1","longitude":"116.6576290","maxDischargePower":"860000","maxFeedbackPower":"560000","maxTemperature":"350000","maxVoltage":"3000","mcu":"1","mileage":"43.51000000","minTemperature":"320000","minVoltage":"4000","motorControllerTemperature":"960000","motorCurrent":"63410000","motorSpeed":"12737","motorTemperature":"920000","motorTorque":"5810","motorVoltage":"21700","powerBattery":"60764.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"687000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718941648415","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:33.300 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941648415, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=43.51000000, dischargeVoltage=251000, dischargeCurrent=29000, insulationResistance=997400000, gear=D, accelerationPedal=50, brakePedal=70, fuelConsumption=11.70, motorControllerTemperature=960000, motorSpeed=12737, motorTorque=5810, motorTemperature=920000, motorVoltage=21700, motorCurrent=63410000, powerBattery=60764., maxFeedbackPower=560000, maxDischargePower=860000, bmsSelfCheck=00, powerBatteryCurrent=30000, powerBatteryV3=687000, maxVoltage=3000, minVoltage=4000, maxTemperature=350000, minTemperature=320000, availableCapacity=450000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:33.301 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:33.301 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"300000","bmsSelfCheck":"40","brakePedal":"20","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"33000","dischargeVoltage":"397000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"199600000","latitude":"39.5211630","location":"1","longitude":"116.6584780","maxDischargePower":"600000","maxFeedbackPower":"230000","maxTemperature":"500000","maxVoltage":"4000","mcu":"1","mileage":"43.54000000","minTemperature":"330000","minVoltage":"4000","motorControllerTemperature":"290000","motorCurrent":"30200000","motorSpeed":"84813","motorTemperature":"190000","motorTorque":"3800","motorVoltage":"28700","powerBattery":"60764.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"594000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718941649419","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:33.301 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941649419, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=43.54000000, dischargeVoltage=397000, dischargeCurrent=33000, insulationResistance=199600000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=11.70, motorControllerTemperature=290000, motorSpeed=84813, motorTorque=3800, motorTemperature=190000, motorVoltage=28700, motorCurrent=30200000, powerBattery=60764., maxFeedbackPower=230000, maxDischargePower=600000, bmsSelfCheck=40, powerBatteryCurrent=12000, powerBatteryV3=594000, maxVoltage=4000, minVoltage=4000, maxTemperature=500000, minTemperature=330000, availableCapacity=300000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:33.302 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:33.302 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"460000","bmsSelfCheck":"40","brakePedal":"40","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"37000","dischargeVoltage":"289000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"170260000","latitude":"39.5212540","location":"1","longitude":"116.6594440","maxDischargePower":"900000","maxFeedbackPower":"460000","maxTemperature":"130000","maxVoltage":"4000","mcu":"1","mileage":"43.58000000","minTemperature":"360000","minVoltage":"4000","motorControllerTemperature":"260000","motorCurrent":"14756000","motorSpeed":"82199","motorTemperature":"730000","motorTorque":"6760","motorVoltage":"24000","powerBattery":"60764.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"685000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718941650419","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:33.302 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941650419, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=43.58000000, dischargeVoltage=289000, dischargeCurrent=37000, insulationResistance=170260000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.50, motorControllerTemperature=260000, motorSpeed=82199, motorTorque=6760, motorTemperature=730000, motorVoltage=24000, motorCurrent=14756000, powerBattery=60764., maxFeedbackPower=460000, maxDischargePower=900000, bmsSelfCheck=40, powerBatteryCurrent=10000, powerBatteryV3=685000, maxVoltage=4000, minVoltage=4000, maxTemperature=130000, minTemperature=360000, availableCapacity=460000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:33.303 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:33.303 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"690000","bmsSelfCheck":"70","brakePedal":"00","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"35000","dischargeVoltage":"691000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"147380000","latitude":"39.5213450","location":"1","longitude":"116.6606990","maxDischargePower":"200000","maxFeedbackPower":"340000","maxTemperature":"310000","maxVoltage":"3000","mcu":"1","mileage":"43.64000000","minTemperature":"800000","minVoltage":"4000","motorControllerTemperature":"550000","motorCurrent":"10472000","motorSpeed":"32940","motorTemperature":"800000","motorTorque":"7200","motorVoltage":"25300","powerBattery":"60755.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"635000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718941651422","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:33.303 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941651422, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=43.64000000, dischargeVoltage=691000, dischargeCurrent=35000, insulationResistance=147380000, gear=D, accelerationPedal=40, brakePedal=00, fuelConsumption=9.100, motorControllerTemperature=550000, motorSpeed=32940, motorTorque=7200, motorTemperature=800000, motorVoltage=25300, motorCurrent=10472000, powerBattery=60755., maxFeedbackPower=340000, maxDischargePower=200000, bmsSelfCheck=70, powerBatteryCurrent=50000, powerBatteryV3=635000, maxVoltage=3000, minVoltage=4000, maxTemperature=310000, minTemperature=800000, availableCapacity=690000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:33.303 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:33.304 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"560000","bmsSelfCheck":"10","brakePedal":"30","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"36000","dischargeVoltage":"416000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"181420000","latitude":"39.5213780","location":"1","longitude":"116.6611070","maxDischargePower":"540000","maxFeedbackPower":"800000","maxTemperature":"320000","maxVoltage":"3000","mcu":"1","mileage":"43.66000000","minTemperature":"240000","minVoltage":"3000","motorControllerTemperature":"980000","motorCurrent":"13769000","motorSpeed":"95958","motorTemperature":"670000","motorTorque":"9740","motorVoltage":"27400","powerBattery":"60755.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"720000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718941652421","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:33.304 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941652421, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=43.66000000, dischargeVoltage=416000, dischargeCurrent=36000, insulationResistance=181420000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=9.900, motorControllerTemperature=980000, motorSpeed=95958, motorTorque=9740, motorTemperature=670000, motorVoltage=27400, motorCurrent=13769000, powerBattery=60755., maxFeedbackPower=800000, maxDischargePower=540000, bmsSelfCheck=10, powerBatteryCurrent=20000, powerBatteryV3=720000, maxVoltage=3000, minVoltage=3000, maxTemperature=320000, minTemperature=240000, availableCapacity=560000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:33.496 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:33.497 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:33.497 [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 38 39 34 31 36 35 33 34 32 34 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 32 34 34 30 30 30 32 37 30 30 30 31 32 34 37 31 30 30 30 30 44 32 30 38 30 31 30 2e 37 30 32 30 30 30 30 30 34 31 38 31 38 32 33 32 30 34 39 30 30 30 30 32 30 33 30 30 38 30 35 32 30 30 30 30 36 30 37 34 34 2e 37 33 30 30 30 30 32 30 30 30 30 30 31 31 36 30 30 30 30 34 35 34 30 30 30 34 30 30 30 33 30 30 30 38 39 30 30 30 30 32 33 30 30 30 30 38 32 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c3 7E -2024-06-21 11:47:33.497 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941653424, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=43.73000000, dischargeVoltage=244000, dischargeCurrent=27000, insulationResistance=124710000, gear=D, accelerationPedal=20, brakePedal=80, fuelConsumption=10.70, motorControllerTemperature=200000, motorSpeed=41818, motorTorque=2320, motorTemperature=490000, motorVoltage=20300, motorCurrent=80520000, powerBattery=60744., maxFeedbackPower=730000, maxDischargePower=200000, bmsSelfCheck=11, powerBatteryCurrent=60000, powerBatteryV3=454000, maxVoltage=4000, minVoltage=3000, maxTemperature=890000, minTemperature=230000, availableCapacity=820000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:33.499 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:33.499 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"820000","bmsSelfCheck":"11","brakePedal":"80","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"27000","dischargeVoltage":"244000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"124710000","latitude":"39.5214670","location":"1","longitude":"116.6620990","maxDischargePower":"200000","maxFeedbackPower":"730000","maxTemperature":"890000","maxVoltage":"4000","mcu":"1","mileage":"43.73000000","minTemperature":"230000","minVoltage":"3000","motorControllerTemperature":"200000","motorCurrent":"80520000","motorSpeed":"41818","motorTemperature":"490000","motorTorque":"2320","motorVoltage":"20300","powerBattery":"60744.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"454000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718941653424","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:33.499 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941653424, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=43.73000000, dischargeVoltage=244000, dischargeCurrent=27000, insulationResistance=124710000, gear=D, accelerationPedal=20, brakePedal=80, fuelConsumption=10.70, motorControllerTemperature=200000, motorSpeed=41818, motorTorque=2320, motorTemperature=490000, motorVoltage=20300, motorCurrent=80520000, powerBattery=60744., maxFeedbackPower=730000, maxDischargePower=200000, bmsSelfCheck=11, powerBatteryCurrent=60000, powerBatteryV3=454000, maxVoltage=4000, minVoltage=3000, maxTemperature=890000, minTemperature=230000, availableCapacity=820000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:34.497 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:34.498 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:34.498 [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 38 39 34 31 36 35 34 34 32 38 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 34 39 33 30 30 30 32 36 30 30 30 32 31 39 33 37 30 30 30 30 44 30 30 38 30 31 30 2e 35 30 32 38 30 30 30 30 39 31 30 30 30 36 30 36 30 31 32 38 30 30 30 32 37 30 30 30 34 36 35 32 30 30 30 30 36 30 37 34 34 2e 32 39 30 30 30 30 31 36 30 30 30 30 34 30 34 30 30 30 30 33 31 33 30 30 30 34 30 30 30 33 30 30 30 34 39 30 30 30 30 38 35 30 30 30 30 37 33 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d4 7E -2024-06-21 11:47:34.498 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941654428, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=43.77000000, dischargeVoltage=493000, dischargeCurrent=26000, insulationResistance=219370000, gear=D, accelerationPedal=00, brakePedal=80, fuelConsumption=10.50, motorControllerTemperature=280000, motorSpeed=91000, motorTorque=6060, motorTemperature=128000, motorVoltage=27000, motorCurrent=46520000, powerBattery=60744., maxFeedbackPower=290000, maxDischargePower=160000, bmsSelfCheck=40, powerBatteryCurrent=40000, powerBatteryV3=313000, maxVoltage=4000, minVoltage=3000, maxTemperature=490000, minTemperature=850000, availableCapacity=730000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:34.500 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:34.501 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"730000","bmsSelfCheck":"40","brakePedal":"80","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"26000","dischargeVoltage":"493000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"219370000","latitude":"39.5215620","location":"1","longitude":"116.6633180","maxDischargePower":"160000","maxFeedbackPower":"290000","maxTemperature":"490000","maxVoltage":"4000","mcu":"1","mileage":"43.77000000","minTemperature":"850000","minVoltage":"3000","motorControllerTemperature":"280000","motorCurrent":"46520000","motorSpeed":"91000","motorTemperature":"128000","motorTorque":"6060","motorVoltage":"27000","powerBattery":"60744.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"313000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718941654428","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:34.501 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941654428, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=43.77000000, dischargeVoltage=493000, dischargeCurrent=26000, insulationResistance=219370000, gear=D, accelerationPedal=00, brakePedal=80, fuelConsumption=10.50, motorControllerTemperature=280000, motorSpeed=91000, motorTorque=6060, motorTemperature=128000, motorVoltage=27000, motorCurrent=46520000, powerBattery=60744., maxFeedbackPower=290000, maxDischargePower=160000, bmsSelfCheck=40, powerBatteryCurrent=40000, powerBatteryV3=313000, maxVoltage=4000, minVoltage=3000, maxTemperature=490000, minTemperature=850000, availableCapacity=730000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:35.448 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:35.448 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:35.448 [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 38 39 34 31 36 35 35 34 31 39 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 33 34 37 30 30 30 31 38 30 30 30 36 32 37 34 30 30 30 30 30 44 38 30 32 30 39 2e 33 30 30 32 39 30 30 30 30 36 30 38 35 32 31 33 39 30 31 32 36 30 30 30 32 34 32 30 30 33 38 32 39 30 30 30 30 36 30 37 33 35 2e 33 36 30 30 30 30 36 32 30 30 30 30 31 33 34 30 30 30 30 33 31 30 30 30 30 34 30 30 30 34 30 30 30 32 30 30 30 30 30 36 35 30 30 30 30 32 39 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 dc 7E -2024-06-21 11:47:35.448 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941655419, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=43.83000000, dischargeVoltage=347000, dischargeCurrent=18000, insulationResistance=627400000, gear=D, accelerationPedal=80, brakePedal=20, fuelConsumption=9.300, motorControllerTemperature=290000, motorSpeed=60852, motorTorque=1390, motorTemperature=126000, motorVoltage=24200, motorCurrent=38290000, powerBattery=60735., maxFeedbackPower=360000, maxDischargePower=620000, bmsSelfCheck=13, powerBatteryCurrent=40000, powerBatteryV3=310000, maxVoltage=4000, minVoltage=4000, maxTemperature=200000, minTemperature=650000, availableCapacity=290000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:35.452 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:35.452 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"290000","bmsSelfCheck":"13","brakePedal":"20","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"18000","dischargeVoltage":"347000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"627400000","latitude":"39.5216700","location":"1","longitude":"116.6648360","maxDischargePower":"620000","maxFeedbackPower":"360000","maxTemperature":"200000","maxVoltage":"4000","mcu":"1","mileage":"43.83000000","minTemperature":"650000","minVoltage":"4000","motorControllerTemperature":"290000","motorCurrent":"38290000","motorSpeed":"60852","motorTemperature":"126000","motorTorque":"1390","motorVoltage":"24200","powerBattery":"60735.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"310000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718941655419","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:35.452 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941655419, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=43.83000000, dischargeVoltage=347000, dischargeCurrent=18000, insulationResistance=627400000, gear=D, accelerationPedal=80, brakePedal=20, fuelConsumption=9.300, motorControllerTemperature=290000, motorSpeed=60852, motorTorque=1390, motorTemperature=126000, motorVoltage=24200, motorCurrent=38290000, powerBattery=60735., maxFeedbackPower=360000, maxDischargePower=620000, bmsSelfCheck=13, powerBatteryCurrent=40000, powerBatteryV3=310000, maxVoltage=4000, minVoltage=4000, maxTemperature=200000, minTemperature=650000, availableCapacity=290000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:37.116 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:37.117 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:37.118 [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 38 39 34 31 36 35 36 34 31 37 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 32 33 37 30 30 30 38 30 30 30 30 31 35 32 33 30 30 30 30 30 44 33 30 39 30 31 31 2e 32 30 38 37 30 30 30 30 39 38 30 37 32 38 33 31 30 31 31 30 30 30 30 31 37 34 30 30 38 38 33 39 30 30 30 30 36 30 37 33 35 2e 32 31 30 30 30 30 39 31 30 30 30 30 34 30 37 30 30 30 30 37 33 35 30 30 30 34 30 30 30 33 30 30 30 32 37 30 30 30 30 33 30 30 30 30 30 33 39 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e5 7E -2024-06-21 11:47:37.118 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941656417, longitude=116.6653570, latitude=39.5217650, speed=54.000, mileage=43.86000000, dischargeVoltage=237000, dischargeCurrent=80000, insulationResistance=152300000, gear=D, accelerationPedal=30, brakePedal=90, fuelConsumption=11.20, motorControllerTemperature=870000, motorSpeed=98072, motorTorque=8310, motorTemperature=110000, motorVoltage=17400, motorCurrent=88390000, powerBattery=60735., maxFeedbackPower=210000, maxDischargePower=910000, bmsSelfCheck=40, powerBatteryCurrent=70000, powerBatteryV3=735000, maxVoltage=4000, minVoltage=3000, maxTemperature=270000, minTemperature=300000, availableCapacity=390000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:37.121 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:37.121 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"390000","bmsSelfCheck":"40","brakePedal":"90","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"237000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.20","gear":"D","insulationResistance":"152300000","latitude":"39.5217650","location":"1","longitude":"116.6653570","maxDischargePower":"910000","maxFeedbackPower":"210000","maxTemperature":"270000","maxVoltage":"4000","mcu":"1","mileage":"43.86000000","minTemperature":"300000","minVoltage":"3000","motorControllerTemperature":"870000","motorCurrent":"88390000","motorSpeed":"98072","motorTemperature":"110000","motorTorque":"8310","motorVoltage":"17400","powerBattery":"60735.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"735000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718941656417","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:37.121 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941656417, longitude=116.6653570, latitude=39.5217650, speed=54.000, mileage=43.86000000, dischargeVoltage=237000, dischargeCurrent=80000, insulationResistance=152300000, gear=D, accelerationPedal=30, brakePedal=90, fuelConsumption=11.20, motorControllerTemperature=870000, motorSpeed=98072, motorTorque=8310, motorTemperature=110000, motorVoltage=17400, motorCurrent=88390000, powerBattery=60735., maxFeedbackPower=210000, maxDischargePower=910000, bmsSelfCheck=40, powerBatteryCurrent=70000, powerBatteryV3=735000, maxVoltage=4000, minVoltage=3000, maxTemperature=270000, minTemperature=300000, availableCapacity=390000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:37.865 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:37.865 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:37.865 [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 38 39 34 31 36 35 37 34 31 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 32 39 33 30 30 30 31 35 30 30 30 32 33 32 34 33 30 30 30 30 44 32 30 36 30 31 31 2e 36 30 37 39 30 30 30 30 38 35 32 32 32 35 35 32 30 36 30 30 30 30 30 31 39 31 30 30 31 31 37 37 32 30 30 30 36 30 37 32 33 2e 39 39 30 30 30 30 38 34 30 30 30 30 35 30 33 30 30 30 30 35 36 37 30 30 30 33 30 30 30 33 30 30 30 38 37 30 30 30 30 32 38 30 30 30 30 38 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f3 7E -2024-06-21 11:47:37.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:91 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:47:37.865 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941657419, longitude=116.6663970, latitude=39.5218350, speed=90.000, mileage=43.91000000, dischargeVoltage=293000, dischargeCurrent=15000, insulationResistance=232430000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=11.60, motorControllerTemperature=790000, motorSpeed=85222, motorTorque=5520, motorTemperature=600000, motorVoltage=19100, motorCurrent=11772000, powerBattery=60723., maxFeedbackPower=990000, maxDischargePower=840000, bmsSelfCheck=50, powerBatteryCurrent=30000, powerBatteryV3=567000, maxVoltage=3000, minVoltage=3000, maxTemperature=870000, minTemperature=280000, availableCapacity=800000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:38.734 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:39.985 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:39.986 [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 38 39 34 31 36 35 38 34 31 38 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 34 38 35 30 30 30 32 32 30 30 30 31 32 36 36 36 30 30 30 30 44 31 30 35 30 39 2e 33 30 30 36 31 30 30 30 30 32 35 31 33 37 34 32 37 30 31 32 35 30 30 30 31 36 37 30 30 37 38 31 33 30 30 30 30 36 30 37 32 33 2e 38 35 30 30 30 30 32 31 30 30 30 30 31 34 38 30 30 30 30 35 36 34 30 30 30 33 30 30 30 34 30 30 30 38 32 30 30 30 30 33 30 30 30 30 30 38 32 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e2 7E -2024-06-21 11:47:39.987 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:39.987 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941658418, longitude=116.6675130, latitude=39.5219180, speed=72.000, mileage=43.95000000, dischargeVoltage=485000, dischargeCurrent=22000, insulationResistance=126660000, gear=D, accelerationPedal=10, brakePedal=50, fuelConsumption=9.300, motorControllerTemperature=610000, motorSpeed=25137, motorTorque=4270, motorTemperature=125000, motorVoltage=16700, motorCurrent=78130000, powerBattery=60723., maxFeedbackPower=850000, maxDischargePower=210000, bmsSelfCheck=14, powerBatteryCurrent=80000, powerBatteryV3=564000, maxVoltage=3000, minVoltage=4000, maxTemperature=820000, minTemperature=300000, availableCapacity=820000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:39.987 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"800000","bmsSelfCheck":"50","brakePedal":"60","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"293000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"232430000","latitude":"39.5218350","location":"1","longitude":"116.6663970","maxDischargePower":"840000","maxFeedbackPower":"990000","maxTemperature":"870000","maxVoltage":"3000","mcu":"1","mileage":"43.91000000","minTemperature":"280000","minVoltage":"3000","motorControllerTemperature":"790000","motorCurrent":"11772000","motorSpeed":"85222","motorTemperature":"600000","motorTorque":"5520","motorVoltage":"19100","powerBattery":"60723.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"567000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718941657419","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:39.988 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:39.988 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941657419, longitude=116.6663970, latitude=39.5218350, speed=90.000, mileage=43.91000000, dischargeVoltage=293000, dischargeCurrent=15000, insulationResistance=232430000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=11.60, motorControllerTemperature=790000, motorSpeed=85222, motorTorque=5520, motorTemperature=600000, motorVoltage=19100, motorCurrent=11772000, powerBattery=60723., maxFeedbackPower=990000, maxDischargePower=840000, bmsSelfCheck=50, powerBatteryCurrent=30000, powerBatteryV3=567000, maxVoltage=3000, minVoltage=3000, maxTemperature=870000, minTemperature=280000, availableCapacity=800000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:40.570 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:40.570 [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 38 39 34 31 36 35 39 34 31 37 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 34 30 30 30 30 32 32 30 30 30 32 36 37 37 32 30 30 30 30 44 32 30 32 30 31 31 2e 39 30 35 35 30 30 30 30 33 36 38 31 33 31 38 39 30 31 32 38 30 30 30 31 34 34 30 30 31 32 35 30 32 30 30 30 36 30 37 32 33 2e 36 35 30 30 30 30 36 35 30 30 30 30 31 32 31 31 30 30 30 33 38 33 30 30 30 34 30 30 30 34 30 30 30 37 30 30 30 30 30 32 34 30 30 30 30 36 33 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ed 7E -2024-06-21 11:47:40.572 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941659417, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=43.98000000, dischargeVoltage=540000, dischargeCurrent=22000, insulationResistance=267720000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=11.90, motorControllerTemperature=550000, motorSpeed=36813, motorTorque=1890, motorTemperature=128000, motorVoltage=14400, motorCurrent=12502000, powerBattery=60723., maxFeedbackPower=650000, maxDischargePower=650000, bmsSelfCheck=12, powerBatteryCurrent=11000, powerBatteryV3=383000, maxVoltage=4000, minVoltage=4000, maxTemperature=700000, minTemperature=240000, availableCapacity=630000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:41.065 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:41.065 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:41.066 [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 38 39 34 31 36 36 30 34 33 30 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 33 32 30 30 30 33 34 30 30 30 31 33 31 32 34 30 30 30 30 44 32 30 35 30 31 30 2e 35 30 31 37 30 30 30 30 35 32 35 35 37 31 33 32 30 32 33 30 30 30 30 31 33 36 30 30 38 30 32 38 30 30 30 30 36 30 37 32 33 2e 31 37 30 30 30 30 38 35 30 30 30 30 32 30 39 30 30 30 30 32 36 32 30 30 30 34 30 30 30 34 30 30 30 36 36 30 30 30 30 31 30 30 30 30 30 39 35 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 b3 7E -2024-06-21 11:47:41.066 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941660430, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=44.01000000, dischargeVoltage=332000, dischargeCurrent=34000, insulationResistance=131240000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=10.50, motorControllerTemperature=170000, motorSpeed=52557, motorTorque=1320, motorTemperature=230000, motorVoltage=13600, motorCurrent=80280000, powerBattery=60723., maxFeedbackPower=170000, maxDischargePower=850000, bmsSelfCheck=20, powerBatteryCurrent=90000, powerBatteryV3=262000, maxVoltage=4000, minVoltage=4000, maxTemperature=660000, minTemperature=100000, availableCapacity=950000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:41.067 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:41.539 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"820000","bmsSelfCheck":"14","brakePedal":"50","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"22000","dischargeVoltage":"485000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"126660000","latitude":"39.5219180","location":"1","longitude":"116.6675130","maxDischargePower":"210000","maxFeedbackPower":"850000","maxTemperature":"820000","maxVoltage":"3000","mcu":"1","mileage":"43.95000000","minTemperature":"300000","minVoltage":"4000","motorControllerTemperature":"610000","motorCurrent":"78130000","motorSpeed":"25137","motorTemperature":"125000","motorTorque":"4270","motorVoltage":"16700","powerBattery":"60723.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"564000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718941658418","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:41.539 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941658418, longitude=116.6675130, latitude=39.5219180, speed=72.000, mileage=43.95000000, dischargeVoltage=485000, dischargeCurrent=22000, insulationResistance=126660000, gear=D, accelerationPedal=10, brakePedal=50, fuelConsumption=9.300, motorControllerTemperature=610000, motorSpeed=25137, motorTorque=4270, motorTemperature=125000, motorVoltage=16700, motorCurrent=78130000, powerBattery=60723., maxFeedbackPower=850000, maxDischargePower=210000, bmsSelfCheck=14, powerBatteryCurrent=80000, powerBatteryV3=564000, maxVoltage=3000, minVoltage=4000, maxTemperature=820000, minTemperature=300000, availableCapacity=820000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:41.540 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:41.540 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:41.541 [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 38 39 34 31 36 36 31 34 31 39 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 35 33 36 30 30 30 31 37 30 30 30 31 32 35 37 39 30 30 30 30 44 39 30 37 30 31 30 2e 37 30 36 37 30 30 30 30 33 34 33 34 38 32 31 30 30 34 31 30 30 30 30 32 33 38 30 30 31 33 35 38 36 30 30 30 36 30 37 32 33 2e 36 35 30 30 30 30 33 39 30 30 30 30 31 34 31 30 30 30 30 37 32 36 30 30 30 33 30 30 30 33 30 30 30 39 33 30 30 30 30 37 38 30 30 30 30 36 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 dc 7E -2024-06-21 11:47:41.541 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941661419, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=44.03000000, dischargeVoltage=536000, dischargeCurrent=17000, insulationResistance=125790000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=10.70, motorControllerTemperature=670000, motorSpeed=34348, motorTorque=2100, motorTemperature=410000, motorVoltage=23800, motorCurrent=13586000, powerBattery=60723., maxFeedbackPower=650000, maxDischargePower=390000, bmsSelfCheck=14, powerBatteryCurrent=10000, powerBatteryV3=726000, maxVoltage=3000, minVoltage=3000, maxTemperature=930000, minTemperature=780000, availableCapacity=600000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:42.862 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:43.485 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:43.486 [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 38 39 34 31 36 36 32 34 31 36 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 37 37 30 30 30 32 36 30 30 30 32 38 36 37 33 30 30 30 30 44 34 30 34 30 39 2e 34 30 30 33 31 30 30 30 30 33 39 36 36 38 38 31 32 30 31 34 32 30 30 30 31 34 32 30 30 34 37 32 34 30 30 30 30 36 30 37 31 34 2e 31 30 30 30 30 30 33 38 30 30 30 30 34 30 31 30 30 30 30 32 32 32 30 30 30 33 30 30 30 34 30 30 30 38 31 30 30 30 30 37 37 30 30 30 30 39 36 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d2 7E -2024-06-21 11:47:43.487 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:43.487 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941662416, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=44.10000000, dischargeVoltage=677000, dischargeCurrent=26000, insulationResistance=286730000, gear=D, accelerationPedal=40, brakePedal=40, fuelConsumption=9.400, motorControllerTemperature=310000, motorSpeed=39668, motorTorque=8120, motorTemperature=142000, motorVoltage=14200, motorCurrent=47240000, powerBattery=60714., maxFeedbackPower=100000, maxDischargePower=380000, bmsSelfCheck=40, powerBatteryCurrent=10000, powerBatteryV3=222000, maxVoltage=3000, minVoltage=4000, maxTemperature=810000, minTemperature=770000, availableCapacity=960000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:43.488 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"630000","bmsSelfCheck":"12","brakePedal":"20","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"22000","dischargeVoltage":"540000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"267720000","latitude":"39.5219970","location":"1","longitude":"116.6684790","maxDischargePower":"650000","maxFeedbackPower":"650000","maxTemperature":"700000","maxVoltage":"4000","mcu":"1","mileage":"43.98000000","minTemperature":"240000","minVoltage":"4000","motorControllerTemperature":"550000","motorCurrent":"12502000","motorSpeed":"36813","motorTemperature":"128000","motorTorque":"1890","motorVoltage":"14400","powerBattery":"60723.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"383000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718941659417","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:43.488 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941659417, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=43.98000000, dischargeVoltage=540000, dischargeCurrent=22000, insulationResistance=267720000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=11.90, motorControllerTemperature=550000, motorSpeed=36813, motorTorque=1890, motorTemperature=128000, motorVoltage=14400, motorCurrent=12502000, powerBattery=60723., maxFeedbackPower=650000, maxDischargePower=650000, bmsSelfCheck=12, powerBatteryCurrent=11000, powerBatteryV3=383000, maxVoltage=4000, minVoltage=4000, maxTemperature=700000, minTemperature=240000, availableCapacity=630000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:44.091 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:44.091 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:44.091 [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 38 39 34 31 36 36 33 34 33 31 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 33 32 36 30 30 30 32 37 30 30 30 32 35 34 38 37 30 30 30 30 44 35 30 34 30 39 2e 38 30 30 38 38 30 30 30 30 37 33 39 36 32 35 35 30 30 31 33 38 30 30 30 32 31 37 30 30 31 34 36 35 30 30 30 30 36 30 37 31 34 2e 38 34 30 30 30 30 35 37 30 30 30 30 33 30 37 30 30 30 30 34 39 32 30 30 30 34 30 30 30 33 30 30 30 37 39 30 30 30 30 35 30 30 30 30 30 31 38 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e8 7E -2024-06-21 11:47:44.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:47:44.091 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941663431, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=44.12000000, dischargeVoltage=326000, dischargeCurrent=27000, insulationResistance=254870000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=9.800, motorControllerTemperature=880000, motorSpeed=73962, motorTorque=5500, motorTemperature=138000, motorVoltage=21700, motorCurrent=14650000, powerBattery=60714., maxFeedbackPower=840000, maxDischargePower=570000, bmsSelfCheck=30, powerBatteryCurrent=70000, powerBatteryV3=492000, maxVoltage=4000, minVoltage=3000, maxTemperature=790000, minTemperature=500000, availableCapacity=180000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:45.020 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:45.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:45.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:45.022 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"950000","bmsSelfCheck":"20","brakePedal":"50","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"34000","dischargeVoltage":"332000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"131240000","latitude":"39.5220750","location":"1","longitude":"116.6694390","maxDischargePower":"850000","maxFeedbackPower":"170000","maxTemperature":"660000","maxVoltage":"4000","mcu":"1","mileage":"44.01000000","minTemperature":"100000","minVoltage":"4000","motorControllerTemperature":"170000","motorCurrent":"80280000","motorSpeed":"52557","motorTemperature":"230000","motorTorque":"1320","motorVoltage":"13600","powerBattery":"60723.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"262000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718941660430","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:45.022 [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 38 39 34 31 36 36 34 34 32 38 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 34 39 37 30 30 30 37 30 30 30 30 31 37 37 32 36 30 30 30 30 44 31 30 32 30 31 30 2e 37 30 38 39 30 30 30 30 33 30 36 32 39 37 38 34 30 31 30 37 30 30 30 32 39 30 30 30 33 31 36 39 30 30 30 30 36 30 37 31 34 2e 37 37 30 30 30 30 35 39 30 30 30 30 37 30 38 30 30 30 30 33 36 34 30 30 30 33 30 30 30 34 30 30 30 31 30 30 30 30 30 33 37 30 30 30 30 36 36 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e9 7E -2024-06-21 11:47:45.022 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941660430, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=44.01000000, dischargeVoltage=332000, dischargeCurrent=34000, insulationResistance=131240000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=10.50, motorControllerTemperature=170000, motorSpeed=52557, motorTorque=1320, motorTemperature=230000, motorVoltage=13600, motorCurrent=80280000, powerBattery=60723., maxFeedbackPower=170000, maxDischargePower=850000, bmsSelfCheck=20, powerBatteryCurrent=90000, powerBatteryV3=262000, maxVoltage=4000, minVoltage=4000, maxTemperature=660000, minTemperature=100000, availableCapacity=950000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:45.022 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941664428, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=44.16000000, dischargeVoltage=497000, dischargeCurrent=70000, insulationResistance=177260000, gear=D, accelerationPedal=10, brakePedal=20, fuelConsumption=10.70, motorControllerTemperature=890000, motorSpeed=30629, motorTorque=7840, motorTemperature=107000, motorVoltage=29000, motorCurrent=31690000, powerBattery=60714., maxFeedbackPower=770000, maxDischargePower=590000, bmsSelfCheck=70, powerBatteryCurrent=80000, powerBatteryV3=364000, maxVoltage=3000, minVoltage=4000, maxTemperature=100000, minTemperature=370000, availableCapacity=660000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:45.023 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:45.023 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"600000","bmsSelfCheck":"14","brakePedal":"70","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"17000","dischargeVoltage":"536000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"125790000","latitude":"39.5221290","location":"1","longitude":"116.6701900","maxDischargePower":"390000","maxFeedbackPower":"650000","maxTemperature":"930000","maxVoltage":"3000","mcu":"1","mileage":"44.03000000","minTemperature":"780000","minVoltage":"3000","motorControllerTemperature":"670000","motorCurrent":"13586000","motorSpeed":"34348","motorTemperature":"410000","motorTorque":"2100","motorVoltage":"23800","powerBattery":"60723.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"726000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718941661419","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:45.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941661419, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=44.03000000, dischargeVoltage=536000, dischargeCurrent=17000, insulationResistance=125790000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=10.70, motorControllerTemperature=670000, motorSpeed=34348, motorTorque=2100, motorTemperature=410000, motorVoltage=23800, motorCurrent=13586000, powerBattery=60723., maxFeedbackPower=650000, maxDischargePower=390000, bmsSelfCheck=14, powerBatteryCurrent=10000, powerBatteryV3=726000, maxVoltage=3000, minVoltage=3000, maxTemperature=930000, minTemperature=780000, availableCapacity=600000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:45.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:45.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"960000","bmsSelfCheck":"40","brakePedal":"40","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"26000","dischargeVoltage":"677000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"286730000","latitude":"39.5222470","location":"1","longitude":"116.6713820","maxDischargePower":"380000","maxFeedbackPower":"100000","maxTemperature":"810000","maxVoltage":"3000","mcu":"1","mileage":"44.10000000","minTemperature":"770000","minVoltage":"4000","motorControllerTemperature":"310000","motorCurrent":"47240000","motorSpeed":"39668","motorTemperature":"142000","motorTorque":"8120","motorVoltage":"14200","powerBattery":"60714.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"222000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718941662416","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:45.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941662416, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=44.10000000, dischargeVoltage=677000, dischargeCurrent=26000, insulationResistance=286730000, gear=D, accelerationPedal=40, brakePedal=40, fuelConsumption=9.400, motorControllerTemperature=310000, motorSpeed=39668, motorTorque=8120, motorTemperature=142000, motorVoltage=14200, motorCurrent=47240000, powerBattery=60714., maxFeedbackPower=100000, maxDischargePower=380000, bmsSelfCheck=40, powerBatteryCurrent=10000, powerBatteryV3=222000, maxVoltage=3000, minVoltage=4000, maxTemperature=810000, minTemperature=770000, availableCapacity=960000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:45.026 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:45.027 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"180000","bmsSelfCheck":"30","brakePedal":"40","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"27000","dischargeVoltage":"326000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.800","gear":"D","insulationResistance":"254870000","latitude":"39.5222260","location":"1","longitude":"116.6721170","maxDischargePower":"570000","maxFeedbackPower":"840000","maxTemperature":"790000","maxVoltage":"4000","mcu":"1","mileage":"44.12000000","minTemperature":"500000","minVoltage":"3000","motorControllerTemperature":"880000","motorCurrent":"14650000","motorSpeed":"73962","motorTemperature":"138000","motorTorque":"5500","motorVoltage":"21700","powerBattery":"60714.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"492000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718941663431","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:45.027 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941663431, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=44.12000000, dischargeVoltage=326000, dischargeCurrent=27000, insulationResistance=254870000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=9.800, motorControllerTemperature=880000, motorSpeed=73962, motorTorque=5500, motorTemperature=138000, motorVoltage=21700, motorCurrent=14650000, powerBattery=60714., maxFeedbackPower=840000, maxDischargePower=570000, bmsSelfCheck=30, powerBatteryCurrent=70000, powerBatteryV3=492000, maxVoltage=4000, minVoltage=3000, maxTemperature=790000, minTemperature=500000, availableCapacity=180000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:45.027 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:45.027 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"660000","bmsSelfCheck":"70","brakePedal":"20","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"70000","dischargeVoltage":"497000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"177260000","latitude":"39.5223210","location":"1","longitude":"116.6730190","maxDischargePower":"590000","maxFeedbackPower":"770000","maxTemperature":"100000","maxVoltage":"3000","mcu":"1","mileage":"44.16000000","minTemperature":"370000","minVoltage":"4000","motorControllerTemperature":"890000","motorCurrent":"31690000","motorSpeed":"30629","motorTemperature":"107000","motorTorque":"7840","motorVoltage":"29000","powerBattery":"60714.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"364000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718941664428","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:45.027 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941664428, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=44.16000000, dischargeVoltage=497000, dischargeCurrent=70000, insulationResistance=177260000, gear=D, accelerationPedal=10, brakePedal=20, fuelConsumption=10.70, motorControllerTemperature=890000, motorSpeed=30629, motorTorque=7840, motorTemperature=107000, motorVoltage=29000, motorCurrent=31690000, powerBattery=60714., maxFeedbackPower=770000, maxDischargePower=590000, bmsSelfCheck=70, powerBatteryCurrent=80000, powerBatteryV3=364000, maxVoltage=3000, minVoltage=4000, maxTemperature=100000, minTemperature=370000, availableCapacity=660000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:45.640 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:45.641 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:45.642 [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 38 39 34 31 36 36 35 34 32 34 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 35 33 32 30 30 30 31 38 30 30 30 31 34 34 38 38 30 30 30 30 44 30 30 30 30 31 30 2e 39 30 37 35 30 30 30 30 33 38 38 35 30 38 35 35 30 33 32 30 30 30 30 32 34 30 30 30 38 33 34 34 30 30 30 30 36 30 37 31 34 2e 36 30 30 30 30 30 33 34 30 30 30 30 36 30 32 30 30 30 30 35 32 36 30 30 30 34 30 30 30 33 30 30 30 31 36 30 30 30 30 35 39 30 30 30 30 38 36 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d7 7E -2024-06-21 11:47:45.642 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941665424, longitude=116.6736620, latitude=39.5223630, speed=36.000, mileage=44.18000000, dischargeVoltage=532000, dischargeCurrent=18000, insulationResistance=144880000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=10.90, motorControllerTemperature=750000, motorSpeed=38850, motorTorque=8550, motorTemperature=320000, motorVoltage=24000, motorCurrent=83440000, powerBattery=60714., maxFeedbackPower=600000, maxDischargePower=340000, bmsSelfCheck=60, powerBatteryCurrent=20000, powerBatteryV3=526000, maxVoltage=4000, minVoltage=3000, maxTemperature=160000, minTemperature=590000, availableCapacity=860000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:45.645 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:45.645 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"860000","bmsSelfCheck":"60","brakePedal":"00","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"18000","dischargeVoltage":"532000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"144880000","latitude":"39.5223630","location":"1","longitude":"116.6736620","maxDischargePower":"340000","maxFeedbackPower":"600000","maxTemperature":"160000","maxVoltage":"4000","mcu":"1","mileage":"44.18000000","minTemperature":"590000","minVoltage":"3000","motorControllerTemperature":"750000","motorCurrent":"83440000","motorSpeed":"38850","motorTemperature":"320000","motorTorque":"8550","motorVoltage":"24000","powerBattery":"60714.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"526000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718941665424","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:45.645 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941665424, longitude=116.6736620, latitude=39.5223630, speed=36.000, mileage=44.18000000, dischargeVoltage=532000, dischargeCurrent=18000, insulationResistance=144880000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=10.90, motorControllerTemperature=750000, motorSpeed=38850, motorTorque=8550, motorTemperature=320000, motorVoltage=24000, motorCurrent=83440000, powerBattery=60714., maxFeedbackPower=600000, maxDischargePower=340000, bmsSelfCheck=60, powerBatteryCurrent=20000, powerBatteryV3=526000, maxVoltage=4000, minVoltage=3000, maxTemperature=160000, minTemperature=590000, availableCapacity=860000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:47.503 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:47.504 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:47.503 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:47:47.504 [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 38 39 34 31 36 36 36 34 31 39 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 35 30 39 30 30 30 32 32 30 30 30 32 36 38 32 31 30 30 30 30 44 35 30 33 30 31 31 2e 32 30 31 30 30 30 30 30 36 34 33 37 39 33 36 36 30 31 34 39 30 30 30 32 33 35 30 30 31 30 39 31 36 30 30 30 36 30 37 31 34 2e 38 35 30 30 30 30 39 30 30 30 30 30 31 31 39 30 30 30 30 37 33 36 30 30 30 33 30 30 30 33 30 30 30 31 37 30 30 30 30 31 39 30 30 30 30 38 39 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d5 7E -2024-06-21 11:47:47.504 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941666419, longitude=116.6744210, latitude=39.5224200, speed=54.000, mileage=44.21000000, dischargeVoltage=509000, dischargeCurrent=22000, insulationResistance=268210000, gear=D, accelerationPedal=50, brakePedal=30, fuelConsumption=11.20, motorControllerTemperature=100000, motorSpeed=64379, motorTorque=3660, motorTemperature=149000, motorVoltage=23500, motorCurrent=10916000, powerBattery=60714., maxFeedbackPower=850000, maxDischargePower=900000, bmsSelfCheck=11, powerBatteryCurrent=90000, powerBatteryV3=736000, maxVoltage=3000, minVoltage=3000, maxTemperature=170000, minTemperature=190000, availableCapacity=890000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:47.504 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:48.861 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:48.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 38 39 34 31 36 36 37 34 32 30 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 33 32 38 30 30 30 31 36 30 30 30 32 31 34 36 30 30 30 30 30 44 36 30 38 30 31 30 2e 36 30 31 34 30 30 30 30 39 32 31 32 39 35 35 36 30 38 31 30 30 30 30 31 35 38 30 30 31 34 35 31 30 30 30 30 36 30 37 31 34 2e 33 30 30 30 30 30 30 30 30 30 30 30 30 30 36 30 30 30 30 36 32 32 30 30 30 33 30 30 30 34 30 30 30 33 30 30 30 30 30 34 33 30 30 30 30 36 32 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 b4 7E -2024-06-21 11:47:48.861 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941667420, longitude=116.6755690, latitude=39.5225240, speed=72.000, mileage=44.25000000, dischargeVoltage=328000, dischargeCurrent=16000, insulationResistance=214600000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=10.60, motorControllerTemperature=140000, motorSpeed=92129, motorTorque=5560, motorTemperature=810000, motorVoltage=15800, motorCurrent=14510000, powerBattery=60714., maxFeedbackPower=300000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=60000, powerBatteryV3=622000, maxVoltage=3000, minVoltage=4000, maxTemperature=300000, minTemperature=430000, availableCapacity=620000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:48.862 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:48.862 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:48.862 [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 38 39 34 31 36 36 38 34 32 39 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 36 36 31 30 30 30 32 36 30 30 30 35 30 33 39 30 30 30 30 30 44 37 30 37 30 31 31 2e 39 30 31 31 30 30 30 30 32 36 35 36 35 32 38 34 30 31 33 33 30 30 30 32 38 34 30 30 31 30 31 39 34 30 30 30 36 30 37 30 32 2e 31 33 30 30 30 30 39 32 30 30 30 30 32 30 31 32 30 30 30 33 39 37 30 30 30 33 30 30 30 34 30 30 30 37 32 30 30 30 30 31 34 30 30 30 30 32 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c6 7E -2024-06-21 11:47:48.862 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941668429, longitude=116.6766100, latitude=39.5226150, speed=108.00, mileage=44.31000000, dischargeVoltage=661000, dischargeCurrent=26000, insulationResistance=503900000, gear=D, accelerationPedal=70, brakePedal=70, fuelConsumption=11.90, motorControllerTemperature=110000, motorSpeed=26565, motorTorque=2840, motorTemperature=133000, motorVoltage=28400, motorCurrent=10194000, powerBattery=60702., maxFeedbackPower=130000, maxDischargePower=920000, bmsSelfCheck=20, powerBatteryCurrent=12000, powerBatteryV3=397000, maxVoltage=3000, minVoltage=4000, maxTemperature=720000, minTemperature=140000, availableCapacity=200000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:48.863 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:48.863 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"890000","bmsSelfCheck":"11","brakePedal":"30","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"22000","dischargeVoltage":"509000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.20","gear":"D","insulationResistance":"268210000","latitude":"39.5224200","location":"1","longitude":"116.6744210","maxDischargePower":"900000","maxFeedbackPower":"850000","maxTemperature":"170000","maxVoltage":"3000","mcu":"1","mileage":"44.21000000","minTemperature":"190000","minVoltage":"3000","motorControllerTemperature":"100000","motorCurrent":"10916000","motorSpeed":"64379","motorTemperature":"149000","motorTorque":"3660","motorVoltage":"23500","powerBattery":"60714.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"736000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718941666419","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:48.863 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941666419, longitude=116.6744210, latitude=39.5224200, speed=54.000, mileage=44.21000000, dischargeVoltage=509000, dischargeCurrent=22000, insulationResistance=268210000, gear=D, accelerationPedal=50, brakePedal=30, fuelConsumption=11.20, motorControllerTemperature=100000, motorSpeed=64379, motorTorque=3660, motorTemperature=149000, motorVoltage=23500, motorCurrent=10916000, powerBattery=60714., maxFeedbackPower=850000, maxDischargePower=900000, bmsSelfCheck=11, powerBatteryCurrent=90000, powerBatteryV3=736000, maxVoltage=3000, minVoltage=3000, maxTemperature=170000, minTemperature=190000, availableCapacity=890000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:48.867 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:48.867 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"620000","bmsSelfCheck":"00","brakePedal":"80","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"16000","dischargeVoltage":"328000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.60","gear":"D","insulationResistance":"214600000","latitude":"39.5225240","location":"1","longitude":"116.6755690","maxDischargePower":"000000","maxFeedbackPower":"300000","maxTemperature":"300000","maxVoltage":"3000","mcu":"1","mileage":"44.25000000","minTemperature":"430000","minVoltage":"4000","motorControllerTemperature":"140000","motorCurrent":"14510000","motorSpeed":"92129","motorTemperature":"810000","motorTorque":"5560","motorVoltage":"15800","powerBattery":"60714.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"622000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718941667420","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:48.867 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941667420, longitude=116.6755690, latitude=39.5225240, speed=72.000, mileage=44.25000000, dischargeVoltage=328000, dischargeCurrent=16000, insulationResistance=214600000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=10.60, motorControllerTemperature=140000, motorSpeed=92129, motorTorque=5560, motorTemperature=810000, motorVoltage=15800, motorCurrent=14510000, powerBattery=60714., maxFeedbackPower=300000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=60000, powerBatteryV3=622000, maxVoltage=3000, minVoltage=4000, maxTemperature=300000, minTemperature=430000, availableCapacity=620000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:48.870 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:48.870 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"200000","bmsSelfCheck":"20","brakePedal":"70","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"26000","dischargeVoltage":"661000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"503900000","latitude":"39.5226150","location":"1","longitude":"116.6766100","maxDischargePower":"920000","maxFeedbackPower":"130000","maxTemperature":"720000","maxVoltage":"3000","mcu":"1","mileage":"44.31000000","minTemperature":"140000","minVoltage":"4000","motorControllerTemperature":"110000","motorCurrent":"10194000","motorSpeed":"26565","motorTemperature":"133000","motorTorque":"2840","motorVoltage":"28400","powerBattery":"60702.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"397000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718941668429","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:48.870 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941668429, longitude=116.6766100, latitude=39.5226150, speed=108.00, mileage=44.31000000, dischargeVoltage=661000, dischargeCurrent=26000, insulationResistance=503900000, gear=D, accelerationPedal=70, brakePedal=70, fuelConsumption=11.90, motorControllerTemperature=110000, motorSpeed=26565, motorTorque=2840, motorTemperature=133000, motorVoltage=28400, motorCurrent=10194000, powerBattery=60702., maxFeedbackPower=130000, maxDischargePower=920000, bmsSelfCheck=20, powerBatteryCurrent=12000, powerBatteryV3=397000, maxVoltage=3000, minVoltage=4000, maxTemperature=720000, minTemperature=140000, availableCapacity=200000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:58.367 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:58.367 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:58.367 [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 38 39 34 31 36 36 39 34 32 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 31 39 35 30 30 30 32 39 30 30 30 36 38 36 32 30 30 30 30 30 44 30 30 38 30 39 2e 32 30 30 34 37 30 30 30 30 37 35 30 35 33 37 39 33 30 31 30 39 30 30 30 31 39 31 30 30 38 31 37 38 30 30 30 30 36 30 36 39 33 2e 33 33 30 30 30 30 39 36 30 30 30 30 36 30 38 30 30 30 30 34 39 33 30 30 30 33 30 30 30 33 30 30 30 37 33 30 30 30 30 33 36 30 30 30 30 37 36 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 12 7E -2024-06-21 11:47:58.367 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941669426, longitude=116.6778270, latitude=39.5227060, speed=126.00, mileage=44.38000000, dischargeVoltage=195000, dischargeCurrent=29000, insulationResistance=686200000, gear=D, accelerationPedal=00, brakePedal=80, fuelConsumption=9.200, motorControllerTemperature=470000, motorSpeed=75053, motorTorque=7930, motorTemperature=109000, motorVoltage=19100, motorCurrent=81780000, powerBattery=60693., maxFeedbackPower=330000, maxDischargePower=960000, bmsSelfCheck=60, powerBatteryCurrent=80000, powerBatteryV3=493000, maxVoltage=3000, minVoltage=3000, maxTemperature=730000, minTemperature=360000, availableCapacity=760000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:58.368 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:58.368 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:58.368 [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 38 39 34 31 36 37 30 34 32 35 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 32 34 30 30 30 30 34 38 30 30 30 32 31 30 30 30 30 30 30 30 44 36 30 37 30 31 30 2e 36 30 33 36 30 30 30 30 34 37 31 32 39 39 37 32 30 39 30 30 30 30 30 32 33 37 30 30 33 39 30 37 30 30 30 30 36 30 36 39 33 2e 37 30 30 30 30 30 39 36 30 30 30 30 31 31 31 32 30 30 30 37 34 31 30 30 30 33 30 30 30 34 30 30 30 37 31 30 30 30 30 37 30 30 30 30 30 32 36 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d8 7E -2024-06-21 11:47:58.368 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941670425, longitude=116.6788900, latitude=39.5227930, speed=72.000, mileage=44.42000000, dischargeVoltage=240000, dischargeCurrent=48000, insulationResistance=210000000, gear=D, accelerationPedal=60, brakePedal=70, fuelConsumption=10.60, motorControllerTemperature=360000, motorSpeed=47129, motorTorque=9720, motorTemperature=900000, motorVoltage=23700, motorCurrent=39070000, powerBattery=60693., maxFeedbackPower=700000, maxDischargePower=960000, bmsSelfCheck=11, powerBatteryCurrent=12000, powerBatteryV3=741000, maxVoltage=3000, minVoltage=4000, maxTemperature=710000, minTemperature=700000, availableCapacity=260000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:58.368 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:58.368 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:58.368 [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 38 39 34 31 36 37 31 34 32 31 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 31 32 35 30 30 30 34 31 30 30 30 39 37 38 30 30 30 30 30 30 44 37 30 39 30 31 31 2e 38 30 35 31 30 30 30 30 37 32 39 39 34 32 35 32 30 31 32 38 30 30 30 32 33 33 30 30 37 32 36 30 30 30 30 30 36 30 36 39 33 2e 31 36 30 30 30 30 36 31 30 30 30 30 34 30 39 30 30 30 30 37 30 39 30 30 30 33 30 30 30 33 30 30 30 38 30 30 30 30 30 33 36 30 30 30 30 39 33 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d8 7E -2024-06-21 11:47:58.369 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941671421, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=44.44000000, dischargeVoltage=125000, dischargeCurrent=41000, insulationResistance=978000000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=11.80, motorControllerTemperature=510000, motorSpeed=72994, motorTorque=2520, motorTemperature=128000, motorVoltage=23300, motorCurrent=72600000, powerBattery=60693., maxFeedbackPower=160000, maxDischargePower=610000, bmsSelfCheck=40, powerBatteryCurrent=90000, powerBatteryV3=709000, maxVoltage=3000, minVoltage=3000, maxTemperature=800000, minTemperature=360000, availableCapacity=930000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:58.369 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:58.369 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:58.369 [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 38 39 34 31 36 37 32 34 32 30 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 36 33 35 30 30 30 33 39 30 30 30 31 32 31 33 30 30 30 30 30 44 32 30 30 30 31 30 2e 37 30 31 32 30 30 30 30 36 35 30 35 30 37 33 36 30 36 31 30 30 30 30 31 35 36 30 30 31 30 34 36 37 30 30 30 36 30 36 39 33 2e 34 38 30 30 30 30 39 33 30 30 30 30 31 30 33 30 30 30 30 33 32 39 30 30 30 33 30 30 30 33 30 30 30 36 34 30 30 30 30 31 35 30 30 30 30 38 32 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c1 7E -2024-06-21 11:47:58.369 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941672420, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=44.46000000, dischargeVoltage=635000, dischargeCurrent=39000, insulationResistance=121300000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=10.70, motorControllerTemperature=120000, motorSpeed=65050, motorTorque=7360, motorTemperature=610000, motorVoltage=15600, motorCurrent=10467000, powerBattery=60693., maxFeedbackPower=480000, maxDischargePower=930000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=329000, maxVoltage=3000, minVoltage=3000, maxTemperature=640000, minTemperature=150000, availableCapacity=820000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:58.369 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:58.369 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:58.369 [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 38 39 34 31 36 37 33 34 32 34 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 37 33 33 30 30 30 32 34 30 30 30 32 38 33 38 37 30 30 30 30 44 37 30 39 30 39 2e 31 30 30 32 32 30 30 30 30 39 37 39 39 37 38 30 38 30 32 38 30 30 30 30 32 38 31 30 30 31 31 36 31 36 30 30 30 36 30 36 39 33 2e 39 37 30 30 30 30 36 30 30 30 30 30 38 30 32 30 30 30 30 36 33 34 30 30 30 34 30 30 30 33 30 30 30 35 38 30 30 30 30 39 35 30 30 30 30 35 34 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 07 7E -2024-06-21 11:47:58.369 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941673424, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=44.48000000, dischargeVoltage=733000, dischargeCurrent=24000, insulationResistance=283870000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=9.100, motorControllerTemperature=220000, motorSpeed=97997, motorTorque=8080, motorTemperature=280000, motorVoltage=28100, motorCurrent=11616000, powerBattery=60693., maxFeedbackPower=970000, maxDischargePower=600000, bmsSelfCheck=80, powerBatteryCurrent=20000, powerBatteryV3=634000, maxVoltage=4000, minVoltage=3000, maxTemperature=580000, minTemperature=950000, availableCapacity=540000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:58.369 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:58.370 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:58.370 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"760000","bmsSelfCheck":"60","brakePedal":"80","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"29000","dischargeVoltage":"195000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"686200000","latitude":"39.5227060","location":"1","longitude":"116.6778270","maxDischargePower":"960000","maxFeedbackPower":"330000","maxTemperature":"730000","maxVoltage":"3000","mcu":"1","mileage":"44.38000000","minTemperature":"360000","minVoltage":"3000","motorControllerTemperature":"470000","motorCurrent":"81780000","motorSpeed":"75053","motorTemperature":"109000","motorTorque":"7930","motorVoltage":"19100","powerBattery":"60693.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"493000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718941669426","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:58.370 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:58.370 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941669426, longitude=116.6778270, latitude=39.5227060, speed=126.00, mileage=44.38000000, dischargeVoltage=195000, dischargeCurrent=29000, insulationResistance=686200000, gear=D, accelerationPedal=00, brakePedal=80, fuelConsumption=9.200, motorControllerTemperature=470000, motorSpeed=75053, motorTorque=7930, motorTemperature=109000, motorVoltage=19100, motorCurrent=81780000, powerBattery=60693., maxFeedbackPower=330000, maxDischargePower=960000, bmsSelfCheck=60, powerBatteryCurrent=80000, powerBatteryV3=493000, maxVoltage=3000, minVoltage=3000, maxTemperature=730000, minTemperature=360000, availableCapacity=760000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:58.370 [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 38 39 34 31 36 37 34 34 32 34 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 36 31 37 30 30 30 31 32 30 30 30 32 35 31 35 30 30 30 30 30 44 36 30 36 30 31 30 2e 37 30 33 34 30 30 30 30 35 35 33 36 30 36 32 38 30 31 30 30 30 30 30 31 36 32 30 30 31 31 35 35 36 30 30 30 36 30 36 38 32 2e 32 36 30 30 30 30 35 30 30 30 30 30 34 30 39 30 30 30 30 36 35 36 30 30 30 34 30 30 30 34 30 30 30 31 39 30 30 30 30 36 34 30 30 30 30 36 38 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c9 7E -2024-06-21 11:47:58.371 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941674424, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=44.53000000, dischargeVoltage=617000, dischargeCurrent=12000, insulationResistance=251500000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=10.70, motorControllerTemperature=340000, motorSpeed=55360, motorTorque=6280, motorTemperature=100000, motorVoltage=16200, motorCurrent=11556000, powerBattery=60682., maxFeedbackPower=260000, maxDischargePower=500000, bmsSelfCheck=40, powerBatteryCurrent=90000, powerBatteryV3=656000, maxVoltage=4000, minVoltage=4000, maxTemperature=190000, minTemperature=640000, availableCapacity=680000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:58.371 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:47:58.372 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:47:58.372 [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 38 39 34 31 36 37 35 34 32 35 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 33 34 34 30 30 30 31 31 30 30 30 31 34 37 31 35 30 30 30 30 44 38 30 31 30 39 2e 30 30 30 31 37 30 30 30 30 39 38 37 33 30 33 33 30 30 34 30 30 30 30 30 31 37 35 30 30 31 32 34 32 33 30 30 30 36 30 36 37 33 2e 31 37 30 30 30 30 38 30 30 30 30 30 31 31 39 30 30 30 30 35 39 37 30 30 30 33 30 30 30 34 30 30 30 35 33 30 30 30 30 33 30 30 30 30 30 35 32 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d4 7E -2024-06-21 11:47:58.372 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941675425, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=44.58000000, dischargeVoltage=344000, dischargeCurrent=11000, insulationResistance=147150000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=9.000, motorControllerTemperature=170000, motorSpeed=98730, motorTorque=3300, motorTemperature=400000, motorVoltage=17500, motorCurrent=12423000, powerBattery=60673., maxFeedbackPower=170000, maxDischargePower=800000, bmsSelfCheck=11, powerBatteryCurrent=90000, powerBatteryV3=597000, maxVoltage=3000, minVoltage=4000, maxTemperature=530000, minTemperature=300000, availableCapacity=520000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:58.372 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:58.373 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"260000","bmsSelfCheck":"11","brakePedal":"70","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"48000","dischargeVoltage":"240000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.60","gear":"D","insulationResistance":"210000000","latitude":"39.5227930","location":"1","longitude":"116.6788900","maxDischargePower":"960000","maxFeedbackPower":"700000","maxTemperature":"710000","maxVoltage":"3000","mcu":"1","mileage":"44.42000000","minTemperature":"700000","minVoltage":"4000","motorControllerTemperature":"360000","motorCurrent":"39070000","motorSpeed":"47129","motorTemperature":"900000","motorTorque":"9720","motorVoltage":"23700","powerBattery":"60693.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"741000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718941670425","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:58.373 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941670425, longitude=116.6788900, latitude=39.5227930, speed=72.000, mileage=44.42000000, dischargeVoltage=240000, dischargeCurrent=48000, insulationResistance=210000000, gear=D, accelerationPedal=60, brakePedal=70, fuelConsumption=10.60, motorControllerTemperature=360000, motorSpeed=47129, motorTorque=9720, motorTemperature=900000, motorVoltage=23700, motorCurrent=39070000, powerBattery=60693., maxFeedbackPower=700000, maxDischargePower=960000, bmsSelfCheck=11, powerBatteryCurrent=12000, powerBatteryV3=741000, maxVoltage=3000, minVoltage=4000, maxTemperature=710000, minTemperature=700000, availableCapacity=260000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:58.375 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:58.375 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"930000","bmsSelfCheck":"40","brakePedal":"90","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"41000","dischargeVoltage":"125000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"978000000","latitude":"39.5229040","location":"1","longitude":"116.6801720","maxDischargePower":"610000","maxFeedbackPower":"160000","maxTemperature":"800000","maxVoltage":"3000","mcu":"1","mileage":"44.44000000","minTemperature":"360000","minVoltage":"3000","motorControllerTemperature":"510000","motorCurrent":"72600000","motorSpeed":"72994","motorTemperature":"128000","motorTorque":"2520","motorVoltage":"23300","powerBattery":"60693.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"709000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718941671421","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:58.375 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941671421, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=44.44000000, dischargeVoltage=125000, dischargeCurrent=41000, insulationResistance=978000000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=11.80, motorControllerTemperature=510000, motorSpeed=72994, motorTorque=2520, motorTemperature=128000, motorVoltage=23300, motorCurrent=72600000, powerBattery=60693., maxFeedbackPower=160000, maxDischargePower=610000, bmsSelfCheck=40, powerBatteryCurrent=90000, powerBatteryV3=709000, maxVoltage=3000, minVoltage=3000, maxTemperature=800000, minTemperature=360000, availableCapacity=930000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:58.376 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:58.377 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"820000","bmsSelfCheck":"10","brakePedal":"00","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"39000","dischargeVoltage":"635000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"121300000","latitude":"39.5229620","location":"1","longitude":"116.6805530","maxDischargePower":"930000","maxFeedbackPower":"480000","maxTemperature":"640000","maxVoltage":"3000","mcu":"1","mileage":"44.46000000","minTemperature":"150000","minVoltage":"3000","motorControllerTemperature":"120000","motorCurrent":"10467000","motorSpeed":"65050","motorTemperature":"610000","motorTorque":"7360","motorVoltage":"15600","powerBattery":"60693.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"329000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718941672420","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:58.377 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941672420, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=44.46000000, dischargeVoltage=635000, dischargeCurrent=39000, insulationResistance=121300000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=10.70, motorControllerTemperature=120000, motorSpeed=65050, motorTorque=7360, motorTemperature=610000, motorVoltage=15600, motorCurrent=10467000, powerBattery=60693., maxFeedbackPower=480000, maxDischargePower=930000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=329000, maxVoltage=3000, minVoltage=3000, maxTemperature=640000, minTemperature=150000, availableCapacity=820000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:58.377 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:58.378 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"540000","bmsSelfCheck":"80","brakePedal":"90","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"24000","dischargeVoltage":"733000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"283870000","latitude":"39.5230160","location":"1","longitude":"116.6811590","maxDischargePower":"600000","maxFeedbackPower":"970000","maxTemperature":"580000","maxVoltage":"4000","mcu":"1","mileage":"44.48000000","minTemperature":"950000","minVoltage":"3000","motorControllerTemperature":"220000","motorCurrent":"11616000","motorSpeed":"97997","motorTemperature":"280000","motorTorque":"8080","motorVoltage":"28100","powerBattery":"60693.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"634000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718941673424","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:58.378 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941673424, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=44.48000000, dischargeVoltage=733000, dischargeCurrent=24000, insulationResistance=283870000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=9.100, motorControllerTemperature=220000, motorSpeed=97997, motorTorque=8080, motorTemperature=280000, motorVoltage=28100, motorCurrent=11616000, powerBattery=60693., maxFeedbackPower=970000, maxDischargePower=600000, bmsSelfCheck=80, powerBatteryCurrent=20000, powerBatteryV3=634000, maxVoltage=4000, minVoltage=3000, maxTemperature=580000, minTemperature=950000, availableCapacity=540000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:58.379 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:58.379 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"680000","bmsSelfCheck":"40","brakePedal":"60","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"12000","dischargeVoltage":"617000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"251500000","latitude":"39.5231070","location":"1","longitude":"116.6821350","maxDischargePower":"500000","maxFeedbackPower":"260000","maxTemperature":"190000","maxVoltage":"4000","mcu":"1","mileage":"44.53000000","minTemperature":"640000","minVoltage":"4000","motorControllerTemperature":"340000","motorCurrent":"11556000","motorSpeed":"55360","motorTemperature":"100000","motorTorque":"6280","motorVoltage":"16200","powerBattery":"60682.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"656000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718941674424","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:58.379 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941674424, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=44.53000000, dischargeVoltage=617000, dischargeCurrent=12000, insulationResistance=251500000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=10.70, motorControllerTemperature=340000, motorSpeed=55360, motorTorque=6280, motorTemperature=100000, motorVoltage=16200, motorCurrent=11556000, powerBattery=60682., maxFeedbackPower=260000, maxDischargePower=500000, bmsSelfCheck=40, powerBatteryCurrent=90000, powerBatteryV3=656000, maxVoltage=4000, minVoltage=4000, maxTemperature=190000, minTemperature=640000, availableCapacity=680000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:58.380 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:47:58.380 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"520000","bmsSelfCheck":"11","brakePedal":"10","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"344000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.000","gear":"D","insulationResistance":"147150000","latitude":"39.5230950","location":"1","longitude":"116.6829830","maxDischargePower":"800000","maxFeedbackPower":"170000","maxTemperature":"530000","maxVoltage":"3000","mcu":"1","mileage":"44.58000000","minTemperature":"300000","minVoltage":"4000","motorControllerTemperature":"170000","motorCurrent":"12423000","motorSpeed":"98730","motorTemperature":"400000","motorTorque":"3300","motorVoltage":"17500","powerBattery":"60673.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"597000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718941675425","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:47:58.380 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941675425, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=44.58000000, dischargeVoltage=344000, dischargeCurrent=11000, insulationResistance=147150000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=9.000, motorControllerTemperature=170000, motorSpeed=98730, motorTorque=3300, motorTemperature=400000, motorVoltage=17500, motorCurrent=12423000, powerBattery=60673., maxFeedbackPower=170000, maxDischargePower=800000, bmsSelfCheck=11, powerBatteryCurrent=90000, powerBatteryV3=597000, maxVoltage=3000, minVoltage=4000, maxTemperature=530000, minTemperature=300000, availableCapacity=520000, vehicleStatus=0, chargeStatus=0, 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-21 11:47:58.465 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:47:58.466 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:47:58.971 [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-21 11:47:58.973 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:47:59.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:47:59.555 [kafka-coordinator-heartbeat-thread | Partitions] 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-21 11:47:59.557 [kafka-coordinator-heartbeat-thread | Partitions] 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-21 11:47:59.624 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:47:59.624 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:01.148 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:01.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:01.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:01.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:01.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:01.410 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:01.449 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:01.450 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:01.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:01.480 [kafka-coordinator-heartbeat-thread | Partitions] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Attempt to heartbeat with Generation{generationId=3, memberId='consumer-Partitions-1-8862a017-050e-4e24-8fd0-b9ec9fc86aee', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 11:48:01.579 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:01.649 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:01.650 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:01.651 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:01.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:01.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:01.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:01.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:01.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:01.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:01.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:01.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:02.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:02.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:02.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:02.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:02.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:02.291 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:02.291 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:02.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:02.377 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:02.410 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:02.410 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:02.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:02.489 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:02.530 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:02.531 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:02.532 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:02.650 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:02.650 [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-21 11:48:02.651 [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=23, 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-21 11:48:02.651 [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-21 11:48:02.652 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:326 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Lost previously assigned partitions test1-0 -2024-06-21 11:48:02.652 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:48:02.656 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:48:02.658 [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-f3d00dbe-4b7c-4ea8-9c74-90f9753d32da', protocol='range'} -2024-06-21 11:48:02.659 [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-f3d00dbe-4b7c-4ea8-9c74-90f9753d32da=Assignment(partitions=[test1-0])} -2024-06-21 11:48:02.662 [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-f3d00dbe-4b7c-4ea8-9c74-90f9753d32da', protocol='range'} -2024-06-21 11:48:02.663 [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]) -2024-06-21 11:48:02.663 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:48:02.665 [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=1, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:48:02.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:02.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:02.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:02.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:02.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:02.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:02.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:02.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:02.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:02.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:02.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:03.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:03.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:03.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:03.147 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:03.297 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:03.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:03.329 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:03.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:03.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:03.457 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:03.457 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:03.458 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:03.585 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:03.611 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:03.611 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:03.612 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:03.690 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:03.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:03.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:03.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:03.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:03.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:03.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:03.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:04.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:04.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:04.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:04.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:04.137 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:04.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:04.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:04.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:04.297 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:04.329 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:04.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:04.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:04.408 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:04.457 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:04.457 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:04.458 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:04.579 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:04.649 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:04.650 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:04.651 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:04.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:04.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:119 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:04.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:120 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 11:48:43.417 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:48:43.417 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:48:43.417 [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 38 39 34 31 37 32 33 33 38 33 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 33 35 39 30 30 30 33 37 30 30 30 32 32 38 37 34 30 30 30 30 44 30 30 35 30 39 2e 31 30 30 36 33 30 30 30 30 38 30 36 30 35 31 34 36 30 36 37 30 30 30 30 31 38 35 30 30 31 30 31 35 33 30 30 30 36 30 36 37 33 2e 38 32 30 30 30 30 31 31 30 30 30 30 31 33 31 31 30 30 30 34 31 36 30 30 30 34 30 30 30 34 30 30 30 30 30 30 30 30 30 37 30 30 30 30 30 31 38 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c7 7E -2024-06-21 11:48:43.418 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941723383, longitude=116.6836000, latitude=39.5229670, speed=36.000, mileage=44.60000000, dischargeVoltage=359000, dischargeCurrent=37000, insulationResistance=228740000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=9.100, motorControllerTemperature=630000, motorSpeed=80605, motorTorque=1460, motorTemperature=670000, motorVoltage=18500, motorCurrent=10153000, powerBattery=60673., maxFeedbackPower=820000, maxDischargePower=110000, bmsSelfCheck=13, powerBatteryCurrent=11000, powerBatteryV3=416000, maxVoltage=4000, minVoltage=4000, maxTemperature=000000, minTemperature=700000, availableCapacity=180000, vehicleStatus=1, chargeStatus=0, 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-21 11:48:43.420 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:58 - 开始消费 -2024-06-21 11:48:43.420 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:62 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"180000","bmsSelfCheck":"13","brakePedal":"50","chargeStatus":"0","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"37000","dischargeVoltage":"359000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"228740000","latitude":"39.5229670","location":"1","longitude":"116.6836000","maxDischargePower":"110000","maxFeedbackPower":"820000","maxTemperature":"000000","maxVoltage":"4000","mcu":"1","mileage":"44.60000000","minTemperature":"700000","minVoltage":"4000","motorControllerTemperature":"630000","motorCurrent":"10153000","motorSpeed":"80605","motorTemperature":"670000","motorTorque":"1460","motorVoltage":"18500","powerBattery":"60673.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"416000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718941723383","vehicleStatus":"1","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 11:48:43.421 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:64 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941723383, longitude=116.6836000, latitude=39.5229670, speed=36.000, mileage=44.60000000, dischargeVoltage=359000, dischargeCurrent=37000, insulationResistance=228740000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=9.100, motorControllerTemperature=630000, motorSpeed=80605, motorTorque=1460, motorTemperature=670000, motorVoltage=18500, motorCurrent=10153000, powerBattery=60673., maxFeedbackPower=820000, maxDischargePower=110000, bmsSelfCheck=13, powerBatteryCurrent=11000, powerBatteryV3=416000, maxVoltage=4000, minVoltage=4000, maxTemperature=000000, minTemperature=700000, availableCapacity=180000, vehicleStatus=1, chargeStatus=0, 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-21 11:48:43.507 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:98 - 删除该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:48:43.508 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:99 - 删除该车故障GZ001信息存储到Redis中 -2024-06-21 11:48:43.508 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:48:43.617 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:49:03.230 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:49:03.289 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:49:03.329 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:49:03.703 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:49:03.703 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:49:03.743 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:49:03.759 [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 -2024-06-21 11:49:03.759 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:49:03.759 [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-c4ce71ce-109e-44b2-8891-c7168d7aeb6b sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:49:03.759 [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-04876db9-a39b-4f94-87a8-8ee950d06f59 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:49:03.759 [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-ce306258-a81a-4378-9023-3711b65b6605 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:49:03.759 [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-21 11:49:03.759 [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-21 11:49:03.759 [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-21 11:49:03.763 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:49:03.763 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:49:03.763 [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-21 11:49:03.763 [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-21 11:49:03.763 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:49:03.763 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:49:03.765 [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-21 11:49:03.765 [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-21 11:49:03.765 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:49:03.765 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:49:03.766 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:49:03.766 [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-21 11:49:03.766 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:49:03.767 [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-21 11:49:03.767 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:49:03.767 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:49:03.767 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:49:03.768 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:49:03.772 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 11:49:03.773 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:49:03.773 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 11:49:03.773 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:49:03.773 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 11:49:03.939 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 11:49:03.945 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 11:49:13.009 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 6116 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 11:49:13.012 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 11:49:13.012 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 11:49:13.707 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 11:49:13.709 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 11:49:13.731 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 11:49:13.964 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 11:49:14.045 [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-21 11:49:14.046 [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-21 11:49:14.048 [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-21 11:49:14.059 [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-21 11:49:14.090 [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-21 11:49:14.093 [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-21 11:49:14.309 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 11:49:14.316 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 11:49:14.316 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 11:49:14.417 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 11:49:14.417 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1347 ms -2024-06-21 11:49:15.033 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 11:49:15.619 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 11:49:15.623 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 11:49:15.639 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 11:49:15.689 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 11:49:15.704 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -17908,23 +6792,30 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:49:15.755 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:49:15.755 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:49:15.756 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941755754 -2024-06-21 11:49:15.757 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 11:49:15.858 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 11:49:15.927 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 11:49:15.986 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: BqKt-lTlTMC3GGuUJMoJTA -2024-06-21 11:49:15.987 [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-21 11:49:15.989 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:49:15.996 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:49:15.998 [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-cea64f03-186c-4315-82b5-ba75acdc36b7', protocol='range'} -2024-06-21 11:49:15.999 [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-cea64f03-186c-4315-82b5-ba75acdc36b7=Assignment(partitions=[test1-0])} -2024-06-21 11:49:16.003 [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-cea64f03-186c-4315-82b5-ba75acdc36b7', protocol='range'} -2024-06-21 11:49:16.003 [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]) -2024-06-21 11:49:16.004 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-0 -2024-06-21 11:49:16.009 [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=31, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:49:16.598 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -18003,11 +6894,11 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:49:16.602 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:49:16.602 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:49:16.603 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941756602 -2024-06-21 11:49:16.604 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:49:16.609 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -18086,14 +6977,14 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:49:16.614 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: BqKt-lTlTMC3GGuUJMoJTA -2024-06-21 11:49:16.614 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:49:16.615 [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-21 11:49:16.615 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:49:16.615 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941756614 -2024-06-21 11:49:16.615 [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-21 11:49:16.616 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:49:16.617 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -18172,115 +7063,144 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:49:16.618 [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-21 11:49:16.619 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: BqKt-lTlTMC3GGuUJMoJTA -2024-06-21 11:49:16.620 [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-21 11:49:16.621 [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-21 11:49:16.621 [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-fa52c4ba-1112-46bb-8f76-080ab97e9ac6', protocol='range'} -2024-06-21 11:49:16.621 [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-fa52c4ba-1112-46bb-8f76-080ab97e9ac6=Assignment(partitions=[test1-0])} -2024-06-21 11:49:16.622 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:49:16.622 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:49:16.622 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941756622 -2024-06-21 11:49:16.623 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:49:16.624 [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-fa52c4ba-1112-46bb-8f76-080ab97e9ac6', protocol='range'} -2024-06-21 11:49:16.624 [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-21 11:49:16.624 [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]) -2024-06-21 11:49:16.625 [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 -2024-06-21 11:49:16.626 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: BqKt-lTlTMC3GGuUJMoJTA -2024-06-21 11:49:16.626 [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-21 11:49:16.627 [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-21 11:49:16.627 [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=31, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:49:16.628 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:49:16.629 [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-21 11:49:16.633 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 11:49:16.634 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:49:16.894 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@3d0f4ac4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 65082] -2024-06-21 11:49:17.540 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 11:49:17.543 [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-21 11:49:17.898 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.266 seconds (JVM running for 5.79) -2024-06-21 11:49:17.899 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 11:49:18.009 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:49:18.010 [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-21 11:49:18.459 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:49:19.633 [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-21 11:49:19.634 [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 -2024-06-21 11:49:19.634 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:49:19.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-21 11:49:19.635 [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-361f7941-3cb3-4b32-8668-21083e113ebc', protocol='range'} -2024-06-21 11:49:19.637 [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-b3a03701-3083-4a25-86de-5e4e05815cf1', protocol='range'} -2024-06-21 11:49:19.638 [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-fa52c4ba-1112-46bb-8f76-080ab97e9ac6', protocol='range'} -2024-06-21 11:49:19.638 [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-4-361f7941-3cb3-4b32-8668-21083e113ebc=Assignment(partitions=[]), consumer-Topics-3-b3a03701-3083-4a25-86de-5e4e05815cf1=Assignment(partitions=[]), consumer-Topics-2-fa52c4ba-1112-46bb-8f76-080ab97e9ac6=Assignment(partitions=[test1-0])} -2024-06-21 11:49:19.641 [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-b3a03701-3083-4a25-86de-5e4e05815cf1', protocol='range'} -2024-06-21 11:49:19.641 [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-361f7941-3cb3-4b32-8668-21083e113ebc', protocol='range'} -2024-06-21 11:49:19.641 [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=[]) -2024-06-21 11:49:19.641 [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=[]) -2024-06-21 11:49:19.641 [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-fa52c4ba-1112-46bb-8f76-080ab97e9ac6', protocol='range'} -2024-06-21 11:49:19.641 [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: -2024-06-21 11:49:19.641 [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: -2024-06-21 11:49:19.641 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:49:19.641 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [] -2024-06-21 11:49:19.641 [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]) -2024-06-21 11:49:19.642 [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 -2024-06-21 11:49:19.643 [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=31, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:49:19.643 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-0] -2024-06-21 11:49:30.881 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:49:30.955 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:49:31.038 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 11:49:31.099 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:49:31.608 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:49:31.931 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 11:49:31.942 [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 -2024-06-21 11:49:31.942 [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-b3a03701-3083-4a25-86de-5e4e05815cf1 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:49:31.942 [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-361f7941-3cb3-4b32-8668-21083e113ebc sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:49:31.943 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-0] -2024-06-21 11:49:31.943 [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-fa52c4ba-1112-46bb-8f76-080ab97e9ac6 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 11:49:31.943 [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-21 11:49:31.943 [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-21 11:49:31.943 [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-21 11:49:31.944 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:49:31.945 [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-21 11:49:31.945 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:49:31.946 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:49:31.946 [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-21 11:49:31.946 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:49:31.947 [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-21 11:49:31.948 [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-21 11:49:31.948 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:49:31.948 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:49:31.952 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 11:49:31.952 [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-21 11:49:31.952 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 11:49:31.953 [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-21 11:49:31.953 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 11:49:31.954 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:49:31.954 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:49:31.954 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 11:49:32.018 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 11:49:32.022 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 11:52:05.209 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 1736 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 11:52:05.210 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 11:52:05.210 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 11:52:05.691 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 11:52:05.693 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 11:52:05.714 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 11:52:05.946 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 11:52:06.028 [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-21 11:52:06.029 [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-21 11:52:06.031 [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-21 11:52:06.044 [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-21 11:52:06.075 [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-21 11:52:06.079 [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-21 11:52:06.293 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 11:52:06.298 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 11:52:06.299 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 11:52:06.396 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 11:52:06.396 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1153 ms -2024-06-21 11:52:06.994 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 11:52:07.545 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 11:52:07.549 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 11:52:07.565 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 11:52:07.631 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 11:52:07.647 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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(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(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(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(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(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 @@ -18359,38 +7279,30 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:52:07.700 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:52:07.700 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:52:07.700 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941927699 -2024-06-21 11:52:07.702 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 11:52:07.801 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 11:52:07.867 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 11:52:07.928 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 11:52:07.929 [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-21 11:52:07.930 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:52:07.952 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 11:52:07.975 [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-26411e89-eaed-4f1a-a7dd-d96e090016d9', protocol='range'} -2024-06-21 11:52:07.977 [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-26411e89-eaed-4f1a-a7dd-d96e090016d9=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 11:52:08.022 [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-26411e89-eaed-4f1a-a7dd-d96e090016d9', protocol='range'} -2024-06-21 11:52:08.023 [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-21 11:52:08.025 [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-21 11:52:08.043 [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-21 11:52:08.043 [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-21 11:52:08.044 [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-21 11:52:08.044 [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-21 11:52:08.044 [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-21 11:52:08.044 [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-21 11:52:08.044 [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-21 11:52:08.044 [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-21 11:52:08.056 [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-21 11:52:08.056 [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-21 11:52:08.057 [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-21 11:52:08.057 [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-21 11:52:08.057 [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-21 11:52:08.057 [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-21 11:52:08.057 [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-21 11:52:08.057 [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-21 11:52:08.547 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -18469,11 +7381,11 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:52:08.551 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:52:08.551 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:52:08.551 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941928551 -2024-06-21 11:52:08.552 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:52:08.564 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -18552,14 +7464,14 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:52:08.568 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 11:52:08.568 [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-21 11:52:08.568 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:52:08.569 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:52:08.569 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941928568 -2024-06-21 11:52:08.569 [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-21 11:52:08.570 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:52:08.571 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -18638,359 +7550,129 @@ org.apache.kafka.common.errors.RebalanceInProgressException: The group is rebala ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 11:52:08.572 [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-21 11:52:08.574 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 11:52:08.574 [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-21 11:52:08.575 [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-21 11:52:08.575 [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-06fdb6e2-c41a-4b41-a131-708deee56cb9', protocol='range'} -2024-06-21 11:52:08.575 [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-06fdb6e2-c41a-4b41-a131-708deee56cb9=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 11:52:08.576 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:52:08.576 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:52:08.576 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941928576 -2024-06-21 11:52:08.576 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 11:52:08.578 [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=1, memberId='consumer-Topics-2-06fdb6e2-c41a-4b41-a131-708deee56cb9', protocol='range'} -2024-06-21 11:52:08.578 [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-21 11:52:08.579 [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-21 11:52:08.579 [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-21 11:52:08.579 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 11:52:08.580 [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-21 11:52:08.580 [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-21 11:52:08.581 [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-21 11:52:08.581 [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-6 -2024-06-21 11:52:08.581 [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-5 -2024-06-21 11:52:08.581 [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-7 -2024-06-21 11:52:08.581 [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-21 11:52:08.581 [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-21 11:52:08.581 [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-4 -2024-06-21 11:52:08.581 [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-3 -2024-06-21 11:52:08.583 [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-21 11:52:08.583 [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-6 -2024-06-21 11:52:08.583 [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-5 -2024-06-21 11:52:08.583 [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-7 -2024-06-21 11:52:08.583 [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-21 11:52:08.583 [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-21 11:52:08.583 [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-4 -2024-06-21 11:52:08.584 [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-3 -2024-06-21 11:52:08.584 [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-21 11:52:08.586 [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-21 11:52:08.586 [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-6 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 11:52:08.586 [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-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 11:52:08.587 [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-7 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 11:52:08.587 [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-21 11:52:08.587 [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-21 11:52:08.587 [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-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 11:52:08.587 [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-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 11:52:08.588 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 11:52:08.589 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 11:52:08.603 [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-21 11:52:08.813 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#655909e2:0/SimpleConnection@544733a4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 65281] -2024-06-21 11:52:09.418 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 11:52:09.422 [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-21 11:52:09.858 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.918 seconds (JVM running for 5.402) -2024-06-21 11:52:09.859 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 11:52:09.897 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:52:09.897 [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-21 11:52:10.329 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:52:10.330 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 11:52:10.330 [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-21 11:52:10.745 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:52:10.746 [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-21 11:52:11.177 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 11:52:11.577 [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-21 11:52:11.580 [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-21 11:52:11.581 [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-21 11:52:11.581 [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-21 11:52:11.585 [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-12737455-1acf-47df-953a-e6899c17cce2', protocol='range'} -2024-06-21 11:52:11.585 [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-3475c22e-21e2-4a84-bc1e-d85d0101c312', protocol='range'} -2024-06-21 11:52:11.587 [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-06fdb6e2-c41a-4b41-a131-708deee56cb9', protocol='range'} -2024-06-21 11:52:11.587 [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-06fdb6e2-c41a-4b41-a131-708deee56cb9=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-3-12737455-1acf-47df-953a-e6899c17cce2=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-3475c22e-21e2-4a84-bc1e-d85d0101c312=Assignment(partitions=[test1-6, test1-7])} -2024-06-21 11:52:11.590 [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-12737455-1acf-47df-953a-e6899c17cce2', protocol='range'} -2024-06-21 11:52:11.591 [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-21 11:52:11.591 [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-06fdb6e2-c41a-4b41-a131-708deee56cb9', protocol='range'} -2024-06-21 11:52:11.591 [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-21 11:52:11.591 [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-21 11:52:11.591 [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-21 11:52:11.591 [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-3475c22e-21e2-4a84-bc1e-d85d0101c312', protocol='range'} -2024-06-21 11:52:11.591 [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-21 11:52:11.591 [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-21 11:52:11.596 [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-21 11:52:11.596 [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-21 11:52:11.596 [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-21 11:52:11.596 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 11:52:11.597 [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-21 11:52:11.597 [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-21 11:52:11.597 [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-21 11:52:11.597 [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-21 11:52:11.598 [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-21 11:52:11.598 [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-21 11:52:11.598 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 11:52:28.860 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:52:28.861 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:52:28.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 38 39 34 31 39 34 38 38 31 36 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 35 34 34 30 30 30 33 39 30 30 30 31 37 35 33 35 30 30 30 30 44 35 30 35 30 31 30 2e 35 30 37 35 30 30 30 30 33 30 30 36 37 37 30 37 30 31 30 33 30 30 30 32 36 31 30 30 31 31 31 36 30 30 30 30 36 30 36 37 33 2e 33 36 30 30 30 30 35 31 30 30 30 30 36 30 33 30 30 30 30 35 33 39 30 30 30 34 30 30 30 34 30 30 30 30 30 30 30 30 30 36 34 30 30 30 30 39 32 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d8 7E -2024-06-21 11:52:28.875 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941948816, longitude=116.6840660, latitude=39.5228470, speed=36.000, mileage=44.62000000, dischargeVoltage=544000, dischargeCurrent=39000, insulationResistance=175350000, gear=D, accelerationPedal=50, brakePedal=50, fuelConsumption=10.50, motorControllerTemperature=750000, motorSpeed=30067, motorTorque=7070, motorTemperature=103000, motorVoltage=26100, motorCurrent=11160000, powerBattery=60673., maxFeedbackPower=360000, maxDischargePower=510000, bmsSelfCheck=60, powerBatteryCurrent=30000, powerBatteryV3=539000, maxVoltage=4000, minVoltage=4000, maxTemperature=000000, minTemperature=640000, availableCapacity=920000, vehicleStatus=0, chargeStatus=0, 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-21 11:52:28.928 [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-21 11:52:28.940 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 11:52:28.941 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 11:52:28.941 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718941948940 -2024-06-21 11:52:28.943 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 11:52:29.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:88 - 该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:52:29.497 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:91 - 该车故障GZ001信息存储到Redis中 -2024-06-21 11:52:29.498 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:111 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:52:29.578 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:114 - 该车故障GZ002信息存储到Redis中 -2024-06-21 11:52:40.413 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:52:40.414 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:52:40.414 [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 38 39 34 31 39 36 30 33 35 34 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 37 30 31 30 30 30 34 35 30 30 30 34 36 39 30 30 30 30 30 30 44 34 30 33 30 31 31 2e 34 30 35 39 30 30 30 30 32 38 32 30 30 34 39 30 30 31 33 32 30 30 30 32 32 32 30 30 34 39 31 35 30 30 30 30 36 30 36 37 33 2e 38 30 30 30 30 30 36 34 30 30 30 30 38 30 30 30 30 30 30 32 35 39 30 30 30 34 30 30 30 34 30 30 30 36 30 30 30 30 30 32 30 30 30 30 30 32 36 30 30 30 30 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 be 7E -2024-06-21 11:52:40.414 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941960354, longitude=116.6845220, latitude=39.5227510, speed=36.000, mileage=44.64000000, dischargeVoltage=701000, dischargeCurrent=45000, insulationResistance=469000000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=11.40, motorControllerTemperature=590000, motorSpeed=28200, motorTorque=4900, motorTemperature=132000, motorVoltage=22200, motorCurrent=49150000, powerBattery=60673., maxFeedbackPower=800000, maxDischargePower=640000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=259000, maxVoltage=4000, minVoltage=4000, maxTemperature=600000, minTemperature=200000, availableCapacity=260000, vehicleStatus=1, chargeStatus=0, 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-21 11:52:40.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:98 - 删除该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:52:40.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:99 - 删除该车故障GZ001信息存储到Redis中 -2024-06-21 11:52:48.145 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 11:52:48.145 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 11:52:48.145 [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 38 39 34 31 39 36 38 30 39 38 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 36 34 39 30 30 30 33 32 30 30 30 36 37 31 30 30 30 30 30 30 44 39 30 33 30 31 30 2e 36 30 35 36 30 30 30 30 35 34 36 33 38 35 36 39 30 38 31 30 30 30 30 31 33 31 30 30 31 33 31 39 30 30 30 30 36 30 36 37 33 2e 39 34 30 30 30 30 37 35 30 30 30 30 31 32 31 34 30 30 30 35 35 31 30 30 30 33 30 30 30 33 30 30 30 37 39 30 30 30 30 37 37 30 30 30 30 37 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 00 7E -2024-06-21 11:52:48.145 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718941968098, longitude=116.6852250, latitude=39.5226150, speed=54.000, mileage=44.67000000, dischargeVoltage=649000, dischargeCurrent=32000, insulationResistance=671000000, gear=D, accelerationPedal=90, brakePedal=30, fuelConsumption=10.60, motorControllerTemperature=560000, motorSpeed=54638, motorTorque=5690, motorTemperature=810000, motorVoltage=13100, motorCurrent=13190000, powerBattery=60673., maxFeedbackPower=940000, maxDischargePower=750000, bmsSelfCheck=12, powerBatteryCurrent=14000, powerBatteryV3=551000, maxVoltage=3000, minVoltage=3000, maxTemperature=790000, minTemperature=770000, availableCapacity=750000, vehicleStatus=1, 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-21 11:52:48.218 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:98 - 删除该车故障GZ001信息存储到本地缓存中 -2024-06-21 11:52:48.218 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:99 - 删除该车故障GZ001信息存储到Redis中 -2024-06-21 11:52:48.249 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:121 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 11:52:48.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:122 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 12:01:28.065 [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-21 12:01:28.113 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@55a07f97: tags=[[amq.ctag-d41EkIBvtUL63Xz98j9xsg]], channel=Cached Rabbit Channel: AMQChannel(amqp://guest@101.34.243.166:5672/,1), conn: Proxy@695c8b32 Shared Rabbit Connection: SimpleConnection@544733a4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 65281], acknowledgeMode=AUTO local queue size=0 -2024-06-21 12:01:28.114 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 12:01:28.734 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-1] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@4f5df012: tags=[[amq.ctag-pzyMh4Q3VHpYdQrWy8K8nw]], channel=Cached Rabbit Channel: AMQChannel(amqp://guest@101.34.243.166:5672/,2), conn: Proxy@695c8b32 Shared Rabbit Connection: null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 12:01:28.735 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 12:01:28.907 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-1] INFO o.s.a.r.listener.SimpleMessageListenerContainer:1459 - Restarting Consumer@574e4184: tags=[[amq.ctag-i-fKDvAj_G0WKHnD_vavIA]], channel=Cached Rabbit Channel: AMQChannel(amqp://guest@101.34.243.166:5672/,3), conn: Proxy@695c8b32 Shared Rabbit Connection: null, acknowledgeMode=AUTO local queue size=0 -2024-06-21 12:01:28.908 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 12:01:28.911 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] ERROR o.s.a.r.listener.SimpleMessageListenerContainer:1917 - Failed to check/redeclare auto-delete queue(s). -org.springframework.amqp.AmqpIOException: java.net.NoRouteToHostException: No route to host: no further information - at org.springframework.amqp.rabbit.support.RabbitExceptionTranslator.convertRabbitAccessException(RabbitExceptionTranslator.java:70) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.createBareConnection(AbstractConnectionFactory.java:602) - at org.springframework.amqp.rabbit.connection.CachingConnectionFactory.createConnection(CachingConnectionFactory.java:725) - at org.springframework.amqp.rabbit.connection.ConnectionFactoryUtils.createConnection(ConnectionFactoryUtils.java:252) - at org.springframework.amqp.rabbit.core.RabbitTemplate.doExecute(RabbitTemplate.java:2180) - at org.springframework.amqp.rabbit.core.RabbitTemplate.execute(RabbitTemplate.java:2153) - at org.springframework.amqp.rabbit.core.RabbitTemplate.execute(RabbitTemplate.java:2133) - at org.springframework.amqp.rabbit.core.RabbitAdmin.getQueueInfo(RabbitAdmin.java:463) - at org.springframework.amqp.rabbit.core.RabbitAdmin.getQueueProperties(RabbitAdmin.java:447) - at org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer.attemptDeclarations(AbstractMessageListenerContainer.java:1930) - at org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer.redeclareElementsIfNecessary(AbstractMessageListenerContainer.java:1911) - at org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer$AsyncMessageProcessingConsumer.initialize(SimpleMessageListenerContainer.java:1377) - at org.springframework.amqp.rabbit.listener.SimpleMessageListenerContainer$AsyncMessageProcessingConsumer.run(SimpleMessageListenerContainer.java:1223) - at java.base/java.lang.Thread.run(Thread.java:842) -Caused by: java.net.NoRouteToHostException: No route to host: no further information - at java.base/sun.nio.ch.Net.pollConnect(Native Method) - at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) - at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) - at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) - at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) - at java.base/java.net.Socket.connect(Socket.java:633) - at com.rabbitmq.client.impl.SocketFrameHandlerFactory.create(SocketFrameHandlerFactory.java:60) - at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1223) - at com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:1173) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.connectAddresses(AbstractConnectionFactory.java:640) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.connect(AbstractConnectionFactory.java:615) - at org.springframework.amqp.rabbit.connection.AbstractConnectionFactory.createBareConnection(AbstractConnectionFactory.java:565) - ... 12 common frames omitted -2024-06-21 12:01:28.913 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 12:01:33.101 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-3] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 12:01:33.101 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-3] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 12:01:33.101 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-3] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 12:01:33.101 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-3] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 12:01:33.101 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-3] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 12:01:33.101 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-3] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 12:01:33.120 [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-21 12:01:33.120 [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-21 12:01:33.120 [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-21 12:01:33.120 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 12:01:33.120 [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-21 12:01:33.120 [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-21 12:01:33.120 [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-06fdb6e2-c41a-4b41-a131-708deee56cb9 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 12:01:33.120 [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-12737455-1acf-47df-953a-e6899c17cce2 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 12:01:33.120 [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-3475c22e-21e2-4a84-bc1e-d85d0101c312 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 12:01:33.121 [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-21 12:01:33.121 [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-21 12:01:33.121 [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-21 12:01:33.134 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 12:01:33.134 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 12:01:33.134 [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-21 12:01:33.134 [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-21 12:01:33.134 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 12:01:33.134 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 12:01:33.135 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 12:01:33.136 [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-21 12:01:33.136 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 12:01:33.138 [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-21 12:01:33.139 [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-21 12:01:33.139 [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-21 12:01:33.139 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 12:01:33.139 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 12:01:33.139 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 12:01:33.140 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 12:01:33.140 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 12:01:33.141 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 12:01:33.145 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 12:01:33.146 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 12:01:33.146 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 12:01:33.146 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 12:01:33.146 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 12:01:33.264 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 12:01:33.270 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 19:07:35.422 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 25960 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 19:07:35.423 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 19:07:35.424 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 19:07:35.877 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'redisTemplate' defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]: Cannot register bean definition [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisListenerConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]] for bean 'redisTemplate': There is already [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/demos/web/config/RedisConfig.class]] bound. -2024-06-21 19:07:35.882 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 19:07:35.897 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -The bean 'redisTemplate', defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/muyu/demos/web/config/RedisConfig.class] and overriding is disabled. - -Action: - -Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true - -2024-06-21 19:08:12.983 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 7392 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 19:08:12.983 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 19:08:12.984 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 19:08:13.351 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'redisTemplate' defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]: Cannot register bean definition [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisListenerConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]] for bean 'redisTemplate': There is already [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/demos/web/config/RedisConfig.class]] bound. -2024-06-21 19:08:13.356 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 19:08:13.367 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -The bean 'redisTemplate', defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/muyu/demos/web/config/RedisConfig.class] and overriding is disabled. - -Action: - -Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true - -2024-06-21 19:08:58.728 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 29648 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 19:08:58.729 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 19:08:58.729 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 19:08:59.155 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'redisTemplate' defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]: Cannot register bean definition [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisListenerConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]] for bean 'redisTemplate': There is already [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/demos/web/config/RedisConfig.class]] bound. -2024-06-21 19:08:59.160 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 19:08:59.174 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -The bean 'redisTemplate', defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/muyu/demos/web/config/RedisConfig.class] and overriding is disabled. - -Action: - -Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true - -2024-06-21 19:10:11.473 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 32068 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 19:10:11.474 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 19:10:11.474 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 19:10:11.982 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 19:10:11.985 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 19:10:12.009 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 19:10:12.252 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 19:10:12.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-21 19:10:12.348 [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-21 19:10:12.350 [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-21 19:10:12.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-21 19:10:12.395 [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-21 19:10:12.399 [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-21 19:10:12.635 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 19:10:12.643 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 19:10:12.643 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 19:10:12.745 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 19:10:12.745 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1241 ms -2024-06-21 19:10:13.417 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 19:10:13.863 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 19:10:13.869 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 19:10:13.885 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 19:10:13.922 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 19:10:13.940 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -19069,30 +7751,30 @@ Consider renaming one of the beans or enabling overriding by setting spring.main ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 19:10:14.000 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:10:14.000 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:10:14.000 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968213999 -2024-06-21 19:10:14.002 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 19:10:14.107 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 19:10:14.263 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 19:10:14.295 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:10:14.303 [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-21 19:10:14.304 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:10:14.333 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:10:14.344 [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-48bc9096-760c-4597-a815-643d5cf3a6e1', protocol='range'} -2024-06-21 19:10:14.345 [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-48bc9096-760c-4597-a815-643d5cf3a6e1=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:10:14.382 [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-48bc9096-760c-4597-a815-643d5cf3a6e1', protocol='range'} -2024-06-21 19:10:14.383 [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-21 19:10:14.384 [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-21 19:10:14.397 [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-21 19:10:14.397 [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-21 19:10:14.397 [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-21 19:10:14.397 [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-21 19:10:14.397 [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-21 19:10:14.397 [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-21 19:10:14.397 [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-21 19:10:14.398 [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-21 19:10:14.968 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -19171,11 +7853,11 @@ Consider renaming one of the beans or enabling overriding by setting spring.main ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 19:10:14.973 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:10:14.974 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:10:14.974 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968214973 -2024-06-21 19:10:14.976 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:10:14.982 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -19254,14 +7936,14 @@ Consider renaming one of the beans or enabling overriding by setting spring.main ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 19:10:14.987 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:10:14.987 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:10:14.987 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968214987 -2024-06-21 19:10:14.987 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:10:14.988 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:10:14.988 [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-21 19:10:14.988 [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-21 19:10:14.989 [main] INFO org.apache.kafka.clients.consumer.ConsumerConfig:372 - ConsumerConfig values: +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 @@ -19340,39722 +8022,527 @@ Consider renaming one of the beans or enabling overriding by setting spring.main ssl.truststore.type = JKS value.deserializer = class org.apache.kafka.common.serialization.StringDeserializer -2024-06-21 19:10:14.991 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:10:14.992 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:10:14.992 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:10:14.992 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968214992 -2024-06-21 19:10:14.992 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:10:14.993 [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-21 19:10:14.993 [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-21 19:10:14.995 [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-21 19:10:14.995 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:10:14.996 [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-21 19:10:14.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-21 19:10:14.996 [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-21 19:10:14.997 [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-387301e2-de6e-47c4-8d89-7d19899f79ad', protocol='range'} -2024-06-21 19:10:14.997 [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-387301e2-de6e-47c4-8d89-7d19899f79ad=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:10:15.003 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 19:10:15.004 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 19:10:15.005 [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-387301e2-de6e-47c4-8d89-7d19899f79ad', protocol='range'} -2024-06-21 19:10:15.005 [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-21 19:10:15.007 [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. +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-21 19:10:15.007 [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-21 19:10:15.009 [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-849ebe0f-653d-4273-8752-28d02c698e50', protocol='range'} -2024-06-21 19:10:15.009 [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-1b0d3d66-3a25-4ebb-8ecb-a0e83103414a', protocol='range'} -2024-06-21 19:10:15.009 [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-387301e2-de6e-47c4-8d89-7d19899f79ad', protocol='range'} -2024-06-21 19:10:15.009 [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-1b0d3d66-3a25-4ebb-8ecb-a0e83103414a=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-387301e2-de6e-47c4-8d89-7d19899f79ad=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-849ebe0f-653d-4273-8752-28d02c698e50=Assignment(partitions=[test1-6, test1-7])} -2024-06-21 19:10:15.011 [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-387301e2-de6e-47c4-8d89-7d19899f79ad', protocol='range'} -2024-06-21 19:10:15.011 [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-1b0d3d66-3a25-4ebb-8ecb-a0e83103414a', protocol='range'} -2024-06-21 19:10:15.011 [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-849ebe0f-653d-4273-8752-28d02c698e50', protocol='range'} -2024-06-21 19:10:15.012 [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-21 19:10:15.012 [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-21 19:10:15.012 [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-21 19:10:15.012 [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-21 19:10:15.012 [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-21 19:10:15.012 [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-21 19:10:15.014 [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-21 19:10:15.014 [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-21 19:10:15.014 [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-21 19:10:15.014 [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-21 19:10:15.014 [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-21 19:10:15.014 [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-21 19:10:15.014 [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-21 19:10:15.014 [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-21 19:10:15.015 [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-21 19:10:15.015 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 19:10:15.015 [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-21 19:10:15.172 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@36ec4071 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 65185] -2024-06-21 19:10:15.597 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 19:10:15.602 [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-21 19:10:15.936 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.742 seconds (JVM running for 5.215) -2024-06-21 19:10:15.938 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 19:10:16.099 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:10:16.100 [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-21 19:10:16.347 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:16.347 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:16.347 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 31 37 33 39 36 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 31 36 2e 32 33 30 30 30 30 30 30 31 33 38 30 30 30 34 34 30 30 30 38 35 36 39 30 30 30 30 30 44 33 30 39 30 39 2e 35 30 30 38 30 30 30 30 30 39 32 31 34 38 39 38 33 30 33 35 30 30 30 30 31 39 34 30 30 37 32 34 32 30 30 30 30 36 37 34 36 35 2e 39 35 30 30 30 30 37 32 30 30 30 30 31 32 35 30 30 30 30 33 30 33 30 30 30 33 30 30 30 33 30 30 30 31 38 30 30 30 30 38 37 30 30 30 30 34 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 60 7E -2024-06-21 19:10:16.364 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968217396, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=16.23000000, dischargeVoltage=138000, dischargeCurrent=44000, insulationResistance=856900000, gear=D, accelerationPedal=30, brakePedal=90, fuelConsumption=9.500, motorControllerTemperature=800000, motorSpeed=92148, motorTorque=9830, motorTemperature=350000, motorVoltage=19400, motorCurrent=72420000, powerBattery=67465., maxFeedbackPower=950000, maxDischargePower=720000, bmsSelfCheck=12, powerBatteryCurrent=50000, powerBatteryV3=303000, maxVoltage=3000, minVoltage=3000, maxTemperature=180000, minTemperature=870000, availableCapacity=460000, 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-21 19:10:16.425 [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-21 19:10:16.437 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:10:16.437 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:10:16.437 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968216437 -2024-06-21 19:10:16.440 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:10:16.459 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:16.459 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"460000","bmsSelfCheck":"12","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"44000","dischargeVoltage":"138000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.500","gear":"D","insulationResistance":"856900000","latitude":"39.5219970","location":"1","longitude":"116.6684790","maxDischargePower":"720000","maxFeedbackPower":"950000","maxTemperature":"180000","maxVoltage":"3000","mcu":"1","mileage":"16.23000000","minTemperature":"870000","minVoltage":"3000","motorControllerTemperature":"800000","motorCurrent":"72420000","motorSpeed":"92148","motorTemperature":"350000","motorTorque":"9830","motorVoltage":"19400","powerBattery":"67465.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"303000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718968217396","vehicleStatus":"0","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:16.542 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:10:16.595 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968217396, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=16.23000000, dischargeVoltage=138000, dischargeCurrent=44000, insulationResistance=856900000, gear=D, accelerationPedal=30, brakePedal=90, fuelConsumption=9.500, motorControllerTemperature=800000, motorSpeed=92148, motorTorque=9830, motorTemperature=350000, motorVoltage=19400, motorCurrent=72420000, powerBattery=67465., maxFeedbackPower=950000, maxDischargePower=720000, bmsSelfCheck=12, powerBatteryCurrent=50000, powerBatteryV3=303000, maxVoltage=3000, minVoltage=3000, maxTemperature=180000, minTemperature=870000, availableCapacity=460000, 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-21 19:10:17.346 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:17.347 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:17.349 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 31 38 33 38 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 31 36 2e 32 36 30 30 30 30 30 30 36 36 33 30 30 30 33 32 30 30 30 32 37 33 30 39 30 30 30 30 44 30 30 33 30 31 30 2e 31 30 32 37 30 30 30 30 32 37 32 32 35 38 32 36 30 31 33 30 30 30 30 32 32 31 30 30 31 30 37 37 35 30 30 30 36 37 34 36 35 2e 39 36 30 30 30 30 34 30 30 30 30 30 34 30 37 30 30 30 30 36 39 30 30 30 30 33 30 30 30 33 30 30 30 34 36 30 30 30 30 34 35 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 27 7E -2024-06-21 19:10:17.353 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968218385, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=16.26000000, dischargeVoltage=663000, dischargeCurrent=32000, insulationResistance=273090000, gear=D, accelerationPedal=00, brakePedal=30, fuelConsumption=10.10, motorControllerTemperature=270000, motorSpeed=27225, motorTorque=8260, motorTemperature=130000, motorVoltage=22100, motorCurrent=10775000, powerBattery=67465., maxFeedbackPower=960000, maxDischargePower=400000, bmsSelfCheck=40, powerBatteryCurrent=70000, powerBatteryV3=690000, maxVoltage=3000, minVoltage=3000, maxTemperature=460000, minTemperature=450000, 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-21 19:10:17.357 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:17.358 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"710000","bmsSelfCheck":"40","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"32000","dischargeVoltage":"663000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.10","gear":"D","insulationResistance":"273090000","latitude":"39.5220750","location":"1","longitude":"116.6694390","maxDischargePower":"400000","maxFeedbackPower":"960000","maxTemperature":"460000","maxVoltage":"3000","mcu":"1","mileage":"16.26000000","minTemperature":"450000","minVoltage":"3000","motorControllerTemperature":"270000","motorCurrent":"10775000","motorSpeed":"27225","motorTemperature":"130000","motorTorque":"8260","motorVoltage":"22100","powerBattery":"67465.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"690000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718968218385","vehicleStatus":"0","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:17.358 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968218385, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=16.26000000, dischargeVoltage=663000, dischargeCurrent=32000, insulationResistance=273090000, gear=D, accelerationPedal=00, brakePedal=30, fuelConsumption=10.10, motorControllerTemperature=270000, motorSpeed=27225, motorTorque=8260, motorTemperature=130000, motorVoltage=22100, motorCurrent=10775000, powerBattery=67465., maxFeedbackPower=960000, maxDischargePower=400000, bmsSelfCheck=40, powerBatteryCurrent=70000, powerBatteryV3=690000, maxVoltage=3000, minVoltage=3000, maxTemperature=460000, minTemperature=450000, 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-21 19:10:18.349 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:18.349 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:18.349 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 31 39 33 39 35 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 31 36 2e 32 38 30 30 30 30 30 30 35 38 34 30 30 30 34 37 30 30 30 32 39 39 38 31 30 30 30 30 44 35 30 31 30 31 31 2e 39 30 33 36 30 30 30 30 37 33 37 34 30 33 36 36 30 31 31 36 30 30 30 31 33 36 30 30 32 37 39 30 30 30 30 30 36 37 34 36 35 2e 32 39 30 30 30 30 39 37 30 30 30 30 31 33 37 30 30 30 30 36 39 31 30 30 30 33 30 30 30 34 30 30 30 30 30 30 30 30 30 36 35 30 30 30 30 36 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 49 7E -2024-06-21 19:10:18.350 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968219395, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=16.28000000, dischargeVoltage=584000, dischargeCurrent=47000, insulationResistance=299810000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=11.90, motorControllerTemperature=360000, motorSpeed=73740, motorTorque=3660, motorTemperature=116000, motorVoltage=13600, motorCurrent=27900000, powerBattery=67465., maxFeedbackPower=290000, maxDischargePower=970000, bmsSelfCheck=13, powerBatteryCurrent=70000, powerBatteryV3=691000, maxVoltage=3000, minVoltage=4000, maxTemperature=000000, minTemperature=650000, availableCapacity=670000, 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-21 19:10:18.355 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:18.356 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"670000","bmsSelfCheck":"13","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"584000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"299810000","latitude":"39.5221290","location":"1","longitude":"116.6701900","maxDischargePower":"970000","maxFeedbackPower":"290000","maxTemperature":"000000","maxVoltage":"3000","mcu":"1","mileage":"16.28000000","minTemperature":"650000","minVoltage":"4000","motorControllerTemperature":"360000","motorCurrent":"27900000","motorSpeed":"73740","motorTemperature":"116000","motorTorque":"3660","motorVoltage":"13600","powerBattery":"67465.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"691000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718968219395","vehicleStatus":"0","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:18.356 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968219395, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=16.28000000, dischargeVoltage=584000, dischargeCurrent=47000, insulationResistance=299810000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=11.90, motorControllerTemperature=360000, motorSpeed=73740, motorTorque=3660, motorTemperature=116000, motorVoltage=13600, motorCurrent=27900000, powerBattery=67465., maxFeedbackPower=290000, maxDischargePower=970000, bmsSelfCheck=13, powerBatteryCurrent=70000, powerBatteryV3=691000, maxVoltage=3000, minVoltage=4000, maxTemperature=000000, minTemperature=650000, availableCapacity=670000, 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-21 19:10:19.341 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:19.342 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:19.342 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 32 30 33 38 37 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 31 36 2e 33 35 30 30 30 30 30 30 31 33 39 30 30 30 32 39 30 30 30 39 36 31 35 30 30 30 30 30 44 33 30 34 30 39 2e 33 30 30 38 39 30 30 30 30 32 37 32 35 36 38 33 36 30 35 36 30 30 30 30 31 38 35 30 30 38 32 37 30 30 30 30 30 36 37 34 35 36 2e 39 30 30 30 30 30 33 37 30 30 30 30 31 31 37 30 30 30 30 33 32 38 30 30 30 33 30 30 30 34 30 30 30 36 33 30 30 30 30 31 34 30 30 30 30 39 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3f 7E -2024-06-21 19:10:19.342 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968220387, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=16.35000000, dischargeVoltage=139000, dischargeCurrent=29000, insulationResistance=961500000, gear=D, accelerationPedal=30, brakePedal=40, fuelConsumption=9.300, motorControllerTemperature=890000, motorSpeed=27256, motorTorque=8360, motorTemperature=560000, motorVoltage=18500, motorCurrent=82700000, powerBattery=67456., maxFeedbackPower=900000, maxDischargePower=370000, bmsSelfCheck=11, powerBatteryCurrent=70000, powerBatteryV3=328000, maxVoltage=3000, minVoltage=4000, maxTemperature=630000, minTemperature=140000, availableCapacity=910000, 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-21 19:10:19.345 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:19.345 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"910000","bmsSelfCheck":"11","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"29000","dischargeVoltage":"139000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"961500000","latitude":"39.5222470","location":"1","longitude":"116.6713820","maxDischargePower":"370000","maxFeedbackPower":"900000","maxTemperature":"630000","maxVoltage":"3000","mcu":"1","mileage":"16.35000000","minTemperature":"140000","minVoltage":"4000","motorControllerTemperature":"890000","motorCurrent":"82700000","motorSpeed":"27256","motorTemperature":"560000","motorTorque":"8360","motorVoltage":"18500","powerBattery":"67456.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"328000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718968220387","vehicleStatus":"0","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:19.346 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968220387, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=16.35000000, dischargeVoltage=139000, dischargeCurrent=29000, insulationResistance=961500000, gear=D, accelerationPedal=30, brakePedal=40, fuelConsumption=9.300, motorControllerTemperature=890000, motorSpeed=27256, motorTorque=8360, motorTemperature=560000, motorVoltage=18500, motorCurrent=82700000, powerBattery=67456., maxFeedbackPower=900000, maxDischargePower=370000, bmsSelfCheck=11, powerBatteryCurrent=70000, powerBatteryV3=328000, maxVoltage=3000, minVoltage=4000, maxTemperature=630000, minTemperature=140000, availableCapacity=910000, 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-21 19:10:20.365 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:20.365 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:20.365 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 32 31 33 39 36 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 31 36 2e 33 37 30 30 30 30 30 30 34 38 31 30 30 30 31 37 30 30 30 31 30 36 36 34 30 30 30 30 44 30 30 32 30 31 31 2e 39 30 32 32 30 30 30 30 38 36 35 35 36 37 35 35 30 31 33 30 30 30 30 32 33 35 30 30 37 35 33 33 30 30 30 30 36 37 34 35 36 2e 38 34 30 30 30 30 39 37 30 30 30 30 34 30 31 32 30 30 30 35 33 34 30 30 30 33 30 30 30 34 30 30 30 31 30 30 30 30 30 37 30 30 30 30 30 38 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 21 7E -2024-06-21 19:10:20.365 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968221396, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=16.37000000, dischargeVoltage=481000, dischargeCurrent=17000, insulationResistance=106640000, gear=D, accelerationPedal=00, brakePedal=20, fuelConsumption=11.90, motorControllerTemperature=220000, motorSpeed=86556, motorTorque=7550, motorTemperature=130000, motorVoltage=23500, motorCurrent=75330000, powerBattery=67456., maxFeedbackPower=840000, maxDischargePower=970000, bmsSelfCheck=40, powerBatteryCurrent=12000, powerBatteryV3=534000, maxVoltage=3000, minVoltage=4000, maxTemperature=100000, minTemperature=700000, availableCapacity=820000, vehicleStatus=1, 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-21 19:10:20.368 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:20.369 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"820000","bmsSelfCheck":"40","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"17000","dischargeVoltage":"481000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"106640000","latitude":"39.5222260","location":"1","longitude":"116.6721170","maxDischargePower":"970000","maxFeedbackPower":"840000","maxTemperature":"100000","maxVoltage":"3000","mcu":"1","mileage":"16.37000000","minTemperature":"700000","minVoltage":"4000","motorControllerTemperature":"220000","motorCurrent":"75330000","motorSpeed":"86556","motorTemperature":"130000","motorTorque":"7550","motorVoltage":"23500","powerBattery":"67456.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"534000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718968221396","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:20.369 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968221396, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=16.37000000, dischargeVoltage=481000, dischargeCurrent=17000, insulationResistance=106640000, gear=D, accelerationPedal=00, brakePedal=20, fuelConsumption=11.90, motorControllerTemperature=220000, motorSpeed=86556, motorTorque=7550, motorTemperature=130000, motorVoltage=23500, motorCurrent=75330000, powerBattery=67456., maxFeedbackPower=840000, maxDischargePower=970000, bmsSelfCheck=40, powerBatteryCurrent=12000, powerBatteryV3=534000, maxVoltage=3000, minVoltage=4000, maxTemperature=100000, minTemperature=700000, availableCapacity=820000, vehicleStatus=1, 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-21 19:10:21.339 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:21.340 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:21.340 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 32 32 33 38 38 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 31 36 2e 34 31 30 30 30 30 30 30 32 39 35 30 30 30 38 30 30 30 30 32 32 39 34 36 30 30 30 30 44 37 30 34 30 31 31 2e 31 30 32 39 30 30 30 30 31 32 35 32 30 35 32 30 30 31 30 30 30 30 30 32 33 36 30 30 36 35 34 32 30 30 30 30 36 37 34 35 36 2e 32 34 30 30 30 30 37 39 30 30 30 30 37 30 35 30 30 30 30 34 38 31 30 30 30 34 30 30 30 33 30 30 30 33 30 30 30 30 30 31 30 30 30 30 30 32 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 03 7E -2024-06-21 19:10:21.340 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968222388, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=16.41000000, dischargeVoltage=295000, dischargeCurrent=80000, insulationResistance=229460000, gear=D, accelerationPedal=70, brakePedal=40, fuelConsumption=11.10, motorControllerTemperature=290000, motorSpeed=12520, motorTorque=5200, motorTemperature=100000, motorVoltage=23600, motorCurrent=65420000, powerBattery=67456., maxFeedbackPower=240000, maxDischargePower=790000, bmsSelfCheck=70, powerBatteryCurrent=50000, powerBatteryV3=481000, maxVoltage=4000, minVoltage=3000, maxTemperature=300000, minTemperature=100000, availableCapacity=230000, vehicleStatus=1, 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-21 19:10:21.344 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:21.344 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"230000","bmsSelfCheck":"70","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"295000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"229460000","latitude":"39.5223210","location":"1","longitude":"116.6730190","maxDischargePower":"790000","maxFeedbackPower":"240000","maxTemperature":"300000","maxVoltage":"4000","mcu":"1","mileage":"16.41000000","minTemperature":"100000","minVoltage":"3000","motorControllerTemperature":"290000","motorCurrent":"65420000","motorSpeed":"12520","motorTemperature":"100000","motorTorque":"5200","motorVoltage":"23600","powerBattery":"67456.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"481000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718968222388","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:21.344 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968222388, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=16.41000000, dischargeVoltage=295000, dischargeCurrent=80000, insulationResistance=229460000, gear=D, accelerationPedal=70, brakePedal=40, fuelConsumption=11.10, motorControllerTemperature=290000, motorSpeed=12520, motorTorque=5200, motorTemperature=100000, motorVoltage=23600, motorCurrent=65420000, powerBattery=67456., maxFeedbackPower=240000, maxDischargePower=790000, bmsSelfCheck=70, powerBatteryCurrent=50000, powerBatteryV3=481000, maxVoltage=4000, minVoltage=3000, maxTemperature=300000, minTemperature=100000, availableCapacity=230000, vehicleStatus=1, 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-21 19:10:22.342 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:22.343 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:22.343 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 32 33 33 38 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 31 36 2e 34 33 30 30 30 30 30 30 36 31 38 30 30 30 34 38 30 30 30 39 30 35 38 30 30 30 30 30 44 36 30 31 30 31 32 2e 31 30 36 39 30 30 30 30 39 34 39 38 30 35 39 39 30 33 34 30 30 30 30 32 32 30 30 30 37 37 39 32 30 30 30 30 36 37 34 35 36 2e 35 31 30 30 30 30 39 31 30 30 30 30 31 33 30 30 30 30 30 35 37 34 30 30 30 33 30 30 30 34 30 30 30 35 39 30 30 30 30 39 30 30 30 30 30 32 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 45 7E -2024-06-21 19:10:22.343 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968223387, longitude=116.6736620, latitude=39.5223630, speed=36.000, mileage=16.43000000, dischargeVoltage=618000, dischargeCurrent=48000, insulationResistance=905800000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=12.10, motorControllerTemperature=690000, motorSpeed=94980, motorTorque=5990, motorTemperature=340000, motorVoltage=22000, motorCurrent=77920000, powerBattery=67456., maxFeedbackPower=510000, maxDischargePower=910000, bmsSelfCheck=13, powerBatteryCurrent=00000, powerBatteryV3=574000, maxVoltage=3000, minVoltage=4000, maxTemperature=590000, minTemperature=900000, availableCapacity=230000, vehicleStatus=1, 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-21 19:10:22.346 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:22.346 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"230000","bmsSelfCheck":"13","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"48000","dischargeVoltage":"618000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.10","gear":"D","insulationResistance":"905800000","latitude":"39.5223630","location":"1","longitude":"116.6736620","maxDischargePower":"910000","maxFeedbackPower":"510000","maxTemperature":"590000","maxVoltage":"3000","mcu":"1","mileage":"16.43000000","minTemperature":"900000","minVoltage":"4000","motorControllerTemperature":"690000","motorCurrent":"77920000","motorSpeed":"94980","motorTemperature":"340000","motorTorque":"5990","motorVoltage":"22000","powerBattery":"67456.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"574000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718968223387","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:22.346 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968223387, longitude=116.6736620, latitude=39.5223630, speed=36.000, mileage=16.43000000, dischargeVoltage=618000, dischargeCurrent=48000, insulationResistance=905800000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=12.10, motorControllerTemperature=690000, motorSpeed=94980, motorTorque=5990, motorTemperature=340000, motorVoltage=22000, motorCurrent=77920000, powerBattery=67456., maxFeedbackPower=510000, maxDischargePower=910000, bmsSelfCheck=13, powerBatteryCurrent=00000, powerBatteryV3=574000, maxVoltage=3000, minVoltage=4000, maxTemperature=590000, minTemperature=900000, availableCapacity=230000, vehicleStatus=1, 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-21 19:10:23.346 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:23.347 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:23.347 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 32 34 33 38 36 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 31 36 2e 34 36 30 30 30 30 30 30 34 30 31 30 30 30 33 33 30 30 30 35 37 37 30 30 30 30 30 30 44 38 30 39 30 31 31 2e 34 30 32 37 30 30 30 30 33 34 38 32 36 35 31 30 30 32 30 30 30 30 30 32 32 38 30 30 38 34 39 39 30 30 30 30 36 37 34 35 36 2e 32 35 30 30 30 30 37 31 30 30 30 30 33 30 31 33 30 30 30 37 32 35 30 30 30 33 30 30 30 33 30 30 30 34 30 30 30 30 30 36 38 30 30 30 30 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 17 7E -2024-06-21 19:10:23.347 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968224386, longitude=116.6744210, latitude=39.5224200, speed=54.000, mileage=16.46000000, dischargeVoltage=401000, dischargeCurrent=33000, insulationResistance=577000000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=11.40, motorControllerTemperature=270000, motorSpeed=34826, motorTorque=5100, motorTemperature=200000, motorVoltage=22800, motorCurrent=84990000, powerBattery=67456., maxFeedbackPower=250000, maxDischargePower=710000, bmsSelfCheck=30, powerBatteryCurrent=13000, powerBatteryV3=725000, maxVoltage=3000, minVoltage=3000, maxTemperature=400000, minTemperature=680000, availableCapacity=300000, vehicleStatus=1, 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-21 19:10:23.353 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:23.353 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"300000","bmsSelfCheck":"30","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"33000","dischargeVoltage":"401000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"577000000","latitude":"39.5224200","location":"1","longitude":"116.6744210","maxDischargePower":"710000","maxFeedbackPower":"250000","maxTemperature":"400000","maxVoltage":"3000","mcu":"1","mileage":"16.46000000","minTemperature":"680000","minVoltage":"3000","motorControllerTemperature":"270000","motorCurrent":"84990000","motorSpeed":"34826","motorTemperature":"200000","motorTorque":"5100","motorVoltage":"22800","powerBattery":"67456.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"725000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718968224386","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:23.354 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968224386, longitude=116.6744210, latitude=39.5224200, speed=54.000, mileage=16.46000000, dischargeVoltage=401000, dischargeCurrent=33000, insulationResistance=577000000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=11.40, motorControllerTemperature=270000, motorSpeed=34826, motorTorque=5100, motorTemperature=200000, motorVoltage=22800, motorCurrent=84990000, powerBattery=67456., maxFeedbackPower=250000, maxDischargePower=710000, bmsSelfCheck=30, powerBatteryCurrent=13000, powerBatteryV3=725000, maxVoltage=3000, minVoltage=3000, maxTemperature=400000, minTemperature=680000, availableCapacity=300000, vehicleStatus=1, 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-21 19:10:24.360 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:24.360 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:24.360 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 32 35 33 39 33 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 31 36 2e 35 30 30 30 30 30 30 30 36 35 33 30 30 30 31 36 30 30 30 32 35 36 30 36 30 30 30 30 44 39 30 36 30 31 30 2e 30 30 37 34 30 30 30 30 37 34 34 31 31 38 36 38 30 31 30 34 30 30 30 31 39 38 30 30 36 36 38 35 30 30 30 30 36 37 34 35 36 2e 32 37 30 30 30 30 37 30 30 30 30 30 38 30 38 30 30 30 30 34 32 35 30 30 30 34 30 30 30 34 30 30 30 35 38 30 30 30 30 36 34 30 30 30 30 35 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 4b 7E -2024-06-21 19:10:24.360 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968225393, longitude=116.6755690, latitude=39.5225240, speed=72.000, mileage=16.50000000, dischargeVoltage=653000, dischargeCurrent=16000, insulationResistance=256060000, gear=D, accelerationPedal=90, brakePedal=60, fuelConsumption=10.00, motorControllerTemperature=740000, motorSpeed=74411, motorTorque=8680, motorTemperature=104000, motorVoltage=19800, motorCurrent=66850000, powerBattery=67456., maxFeedbackPower=270000, maxDischargePower=700000, bmsSelfCheck=80, powerBatteryCurrent=80000, powerBatteryV3=425000, maxVoltage=4000, minVoltage=4000, maxTemperature=580000, minTemperature=640000, availableCapacity=540000, vehicleStatus=1, 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-21 19:10:24.363 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:24.363 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"540000","bmsSelfCheck":"80","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"16000","dischargeVoltage":"653000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.00","gear":"D","insulationResistance":"256060000","latitude":"39.5225240","location":"1","longitude":"116.6755690","maxDischargePower":"700000","maxFeedbackPower":"270000","maxTemperature":"580000","maxVoltage":"4000","mcu":"1","mileage":"16.50000000","minTemperature":"640000","minVoltage":"4000","motorControllerTemperature":"740000","motorCurrent":"66850000","motorSpeed":"74411","motorTemperature":"104000","motorTorque":"8680","motorVoltage":"19800","powerBattery":"67456.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"425000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718968225393","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:24.364 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968225393, longitude=116.6755690, latitude=39.5225240, speed=72.000, mileage=16.50000000, dischargeVoltage=653000, dischargeCurrent=16000, insulationResistance=256060000, gear=D, accelerationPedal=90, brakePedal=60, fuelConsumption=10.00, motorControllerTemperature=740000, motorSpeed=74411, motorTorque=8680, motorTemperature=104000, motorVoltage=19800, motorCurrent=66850000, powerBattery=67456., maxFeedbackPower=270000, maxDischargePower=700000, bmsSelfCheck=80, powerBatteryCurrent=80000, powerBatteryV3=425000, maxVoltage=4000, minVoltage=4000, maxTemperature=580000, minTemperature=640000, availableCapacity=540000, vehicleStatus=1, 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-21 19:10:25.360 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:25.360 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:25.360 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 32 36 33 39 30 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 31 36 2e 35 36 30 30 30 30 30 30 34 36 32 30 30 30 34 39 30 30 30 31 30 34 36 30 30 30 30 30 44 31 30 35 30 31 31 2e 39 30 31 38 30 30 30 30 38 31 37 30 30 36 34 39 30 38 30 30 30 30 30 32 34 35 30 30 31 31 33 39 37 30 30 30 36 37 34 34 34 2e 39 35 30 30 30 30 39 33 30 30 30 30 35 30 39 30 30 30 30 35 35 35 30 30 30 34 30 30 30 34 30 30 30 31 30 30 30 30 30 38 38 30 30 30 30 34 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 34 7E -2024-06-21 19:10:25.360 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968226390, longitude=116.6766100, latitude=39.5226150, speed=108.00, mileage=16.56000000, dischargeVoltage=462000, dischargeCurrent=49000, insulationResistance=104600000, gear=D, accelerationPedal=10, brakePedal=50, fuelConsumption=11.90, motorControllerTemperature=180000, motorSpeed=81700, motorTorque=6490, motorTemperature=800000, motorVoltage=24500, motorCurrent=11397000, powerBattery=67444., maxFeedbackPower=950000, maxDischargePower=930000, bmsSelfCheck=50, powerBatteryCurrent=90000, powerBatteryV3=555000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=880000, availableCapacity=430000, vehicleStatus=1, 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-21 19:10:25.363 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:25.363 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"430000","bmsSelfCheck":"50","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"49000","dischargeVoltage":"462000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"104600000","latitude":"39.5226150","location":"1","longitude":"116.6766100","maxDischargePower":"930000","maxFeedbackPower":"950000","maxTemperature":"100000","maxVoltage":"4000","mcu":"1","mileage":"16.56000000","minTemperature":"880000","minVoltage":"4000","motorControllerTemperature":"180000","motorCurrent":"11397000","motorSpeed":"81700","motorTemperature":"800000","motorTorque":"6490","motorVoltage":"24500","powerBattery":"67444.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"555000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718968226390","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:25.363 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968226390, longitude=116.6766100, latitude=39.5226150, speed=108.00, mileage=16.56000000, dischargeVoltage=462000, dischargeCurrent=49000, insulationResistance=104600000, gear=D, accelerationPedal=10, brakePedal=50, fuelConsumption=11.90, motorControllerTemperature=180000, motorSpeed=81700, motorTorque=6490, motorTemperature=800000, motorVoltage=24500, motorCurrent=11397000, powerBattery=67444., maxFeedbackPower=950000, maxDischargePower=930000, bmsSelfCheck=50, powerBatteryCurrent=90000, powerBatteryV3=555000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=880000, availableCapacity=430000, vehicleStatus=1, 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-21 19:10:26.362 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:26.363 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:26.363 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 32 37 33 38 38 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 31 36 2e 36 33 30 30 30 30 30 30 35 38 38 30 30 30 34 31 30 30 30 31 30 39 38 37 30 30 30 30 44 36 30 36 30 31 31 2e 35 30 34 30 30 30 30 30 39 34 39 36 35 36 37 31 30 32 30 30 30 30 30 32 32 36 30 30 31 32 33 39 30 30 30 30 36 37 34 33 32 2e 35 33 30 30 30 30 34 37 30 30 30 30 34 30 39 30 30 30 30 35 33 33 30 30 30 34 30 30 30 33 30 30 30 33 35 30 30 30 30 34 39 30 30 30 30 35 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 45 7E -2024-06-21 19:10:26.363 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968227388, longitude=116.6778270, latitude=39.5227060, speed=126.00, mileage=16.63000000, dischargeVoltage=588000, dischargeCurrent=41000, insulationResistance=109870000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=11.50, motorControllerTemperature=400000, motorSpeed=94965, motorTorque=6710, motorTemperature=200000, motorVoltage=22600, motorCurrent=12390000, powerBattery=67432., maxFeedbackPower=530000, maxDischargePower=470000, bmsSelfCheck=40, powerBatteryCurrent=90000, powerBatteryV3=533000, maxVoltage=4000, minVoltage=3000, maxTemperature=350000, minTemperature=490000, availableCapacity=520000, vehicleStatus=1, 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-21 19:10:26.366 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:26.366 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"520000","bmsSelfCheck":"40","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"41000","dischargeVoltage":"588000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.50","gear":"D","insulationResistance":"109870000","latitude":"39.5227060","location":"1","longitude":"116.6778270","maxDischargePower":"470000","maxFeedbackPower":"530000","maxTemperature":"350000","maxVoltage":"4000","mcu":"1","mileage":"16.63000000","minTemperature":"490000","minVoltage":"3000","motorControllerTemperature":"400000","motorCurrent":"12390000","motorSpeed":"94965","motorTemperature":"200000","motorTorque":"6710","motorVoltage":"22600","powerBattery":"67432.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"533000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718968227388","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:26.366 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968227388, longitude=116.6778270, latitude=39.5227060, speed=126.00, mileage=16.63000000, dischargeVoltage=588000, dischargeCurrent=41000, insulationResistance=109870000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=11.50, motorControllerTemperature=400000, motorSpeed=94965, motorTorque=6710, motorTemperature=200000, motorVoltage=22600, motorCurrent=12390000, powerBattery=67432., maxFeedbackPower=530000, maxDischargePower=470000, bmsSelfCheck=40, powerBatteryCurrent=90000, powerBatteryV3=533000, maxVoltage=4000, minVoltage=3000, maxTemperature=350000, minTemperature=490000, availableCapacity=520000, vehicleStatus=1, 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-21 19:10:27.342 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:27.343 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:27.343 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 32 38 33 38 34 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 31 36 2e 36 37 30 30 30 30 30 30 32 37 39 30 30 30 32 39 30 30 30 32 36 37 30 35 30 30 30 30 44 37 30 32 30 31 30 2e 37 30 32 36 30 30 30 30 39 35 34 32 33 39 37 30 30 31 33 35 30 30 30 32 39 36 30 30 35 39 38 38 30 30 30 30 36 37 34 33 32 2e 37 36 30 30 30 30 33 38 30 30 30 30 31 32 38 30 30 30 30 35 34 35 30 30 30 34 30 30 30 33 30 30 30 39 30 30 30 30 30 35 31 30 30 30 30 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 5d 7E -2024-06-21 19:10:27.343 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968228384, longitude=116.6788900, latitude=39.5227930, speed=72.000, mileage=16.67000000, dischargeVoltage=279000, dischargeCurrent=29000, insulationResistance=267050000, gear=D, accelerationPedal=70, brakePedal=20, fuelConsumption=10.70, motorControllerTemperature=260000, motorSpeed=95423, motorTorque=9700, motorTemperature=135000, motorVoltage=29600, motorCurrent=59880000, powerBattery=67432., maxFeedbackPower=760000, maxDischargePower=380000, bmsSelfCheck=12, powerBatteryCurrent=80000, powerBatteryV3=545000, maxVoltage=4000, minVoltage=3000, maxTemperature=900000, minTemperature=510000, availableCapacity=200000, vehicleStatus=1, 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-21 19:10:27.345 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:27.345 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"200000","bmsSelfCheck":"12","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"29000","dischargeVoltage":"279000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"267050000","latitude":"39.5227930","location":"1","longitude":"116.6788900","maxDischargePower":"380000","maxFeedbackPower":"760000","maxTemperature":"900000","maxVoltage":"4000","mcu":"1","mileage":"16.67000000","minTemperature":"510000","minVoltage":"3000","motorControllerTemperature":"260000","motorCurrent":"59880000","motorSpeed":"95423","motorTemperature":"135000","motorTorque":"9700","motorVoltage":"29600","powerBattery":"67432.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"545000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718968228384","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:27.345 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968228384, longitude=116.6788900, latitude=39.5227930, speed=72.000, mileage=16.67000000, dischargeVoltage=279000, dischargeCurrent=29000, insulationResistance=267050000, gear=D, accelerationPedal=70, brakePedal=20, fuelConsumption=10.70, motorControllerTemperature=260000, motorSpeed=95423, motorTorque=9700, motorTemperature=135000, motorVoltage=29600, motorCurrent=59880000, powerBattery=67432., maxFeedbackPower=760000, maxDischargePower=380000, bmsSelfCheck=12, powerBatteryCurrent=80000, powerBatteryV3=545000, maxVoltage=4000, minVoltage=3000, maxTemperature=900000, minTemperature=510000, availableCapacity=200000, vehicleStatus=1, 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-21 19:10:28.385 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:28.385 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:28.386 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 32 39 33 39 35 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 31 36 2e 36 39 30 30 30 30 30 30 33 34 38 30 30 30 36 30 30 30 30 32 39 38 30 34 30 30 30 30 44 32 30 35 30 39 2e 36 30 30 35 39 30 30 30 30 33 38 31 36 35 34 37 31 30 31 32 31 30 30 30 32 33 30 30 30 31 32 34 33 33 30 30 30 36 37 34 33 32 2e 35 30 30 30 30 30 33 39 30 30 30 30 31 30 32 30 30 30 30 34 37 39 30 30 30 33 30 30 30 34 30 30 30 34 38 30 30 30 30 36 30 30 30 30 30 35 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 33 7E -2024-06-21 19:10:28.386 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968229395, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=16.69000000, dischargeVoltage=348000, dischargeCurrent=60000, insulationResistance=298040000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=9.600, motorControllerTemperature=590000, motorSpeed=38165, motorTorque=4710, motorTemperature=121000, motorVoltage=23000, motorCurrent=12433000, powerBattery=67432., maxFeedbackPower=500000, maxDischargePower=390000, bmsSelfCheck=10, powerBatteryCurrent=20000, powerBatteryV3=479000, maxVoltage=3000, minVoltage=4000, maxTemperature=480000, minTemperature=600000, availableCapacity=580000, vehicleStatus=1, 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-21 19:10:28.388 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:28.388 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"580000","bmsSelfCheck":"10","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"60000","dischargeVoltage":"348000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.600","gear":"D","insulationResistance":"298040000","latitude":"39.5229040","location":"1","longitude":"116.6801720","maxDischargePower":"390000","maxFeedbackPower":"500000","maxTemperature":"480000","maxVoltage":"3000","mcu":"1","mileage":"16.69000000","minTemperature":"600000","minVoltage":"4000","motorControllerTemperature":"590000","motorCurrent":"12433000","motorSpeed":"38165","motorTemperature":"121000","motorTorque":"4710","motorVoltage":"23000","powerBattery":"67432.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"479000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718968229395","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:28.388 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968229395, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=16.69000000, dischargeVoltage=348000, dischargeCurrent=60000, insulationResistance=298040000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=9.600, motorControllerTemperature=590000, motorSpeed=38165, motorTorque=4710, motorTemperature=121000, motorVoltage=23000, motorCurrent=12433000, powerBattery=67432., maxFeedbackPower=500000, maxDischargePower=390000, bmsSelfCheck=10, powerBatteryCurrent=20000, powerBatteryV3=479000, maxVoltage=3000, minVoltage=4000, maxTemperature=480000, minTemperature=600000, availableCapacity=580000, vehicleStatus=1, 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-21 19:10:29.346 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:29.346 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:29.346 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 33 30 33 39 30 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 31 36 2e 37 31 30 30 30 30 30 30 31 36 37 30 30 30 33 33 30 30 30 32 32 38 39 34 30 30 30 30 44 38 30 34 30 31 30 2e 32 30 37 37 30 30 30 30 39 37 34 35 30 34 30 34 30 32 36 30 30 30 30 31 36 32 30 30 31 33 32 32 34 30 30 30 36 37 34 33 32 2e 31 35 30 30 30 30 39 35 30 30 30 30 31 34 34 30 30 30 30 33 38 37 30 30 30 34 30 30 30 33 30 30 30 34 30 30 30 30 30 31 35 30 30 30 30 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1d 7E -2024-06-21 19:10:29.346 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968230390, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=16.71000000, dischargeVoltage=167000, dischargeCurrent=33000, insulationResistance=228940000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=10.20, motorControllerTemperature=770000, motorSpeed=97450, motorTorque=4040, motorTemperature=260000, motorVoltage=16200, motorCurrent=13224000, powerBattery=67432., maxFeedbackPower=150000, maxDischargePower=950000, bmsSelfCheck=14, powerBatteryCurrent=40000, powerBatteryV3=387000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=150000, availableCapacity=600000, vehicleStatus=1, 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-21 19:10:29.349 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:29.349 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"600000","bmsSelfCheck":"14","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"33000","dischargeVoltage":"167000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"228940000","latitude":"39.5229620","location":"1","longitude":"116.6805530","maxDischargePower":"950000","maxFeedbackPower":"150000","maxTemperature":"400000","maxVoltage":"4000","mcu":"1","mileage":"16.71000000","minTemperature":"150000","minVoltage":"3000","motorControllerTemperature":"770000","motorCurrent":"13224000","motorSpeed":"97450","motorTemperature":"260000","motorTorque":"4040","motorVoltage":"16200","powerBattery":"67432.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"387000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718968230390","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:29.349 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968230390, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=16.71000000, dischargeVoltage=167000, dischargeCurrent=33000, insulationResistance=228940000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=10.20, motorControllerTemperature=770000, motorSpeed=97450, motorTorque=4040, motorTemperature=260000, motorVoltage=16200, motorCurrent=13224000, powerBattery=67432., maxFeedbackPower=150000, maxDischargePower=950000, bmsSelfCheck=14, powerBatteryCurrent=40000, powerBatteryV3=387000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=150000, availableCapacity=600000, vehicleStatus=1, 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-21 19:10:30.354 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:30.354 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:30.354 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 33 31 33 39 35 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 31 36 2e 37 33 30 30 30 30 30 30 36 31 30 30 30 30 39 30 30 30 30 32 36 31 36 35 30 30 30 30 44 32 30 32 30 31 31 2e 39 30 37 30 30 30 30 30 35 39 37 37 38 34 36 30 30 37 31 30 30 30 30 32 37 32 30 30 37 36 34 30 30 30 30 30 36 37 34 33 32 2e 35 38 30 30 30 30 38 33 30 30 30 30 36 30 31 30 30 30 30 34 30 31 30 30 30 34 30 30 30 34 30 30 30 36 33 30 30 30 30 32 30 30 30 30 30 35 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1d 7E -2024-06-21 19:10:30.354 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968231395, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=16.73000000, dischargeVoltage=610000, dischargeCurrent=90000, insulationResistance=261650000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=11.90, motorControllerTemperature=700000, motorSpeed=59778, motorTorque=4600, motorTemperature=710000, motorVoltage=27200, motorCurrent=76400000, powerBattery=67432., maxFeedbackPower=580000, maxDischargePower=830000, bmsSelfCheck=60, powerBatteryCurrent=10000, powerBatteryV3=401000, maxVoltage=4000, minVoltage=4000, maxTemperature=630000, minTemperature=200000, availableCapacity=540000, vehicleStatus=1, 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-21 19:10:30.356 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:30.356 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"540000","bmsSelfCheck":"60","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"90000","dischargeVoltage":"610000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"261650000","latitude":"39.5230160","location":"1","longitude":"116.6811590","maxDischargePower":"830000","maxFeedbackPower":"580000","maxTemperature":"630000","maxVoltage":"4000","mcu":"1","mileage":"16.73000000","minTemperature":"200000","minVoltage":"4000","motorControllerTemperature":"700000","motorCurrent":"76400000","motorSpeed":"59778","motorTemperature":"710000","motorTorque":"4600","motorVoltage":"27200","powerBattery":"67432.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"401000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718968231395","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:30.357 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968231395, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=16.73000000, dischargeVoltage=610000, dischargeCurrent=90000, insulationResistance=261650000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=11.90, motorControllerTemperature=700000, motorSpeed=59778, motorTorque=4600, motorTemperature=710000, motorVoltage=27200, motorCurrent=76400000, powerBattery=67432., maxFeedbackPower=580000, maxDischargePower=830000, bmsSelfCheck=60, powerBatteryCurrent=10000, powerBatteryV3=401000, maxVoltage=4000, minVoltage=4000, maxTemperature=630000, minTemperature=200000, availableCapacity=540000, vehicleStatus=1, 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-21 19:10:31.348 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:31.348 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:31.348 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 33 32 33 39 33 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 31 36 2e 37 38 30 30 30 30 30 30 36 30 33 30 30 30 31 31 30 30 30 31 36 36 34 36 30 30 30 30 44 39 30 38 30 31 32 2e 30 30 32 30 30 30 30 30 32 37 34 37 38 31 34 35 30 32 34 30 30 30 30 31 38 35 30 30 31 30 31 34 31 30 30 30 36 37 34 32 30 2e 36 32 30 30 30 30 36 39 30 30 30 30 32 30 31 34 30 30 30 34 36 34 30 30 30 34 30 30 30 33 30 30 30 38 37 30 30 30 30 33 36 30 30 30 30 35 31 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 18 7E -2024-06-21 19:10:31.348 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968232393, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=16.78000000, dischargeVoltage=603000, dischargeCurrent=11000, insulationResistance=166460000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=12.00, motorControllerTemperature=200000, motorSpeed=27478, motorTorque=1450, motorTemperature=240000, motorVoltage=18500, motorCurrent=10141000, powerBattery=67420., maxFeedbackPower=620000, maxDischargePower=690000, bmsSelfCheck=20, powerBatteryCurrent=14000, powerBatteryV3=464000, maxVoltage=4000, minVoltage=3000, maxTemperature=870000, minTemperature=360000, availableCapacity=510000, vehicleStatus=1, 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-21 19:10:31.351 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:31.351 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"510000","bmsSelfCheck":"20","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"603000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"166460000","latitude":"39.5231070","location":"1","longitude":"116.6821350","maxDischargePower":"690000","maxFeedbackPower":"620000","maxTemperature":"870000","maxVoltage":"4000","mcu":"1","mileage":"16.78000000","minTemperature":"360000","minVoltage":"3000","motorControllerTemperature":"200000","motorCurrent":"10141000","motorSpeed":"27478","motorTemperature":"240000","motorTorque":"1450","motorVoltage":"18500","powerBattery":"67420.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"464000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718968232393","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:31.351 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968232393, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=16.78000000, dischargeVoltage=603000, dischargeCurrent=11000, insulationResistance=166460000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=12.00, motorControllerTemperature=200000, motorSpeed=27478, motorTorque=1450, motorTemperature=240000, motorVoltage=18500, motorCurrent=10141000, powerBattery=67420., maxFeedbackPower=620000, maxDischargePower=690000, bmsSelfCheck=20, powerBatteryCurrent=14000, powerBatteryV3=464000, maxVoltage=4000, minVoltage=3000, maxTemperature=870000, minTemperature=360000, availableCapacity=510000, vehicleStatus=1, 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-21 19:10:32.360 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:32.360 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:32.360 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 33 33 33 38 39 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 31 36 2e 38 33 30 30 30 30 30 30 34 37 32 30 30 30 32 31 30 30 30 32 33 30 35 32 30 30 30 30 44 34 30 37 30 39 2e 35 30 30 37 35 30 30 30 30 39 31 34 30 35 37 36 31 30 32 30 30 30 30 30 32 31 38 30 30 38 37 37 31 30 30 30 30 36 37 34 31 31 2e 32 31 30 30 30 30 35 30 30 30 30 30 37 30 34 30 30 30 30 34 38 37 30 30 30 33 30 30 30 34 30 30 30 39 30 30 30 30 30 34 35 30 30 30 30 35 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 7E -2024-06-21 19:10:32.360 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968233389, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=16.83000000, dischargeVoltage=472000, dischargeCurrent=21000, insulationResistance=230520000, gear=D, accelerationPedal=40, brakePedal=70, fuelConsumption=9.500, motorControllerTemperature=750000, motorSpeed=91405, motorTorque=7610, motorTemperature=200000, motorVoltage=21800, motorCurrent=87710000, powerBattery=67411., maxFeedbackPower=210000, maxDischargePower=500000, bmsSelfCheck=70, powerBatteryCurrent=40000, powerBatteryV3=487000, maxVoltage=3000, minVoltage=4000, maxTemperature=900000, minTemperature=450000, availableCapacity=560000, vehicleStatus=1, 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-21 19:10:32.362 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:32.362 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"560000","bmsSelfCheck":"70","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"472000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.500","gear":"D","insulationResistance":"230520000","latitude":"39.5230950","location":"1","longitude":"116.6829830","maxDischargePower":"500000","maxFeedbackPower":"210000","maxTemperature":"900000","maxVoltage":"3000","mcu":"1","mileage":"16.83000000","minTemperature":"450000","minVoltage":"4000","motorControllerTemperature":"750000","motorCurrent":"87710000","motorSpeed":"91405","motorTemperature":"200000","motorTorque":"7610","motorVoltage":"21800","powerBattery":"67411.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"487000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718968233389","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:32.363 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968233389, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=16.83000000, dischargeVoltage=472000, dischargeCurrent=21000, insulationResistance=230520000, gear=D, accelerationPedal=40, brakePedal=70, fuelConsumption=9.500, motorControllerTemperature=750000, motorSpeed=91405, motorTorque=7610, motorTemperature=200000, motorVoltage=21800, motorCurrent=87710000, powerBattery=67411., maxFeedbackPower=210000, maxDischargePower=500000, bmsSelfCheck=70, powerBatteryCurrent=40000, powerBatteryV3=487000, maxVoltage=3000, minVoltage=4000, maxTemperature=900000, minTemperature=450000, availableCapacity=560000, vehicleStatus=1, 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-21 19:10:33.346 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:33.346 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:33.346 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 33 34 33 39 33 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 31 36 2e 38 35 30 30 30 30 30 30 36 31 37 30 30 30 33 38 30 30 30 32 38 30 30 38 30 30 30 30 44 38 30 34 30 31 32 2e 31 30 39 34 30 30 30 30 39 36 34 30 30 35 35 31 30 31 34 35 30 30 30 31 37 37 30 30 39 30 31 37 30 30 30 30 36 37 34 31 31 2e 35 31 30 30 30 30 33 32 30 30 30 30 31 30 34 30 30 30 30 35 35 34 30 30 30 34 30 30 30 34 30 30 30 38 34 30 30 30 30 36 36 30 30 30 30 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2b 7E -2024-06-21 19:10:33.346 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968234393, longitude=116.6836000, latitude=39.5229670, speed=36.000, mileage=16.85000000, dischargeVoltage=617000, dischargeCurrent=38000, insulationResistance=280080000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=12.10, motorControllerTemperature=940000, motorSpeed=96400, motorTorque=5510, motorTemperature=145000, motorVoltage=17700, motorCurrent=90170000, powerBattery=67411., maxFeedbackPower=510000, maxDischargePower=320000, bmsSelfCheck=10, powerBatteryCurrent=40000, powerBatteryV3=554000, maxVoltage=4000, minVoltage=4000, maxTemperature=840000, minTemperature=660000, availableCapacity=400000, vehicleStatus=1, 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-21 19:10:33.349 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:33.350 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"400000","bmsSelfCheck":"10","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"38000","dischargeVoltage":"617000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.10","gear":"D","insulationResistance":"280080000","latitude":"39.5229670","location":"1","longitude":"116.6836000","maxDischargePower":"320000","maxFeedbackPower":"510000","maxTemperature":"840000","maxVoltage":"4000","mcu":"1","mileage":"16.85000000","minTemperature":"660000","minVoltage":"4000","motorControllerTemperature":"940000","motorCurrent":"90170000","motorSpeed":"96400","motorTemperature":"145000","motorTorque":"5510","motorVoltage":"17700","powerBattery":"67411.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"554000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718968234393","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:33.350 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968234393, longitude=116.6836000, latitude=39.5229670, speed=36.000, mileage=16.85000000, dischargeVoltage=617000, dischargeCurrent=38000, insulationResistance=280080000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=12.10, motorControllerTemperature=940000, motorSpeed=96400, motorTorque=5510, motorTemperature=145000, motorVoltage=17700, motorCurrent=90170000, powerBattery=67411., maxFeedbackPower=510000, maxDischargePower=320000, bmsSelfCheck=10, powerBatteryCurrent=40000, powerBatteryV3=554000, maxVoltage=4000, minVoltage=4000, maxTemperature=840000, minTemperature=660000, availableCapacity=400000, vehicleStatus=1, 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-21 19:10:34.346 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:34.346 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:34.346 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 33 35 33 38 33 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 31 36 2e 38 37 30 30 30 30 30 30 36 33 30 30 30 30 33 38 30 30 30 31 37 36 33 30 30 30 30 30 44 38 30 31 30 31 30 2e 35 30 33 36 30 30 30 30 34 39 35 34 36 38 38 35 30 32 33 30 30 30 30 31 37 39 30 30 31 36 35 33 30 30 30 30 36 37 34 31 31 2e 38 37 30 30 30 30 37 36 30 30 30 30 32 30 31 30 30 30 30 36 34 33 30 30 30 34 30 30 30 34 30 30 30 33 35 30 30 30 30 31 39 30 30 30 30 33 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 44 7E -2024-06-21 19:10:34.346 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968235383, longitude=116.6840660, latitude=39.5228470, speed=36.000, mileage=16.87000000, dischargeVoltage=630000, dischargeCurrent=38000, insulationResistance=176300000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=10.50, motorControllerTemperature=360000, motorSpeed=49546, motorTorque=8850, motorTemperature=230000, motorVoltage=17900, motorCurrent=16530000, powerBattery=67411., maxFeedbackPower=870000, maxDischargePower=760000, bmsSelfCheck=20, powerBatteryCurrent=10000, powerBatteryV3=643000, maxVoltage=4000, minVoltage=4000, maxTemperature=350000, minTemperature=190000, availableCapacity=390000, vehicleStatus=1, 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-21 19:10:34.348 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:34.349 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"390000","bmsSelfCheck":"20","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"38000","dischargeVoltage":"630000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"176300000","latitude":"39.5228470","location":"1","longitude":"116.6840660","maxDischargePower":"760000","maxFeedbackPower":"870000","maxTemperature":"350000","maxVoltage":"4000","mcu":"1","mileage":"16.87000000","minTemperature":"190000","minVoltage":"4000","motorControllerTemperature":"360000","motorCurrent":"16530000","motorSpeed":"49546","motorTemperature":"230000","motorTorque":"8850","motorVoltage":"17900","powerBattery":"67411.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"643000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718968235383","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:34.349 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968235383, longitude=116.6840660, latitude=39.5228470, speed=36.000, mileage=16.87000000, dischargeVoltage=630000, dischargeCurrent=38000, insulationResistance=176300000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=10.50, motorControllerTemperature=360000, motorSpeed=49546, motorTorque=8850, motorTemperature=230000, motorVoltage=17900, motorCurrent=16530000, powerBattery=67411., maxFeedbackPower=870000, maxDischargePower=760000, bmsSelfCheck=20, powerBatteryCurrent=10000, powerBatteryV3=643000, maxVoltage=4000, minVoltage=4000, maxTemperature=350000, minTemperature=190000, availableCapacity=390000, vehicleStatus=1, 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-21 19:10:35.342 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:35.342 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:35.342 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 33 36 33 39 30 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 31 36 2e 38 39 30 30 30 30 30 30 32 38 36 30 30 30 31 38 30 30 30 31 31 32 38 32 30 30 30 30 44 36 30 36 30 31 31 2e 39 30 34 30 30 30 30 30 39 37 39 32 30 33 36 30 30 31 32 33 30 30 30 31 35 39 30 30 31 33 33 38 30 30 30 30 36 37 34 31 31 2e 33 30 30 30 30 30 36 36 30 30 30 30 31 33 31 31 30 30 30 33 37 38 30 30 30 34 30 30 30 33 30 30 30 35 34 30 30 30 30 37 35 30 30 30 30 39 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2f 7E -2024-06-21 19:10:35.343 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968236390, longitude=116.6845220, latitude=39.5227510, speed=36.000, mileage=16.89000000, dischargeVoltage=286000, dischargeCurrent=18000, insulationResistance=112820000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=11.90, motorControllerTemperature=400000, motorSpeed=97920, motorTorque=3600, motorTemperature=123000, motorVoltage=15900, motorCurrent=13380000, powerBattery=67411., maxFeedbackPower=300000, maxDischargePower=660000, bmsSelfCheck=13, powerBatteryCurrent=11000, powerBatteryV3=378000, maxVoltage=4000, minVoltage=3000, maxTemperature=540000, minTemperature=750000, availableCapacity=920000, vehicleStatus=1, 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-21 19:10:35.347 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:35.347 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"920000","bmsSelfCheck":"13","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"18000","dischargeVoltage":"286000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"112820000","latitude":"39.5227510","location":"1","longitude":"116.6845220","maxDischargePower":"660000","maxFeedbackPower":"300000","maxTemperature":"540000","maxVoltage":"4000","mcu":"1","mileage":"16.89000000","minTemperature":"750000","minVoltage":"3000","motorControllerTemperature":"400000","motorCurrent":"13380000","motorSpeed":"97920","motorTemperature":"123000","motorTorque":"3600","motorVoltage":"15900","powerBattery":"67411.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"378000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718968236390","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:35.348 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968236390, longitude=116.6845220, latitude=39.5227510, speed=36.000, mileage=16.89000000, dischargeVoltage=286000, dischargeCurrent=18000, insulationResistance=112820000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=11.90, motorControllerTemperature=400000, motorSpeed=97920, motorTorque=3600, motorTemperature=123000, motorVoltage=15900, motorCurrent=13380000, powerBattery=67411., maxFeedbackPower=300000, maxDischargePower=660000, bmsSelfCheck=13, powerBatteryCurrent=11000, powerBatteryV3=378000, maxVoltage=4000, minVoltage=3000, maxTemperature=540000, minTemperature=750000, availableCapacity=920000, vehicleStatus=1, 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-21 19:10:36.351 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:36.351 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:36.351 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 33 37 33 38 34 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 31 36 2e 39 32 30 30 30 30 30 30 37 31 30 30 30 30 32 33 30 30 30 32 32 30 32 38 30 30 30 30 44 30 30 31 30 31 30 2e 37 30 34 35 30 30 30 30 31 30 36 31 34 36 36 36 30 31 30 30 30 30 30 32 36 31 30 30 36 31 39 38 30 30 30 30 36 37 34 31 31 2e 31 32 30 30 30 30 34 39 30 30 30 30 39 30 39 30 30 30 30 35 38 35 30 30 30 34 30 30 30 34 30 30 30 35 36 30 30 30 30 34 30 30 30 30 30 31 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 14 7E -2024-06-21 19:10:36.351 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968237384, longitude=116.6852250, latitude=39.5226150, speed=54.000, mileage=16.92000000, dischargeVoltage=710000, dischargeCurrent=23000, insulationResistance=220280000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=10.70, motorControllerTemperature=450000, motorSpeed=10614, motorTorque=6660, motorTemperature=100000, motorVoltage=26100, motorCurrent=61980000, powerBattery=67411., maxFeedbackPower=120000, maxDischargePower=490000, bmsSelfCheck=90, powerBatteryCurrent=90000, powerBatteryV3=585000, maxVoltage=4000, minVoltage=4000, maxTemperature=560000, minTemperature=400000, availableCapacity=160000, vehicleStatus=1, 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-21 19:10:36.353 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:36.353 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"160000","bmsSelfCheck":"90","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"23000","dischargeVoltage":"710000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"220280000","latitude":"39.5226150","location":"1","longitude":"116.6852250","maxDischargePower":"490000","maxFeedbackPower":"120000","maxTemperature":"560000","maxVoltage":"4000","mcu":"1","mileage":"16.92000000","minTemperature":"400000","minVoltage":"4000","motorControllerTemperature":"450000","motorCurrent":"61980000","motorSpeed":"10614","motorTemperature":"100000","motorTorque":"6660","motorVoltage":"26100","powerBattery":"67411.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"585000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718968237384","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:36.354 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968237384, longitude=116.6852250, latitude=39.5226150, speed=54.000, mileage=16.92000000, dischargeVoltage=710000, dischargeCurrent=23000, insulationResistance=220280000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=10.70, motorControllerTemperature=450000, motorSpeed=10614, motorTorque=6660, motorTemperature=100000, motorVoltage=26100, motorCurrent=61980000, powerBattery=67411., maxFeedbackPower=120000, maxDischargePower=490000, bmsSelfCheck=90, powerBatteryCurrent=90000, powerBatteryV3=585000, maxVoltage=4000, minVoltage=4000, maxTemperature=560000, minTemperature=400000, availableCapacity=160000, vehicleStatus=1, 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-21 19:10:37.339 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:37.339 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:37.339 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 33 38 33 38 33 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 31 36 2e 39 36 30 30 30 30 30 30 35 38 38 30 30 30 38 30 30 30 30 33 31 34 31 30 30 30 30 30 44 31 30 39 30 39 2e 33 30 30 36 31 30 30 30 30 33 32 32 31 35 36 36 37 30 31 33 34 30 30 30 31 34 31 30 30 31 32 35 32 38 30 30 30 36 37 34 31 31 2e 31 39 30 30 30 30 39 38 30 30 30 30 37 30 32 30 30 30 30 32 32 33 30 30 30 34 30 30 30 34 30 30 30 34 38 30 30 30 30 36 37 30 30 30 30 35 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 46 7E -2024-06-21 19:10:37.339 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968238383, longitude=116.6859650, latitude=39.5224990, speed=72.000, mileage=16.96000000, dischargeVoltage=588000, dischargeCurrent=80000, insulationResistance=314100000, gear=D, accelerationPedal=10, brakePedal=90, fuelConsumption=9.300, motorControllerTemperature=610000, motorSpeed=32215, motorTorque=6670, motorTemperature=134000, motorVoltage=14100, motorCurrent=12528000, powerBattery=67411., maxFeedbackPower=190000, maxDischargePower=980000, bmsSelfCheck=70, powerBatteryCurrent=20000, powerBatteryV3=223000, maxVoltage=4000, minVoltage=4000, maxTemperature=480000, minTemperature=670000, availableCapacity=540000, vehicleStatus=1, 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-21 19:10:37.342 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:37.342 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"540000","bmsSelfCheck":"70","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"588000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"314100000","latitude":"39.5224990","location":"1","longitude":"116.6859650","maxDischargePower":"980000","maxFeedbackPower":"190000","maxTemperature":"480000","maxVoltage":"4000","mcu":"1","mileage":"16.96000000","minTemperature":"670000","minVoltage":"4000","motorControllerTemperature":"610000","motorCurrent":"12528000","motorSpeed":"32215","motorTemperature":"134000","motorTorque":"6670","motorVoltage":"14100","powerBattery":"67411.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"223000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718968238383","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:37.343 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968238383, longitude=116.6859650, latitude=39.5224990, speed=72.000, mileage=16.96000000, dischargeVoltage=588000, dischargeCurrent=80000, insulationResistance=314100000, gear=D, accelerationPedal=10, brakePedal=90, fuelConsumption=9.300, motorControllerTemperature=610000, motorSpeed=32215, motorTorque=6670, motorTemperature=134000, motorVoltage=14100, motorCurrent=12528000, powerBattery=67411., maxFeedbackPower=190000, maxDischargePower=980000, bmsSelfCheck=70, powerBatteryCurrent=20000, powerBatteryV3=223000, maxVoltage=4000, minVoltage=4000, maxTemperature=480000, minTemperature=670000, availableCapacity=540000, vehicleStatus=1, 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-21 19:10:38.334 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:38.335 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:38.335 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 33 39 33 38 33 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 31 37 2e 30 30 30 30 30 30 30 30 31 37 30 30 30 30 33 31 30 30 30 32 32 32 39 36 30 30 30 30 44 31 30 33 30 31 30 2e 33 30 33 33 30 30 30 30 37 30 37 35 39 36 37 30 30 31 34 30 30 30 30 32 39 36 30 30 31 33 30 33 36 30 30 30 36 37 34 31 31 2e 38 39 30 30 30 30 37 30 30 30 30 30 31 32 32 30 30 30 30 33 30 32 30 30 30 33 30 30 30 33 30 30 30 39 39 30 30 30 30 35 36 30 30 30 30 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 25 7E -2024-06-21 19:10:38.335 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968239383, longitude=116.6868880, latitude=39.5227270, speed=72.000, mileage=17.00000000, dischargeVoltage=170000, dischargeCurrent=31000, insulationResistance=222960000, gear=D, accelerationPedal=10, brakePedal=30, fuelConsumption=10.30, motorControllerTemperature=330000, motorSpeed=70759, motorTorque=6700, motorTemperature=140000, motorVoltage=29600, motorCurrent=13036000, powerBattery=67411., maxFeedbackPower=890000, maxDischargePower=700000, bmsSelfCheck=12, powerBatteryCurrent=20000, powerBatteryV3=302000, maxVoltage=3000, minVoltage=3000, maxTemperature=990000, minTemperature=560000, availableCapacity=500000, vehicleStatus=1, 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-21 19:10:38.337 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:38.337 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"500000","bmsSelfCheck":"12","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"31000","dischargeVoltage":"170000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.30","gear":"D","insulationResistance":"222960000","latitude":"39.5227270","location":"1","longitude":"116.6868880","maxDischargePower":"700000","maxFeedbackPower":"890000","maxTemperature":"990000","maxVoltage":"3000","mcu":"1","mileage":"17.00000000","minTemperature":"560000","minVoltage":"3000","motorControllerTemperature":"330000","motorCurrent":"13036000","motorSpeed":"70759","motorTemperature":"140000","motorTorque":"6700","motorVoltage":"29600","powerBattery":"67411.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"302000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718968239383","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:38.337 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968239383, longitude=116.6868880, latitude=39.5227270, speed=72.000, mileage=17.00000000, dischargeVoltage=170000, dischargeCurrent=31000, insulationResistance=222960000, gear=D, accelerationPedal=10, brakePedal=30, fuelConsumption=10.30, motorControllerTemperature=330000, motorSpeed=70759, motorTorque=6700, motorTemperature=140000, motorVoltage=29600, motorCurrent=13036000, powerBattery=67411., maxFeedbackPower=890000, maxDischargePower=700000, bmsSelfCheck=12, powerBatteryCurrent=20000, powerBatteryV3=302000, maxVoltage=3000, minVoltage=3000, maxTemperature=990000, minTemperature=560000, availableCapacity=500000, vehicleStatus=1, 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-21 19:10:39.331 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:39.332 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:39.332 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 34 30 33 38 32 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 31 37 2e 30 30 30 30 30 30 30 30 31 34 36 30 30 30 32 33 30 30 30 32 36 31 35 30 30 30 30 30 44 32 30 37 30 39 2e 37 30 30 33 33 30 30 30 30 39 35 30 34 35 36 31 30 30 31 30 38 30 30 30 31 33 39 30 30 32 36 36 38 30 30 30 30 36 37 34 31 31 2e 35 39 30 30 30 30 32 37 30 30 30 30 38 30 35 30 30 30 30 32 33 31 30 30 30 33 30 30 30 34 30 30 30 34 38 30 30 30 30 34 37 30 30 30 30 31 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1a 7E -2024-06-21 19:10:39.332 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968240382, longitude=116.6871620, latitude=39.5228750, speed=0.0000, mileage=17.00000000, dischargeVoltage=146000, dischargeCurrent=23000, insulationResistance=261500000, gear=D, accelerationPedal=20, brakePedal=70, fuelConsumption=9.700, motorControllerTemperature=330000, motorSpeed=95045, motorTorque=6100, motorTemperature=108000, motorVoltage=13900, motorCurrent=26680000, powerBattery=67411., maxFeedbackPower=590000, maxDischargePower=270000, bmsSelfCheck=80, powerBatteryCurrent=50000, powerBatteryV3=231000, maxVoltage=3000, minVoltage=4000, maxTemperature=480000, minTemperature=470000, availableCapacity=160000, vehicleStatus=1, 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-21 19:10:39.333 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:39.334 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"160000","bmsSelfCheck":"80","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"23000","dischargeVoltage":"146000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.700","gear":"D","insulationResistance":"261500000","latitude":"39.5228750","location":"1","longitude":"116.6871620","maxDischargePower":"270000","maxFeedbackPower":"590000","maxTemperature":"480000","maxVoltage":"3000","mcu":"1","mileage":"17.00000000","minTemperature":"470000","minVoltage":"4000","motorControllerTemperature":"330000","motorCurrent":"26680000","motorSpeed":"95045","motorTemperature":"108000","motorTorque":"6100","motorVoltage":"13900","powerBattery":"67411.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"231000","ptc":"1","runStatus":"1","soc":"1","speed":"0.0000","timestamp":"1718968240382","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:39.334 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968240382, longitude=116.6871620, latitude=39.5228750, speed=0.0000, mileage=17.00000000, dischargeVoltage=146000, dischargeCurrent=23000, insulationResistance=261500000, gear=D, accelerationPedal=20, brakePedal=70, fuelConsumption=9.700, motorControllerTemperature=330000, motorSpeed=95045, motorTorque=6100, motorTemperature=108000, motorVoltage=13900, motorCurrent=26680000, powerBattery=67411., maxFeedbackPower=590000, maxDischargePower=270000, bmsSelfCheck=80, powerBatteryCurrent=50000, powerBatteryV3=231000, maxVoltage=3000, minVoltage=4000, maxTemperature=480000, minTemperature=470000, availableCapacity=160000, vehicleStatus=1, 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-21 19:10:40.333 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:40.333 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:40.333 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 34 31 33 38 32 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 31 37 2e 30 37 30 30 30 30 30 30 32 32 39 30 30 30 31 34 30 30 30 32 37 31 34 37 30 30 30 30 44 34 30 33 30 31 31 2e 32 30 38 34 30 30 30 30 34 33 34 30 35 34 30 30 30 31 30 30 30 30 30 31 39 30 30 30 31 30 35 31 36 30 30 30 36 37 34 30 30 2e 31 34 30 30 30 30 32 38 30 30 30 30 31 30 31 32 30 30 30 36 34 32 30 30 30 33 30 30 30 33 30 30 30 39 37 30 30 30 30 31 36 30 30 30 30 35 35 30 30 30 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 05 7E -2024-06-21 19:10:40.333 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968241382, longitude=116.6890280, latitude=39.5238560, speed=126.00, mileage=17.07000000, dischargeVoltage=229000, dischargeCurrent=14000, insulationResistance=271470000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=11.20, motorControllerTemperature=840000, motorSpeed=43405, motorTorque=4000, motorTemperature=100000, motorVoltage=19000, motorCurrent=10516000, powerBattery=67400., maxFeedbackPower=140000, maxDischargePower=280000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=642000, maxVoltage=3000, minVoltage=3000, maxTemperature=970000, minTemperature=160000, availableCapacity=550000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:10:40.335 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:40.335 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"550000","bmsSelfCheck":"10","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"14000","dischargeVoltage":"229000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.20","gear":"D","insulationResistance":"271470000","latitude":"39.5238560","location":"1","longitude":"116.6890280","maxDischargePower":"280000","maxFeedbackPower":"140000","maxTemperature":"970000","maxVoltage":"3000","mcu":"1","mileage":"17.07000000","minTemperature":"160000","minVoltage":"3000","motorControllerTemperature":"840000","motorCurrent":"10516000","motorSpeed":"43405","motorTemperature":"100000","motorTorque":"4000","motorVoltage":"19000","powerBattery":"67400.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"642000","ptc":"1","runStatus":"0","soc":"1","speed":"126.00","timestamp":"1718968241382","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:40.335 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968241382, longitude=116.6890280, latitude=39.5238560, speed=126.00, mileage=17.07000000, dischargeVoltage=229000, dischargeCurrent=14000, insulationResistance=271470000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=11.20, motorControllerTemperature=840000, motorSpeed=43405, motorTorque=4000, motorTemperature=100000, motorVoltage=19000, motorCurrent=10516000, powerBattery=67400., maxFeedbackPower=140000, maxDischargePower=280000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=642000, maxVoltage=3000, minVoltage=3000, maxTemperature=970000, minTemperature=160000, availableCapacity=550000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:10:41.204 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:10:41.255 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:10:41.298 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:10:41.343 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:41.343 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:41.343 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 34 32 33 38 33 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 31 37 2e 31 37 30 30 30 30 30 30 35 33 38 30 30 30 34 37 30 30 30 31 32 36 37 32 30 30 30 30 44 30 30 35 30 31 30 2e 33 30 35 35 30 30 30 30 39 37 37 30 34 36 32 37 30 35 34 30 30 30 30 32 31 35 30 30 39 34 31 34 30 30 30 30 36 37 33 38 39 2e 33 37 30 30 30 30 33 38 30 30 30 30 31 33 37 30 30 30 30 33 36 36 30 30 30 33 30 30 30 33 30 30 30 38 31 30 30 30 30 36 30 30 30 30 30 32 31 30 30 30 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 33 7E -2024-06-21 19:10:41.344 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968242383, longitude=116.6901760, latitude=39.5245800, speed=180.00, mileage=17.17000000, dischargeVoltage=538000, dischargeCurrent=47000, insulationResistance=126720000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=10.30, motorControllerTemperature=550000, motorSpeed=97704, motorTorque=6270, motorTemperature=540000, motorVoltage=21500, motorCurrent=94140000, powerBattery=67389., maxFeedbackPower=370000, maxDischargePower=380000, bmsSelfCheck=13, powerBatteryCurrent=70000, powerBatteryV3=366000, maxVoltage=3000, minVoltage=3000, maxTemperature=810000, minTemperature=600000, availableCapacity=210000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:10:41.346 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:41.346 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"210000","bmsSelfCheck":"13","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"538000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.30","gear":"D","insulationResistance":"126720000","latitude":"39.5245800","location":"1","longitude":"116.6901760","maxDischargePower":"380000","maxFeedbackPower":"370000","maxTemperature":"810000","maxVoltage":"3000","mcu":"1","mileage":"17.17000000","minTemperature":"600000","minVoltage":"3000","motorControllerTemperature":"550000","motorCurrent":"94140000","motorSpeed":"97704","motorTemperature":"540000","motorTorque":"6270","motorVoltage":"21500","powerBattery":"67389.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"366000","ptc":"1","runStatus":"0","soc":"1","speed":"180.00","timestamp":"1718968242383","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:41.346 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968242383, longitude=116.6901760, latitude=39.5245800, speed=180.00, mileage=17.17000000, dischargeVoltage=538000, dischargeCurrent=47000, insulationResistance=126720000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=10.30, motorControllerTemperature=550000, motorSpeed=97704, motorTorque=6270, motorTemperature=540000, motorVoltage=21500, motorCurrent=94140000, powerBattery=67389., maxFeedbackPower=370000, maxDischargePower=380000, bmsSelfCheck=13, powerBatteryCurrent=70000, powerBatteryV3=366000, maxVoltage=3000, minVoltage=3000, maxTemperature=810000, minTemperature=600000, availableCapacity=210000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:10:41.758 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:10:42.017 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:10:42.160 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:10:42.175 [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-21 19:10:42.175 [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-21 19:10:42.175 [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-21 19:10:42.175 [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-21 19:10:42.175 [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-21 19:10:42.175 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 19:10:42.175 [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-1b0d3d66-3a25-4ebb-8ecb-a0e83103414a sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:10:42.175 [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-387301e2-de6e-47c4-8d89-7d19899f79ad sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:10:42.175 [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-849ebe0f-653d-4273-8752-28d02c698e50 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:10:42.176 [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-21 19:10:42.176 [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-21 19:10:42.176 [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-21 19:10:42.179 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:10:42.179 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:10:42.179 [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-21 19:10:42.180 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:10:42.180 [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-21 19:10:42.180 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:10:42.183 [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-21 19:10:42.183 [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-21 19:10:42.183 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:10:42.183 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:10:42.184 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:10:42.185 [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-21 19:10:42.185 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:10:42.185 [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-21 19:10:42.185 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:10:42.186 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:10:42.186 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:10:42.186 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:10:42.190 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 19:10:42.191 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:10:42.192 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 19:10:42.192 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:10:42.192 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 19:10:42.334 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:10:42.335 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:10:42.335 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 32 34 33 33 38 32 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 31 37 2e 32 36 30 30 30 30 30 30 35 39 35 30 30 30 33 30 30 30 30 32 33 36 39 31 30 30 30 30 44 34 30 33 30 31 32 2e 31 30 37 35 30 30 30 30 34 38 32 34 31 38 35 34 30 38 37 30 30 30 30 31 38 39 30 30 38 39 39 37 30 30 30 30 36 37 33 37 37 2e 36 35 30 30 30 30 34 30 30 30 30 30 31 34 35 30 30 30 30 35 39 36 30 30 30 34 30 30 30 33 30 30 30 31 37 30 30 30 30 38 30 30 30 30 30 35 32 30 30 30 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 4a 7E -2024-06-21 19:10:42.335 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968243382, longitude=116.6912060, latitude=39.5254530, speed=162.00, mileage=17.26000000, dischargeVoltage=595000, dischargeCurrent=30000, insulationResistance=236910000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=12.10, motorControllerTemperature=750000, motorSpeed=48241, motorTorque=8540, motorTemperature=870000, motorVoltage=18900, motorCurrent=89970000, powerBattery=67377., maxFeedbackPower=650000, maxDischargePower=400000, bmsSelfCheck=14, powerBatteryCurrent=50000, powerBatteryV3=596000, maxVoltage=4000, minVoltage=3000, maxTemperature=170000, minTemperature=800000, availableCapacity=520000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:10:42.335 [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-2 - 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-21 19:10:42.340 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:10:42.340 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:10:42.340 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968242340 -2024-06-21 19:10:42.342 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 19:10:42.346 [kafka-producer-network-thread | producer-2] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-2] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:10:42.349 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 19:10:50.077 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 7560 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 19:10:50.078 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 19:10:50.079 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 19:10:50.583 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 19:10:50.585 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 19:10:50.606 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 19:10:50.841 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 19:10:50.921 [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-21 19:10:50.922 [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-21 19:10:50.924 [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-21 19:10:50.936 [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-21 19:10:50.967 [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-21 19:10:50.971 [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-21 19:10:51.184 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 19:10:51.191 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 19:10:51.191 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 19:10:51.289 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 19:10:51.289 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1176 ms -2024-06-21 19:10:51.871 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 19:10:52.205 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 19:10:52.210 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 19:10:52.225 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 19:10:52.269 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 19:10:52.284 [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-21 19:10:52.336 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:10:52.336 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:10:52.336 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968252335 -2024-06-21 19:10:52.338 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 19:10:52.429 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 19:10:52.501 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 19:10:52.566 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:10:52.567 [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-21 19:10:52.569 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:10:52.577 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:10:52.581 [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-e3610bd4-dadf-4764-a873-8855ebf504ff', protocol='range'} -2024-06-21 19:10:52.582 [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-e3610bd4-dadf-4764-a873-8855ebf504ff=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:10:52.592 [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-e3610bd4-dadf-4764-a873-8855ebf504ff', protocol='range'} -2024-06-21 19:10:52.593 [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-21 19:10:52.594 [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-21 19:10:52.600 [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-21 19:10:52.600 [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-21 19:10:52.600 [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-21 19:10:52.600 [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-21 19:10:52.600 [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-21 19:10:52.600 [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-21 19:10:52.600 [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-21 19:10:52.601 [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-21 19:10:53.193 [Thread-1] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 19:10:53.200 [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-21 19:10:53.204 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:10:53.204 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:10:53.204 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968253204 -2024-06-21 19:10:53.205 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:10:53.211 [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-21 19:10:53.215 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:10:53.215 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:10:53.215 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968253215 -2024-06-21 19:10:53.216 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:10:53.216 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:10:53.216 [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-21 19:10:53.216 [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-21 19:10:53.217 [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-21 19:10:53.219 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:10:53.219 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:10:53.219 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968253219 -2024-06-21 19:10:53.219 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:10:53.222 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:10:53.222 [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-21 19:10:53.222 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:10:53.223 [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-21 19:10:53.223 [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-21 19:10:53.223 [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-21 19:10:53.224 [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-21 19:10:53.225 [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-a36d589a-0574-4bda-a991-c3eb445ce82b', protocol='range'} -2024-06-21 19:10:53.225 [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-a36d589a-0574-4bda-a991-c3eb445ce82b=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:10:53.226 [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-21 19:10:53.226 [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-21 19:10:53.228 [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-a36d589a-0574-4bda-a991-c3eb445ce82b', protocol='range'} -2024-06-21 19:10:53.228 [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-21 19:10:53.228 [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-21 19:10:53.231 [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-21 19:10:53.231 [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-21 19:10:53.231 [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-21 19:10:53.231 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 19:10:53.231 [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-21 19:10:53.232 [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=26, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:10:53.232 [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-21 19:10:53.232 [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-21 19:10:53.232 [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-21 19:10:53.232 [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-21 19:10:53.238 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:10:53.240 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"520000","bmsSelfCheck":"14","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"595000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.10","gear":"D","insulationResistance":"236910000","latitude":"39.5254530","location":"1","longitude":"116.6912060","maxDischargePower":"400000","maxFeedbackPower":"650000","maxTemperature":"170000","maxVoltage":"4000","mcu":"1","mileage":"17.26000000","minTemperature":"800000","minVoltage":"3000","motorControllerTemperature":"750000","motorCurrent":"89970000","motorSpeed":"48241","motorTemperature":"870000","motorTorque":"8540","motorVoltage":"18900","powerBattery":"67377.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"596000","ptc":"1","runStatus":"0","soc":"1","speed":"162.00","timestamp":"1718968243382","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:10:53.352 [Thread-1] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@398fb98d [delegate=amqp://guest@101.34.243.166:5672/, localPort= 65247] -2024-06-21 19:10:53.365 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968243382, longitude=116.6912060, latitude=39.5254530, speed=162.00, mileage=17.26000000, dischargeVoltage=595000, dischargeCurrent=30000, insulationResistance=236910000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=12.10, motorControllerTemperature=750000, motorSpeed=48241, motorTorque=8540, motorTemperature=870000, motorVoltage=18900, motorCurrent=89970000, powerBattery=67377., maxFeedbackPower=650000, maxDischargePower=400000, bmsSelfCheck=14, powerBatteryCurrent=50000, powerBatteryV3=596000, maxVoltage=4000, minVoltage=3000, maxTemperature=170000, minTemperature=800000, availableCapacity=520000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:10:53.600 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:282 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 19:10:53.627 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:10:53.628 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:10:53.657 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:10:53.657 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:10:53.688 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:10:53.688 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:10:53.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:10:53.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:10:53.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:10:53.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:10:53.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:10:53.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:10:53.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:10:53.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:10:53.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:10:53.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:10:53.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:10:53.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:10:53.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:10:53.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:10:53.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:10:53.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:10:53.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:10:53.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:10:53.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:10:53.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:10:53.976 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.163 seconds (JVM running for 4.663) -2024-06-21 19:10:53.978 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 19:10:53.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:10:53.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:10:54.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:10:54.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:10:54.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:10:54.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:10:54.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:10:54.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:10:54.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:10:54.117 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:10:54.117 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:10:54.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:10:54.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:10:54.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:10:54.185 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:10:54.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:10:54.207 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:10:54.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:10:54.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:10:54.258 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:10:54.259 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:10:54.283 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:10:54.284 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:10:54.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:10:54.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:10:54.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:10:54.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:10:54.363 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:10:54.363 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:10:54.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:10:54.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:10:54.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:10:54.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:10:54.477 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:10:54.477 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:10:54.512 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:10:54.512 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:10:54.541 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:10:54.541 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:10:54.587 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:10:54.612 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:10:54.612 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:10:54.632 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:10:54.632 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:10:54.651 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:10:54.652 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:10:54.685 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:10:54.685 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:10:54.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:10:54.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:10:54.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:10:54.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:10:54.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:10:54.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:10:54.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:10:54.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:10:54.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:10:54.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:10:54.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:10:54.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:10:54.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:10:54.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:10:54.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:10:54.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:10:54.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:10:54.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:10:54.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:10:54.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:10:54.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:10:54.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:10:54.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:10:54.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:10:55.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:10:55.073 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:10:55.073 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:10:55.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:10:55.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:10:55.144 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:10:55.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:10:55.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:10:55.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:10:55.182 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:10:55.182 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:10:55.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:10:55.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:10:55.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:10:55.222 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:10:55.242 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:10:55.243 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:10:55.263 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:10:55.264 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:10:55.286 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:10:55.287 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:10:55.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:10:55.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:10:55.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:10:55.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:10:55.351 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:10:55.351 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:10:55.377 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:10:55.377 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:10:55.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:10:55.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:10:55.415 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:10:55.415 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:10:55.435 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:10:55.435 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:10:55.458 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:10:55.458 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:10:55.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:10:55.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:10:55.513 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:10:55.513 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:10:55.534 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:10:55.534 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:10:55.552 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:10:55.552 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:10:55.573 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:10:55.573 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:10:55.606 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:10:55.606 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:10:55.632 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:10:55.632 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:10:55.660 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:10:55.660 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:10:55.686 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:10:55.686 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:10:55.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:10:55.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:10:55.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:10:55.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:10:55.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:10:55.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:10:55.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:10:55.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:10:55.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:10:55.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:10:55.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:10:55.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:10:55.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:10:55.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:10:55.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:10:55.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:10:55.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:10:55.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:10:55.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:10:55.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:10:55.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:10:55.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:10:55.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:10:55.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:10:56.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:10:56.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:10:56.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:10:56.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:10:56.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:10:56.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:10:56.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:10:56.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:10:56.123 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:10:56.123 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:10:56.149 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:10:56.149 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:10:56.182 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:10:56.182 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:10:56.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:10:56.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:10:56.239 [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-21 19:10:56.239 [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-21 19:10:56.239 [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-21 19:10:56.240 [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-21 19:10:56.243 [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-8f7b8c51-b804-442b-94fa-50bc26cfa12e', protocol='range'} -2024-06-21 19:10:56.243 [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-02fe8fd5-d0ae-4481-b6c8-f6e70bec36d6', protocol='range'} -2024-06-21 19:10:56.243 [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-a36d589a-0574-4bda-a991-c3eb445ce82b', protocol='range'} -2024-06-21 19:10:56.243 [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-2-a36d589a-0574-4bda-a991-c3eb445ce82b=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-3-8f7b8c51-b804-442b-94fa-50bc26cfa12e=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-02fe8fd5-d0ae-4481-b6c8-f6e70bec36d6=Assignment(partitions=[test1-6, test1-7])} -2024-06-21 19:10:56.244 [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-8f7b8c51-b804-442b-94fa-50bc26cfa12e', protocol='range'} -2024-06-21 19:10:56.244 [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-21 19:10:56.245 [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-02fe8fd5-d0ae-4481-b6c8-f6e70bec36d6', protocol='range'} -2024-06-21 19:10:56.245 [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-21 19:10:56.245 [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-21 19:10:56.245 [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-21 19:10:56.245 [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-a36d589a-0574-4bda-a991-c3eb445ce82b', protocol='range'} -2024-06-21 19:10:56.245 [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-21 19:10:56.246 [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-21 19:10:56.247 [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-21 19:10:56.247 [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=27, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:10:56.247 [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-21 19:10:56.247 [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-21 19:10:56.247 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 19:10:56.247 [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-21 19:10:56.247 [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-21 19:10:56.247 [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-21 19:10:56.247 [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-21 19:10:56.247 [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-21 19:10:56.247 [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-21 19:10:56.277 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:10:56.277 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:10:56.308 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:10:56.308 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:10:56.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:10:56.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:10:56.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:10:56.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:10:56.441 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:10:56.441 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:10:56.465 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:10:56.465 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:10:56.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:10:56.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:10:56.542 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:10:56.543 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:10:56.599 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:10:56.599 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:10:56.626 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:10:56.626 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:10:56.655 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:10:56.655 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:10:56.682 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:10:56.683 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:10:56.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:10:56.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:10:56.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:10:56.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:10:56.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:10:56.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:10:56.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:10:56.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:10:56.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:10:56.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:10:56.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:10:56.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:10:56.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:10:56.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:10:56.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:10:56.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:10:56.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:10:56.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:10:56.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:10:56.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:10:56.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:10:56.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:10:56.973 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:10:56.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:10:56.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:10:56.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:10:57.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:10:57.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:10:57.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:10:57.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:10:57.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:10:57.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:10:57.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:10:57.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:10:57.122 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:10:57.122 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:10:57.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:10:57.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:10:57.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:10:57.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:10:57.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:10:57.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:10:57.207 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:10:57.207 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:10:57.226 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:10:57.226 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:10:57.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:10:57.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:10:57.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:10:57.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:10:57.429 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:10:57.430 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:10:57.457 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:10:57.457 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:10:57.477 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:10:57.477 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:10:57.496 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:10:57.496 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:10:57.525 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:10:57.525 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:10:57.548 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:10:57.548 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:10:57.570 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:10:57.570 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:10:57.592 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:10:57.592 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:10:57.613 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:10:57.613 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:10:57.631 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:10:57.631 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:10:57.651 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:10:57.651 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:10:57.674 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:10:57.674 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:10:57.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:10:57.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:10:57.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:10:57.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:10:57.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:10:57.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:10:57.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:10:57.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:10:57.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:10:57.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:10:57.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:10:57.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:10:57.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:10:57.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:10:57.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:10:57.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:10:57.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:10:57.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:10:57.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:10:57.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:10:57.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:10:57.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:10:57.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:10:57.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:10:57.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:10:57.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:10:58.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:10:58.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:10:58.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:10:58.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:10:58.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:10:58.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:10:58.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:10:58.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:10:58.130 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:10:58.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:10:58.195 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:10:58.195 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:10:58.224 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:10:58.224 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:10:58.242 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:10:58.242 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:10:58.265 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:10:58.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:10:58.291 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:10:58.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:10:58.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:10:58.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:10:58.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:10:58.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:10:58.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:10:58.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:10:58.389 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:10:58.389 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:10:58.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:10:58.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:10:58.441 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:10:58.441 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:10:58.470 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:10:58.470 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:10:58.499 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:10:58.499 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:10:58.528 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:10:58.528 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:10:58.552 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:10:58.552 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:10:58.575 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:10:58.576 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:10:58.661 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:10:58.661 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:10:58.687 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:10:58.687 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:10:58.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:10:58.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:10:58.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:10:58.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:10:58.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:10:58.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:10:58.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:10:58.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:10:58.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:10:58.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:10:58.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:10:58.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:10:58.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:10:58.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:10:58.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:10:58.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:10:58.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:10:58.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:10:58.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:10:58.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:10:58.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:10:58.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:10:58.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:10:58.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:10:58.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:10:58.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:10:59.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:10:59.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:10:59.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:10:59.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:10:59.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:10:59.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:10:59.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:10:59.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:10:59.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:10:59.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:10:59.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:10:59.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:10:59.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:10:59.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:10:59.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:10:59.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:10:59.213 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:10:59.213 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:10:59.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:10:59.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:10:59.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:10:59.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:10:59.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:10:59.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:10:59.318 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:10:59.319 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:10:59.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:10:59.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:10:59.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:10:59.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:10:59.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:10:59.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:10:59.426 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:10:59.426 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:10:59.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:10:59.448 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:10:59.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:10:59.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:10:59.494 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:10:59.494 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:10:59.516 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:10:59.516 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:10:59.545 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:10:59.545 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:10:59.571 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:10:59.571 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:10:59.597 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:10:59.597 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:10:59.622 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:10:59.622 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:10:59.641 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:10:59.641 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:10:59.683 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:10:59.683 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:10:59.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:10:59.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:10:59.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:10:59.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:10:59.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:10:59.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:10:59.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:10:59.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:10:59.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:10:59.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:10:59.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:10:59.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:10:59.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:10:59.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:10:59.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:10:59.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:10:59.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:10:59.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:11:00.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:11:00.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:11:00.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:11:00.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:11:00.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:11:00.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:11:00.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:11:00.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:11:00.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:11:00.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:11:00.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:11:00.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:11:00.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:11:00.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:11:00.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:11:00.192 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:11:00.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:11:00.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:11:00.254 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:11:00.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:11:00.274 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:11:00.274 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:11:00.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:11:00.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:11:00.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:11:00.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:11:00.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:11:00.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:11:00.378 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:11:00.378 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:11:00.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:11:00.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:11:00.426 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:11:00.427 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:11:00.459 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:11:00.460 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:11:00.493 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:11:00.493 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:11:00.512 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:11:00.512 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:11:00.533 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:11:00.533 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:11:00.552 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:11:00.552 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:11:00.573 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:11:00.573 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:11:00.592 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:11:00.592 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:11:00.616 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:11:00.616 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:11:00.651 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:11:00.651 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:11:00.673 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:11:00.673 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:11:00.692 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:11:00.692 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:11:00.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:11:00.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:11:00.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:11:00.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:11:00.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:11:00.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:11:00.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:11:00.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:11:00.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:11:00.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:11:00.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:11:00.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:11:00.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:11:00.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:11:00.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:11:00.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:11:01.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:11:01.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:11:01.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:11:01.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:11:01.068 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:11:01.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:11:01.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:11:01.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:11:01.121 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:11:01.121 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:11:01.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:11:01.163 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:11:01.187 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:11:01.187 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:11:01.217 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:11:01.217 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:11:01.246 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:11:01.246 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:11:01.274 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:11:01.274 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:11:01.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:11:01.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:11:01.318 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:11:01.318 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:11:01.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:11:01.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:11:01.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:11:01.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:11:01.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:11:01.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:11:01.418 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:11:01.418 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:11:01.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:11:01.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:11:01.485 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:11:01.486 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:11:01.514 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:11:01.514 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:11:01.547 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:11:01.548 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:11:01.582 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:11:01.582 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:11:01.611 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:11:01.612 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:11:01.671 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:11:01.671 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:11:01.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:11:01.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:11:01.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:11:01.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:11:01.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:11:01.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:11:01.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:11:01.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:11:01.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:11:01.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:11:01.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:11:01.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:11:01.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:11:01.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:11:02.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:11:02.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:11:02.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:11:02.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:11:02.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:11:02.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:11:02.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:11:02.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:11:02.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:11:02.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:11:02.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:11:02.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:11:02.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:11:02.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:11:02.194 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:11:02.194 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:11:02.224 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:11:02.224 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:11:02.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:11:02.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:11:02.342 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:11:02.342 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:11:02.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:11:02.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:11:02.406 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:11:02.406 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:11:02.436 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:11:02.436 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:11:02.463 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:11:02.463 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:11:02.489 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:11:02.489 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:11:02.511 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:11:02.511 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:11:02.542 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:11:02.543 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:11:02.573 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:11:02.573 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:11:02.601 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:11:02.601 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:11:02.630 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:11:02.630 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:11:02.656 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:11:02.656 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:11:02.679 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:11:02.679 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:11:02.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:11:02.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:11:02.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:11:02.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:11:02.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:11:02.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:11:02.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:11:02.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:11:02.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:11:02.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:11:02.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:11:02.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:11:02.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:11:02.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:11:02.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:11:02.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:11:02.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:11:02.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:11:02.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:11:02.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:11:03.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:11:03.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:11:03.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:11:03.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:11:03.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:11:03.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:11:03.073 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:11:03.073 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:11:03.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:11:03.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:11:03.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:11:03.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:11:03.147 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:11:03.147 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:11:03.167 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:11:03.168 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:11:03.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:11:03.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:11:03.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:11:03.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:11:03.243 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:11:03.243 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:11:03.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:11:03.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:11:03.287 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:11:03.287 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:11:03.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:11:03.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:11:03.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:11:03.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:11:03.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:11:03.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:11:03.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:11:03.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:11:03.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:11:03.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:11:03.439 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:11:03.439 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:11:03.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:11:03.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:11:03.492 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:11:03.492 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:11:03.526 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:11:03.526 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:11:03.565 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:11:03.565 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:11:03.680 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:11:03.680 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:11:03.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:11:03.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:11:03.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:11:03.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:11:03.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:11:03.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:11:03.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:11:03.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:11:03.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:11:03.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:11:03.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:11:03.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:11:03.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:11:03.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:11:03.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:11:03.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:11:04.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:11:04.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:11:04.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:11:04.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:11:04.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:11:04.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:11:04.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:11:04.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:11:04.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:11:04.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:11:04.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:11:04.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:11:04.158 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:11:04.158 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:11:04.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:11:04.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:11:04.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:11:04.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:11:04.248 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:11:04.248 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:11:04.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:11:04.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:11:04.320 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:11:04.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:11:04.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:11:04.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:11:04.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:11:04.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:11:04.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:11:04.392 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:11:04.434 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:11:04.434 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:11:04.467 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:11:04.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:11:04.497 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:11:04.498 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:11:04.515 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:11:04.516 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:11:04.537 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:11:04.537 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:11:04.562 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:11:04.562 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:11:04.586 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:11:04.586 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:11:04.629 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:11:04.629 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:11:04.656 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:11:04.656 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:11:04.682 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:11:04.682 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:11:04.683 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:329 - 该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:11:04.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:332 - 该车故障GZ003信息存储到Redis中 -2024-06-21 19:11:04.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:11:04.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:11:05.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:11:05.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:11:05.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:11:05.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:11:05.190 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:11:05.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:11:05.260 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:11:05.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:11:05.286 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:11:05.287 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:11:05.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:11:05.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:11:05.347 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:11:05.348 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:11:05.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:11:05.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:11:05.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:11:05.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:11:05.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:11:05.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:11:05.514 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:11:05.515 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:11:05.544 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:11:05.544 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:11:05.564 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:11:05.564 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:11:05.639 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:11:05.639 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:11:05.671 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:11:05.671 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:11:05.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:11:05.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:11:05.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:11:05.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:11:05.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:11:05.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:11:05.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:11:05.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:11:05.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:11:05.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:11:05.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:11:05.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:11:05.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:11:05.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:11:05.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:11:05.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:11:05.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:11:05.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:11:05.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:11:05.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:11:05.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:11:05.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:11:05.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:11:05.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:11:06.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:11:06.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:11:06.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:11:06.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:11:06.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:11:06.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:11:06.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:11:06.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:11:06.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:11:06.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:11:06.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:11:06.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:11:06.149 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:11:06.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:11:06.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:11:06.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:11:06.198 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:11:06.198 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:11:06.227 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:11:06.228 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:11:06.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:11:06.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:11:06.283 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:11:06.283 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:11:06.303 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:11:06.303 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:11:06.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:11:06.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:11:06.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:11:06.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:11:06.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:11:06.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:11:53.530 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:11:53.562 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:11:53.603 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:12:02.252 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 2804 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 19:12:02.254 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 19:12:02.254 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 19:12:02.769 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 19:12:02.771 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 19:12:02.799 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces. -2024-06-21 19:12:03.013 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 19:12:03.099 [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-21 19:12:03.101 [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-21 19:12:03.103 [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-21 19:12:03.118 [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-21 19:12:03.149 [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-21 19:12:03.153 [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-21 19:12:03.400 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 19:12:03.408 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 19:12:03.409 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 19:12:03.521 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 19:12:03.521 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1228 ms -2024-06-21 19:12:04.135 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 19:12:04.504 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 19:12:04.509 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 19:12:04.525 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 19:12:04.620 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 19:12:04.638 [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-21 19:12:04.698 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:12:04.698 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:12:04.698 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968324696 -2024-06-21 19:12:04.700 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 19:12:04.811 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 19:12:04.881 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 19:12:04.941 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:12:04.942 [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-21 19:12:04.944 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:12:04.951 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:12:04.953 [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-97c263ad-ef12-4180-90a5-15be92843a76', protocol='range'} -2024-06-21 19:12:04.955 [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-97c263ad-ef12-4180-90a5-15be92843a76=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:12:04.961 [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-97c263ad-ef12-4180-90a5-15be92843a76', protocol='range'} -2024-06-21 19:12:04.962 [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-21 19:12:04.963 [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-21 19:12:04.968 [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-21 19:12:04.969 [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-21 19:12:04.969 [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-21 19:12:04.969 [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-21 19:12:04.969 [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=27, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:12:04.970 [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-21 19:12:04.970 [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-21 19:12:04.970 [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-21 19:12:05.591 [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-21 19:12:05.595 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:12:05.595 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:12:05.596 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968325595 -2024-06-21 19:12:05.597 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:12:05.603 [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-21 19:12:05.606 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:12:05.606 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:12:05.606 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968325606 -2024-06-21 19:12:05.606 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:12:05.606 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:12:05.607 [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-21 19:12:05.607 [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-21 19:12:05.607 [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-21 19:12:05.610 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:12:05.610 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:12:05.610 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968325610 -2024-06-21 19:12:05.610 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:12:05.610 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:12:05.611 [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-21 19:12:05.611 [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-21 19:12:05.611 [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-21 19:12:05.613 [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-4adfdbbc-4829-426e-ad42-ed5a74082692', protocol='range'} -2024-06-21 19:12:05.613 [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-4adfdbbc-4829-426e-ad42-ed5a74082692=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:12:05.614 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:12:05.614 [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-21 19:12:05.614 [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-21 19:12:05.615 [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-21 19:12:05.615 [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-4adfdbbc-4829-426e-ad42-ed5a74082692', protocol='range'} -2024-06-21 19:12:05.615 [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-21 19:12:05.615 [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-21 19:12:05.617 [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-21 19:12:05.618 [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-21 19:12:05.619 [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-21 19:12:05.619 [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-21 19:12:05.619 [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-21 19:12:05.619 [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=27, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:12:05.619 [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-21 19:12:05.619 [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-21 19:12:05.619 [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-21 19:12:05.619 [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-21 19:12:05.621 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 19:12:05.623 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 19:12:05.753 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@20d92f1e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 65396] -2024-06-21 19:12:06.177 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 19:12:06.181 [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-21 19:12:06.496 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.811 seconds (JVM running for 5.409) -2024-06-21 19:12:06.497 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 19:12:06.633 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:12:06.633 [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-21 19:12:07.036 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:12:08.614 [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-21 19:12:08.615 [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-21 19:12:08.615 [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-21 19:12:08.617 [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-21 19:12:08.618 [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-4adfdbbc-4829-426e-ad42-ed5a74082692', protocol='range'} -2024-06-21 19:12:08.618 [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-3d287acf-d786-438e-95ac-c73e7d84191e', protocol='range'} -2024-06-21 19:12:08.618 [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-25e65f23-6dce-4770-857c-4534db32a5ba', protocol='range'} -2024-06-21 19:12:08.618 [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-3-3d287acf-d786-438e-95ac-c73e7d84191e=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-25e65f23-6dce-4770-857c-4534db32a5ba=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-2-4adfdbbc-4829-426e-ad42-ed5a74082692=Assignment(partitions=[test1-0, test1-1, test1-2])} -2024-06-21 19:12:08.621 [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-25e65f23-6dce-4770-857c-4534db32a5ba', protocol='range'} -2024-06-21 19:12:08.621 [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-4adfdbbc-4829-426e-ad42-ed5a74082692', protocol='range'} -2024-06-21 19:12:08.621 [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-21 19:12:08.621 [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-21 19:12:08.621 [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-21 19:12:08.621 [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-3d287acf-d786-438e-95ac-c73e7d84191e', protocol='range'} -2024-06-21 19:12:08.621 [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-21 19:12:08.621 [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-21 19:12:08.622 [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-21 19:12:08.624 [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-21 19:12:08.624 [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-21 19:12:08.624 [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=27, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:12:08.624 [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-21 19:12:08.624 [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-21 19:12:08.624 [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-21 19:12:08.624 [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-21 19:12:08.625 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 19:12:08.624 [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-21 19:12:08.625 [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-21 19:12:08.625 [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-21 19:12:19.034 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:12:19.034 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:12:19.035 [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 38 39 36 38 33 33 38 39 39 30 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 37 30 30 30 30 32 33 30 30 30 32 30 34 37 36 30 30 30 30 44 35 30 36 30 39 2e 37 30 30 35 35 30 30 30 30 31 39 31 31 31 39 33 37 30 35 33 30 30 30 30 31 38 38 30 30 34 36 37 30 30 30 30 30 36 30 37 36 34 2e 31 31 30 30 30 30 31 33 30 30 30 30 35 30 37 30 30 30 30 34 36 38 30 30 30 33 30 30 30 33 30 30 30 34 33 30 30 30 30 36 34 30 30 30 30 34 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 eb 7E -2024-06-21 19:12:19.050 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718968338990, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=43.44000000, dischargeVoltage=470000, dischargeCurrent=23000, insulationResistance=204760000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=9.700, motorControllerTemperature=550000, motorSpeed=19111, motorTorque=9370, motorTemperature=530000, motorVoltage=18800, motorCurrent=46700000, powerBattery=60764., maxFeedbackPower=110000, maxDischargePower=130000, bmsSelfCheck=50, powerBatteryCurrent=70000, powerBatteryV3=468000, maxVoltage=3000, minVoltage=3000, maxTemperature=430000, minTemperature=640000, availableCapacity=490000, 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-21 19:12:19.101 [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-21 19:12:19.113 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:12:19.113 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:12:19.113 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968339113 -2024-06-21 19:12:19.115 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:12:19.686 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:282 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 19:12:19.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:12:19.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:12:19.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:12:19.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:12:19.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:12:19.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:12:19.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:12:19.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:12:19.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:12:19.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:12:19.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:12:19.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:12:19.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:12:19.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:12:20.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:12:20.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:12:20.017 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:12:20.017 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:12:20.017 [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 38 39 36 38 33 33 39 39 38 39 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 36 38 30 30 30 37 30 30 30 30 32 33 38 35 33 30 30 30 30 44 38 30 39 30 31 31 2e 35 30 36 38 30 30 30 30 32 36 36 35 37 39 37 31 30 31 30 35 30 30 30 32 38 38 30 30 38 32 35 37 30 30 30 30 36 30 37 36 34 2e 31 36 30 30 30 30 36 35 30 30 30 30 31 30 30 30 30 30 30 32 33 39 30 30 30 34 30 30 30 33 30 30 30 39 31 30 30 30 30 34 37 30 30 30 30 37 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1f 7E -2024-06-21 19:12:20.017 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718968339989, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=43.47000000, dischargeVoltage=468000, dischargeCurrent=70000, insulationResistance=238530000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=11.50, motorControllerTemperature=680000, motorSpeed=26657, motorTorque=9710, motorTemperature=105000, motorVoltage=28800, motorCurrent=82570000, powerBattery=60764., maxFeedbackPower=160000, maxDischargePower=650000, bmsSelfCheck=10, powerBatteryCurrent=00000, powerBatteryV3=239000, maxVoltage=4000, minVoltage=3000, maxTemperature=910000, minTemperature=470000, availableCapacity=740000, 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-21 19:12:20.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:12:20.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:12:20.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:12:20.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:12:20.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:12:20.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:12:20.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:12:20.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:12:20.173 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:12:20.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:12:20.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:12:20.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:12:20.229 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:12:20.229 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:12:20.251 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:12:20.251 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:12:20.319 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:12:20.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:12:20.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:12:20.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:12:20.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:12:20.393 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:12:20.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:12:20.422 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:12:20.422 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:12:20.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:12:20.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:12:20.524 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:12:20.524 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:12:20.554 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:12:20.554 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:12:20.603 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:12:20.604 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:12:20.636 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:12:20.636 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:12:20.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:12:20.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:12:20.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:12:20.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:12:20.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:12:20.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:12:20.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:12:20.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:12:20.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:12:20.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:12:20.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:12:20.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:12:20.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:12:20.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:12:47.041 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:12:47.100 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:12:47.120 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:12:47.121 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:12:47.380 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:12:47.555 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:12:47.570 [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-21 19:12:47.570 [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-21 19:12:47.570 [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-4adfdbbc-4829-426e-ad42-ed5a74082692 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:12:47.570 [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-21 19:12:47.570 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 19:12:47.570 [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-21 19:12:47.571 [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-25e65f23-6dce-4770-857c-4534db32a5ba sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:12:47.571 [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-21 19:12:47.571 [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-21 19:12:47.571 [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-21 19:12:47.571 [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-3d287acf-d786-438e-95ac-c73e7d84191e sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:12:47.571 [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-21 19:12:47.572 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:12:47.572 [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-21 19:12:47.572 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:12:47.573 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:12:47.573 [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-21 19:12:47.573 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:12:47.575 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:12:47.575 [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-21 19:12:47.575 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:12:47.576 [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-21 19:12:47.576 [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-21 19:12:47.576 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:12:47.576 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:12:47.576 [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-21 19:12:47.576 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:12:47.578 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:12:47.578 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:12:47.578 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:12:47.585 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 19:12:47.586 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:12:47.586 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 19:12:47.586 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:12:47.586 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 19:12:47.777 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 19:12:47.783 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 19:12:55.853 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 22448 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 19:12:55.854 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 19:12:55.855 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 19:12:56.389 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 19:12:56.391 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 19:12:56.412 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 19:12:56.652 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 19:12:56.740 [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-21 19:12:56.741 [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-21 19:12:56.743 [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-21 19:12:56.757 [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-21 19:12:56.788 [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-21 19:12:56.793 [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-21 19:12:57.015 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 19:12:57.022 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 19:12:57.022 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 19:12:57.122 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 19:12:57.122 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1233 ms -2024-06-21 19:12:57.728 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 19:12:58.676 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 19:12:58.682 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 19:12:58.699 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 19:12:58.756 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 19:12:58.772 [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-21 19:12:58.831 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:12:58.831 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:12:58.832 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968378830 -2024-06-21 19:12:58.833 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 19:12:58.933 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 19:12:59.000 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 19:12:59.059 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:12:59.060 [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-21 19:12:59.062 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:12:59.069 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:12:59.077 [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-cab6b87d-4609-40a5-ab81-e3409f6267f4', protocol='range'} -2024-06-21 19:12:59.078 [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-cab6b87d-4609-40a5-ab81-e3409f6267f4=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:12:59.082 [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-cab6b87d-4609-40a5-ab81-e3409f6267f4', protocol='range'} -2024-06-21 19:12:59.083 [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-21 19:12:59.084 [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-21 19:12:59.090 [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-21 19:12:59.090 [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-21 19:12:59.090 [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-21 19:12:59.090 [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-21 19:12:59.090 [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=27, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:12:59.091 [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-21 19:12:59.091 [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-21 19:12:59.091 [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=5, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:12:59.703 [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-21 19:12:59.707 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:12:59.708 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:12:59.708 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968379707 -2024-06-21 19:12:59.710 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:12:59.716 [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-21 19:12:59.720 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:12:59.720 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:12:59.720 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:12:59.720 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968379720 -2024-06-21 19:12:59.720 [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-21 19:12:59.720 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:12:59.721 [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-21 19:12:59.722 [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-21 19:12:59.725 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:12:59.725 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:12:59.725 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:12:59.725 [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-21 19:12:59.725 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968379725 -2024-06-21 19:12:59.725 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:12:59.726 [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-21 19:12:59.728 [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-21 19:12:59.729 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:12:59.729 [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-21 19:12:59.729 [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-21 19:12:59.730 [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-21 19:12:59.731 [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-a6f2f58e-7dd1-4b11-a152-e388654f4aec', protocol='range'} -2024-06-21 19:12:59.731 [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-2-a6f2f58e-7dd1-4b11-a152-e388654f4aec=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:12:59.732 [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=13, memberId='consumer-Topics-2-a6f2f58e-7dd1-4b11-a152-e388654f4aec', protocol='range'} -2024-06-21 19:12:59.732 [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-21 19:12:59.735 [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-21 19:12:59.735 [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-21 19:12:59.736 [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-21b58646-1de6-4543-97e9-59b87df9b6e7', protocol='range'} -2024-06-21 19:12:59.736 [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-7337be1f-d9bd-446a-89cc-b3fd1b960485', protocol='range'} -2024-06-21 19:12:59.736 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 19:12:59.737 [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-a6f2f58e-7dd1-4b11-a152-e388654f4aec', protocol='range'} -2024-06-21 19:12:59.737 [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-21b58646-1de6-4543-97e9-59b87df9b6e7=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-a6f2f58e-7dd1-4b11-a152-e388654f4aec=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-7337be1f-d9bd-446a-89cc-b3fd1b960485=Assignment(partitions=[test1-6, test1-7])} -2024-06-21 19:12:59.737 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 19:12:59.738 [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-21b58646-1de6-4543-97e9-59b87df9b6e7', protocol='range'} -2024-06-21 19:12:59.738 [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-7337be1f-d9bd-446a-89cc-b3fd1b960485', protocol='range'} -2024-06-21 19:12:59.738 [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-21 19:12:59.738 [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-a6f2f58e-7dd1-4b11-a152-e388654f4aec', protocol='range'} -2024-06-21 19:12:59.738 [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-21 19:12:59.739 [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-21 19:12:59.739 [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-21 19:12:59.739 [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-21 19:12:59.739 [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-21 19:12:59.741 [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-21 19:12:59.741 [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-21 19:12:59.741 [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-21 19:12:59.742 [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=27, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:12:59.742 [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=5, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:12:59.742 [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-21 19:12:59.742 [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-21 19:12:59.742 [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-21 19:12:59.742 [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-21 19:12:59.742 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 19:12:59.742 [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-21 19:12:59.868 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@20d92f1e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 65481] -2024-06-21 19:13:00.425 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.854 seconds (JVM running for 5.408) -2024-06-21 19:13:00.427 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 19:15:49.644 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:15:49.661 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:15:49.681 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:15:49.722 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:15:49.861 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:15:50.586 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:15:50.601 [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-21 19:15:50.601 [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-21 19:15:50.601 [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-21 19:15:50.601 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 19:15:50.601 [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-21 19:15:50.601 [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-21 19:15:50.601 [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-a6f2f58e-7dd1-4b11-a152-e388654f4aec sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:15:50.601 [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-7337be1f-d9bd-446a-89cc-b3fd1b960485 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:15:50.601 [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-21b58646-1de6-4543-97e9-59b87df9b6e7 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:15:50.602 [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-21 19:15:50.602 [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-21 19:15:50.602 [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-21 19:15:50.604 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:15:50.604 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:15:50.604 [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-21 19:15:50.604 [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-21 19:15:50.604 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:15:50.604 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:15:50.605 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:15:50.606 [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-21 19:15:50.606 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:15:50.608 [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-21 19:15:50.608 [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-21 19:15:50.608 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:15:50.608 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:15:50.608 [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-21 19:15:50.609 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:15:50.610 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:15:50.610 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:15:50.610 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:15:50.647 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 19:15:50.650 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 19:15:58.793 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 20896 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 19:15:58.795 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 19:15:58.795 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 19:15:59.278 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 19:15:59.280 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 19:15:59.301 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 19:15:59.538 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 19:15:59.618 [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-21 19:15:59.620 [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-21 19:15:59.621 [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-21 19:15:59.635 [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-21 19:15:59.671 [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-21 19:15:59.676 [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-21 19:15:59.885 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 19:15:59.891 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 19:15:59.892 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 19:15:59.990 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 19:15:59.991 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1164 ms -2024-06-21 19:16:00.581 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 19:16:00.946 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 19:16:00.952 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 19:16:00.967 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 19:16:01.005 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 19:16:01.020 [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-21 19:16:01.074 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:16:01.074 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:16:01.074 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968561073 -2024-06-21 19:16:01.075 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 19:16:01.164 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 19:16:01.230 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 19:16:01.293 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:16:01.294 [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-21 19:16:01.296 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:16:01.301 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:16:01.304 [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-5664e338-01ff-4d89-bc3a-12497966fc86', protocol='range'} -2024-06-21 19:16:01.306 [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-5664e338-01ff-4d89-bc3a-12497966fc86=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:16:01.309 [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-5664e338-01ff-4d89-bc3a-12497966fc86', protocol='range'} -2024-06-21 19:16:01.309 [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-21 19:16:01.311 [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-21 19:16:01.315 [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-21 19:16:01.316 [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-21 19:16:01.316 [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-21 19:16:01.316 [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-21 19:16:01.316 [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=27, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:16:01.316 [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-21 19:16:01.316 [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-21 19:16:01.316 [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=5, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:16:01.908 [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-21 19:16:01.912 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:16:01.913 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:16:01.913 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968561912 -2024-06-21 19:16:01.914 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:16:01.920 [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-21 19:16:01.923 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:16:01.923 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:16:01.924 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:16:01.924 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968561923 -2024-06-21 19:16:01.924 [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-21 19:16:01.924 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:16:01.924 [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-21 19:16:01.925 [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-21 19:16:01.928 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:16:01.928 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:16:01.928 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968561928 -2024-06-21 19:16:01.928 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:16:01.928 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:16:01.928 [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-21 19:16:01.928 [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-21 19:16:01.929 [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-21 19:16:01.931 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:16:01.931 [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-20b4c391-e66d-4df7-96d5-443d860436ce', protocol='range'} -2024-06-21 19:16:01.931 [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-21 19:16:01.931 [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-20b4c391-e66d-4df7-96d5-443d860436ce=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:16:01.931 [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-21 19:16:01.931 [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-21 19:16:01.934 [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=16, memberId='consumer-Topics-2-20b4c391-e66d-4df7-96d5-443d860436ce', protocol='range'} -2024-06-21 19:16:01.935 [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-21 19:16:01.936 [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-21 19:16:01.937 [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-21 19:16:01.938 [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-0315e4ea-d1f0-4a21-b98c-0d43e744185c', protocol='range'} -2024-06-21 19:16:01.938 [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-5d6a552c-d09f-46ea-9cb5-b0374b3dd99a', protocol='range'} -2024-06-21 19:16:01.938 [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-20b4c391-e66d-4df7-96d5-443d860436ce', protocol='range'} -2024-06-21 19:16:01.938 [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-2-20b4c391-e66d-4df7-96d5-443d860436ce=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-0315e4ea-d1f0-4a21-b98c-0d43e744185c=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-3-5d6a552c-d09f-46ea-9cb5-b0374b3dd99a=Assignment(partitions=[test1-3, test1-4, test1-5])} -2024-06-21 19:16:01.939 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 19:16:01.939 [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-0315e4ea-d1f0-4a21-b98c-0d43e744185c', protocol='range'} -2024-06-21 19:16:01.939 [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-5d6a552c-d09f-46ea-9cb5-b0374b3dd99a', protocol='range'} -2024-06-21 19:16:01.939 [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-21 19:16:01.940 [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-21 19:16:01.940 [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-21 19:16:01.940 [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-20b4c391-e66d-4df7-96d5-443d860436ce', protocol='range'} -2024-06-21 19:16:01.940 [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-21 19:16:01.940 [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-21 19:16:01.940 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 19:16:01.940 [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-21 19:16:01.943 [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-21 19:16:01.943 [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-21 19:16:01.943 [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=5, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:16:01.944 [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=27, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:16:01.944 [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-21 19:16:01.944 [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-21 19:16:01.944 [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-21 19:16:01.944 [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-21 19:16:01.944 [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-21 19:16:01.944 [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-21 19:16:01.944 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 19:16:02.090 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#61c4cebd:0/SimpleConnection@16a15261 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 49346] -2024-06-21 19:16:02.539 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 19:16:02.544 [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-21 19:16:02.823 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.297 seconds (JVM running for 4.78) -2024-06-21 19:16:02.824 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 19:16:03.036 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:16:03.036 [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-21 19:16:03.439 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:16:21.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:16:21.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:16:21.686 [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 38 39 36 38 35 38 31 36 34 35 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 36 35 32 30 30 30 33 36 30 30 30 31 37 37 34 30 30 30 30 30 44 32 30 35 30 31 32 2e 30 30 31 35 30 30 30 30 32 32 32 30 32 35 37 38 30 31 31 33 30 30 30 32 33 36 30 30 31 33 37 33 31 30 30 30 36 30 37 31 32 2e 31 30 30 30 30 30 38 30 30 30 30 30 31 30 31 30 30 30 30 35 36 39 30 30 30 34 30 30 30 33 30 30 30 31 37 30 30 30 30 37 33 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 b4 7E -2024-06-21 19:16:21.700 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718968581645, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=44.12000000, dischargeVoltage=652000, dischargeCurrent=36000, insulationResistance=177400000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=12.00, motorControllerTemperature=150000, motorSpeed=22202, motorTorque=5780, motorTemperature=113000, motorVoltage=23600, motorCurrent=13731000, powerBattery=60712., maxFeedbackPower=100000, maxDischargePower=800000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=569000, maxVoltage=4000, minVoltage=3000, maxTemperature=170000, minTemperature=730000, 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-21 19:16:21.755 [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-21 19:16:21.766 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:16:21.767 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:16:21.767 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718968581766 -2024-06-21 19:16:21.768 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:16:22.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:691 - 故障信息发送到RabbitMQ -2024-06-21 19:16:22.242 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:282 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 19:16:22.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:16:22.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:16:22.303 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:16:22.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:16:22.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:16:22.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:16:22.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:16:22.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:16:22.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:16:22.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:16:22.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:16:22.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:16:22.460 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:16:22.460 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:16:22.492 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:16:22.492 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:16:22.553 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:16:22.553 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:16:22.583 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:16:22.583 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:16:22.600 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:16:22.601 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:16:22.637 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:16:22.637 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:16:22.671 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:16:22.672 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:16:22.698 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:16:22.698 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:16:22.698 [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 38 39 36 38 35 38 32 36 35 34 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 33 32 35 30 30 30 34 35 30 30 30 33 31 35 33 30 30 30 30 30 44 30 30 30 30 31 31 2e 31 30 36 33 30 30 30 30 38 30 33 36 30 36 34 31 30 35 39 30 30 30 30 31 38 32 30 30 31 30 33 38 35 30 30 30 36 30 37 31 32 2e 38 31 30 30 30 30 38 39 30 30 30 30 34 30 32 30 30 30 30 36 31 32 30 30 30 34 30 30 30 34 30 30 30 39 38 30 30 30 30 39 30 30 30 30 30 32 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c2 7E -2024-06-21 19:16:22.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:16:22.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:16:22.699 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718968582654, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=44.16000000, dischargeVoltage=325000, dischargeCurrent=45000, insulationResistance=315300000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=11.10, motorControllerTemperature=630000, motorSpeed=80360, motorTorque=6410, motorTemperature=590000, motorVoltage=18200, motorCurrent=10385000, powerBattery=60712., maxFeedbackPower=810000, maxDischargePower=890000, bmsSelfCheck=40, powerBatteryCurrent=20000, powerBatteryV3=612000, maxVoltage=4000, minVoltage=4000, maxTemperature=980000, minTemperature=900000, availableCapacity=240000, 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-21 19:16:22.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:16:22.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:16:22.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:16:22.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:16:22.787 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:16:22.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:16:22.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:16:22.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:16:22.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:16:22.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:16:22.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:16:22.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:16:22.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:16:22.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:16:22.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:16:22.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:16:22.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:16:22.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:16:22.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:16:22.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:16:22.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:16:23.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:16:23.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:16:23.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:16:23.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:16:23.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:16:23.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:16:23.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:16:23.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:16:23.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:16:23.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:16:23.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:16:23.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:16:23.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:16:23.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:16:23.183 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:16:23.183 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:21:55.373 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:21:55.373 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:21:55.373 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 31 36 33 39 37 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 31 35 2e 36 39 30 30 30 30 30 30 34 33 36 30 30 30 33 30 30 30 30 32 39 38 32 35 30 30 30 30 44 36 30 33 30 39 2e 30 30 30 35 32 30 30 30 30 32 35 34 33 34 33 39 35 30 35 39 30 30 30 30 31 31 32 30 30 33 31 34 30 30 30 30 30 36 37 35 30 39 2e 38 35 30 30 30 30 31 32 30 30 30 30 30 30 33 30 30 30 30 37 34 36 30 30 30 33 30 30 30 34 30 30 30 33 35 30 30 30 30 36 30 30 30 30 30 34 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2e 7E -2024-06-21 19:21:55.373 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968916397, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=15.69000000, dischargeVoltage=436000, dischargeCurrent=30000, insulationResistance=298250000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=9.000, motorControllerTemperature=520000, motorSpeed=25434, motorTorque=3950, motorTemperature=590000, motorVoltage=11200, motorCurrent=31400000, powerBattery=67509., maxFeedbackPower=850000, maxDischargePower=120000, bmsSelfCheck=00, powerBatteryCurrent=30000, powerBatteryV3=746000, maxVoltage=3000, minVoltage=4000, maxTemperature=350000, minTemperature=600000, availableCapacity=490000, vehicleStatus=1, 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-21 19:21:55.375 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:21:55.376 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"490000","bmsSelfCheck":"00","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"436000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.000","gear":"D","insulationResistance":"298250000","latitude":"39.5209220","location":"1","longitude":"116.6555800","maxDischargePower":"120000","maxFeedbackPower":"850000","maxTemperature":"350000","maxVoltage":"3000","mcu":"1","mileage":"15.69000000","minTemperature":"600000","minVoltage":"4000","motorControllerTemperature":"520000","motorCurrent":"31400000","motorSpeed":"25434","motorTemperature":"590000","motorTorque":"3950","motorVoltage":"11200","powerBattery":"67509.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"746000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718968916397","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:21:55.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:21:55.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:21:55.479 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968916397, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=15.69000000, dischargeVoltage=436000, dischargeCurrent=30000, insulationResistance=298250000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=9.000, motorControllerTemperature=520000, motorSpeed=25434, motorTorque=3950, motorTemperature=590000, motorVoltage=11200, motorCurrent=31400000, powerBattery=67509., maxFeedbackPower=850000, maxDischargePower=120000, bmsSelfCheck=00, powerBatteryCurrent=30000, powerBatteryV3=746000, maxVoltage=3000, minVoltage=4000, maxTemperature=350000, minTemperature=600000, availableCapacity=490000, vehicleStatus=1, 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-21 19:21:55.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:21:55.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:21:55.558 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:21:55.558 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:21:55.582 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:21:55.582 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:21:55.601 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:21:55.601 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:21:55.625 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:21:55.625 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:21:55.655 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:21:55.656 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:21:55.685 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:21:55.685 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:21:55.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:21:55.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:21:55.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:21:55.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:21:55.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:21:55.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:21:55.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:21:55.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:21:55.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:21:55.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:21:55.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:21:55.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:21:55.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:21:55.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:21:55.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:21:55.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:21:56.375 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:21:56.375 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:21:56.375 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 31 37 33 39 37 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 31 35 2e 37 32 30 30 30 30 30 30 37 31 38 30 30 30 31 35 30 30 30 32 30 31 32 32 30 30 30 30 44 35 30 32 30 31 30 2e 32 30 38 31 30 30 30 30 35 33 32 36 38 37 34 32 30 39 34 30 30 30 30 32 31 37 30 30 34 39 37 31 30 30 30 30 36 37 35 30 39 2e 31 31 30 30 30 30 33 32 30 30 30 30 31 30 31 31 30 30 30 34 32 32 30 30 30 33 30 30 30 34 30 30 30 39 33 30 30 30 30 32 32 30 30 30 30 32 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 20 7E -2024-06-21 19:21:56.375 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968917397, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=15.72000000, dischargeVoltage=718000, dischargeCurrent=15000, insulationResistance=201220000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=10.20, motorControllerTemperature=810000, motorSpeed=53268, motorTorque=7420, motorTemperature=940000, motorVoltage=21700, motorCurrent=49710000, powerBattery=67509., maxFeedbackPower=110000, maxDischargePower=320000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=422000, maxVoltage=3000, minVoltage=4000, maxTemperature=930000, minTemperature=220000, availableCapacity=240000, vehicleStatus=1, 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-21 19:21:56.377 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:21:56.377 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"240000","bmsSelfCheck":"10","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"718000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"201220000","latitude":"39.5209970","location":"1","longitude":"116.6563730","maxDischargePower":"320000","maxFeedbackPower":"110000","maxTemperature":"930000","maxVoltage":"3000","mcu":"1","mileage":"15.72000000","minTemperature":"220000","minVoltage":"4000","motorControllerTemperature":"810000","motorCurrent":"49710000","motorSpeed":"53268","motorTemperature":"940000","motorTorque":"7420","motorVoltage":"21700","powerBattery":"67509.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"422000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718968917397","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:21:56.377 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968917397, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=15.72000000, dischargeVoltage=718000, dischargeCurrent=15000, insulationResistance=201220000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=10.20, motorControllerTemperature=810000, motorSpeed=53268, motorTorque=7420, motorTemperature=940000, motorVoltage=21700, motorCurrent=49710000, powerBattery=67509., maxFeedbackPower=110000, maxDischargePower=320000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=422000, maxVoltage=3000, minVoltage=4000, maxTemperature=930000, minTemperature=220000, availableCapacity=240000, vehicleStatus=1, 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-21 19:21:56.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:21:56.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:21:56.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:21:56.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:21:56.453 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:21:56.453 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:21:56.469 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:21:56.469 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:21:56.491 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:21:56.491 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:21:56.511 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:21:56.512 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:21:56.532 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:21:56.532 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:21:56.612 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:21:56.612 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:21:56.644 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:21:56.644 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:21:56.671 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:21:56.671 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:21:56.697 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:21:56.697 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:21:56.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:21:56.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:21:56.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:21:56.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:21:56.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:21:56.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:21:56.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:21:56.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:21:56.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:21:56.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:21:57.374 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:21:57.374 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:21:57.374 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 31 38 34 30 37 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 31 35 2e 37 36 30 30 30 30 30 30 34 34 30 30 30 30 39 30 30 30 30 32 34 35 36 30 30 30 30 30 44 31 30 38 30 31 31 2e 31 30 39 34 30 30 30 30 37 37 35 30 34 35 37 34 30 36 34 30 30 30 30 32 35 34 30 30 31 31 33 31 35 30 30 30 36 37 35 30 39 2e 33 33 30 30 30 30 33 37 30 30 30 30 31 33 33 30 30 30 30 34 34 39 30 30 30 33 30 30 30 34 30 30 30 33 36 30 30 30 30 31 38 30 30 30 30 33 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2b 7E -2024-06-21 19:21:57.374 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968918407, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=15.76000000, dischargeVoltage=440000, dischargeCurrent=90000, insulationResistance=245600000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=11.10, motorControllerTemperature=940000, motorSpeed=77504, motorTorque=5740, motorTemperature=640000, motorVoltage=25400, motorCurrent=11315000, powerBattery=67509., maxFeedbackPower=330000, maxDischargePower=370000, bmsSelfCheck=13, powerBatteryCurrent=30000, powerBatteryV3=449000, maxVoltage=3000, minVoltage=4000, maxTemperature=360000, minTemperature=180000, availableCapacity=370000, vehicleStatus=1, 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-21 19:21:57.376 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:21:57.377 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"370000","bmsSelfCheck":"13","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"90000","dischargeVoltage":"440000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"245600000","latitude":"39.5211210","location":"1","longitude":"116.6576290","maxDischargePower":"370000","maxFeedbackPower":"330000","maxTemperature":"360000","maxVoltage":"3000","mcu":"1","mileage":"15.76000000","minTemperature":"180000","minVoltage":"4000","motorControllerTemperature":"940000","motorCurrent":"11315000","motorSpeed":"77504","motorTemperature":"640000","motorTorque":"5740","motorVoltage":"25400","powerBattery":"67509.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"449000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718968918407","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:21:57.377 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968918407, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=15.76000000, dischargeVoltage=440000, dischargeCurrent=90000, insulationResistance=245600000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=11.10, motorControllerTemperature=940000, motorSpeed=77504, motorTorque=5740, motorTemperature=640000, motorVoltage=25400, motorCurrent=11315000, powerBattery=67509., maxFeedbackPower=330000, maxDischargePower=370000, bmsSelfCheck=13, powerBatteryCurrent=30000, powerBatteryV3=449000, maxVoltage=3000, minVoltage=4000, maxTemperature=360000, minTemperature=180000, availableCapacity=370000, vehicleStatus=1, 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-21 19:21:57.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:21:57.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:21:57.442 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:21:57.443 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:21:57.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:21:57.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:21:57.503 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:21:57.503 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:21:57.522 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:21:57.522 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:21:57.542 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:21:57.542 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:21:57.563 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:21:57.563 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:21:57.582 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:21:57.582 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:21:57.688 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:21:57.688 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:21:57.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:21:57.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:21:57.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:21:57.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:21:57.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:21:57.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:21:57.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:21:57.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:21:57.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:21:57.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:21:57.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:21:57.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:21:57.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:21:57.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:21:58.355 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:21:58.355 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:21:58.355 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 31 39 34 30 33 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 31 35 2e 37 39 30 30 30 30 30 30 33 37 35 30 30 30 34 30 30 30 30 32 37 30 30 30 30 30 30 30 44 32 30 32 30 31 31 2e 32 30 32 32 30 30 30 30 31 30 39 34 31 34 32 35 30 31 31 36 30 30 30 31 33 34 30 30 32 37 34 36 30 30 30 30 36 37 35 30 39 2e 35 34 30 30 30 30 32 31 30 30 30 30 39 30 31 32 30 30 30 37 31 33 30 30 30 33 30 30 30 33 30 30 30 36 39 30 30 30 30 33 32 30 30 30 30 32 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 13 7E -2024-06-21 19:21:58.356 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968919403, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=15.79000000, dischargeVoltage=375000, dischargeCurrent=40000, insulationResistance=270000000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=11.20, motorControllerTemperature=220000, motorSpeed=10941, motorTorque=4250, motorTemperature=116000, motorVoltage=13400, motorCurrent=27460000, powerBattery=67509., maxFeedbackPower=540000, maxDischargePower=210000, bmsSelfCheck=90, powerBatteryCurrent=12000, powerBatteryV3=713000, maxVoltage=3000, minVoltage=3000, maxTemperature=690000, minTemperature=320000, availableCapacity=280000, vehicleStatus=1, 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-21 19:21:58.357 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:21:58.357 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"280000","bmsSelfCheck":"90","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"375000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.20","gear":"D","insulationResistance":"270000000","latitude":"39.5211630","location":"1","longitude":"116.6584780","maxDischargePower":"210000","maxFeedbackPower":"540000","maxTemperature":"690000","maxVoltage":"3000","mcu":"1","mileage":"15.79000000","minTemperature":"320000","minVoltage":"3000","motorControllerTemperature":"220000","motorCurrent":"27460000","motorSpeed":"10941","motorTemperature":"116000","motorTorque":"4250","motorVoltage":"13400","powerBattery":"67509.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"713000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718968919403","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:21:58.358 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968919403, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=15.79000000, dischargeVoltage=375000, dischargeCurrent=40000, insulationResistance=270000000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=11.20, motorControllerTemperature=220000, motorSpeed=10941, motorTorque=4250, motorTemperature=116000, motorVoltage=13400, motorCurrent=27460000, powerBattery=67509., maxFeedbackPower=540000, maxDischargePower=210000, bmsSelfCheck=90, powerBatteryCurrent=12000, powerBatteryV3=713000, maxVoltage=3000, minVoltage=3000, maxTemperature=690000, minTemperature=320000, availableCapacity=280000, vehicleStatus=1, 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-21 19:21:58.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:21:58.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:21:58.410 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:21:58.410 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:21:58.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:21:58.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:21:58.462 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:21:58.462 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:21:58.492 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:21:58.492 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:21:58.516 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:21:58.516 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:21:58.543 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:21:58.543 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:21:58.567 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:21:58.568 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:21:58.588 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:21:58.588 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:21:58.605 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:21:58.605 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:21:58.627 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:21:58.627 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:21:58.657 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:21:58.657 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:21:58.689 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:21:58.689 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:21:58.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:21:58.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:21:58.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:21:58.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:21:58.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:21:58.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:21:59.365 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:21:59.366 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:21:59.366 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 32 30 33 39 38 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 31 35 2e 38 33 30 30 30 30 30 30 34 32 31 30 30 30 34 31 30 30 30 32 32 34 36 30 30 30 30 30 44 36 30 30 30 31 32 2e 30 30 34 39 30 30 30 30 35 37 33 30 31 31 33 37 30 36 37 30 30 30 30 31 35 38 30 30 34 33 34 30 30 30 30 30 36 37 35 30 39 2e 34 35 30 30 30 30 35 34 30 30 30 30 31 30 31 30 30 30 30 35 30 35 30 30 30 34 30 30 30 33 30 30 30 33 38 30 30 30 30 37 34 30 30 30 30 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 10 7E -2024-06-21 19:21:59.366 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968920398, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=15.83000000, dischargeVoltage=421000, dischargeCurrent=41000, insulationResistance=224600000, gear=D, accelerationPedal=60, brakePedal=00, fuelConsumption=12.00, motorControllerTemperature=490000, motorSpeed=57301, motorTorque=1370, motorTemperature=670000, motorVoltage=15800, motorCurrent=43400000, powerBattery=67509., maxFeedbackPower=450000, maxDischargePower=540000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=505000, maxVoltage=4000, minVoltage=3000, maxTemperature=380000, minTemperature=740000, availableCapacity=200000, vehicleStatus=1, 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-21 19:21:59.368 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:21:59.368 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"200000","bmsSelfCheck":"10","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"41000","dischargeVoltage":"421000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"224600000","latitude":"39.5212540","location":"1","longitude":"116.6594440","maxDischargePower":"540000","maxFeedbackPower":"450000","maxTemperature":"380000","maxVoltage":"4000","mcu":"1","mileage":"15.83000000","minTemperature":"740000","minVoltage":"3000","motorControllerTemperature":"490000","motorCurrent":"43400000","motorSpeed":"57301","motorTemperature":"670000","motorTorque":"1370","motorVoltage":"15800","powerBattery":"67509.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"505000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718968920398","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:21:59.368 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968920398, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=15.83000000, dischargeVoltage=421000, dischargeCurrent=41000, insulationResistance=224600000, gear=D, accelerationPedal=60, brakePedal=00, fuelConsumption=12.00, motorControllerTemperature=490000, motorSpeed=57301, motorTorque=1370, motorTemperature=670000, motorVoltage=15800, motorCurrent=43400000, powerBattery=67509., maxFeedbackPower=450000, maxDischargePower=540000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=505000, maxVoltage=4000, minVoltage=3000, maxTemperature=380000, minTemperature=740000, availableCapacity=200000, vehicleStatus=1, 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-21 19:21:59.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:21:59.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:21:59.406 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:21:59.406 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:21:59.474 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:21:59.474 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:21:59.500 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:21:59.501 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:21:59.522 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:21:59.522 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:21:59.543 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:21:59.543 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:21:59.572 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:21:59.572 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:21:59.616 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:21:59.616 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:21:59.641 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:21:59.641 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:21:59.662 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:21:59.662 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:21:59.693 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:21:59.693 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:21:59.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:21:59.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:21:59.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:21:59.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:21:59.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:21:59.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:21:59.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:21:59.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:21:59.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:21:59.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:22:00.418 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:22:00.418 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:22:00.418 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 32 31 34 31 30 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 31 35 2e 38 39 30 30 30 30 30 30 35 39 37 30 30 30 32 33 30 30 30 31 31 36 39 30 30 30 30 30 44 34 30 38 30 31 31 2e 33 30 32 38 30 30 30 30 39 31 35 32 37 32 35 36 30 39 30 30 30 30 30 32 35 32 30 30 38 30 31 31 30 30 30 30 36 37 34 39 38 2e 34 35 30 30 30 30 31 36 30 30 30 30 32 30 31 33 30 30 30 35 39 39 30 30 30 33 30 30 30 33 30 30 30 38 35 30 30 30 30 36 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 40 7E -2024-06-21 19:22:00.418 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968921410, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=15.89000000, dischargeVoltage=597000, dischargeCurrent=23000, insulationResistance=116900000, gear=D, accelerationPedal=40, brakePedal=80, fuelConsumption=11.30, motorControllerTemperature=280000, motorSpeed=91527, motorTorque=2560, motorTemperature=900000, motorVoltage=25200, motorCurrent=80110000, powerBattery=67498., maxFeedbackPower=450000, maxDischargePower=160000, bmsSelfCheck=20, powerBatteryCurrent=13000, powerBatteryV3=599000, maxVoltage=3000, minVoltage=3000, maxTemperature=850000, minTemperature=620000, 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-21 19:22:00.421 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:22:00.421 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"480000","bmsSelfCheck":"20","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"23000","dischargeVoltage":"597000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.30","gear":"D","insulationResistance":"116900000","latitude":"39.5213450","location":"1","longitude":"116.6606990","maxDischargePower":"160000","maxFeedbackPower":"450000","maxTemperature":"850000","maxVoltage":"3000","mcu":"1","mileage":"15.89000000","minTemperature":"620000","minVoltage":"3000","motorControllerTemperature":"280000","motorCurrent":"80110000","motorSpeed":"91527","motorTemperature":"900000","motorTorque":"2560","motorVoltage":"25200","powerBattery":"67498.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"599000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718968921410","vehicleStatus":"0","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:22:00.421 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968921410, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=15.89000000, dischargeVoltage=597000, dischargeCurrent=23000, insulationResistance=116900000, gear=D, accelerationPedal=40, brakePedal=80, fuelConsumption=11.30, motorControllerTemperature=280000, motorSpeed=91527, motorTorque=2560, motorTemperature=900000, motorVoltage=25200, motorCurrent=80110000, powerBattery=67498., maxFeedbackPower=450000, maxDischargePower=160000, bmsSelfCheck=20, powerBatteryCurrent=13000, powerBatteryV3=599000, maxVoltage=3000, minVoltage=3000, maxTemperature=850000, minTemperature=620000, 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-21 19:22:00.489 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:691 - 故障信息发送到RabbitMQ -2024-06-21 19:22:00.489 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:282 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 19:22:00.537 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:22:00.537 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:22:00.560 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:22:00.562 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:22:00.595 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:22:00.595 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:22:00.625 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:22:00.625 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:22:00.651 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:22:00.652 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:22:00.669 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:22:00.670 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:22:00.691 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:22:00.691 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:22:00.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:22:00.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:22:00.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:22:00.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:22:00.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:22:00.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:22:00.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:22:00.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:22:00.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:22:00.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:22:00.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:22:00.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:22:00.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:22:00.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:22:00.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:22:00.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:22:00.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:22:00.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:22:01.358 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:22:01.358 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:22:01.358 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 32 32 34 30 37 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 31 35 2e 39 31 30 30 30 30 30 30 33 38 36 30 30 30 32 32 30 30 30 31 30 37 30 34 30 30 30 30 44 39 30 30 30 31 30 2e 37 30 37 37 30 30 30 30 32 39 38 35 37 37 33 37 30 31 34 32 30 30 30 32 38 32 30 30 33 35 32 31 30 30 30 30 36 37 34 39 38 2e 35 30 30 30 30 30 31 30 30 30 30 30 37 30 34 30 30 30 30 32 35 36 30 30 30 33 30 30 30 33 30 30 30 39 30 30 30 30 30 35 39 30 30 30 30 33 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2d 7E -2024-06-21 19:22:01.358 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968922407, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=15.91000000, dischargeVoltage=386000, dischargeCurrent=22000, insulationResistance=107040000, gear=D, accelerationPedal=90, brakePedal=00, fuelConsumption=10.70, motorControllerTemperature=770000, motorSpeed=29857, motorTorque=7370, motorTemperature=142000, motorVoltage=28200, motorCurrent=35210000, powerBattery=67498., maxFeedbackPower=500000, maxDischargePower=100000, bmsSelfCheck=70, powerBatteryCurrent=40000, powerBatteryV3=256000, maxVoltage=3000, minVoltage=3000, maxTemperature=900000, minTemperature=590000, availableCapacity=350000, 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-21 19:22:01.360 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:22:01.360 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"350000","bmsSelfCheck":"70","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"22000","dischargeVoltage":"386000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"107040000","latitude":"39.5213780","location":"1","longitude":"116.6611070","maxDischargePower":"100000","maxFeedbackPower":"500000","maxTemperature":"900000","maxVoltage":"3000","mcu":"1","mileage":"15.91000000","minTemperature":"590000","minVoltage":"3000","motorControllerTemperature":"770000","motorCurrent":"35210000","motorSpeed":"29857","motorTemperature":"142000","motorTorque":"7370","motorVoltage":"28200","powerBattery":"67498.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"256000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718968922407","vehicleStatus":"0","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:22:01.360 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968922407, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=15.91000000, dischargeVoltage=386000, dischargeCurrent=22000, insulationResistance=107040000, gear=D, accelerationPedal=90, brakePedal=00, fuelConsumption=10.70, motorControllerTemperature=770000, motorSpeed=29857, motorTorque=7370, motorTemperature=142000, motorVoltage=28200, motorCurrent=35210000, powerBattery=67498., maxFeedbackPower=500000, maxDischargePower=100000, bmsSelfCheck=70, powerBatteryCurrent=40000, powerBatteryV3=256000, maxVoltage=3000, minVoltage=3000, maxTemperature=900000, minTemperature=590000, availableCapacity=350000, 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-21 19:22:01.413 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:22:01.435 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:22:01.435 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:22:01.464 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:22:01.464 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:22:01.492 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:22:01.492 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:22:01.523 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:22:01.523 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:22:01.540 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:22:01.540 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:22:01.573 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:22:01.574 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:22:01.618 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:22:01.618 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:22:01.647 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:22:01.647 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:22:01.679 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:22:01.679 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:22:01.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:22:01.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:22:01.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:22:01.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:22:01.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:22:01.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:22:01.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:22:01.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:22:01.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:22:01.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:22:01.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:22:01.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:22:01.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:22:01.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:22:02.383 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:22:02.383 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:22:02.383 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 32 33 34 31 30 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 31 35 2e 39 38 30 30 30 30 30 30 33 37 33 30 30 30 31 30 30 30 30 31 31 38 36 32 30 30 30 30 44 33 30 37 30 39 2e 32 30 30 35 32 30 30 30 30 31 36 39 36 35 36 33 36 30 31 38 30 30 30 30 32 33 37 30 30 35 39 35 36 30 30 30 30 36 37 34 38 39 2e 36 30 30 30 30 30 38 39 30 30 30 30 38 30 32 30 30 30 30 36 38 31 30 30 30 33 30 30 30 34 30 30 30 34 37 30 30 30 30 32 32 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 4e 7E -2024-06-21 19:22:02.383 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968923410, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=15.98000000, dischargeVoltage=373000, dischargeCurrent=10000, insulationResistance=118620000, gear=D, accelerationPedal=30, brakePedal=70, fuelConsumption=9.200, motorControllerTemperature=520000, motorSpeed=16965, motorTorque=6360, motorTemperature=180000, motorVoltage=23700, motorCurrent=59560000, powerBattery=67489., maxFeedbackPower=600000, maxDischargePower=890000, bmsSelfCheck=80, powerBatteryCurrent=20000, powerBatteryV3=681000, maxVoltage=3000, minVoltage=4000, maxTemperature=470000, minTemperature=220000, 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-21 19:22:02.384 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:22:02.385 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"840000","bmsSelfCheck":"80","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"10000","dischargeVoltage":"373000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"118620000","latitude":"39.5214670","location":"1","longitude":"116.6620990","maxDischargePower":"890000","maxFeedbackPower":"600000","maxTemperature":"470000","maxVoltage":"3000","mcu":"1","mileage":"15.98000000","minTemperature":"220000","minVoltage":"4000","motorControllerTemperature":"520000","motorCurrent":"59560000","motorSpeed":"16965","motorTemperature":"180000","motorTorque":"6360","motorVoltage":"23700","powerBattery":"67489.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"681000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718968923410","vehicleStatus":"0","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:22:02.385 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968923410, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=15.98000000, dischargeVoltage=373000, dischargeCurrent=10000, insulationResistance=118620000, gear=D, accelerationPedal=30, brakePedal=70, fuelConsumption=9.200, motorControllerTemperature=520000, motorSpeed=16965, motorTorque=6360, motorTemperature=180000, motorVoltage=23700, motorCurrent=59560000, powerBattery=67489., maxFeedbackPower=600000, maxDischargePower=890000, bmsSelfCheck=80, powerBatteryCurrent=20000, powerBatteryV3=681000, maxVoltage=3000, minVoltage=4000, maxTemperature=470000, minTemperature=220000, 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-21 19:22:02.439 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:22:02.467 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:22:02.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:22:02.485 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:22:02.486 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:22:02.506 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:22:02.506 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:22:02.534 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:22:02.534 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:22:02.562 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:22:02.562 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:22:02.582 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:22:02.582 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:22:02.601 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:22:02.601 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:22:02.622 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:22:02.622 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:22:02.650 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:22:02.650 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:22:02.674 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:22:02.675 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:22:02.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:22:02.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:22:02.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:22:02.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:22:02.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:22:02.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:22:02.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:22:02.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:22:02.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:22:02.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:22:02.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:22:02.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:22:03.361 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:22:03.361 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:22:03.361 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 32 34 34 30 37 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 31 36 2e 30 32 30 30 30 30 30 30 36 34 32 30 30 30 31 38 30 30 30 32 39 34 34 34 30 30 30 30 44 33 30 36 30 31 31 2e 33 30 33 38 30 30 30 30 37 33 31 36 34 38 30 35 30 37 38 30 30 30 30 32 37 36 30 30 39 31 38 31 30 30 30 30 36 37 34 38 39 2e 31 37 30 30 30 30 35 32 30 30 30 30 37 30 38 30 30 30 30 33 39 30 30 30 30 33 30 30 30 34 30 30 30 34 34 30 30 30 30 39 30 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 39 7E -2024-06-21 19:22:03.361 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968924407, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=16.02000000, dischargeVoltage=642000, dischargeCurrent=18000, insulationResistance=294440000, gear=D, accelerationPedal=30, brakePedal=60, fuelConsumption=11.30, motorControllerTemperature=380000, motorSpeed=73164, motorTorque=8050, motorTemperature=780000, motorVoltage=27600, motorCurrent=91810000, powerBattery=67489., maxFeedbackPower=170000, maxDischargePower=520000, bmsSelfCheck=70, powerBatteryCurrent=80000, powerBatteryV3=390000, maxVoltage=3000, minVoltage=4000, maxTemperature=440000, minTemperature=900000, 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-21 19:22:03.363 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:22:03.363 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"700000","bmsSelfCheck":"70","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"18000","dischargeVoltage":"642000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.30","gear":"D","insulationResistance":"294440000","latitude":"39.5215620","location":"1","longitude":"116.6633180","maxDischargePower":"520000","maxFeedbackPower":"170000","maxTemperature":"440000","maxVoltage":"3000","mcu":"1","mileage":"16.02000000","minTemperature":"900000","minVoltage":"4000","motorControllerTemperature":"380000","motorCurrent":"91810000","motorSpeed":"73164","motorTemperature":"780000","motorTorque":"8050","motorVoltage":"27600","powerBattery":"67489.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"390000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718968924407","vehicleStatus":"0","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:22:03.363 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968924407, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=16.02000000, dischargeVoltage=642000, dischargeCurrent=18000, insulationResistance=294440000, gear=D, accelerationPedal=30, brakePedal=60, fuelConsumption=11.30, motorControllerTemperature=380000, motorSpeed=73164, motorTorque=8050, motorTemperature=780000, motorVoltage=27600, motorCurrent=91810000, powerBattery=67489., maxFeedbackPower=170000, maxDischargePower=520000, bmsSelfCheck=70, powerBatteryCurrent=80000, powerBatteryV3=390000, maxVoltage=3000, minVoltage=4000, maxTemperature=440000, minTemperature=900000, 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-21 19:22:03.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:22:03.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:22:03.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:22:03.476 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:22:03.477 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:22:03.506 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:22:03.506 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:22:03.526 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:22:03.526 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:22:03.557 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:22:03.557 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:22:03.608 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:22:03.608 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:22:03.657 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:22:03.658 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:22:03.680 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:22:03.681 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:22:03.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:22:03.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:22:03.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:22:03.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:22:03.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:22:03.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:22:03.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:22:03.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:22:03.823 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:22:03.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:22:03.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:22:03.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:22:03.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:22:03.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:22:03.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:22:03.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:22:04.363 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:22:04.363 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:22:04.363 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 32 35 34 30 31 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 31 36 2e 30 38 30 30 30 30 30 30 34 34 35 30 30 30 31 33 30 30 30 32 32 33 39 34 30 30 30 30 44 33 30 33 30 31 31 2e 31 30 32 35 30 30 30 30 37 34 31 36 39 32 39 38 30 37 30 30 30 30 30 32 39 38 30 30 37 37 39 30 30 30 30 30 36 37 34 37 38 2e 32 37 30 30 30 30 33 35 30 30 30 30 35 30 31 30 30 30 30 37 34 30 30 30 30 34 30 30 30 34 30 30 30 35 37 30 30 30 30 39 38 30 30 30 30 33 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 44 7E -2024-06-21 19:22:04.363 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968925401, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=16.08000000, dischargeVoltage=445000, dischargeCurrent=13000, insulationResistance=223940000, gear=D, accelerationPedal=30, brakePedal=30, fuelConsumption=11.10, motorControllerTemperature=250000, motorSpeed=74169, motorTorque=2980, motorTemperature=700000, motorVoltage=29800, motorCurrent=77900000, powerBattery=67478., maxFeedbackPower=270000, maxDischargePower=350000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=740000, maxVoltage=4000, minVoltage=4000, maxTemperature=570000, minTemperature=980000, availableCapacity=390000, 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-21 19:22:04.365 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:22:04.365 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"390000","bmsSelfCheck":"50","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"13000","dischargeVoltage":"445000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"223940000","latitude":"39.5216700","location":"1","longitude":"116.6648360","maxDischargePower":"350000","maxFeedbackPower":"270000","maxTemperature":"570000","maxVoltage":"4000","mcu":"1","mileage":"16.08000000","minTemperature":"980000","minVoltage":"4000","motorControllerTemperature":"250000","motorCurrent":"77900000","motorSpeed":"74169","motorTemperature":"700000","motorTorque":"2980","motorVoltage":"29800","powerBattery":"67478.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"740000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718968925401","vehicleStatus":"0","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:22:04.365 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968925401, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=16.08000000, dischargeVoltage=445000, dischargeCurrent=13000, insulationResistance=223940000, gear=D, accelerationPedal=30, brakePedal=30, fuelConsumption=11.10, motorControllerTemperature=250000, motorSpeed=74169, motorTorque=2980, motorTemperature=700000, motorVoltage=29800, motorCurrent=77900000, powerBattery=67478., maxFeedbackPower=270000, maxDischargePower=350000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=740000, maxVoltage=4000, minVoltage=4000, maxTemperature=570000, minTemperature=980000, availableCapacity=390000, 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-21 19:22:04.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:22:04.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:22:04.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:22:04.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:22:04.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:22:04.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:22:04.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:22:04.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:22:04.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:22:04.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:22:04.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:22:04.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:22:04.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:22:04.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:22:04.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:22:05.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:22:05.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:22:05.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:22:05.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:22:05.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:22:05.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:22:05.158 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:22:05.158 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:22:05.223 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:22:05.224 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:22:05.264 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:22:05.264 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:22:05.293 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:22:05.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:22:05.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:22:05.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:22:05.360 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:22:05.361 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:22:05.361 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 32 36 34 30 37 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 31 36 2e 31 31 30 30 30 30 30 30 36 32 38 30 30 30 34 38 30 30 30 39 35 39 35 30 30 30 30 30 44 31 30 35 30 39 2e 34 30 30 38 32 30 30 30 30 35 37 34 39 36 32 38 34 30 34 35 30 30 30 30 31 33 35 30 30 32 36 32 34 30 30 30 30 36 37 34 37 38 2e 32 33 30 30 30 30 31 33 30 30 30 30 33 30 34 30 30 30 30 35 33 31 30 30 30 34 30 30 30 33 30 30 30 30 30 30 30 30 30 38 39 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 43 7E -2024-06-21 19:22:05.361 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968926407, longitude=116.6653570, latitude=39.5217650, speed=54.000, mileage=16.11000000, dischargeVoltage=628000, dischargeCurrent=48000, insulationResistance=959500000, gear=D, accelerationPedal=10, brakePedal=50, fuelConsumption=9.400, motorControllerTemperature=820000, motorSpeed=57496, motorTorque=2840, motorTemperature=450000, motorVoltage=13500, motorCurrent=26240000, powerBattery=67478., maxFeedbackPower=230000, maxDischargePower=130000, bmsSelfCheck=30, powerBatteryCurrent=40000, powerBatteryV3=531000, maxVoltage=4000, minVoltage=3000, maxTemperature=000000, minTemperature=890000, 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-21 19:22:05.362 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:22:05.363 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"860000","bmsSelfCheck":"30","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"48000","dischargeVoltage":"628000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"959500000","latitude":"39.5217650","location":"1","longitude":"116.6653570","maxDischargePower":"130000","maxFeedbackPower":"230000","maxTemperature":"000000","maxVoltage":"4000","mcu":"1","mileage":"16.11000000","minTemperature":"890000","minVoltage":"3000","motorControllerTemperature":"820000","motorCurrent":"26240000","motorSpeed":"57496","motorTemperature":"450000","motorTorque":"2840","motorVoltage":"13500","powerBattery":"67478.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"531000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718968926407","vehicleStatus":"0","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:22:05.363 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968926407, longitude=116.6653570, latitude=39.5217650, speed=54.000, mileage=16.11000000, dischargeVoltage=628000, dischargeCurrent=48000, insulationResistance=959500000, gear=D, accelerationPedal=10, brakePedal=50, fuelConsumption=9.400, motorControllerTemperature=820000, motorSpeed=57496, motorTorque=2840, motorTemperature=450000, motorVoltage=13500, motorCurrent=26240000, powerBattery=67478., maxFeedbackPower=230000, maxDischargePower=130000, bmsSelfCheck=30, powerBatteryCurrent=40000, powerBatteryV3=531000, maxVoltage=4000, minVoltage=3000, maxTemperature=000000, minTemperature=890000, 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-21 19:22:05.363 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:22:05.363 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:22:05.434 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:22:05.472 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:22:05.473 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:22:05.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:22:05.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:22:05.532 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:22:05.532 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:22:05.549 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:22:05.549 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:22:05.586 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:22:05.586 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:22:05.648 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:22:05.648 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:22:05.685 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:22:05.685 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:22:05.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:22:05.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:22:05.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:22:05.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:22:05.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:22:05.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:22:05.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:22:05.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:22:05.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:22:05.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:22:05.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:22:05.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:22:05.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:22:05.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:22:05.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:22:05.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:22:05.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:22:05.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:22:06.369 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:22:06.369 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:22:06.370 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 32 37 34 30 31 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 31 36 2e 31 36 30 30 30 30 30 30 31 34 39 30 30 30 32 31 30 30 30 32 30 37 36 39 30 30 30 30 44 38 30 31 30 39 2e 35 30 30 36 30 30 30 30 30 34 39 37 34 37 32 38 36 30 31 33 33 30 30 30 31 36 35 30 30 38 35 30 39 30 30 30 30 36 37 34 36 38 2e 38 37 30 30 30 30 34 32 30 30 30 30 34 30 35 30 30 30 30 34 32 38 30 30 30 33 30 30 30 34 30 30 30 37 32 30 30 30 30 32 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 4b 7E -2024-06-21 19:22:06.370 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968927401, longitude=116.6663970, latitude=39.5218350, speed=90.000, mileage=16.16000000, dischargeVoltage=149000, dischargeCurrent=21000, insulationResistance=207690000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=9.500, motorControllerTemperature=600000, motorSpeed=49747, motorTorque=2860, motorTemperature=133000, motorVoltage=16500, motorCurrent=85090000, powerBattery=67468., maxFeedbackPower=870000, maxDischargePower=420000, bmsSelfCheck=40, powerBatteryCurrent=50000, powerBatteryV3=428000, maxVoltage=3000, minVoltage=4000, maxTemperature=720000, minTemperature=260000, 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-21 19:22:06.372 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:22:06.372 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"500000","bmsSelfCheck":"40","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"149000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.500","gear":"D","insulationResistance":"207690000","latitude":"39.5218350","location":"1","longitude":"116.6663970","maxDischargePower":"420000","maxFeedbackPower":"870000","maxTemperature":"720000","maxVoltage":"3000","mcu":"1","mileage":"16.16000000","minTemperature":"260000","minVoltage":"4000","motorControllerTemperature":"600000","motorCurrent":"85090000","motorSpeed":"49747","motorTemperature":"133000","motorTorque":"2860","motorVoltage":"16500","powerBattery":"67468.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"428000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718968927401","vehicleStatus":"0","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:22:06.372 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968927401, longitude=116.6663970, latitude=39.5218350, speed=90.000, mileage=16.16000000, dischargeVoltage=149000, dischargeCurrent=21000, insulationResistance=207690000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=9.500, motorControllerTemperature=600000, motorSpeed=49747, motorTorque=2860, motorTemperature=133000, motorVoltage=16500, motorCurrent=85090000, powerBattery=67468., maxFeedbackPower=870000, maxDischargePower=420000, bmsSelfCheck=40, powerBatteryCurrent=50000, powerBatteryV3=428000, maxVoltage=3000, minVoltage=4000, maxTemperature=720000, minTemperature=260000, 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-21 19:22:06.426 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:22:06.448 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:22:06.448 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:22:06.475 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:22:06.475 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:22:06.501 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:22:06.501 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:22:06.534 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:22:06.534 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:22:06.568 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:22:06.569 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:22:06.605 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:22:06.605 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:22:06.633 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:22:06.633 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:22:06.666 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:22:06.666 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:22:06.690 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:22:06.690 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:22:06.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:22:06.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:22:06.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:22:06.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:22:06.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:22:06.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:22:06.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:22:06.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:22:06.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:22:06.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:22:06.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:22:06.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:22:07.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:22:07.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:22:07.347 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:22:07.347 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:22:07.347 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 32 38 33 39 37 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 31 36 2e 32 30 30 30 30 30 30 30 33 37 31 30 30 30 32 39 30 30 30 31 33 37 36 32 30 30 30 30 44 35 30 33 30 31 31 2e 33 30 34 30 30 30 30 30 36 37 33 37 31 32 32 34 30 33 34 30 30 30 30 31 38 34 30 30 39 38 30 30 30 30 30 30 36 37 34 36 38 2e 39 30 30 30 30 30 38 35 30 30 30 30 37 30 34 30 30 30 30 32 39 36 30 30 30 34 30 30 30 34 30 30 30 38 30 30 30 30 30 32 38 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 40 7E -2024-06-21 19:22:07.347 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968928397, longitude=116.6675130, latitude=39.5219180, speed=72.000, mileage=16.20000000, dischargeVoltage=371000, dischargeCurrent=29000, insulationResistance=137620000, gear=D, accelerationPedal=50, brakePedal=30, fuelConsumption=11.30, motorControllerTemperature=400000, motorSpeed=67371, motorTorque=2240, motorTemperature=340000, motorVoltage=18400, motorCurrent=98000000, powerBattery=67468., maxFeedbackPower=900000, maxDischargePower=850000, bmsSelfCheck=70, powerBatteryCurrent=40000, powerBatteryV3=296000, maxVoltage=4000, minVoltage=4000, maxTemperature=800000, minTemperature=280000, 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-21 19:22:07.351 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:22:07.351 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"860000","bmsSelfCheck":"70","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"29000","dischargeVoltage":"371000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.30","gear":"D","insulationResistance":"137620000","latitude":"39.5219180","location":"1","longitude":"116.6675130","maxDischargePower":"850000","maxFeedbackPower":"900000","maxTemperature":"800000","maxVoltage":"4000","mcu":"1","mileage":"16.20000000","minTemperature":"280000","minVoltage":"4000","motorControllerTemperature":"400000","motorCurrent":"98000000","motorSpeed":"67371","motorTemperature":"340000","motorTorque":"2240","motorVoltage":"18400","powerBattery":"67468.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"296000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718968928397","vehicleStatus":"0","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:22:07.351 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968928397, longitude=116.6675130, latitude=39.5219180, speed=72.000, mileage=16.20000000, dischargeVoltage=371000, dischargeCurrent=29000, insulationResistance=137620000, gear=D, accelerationPedal=50, brakePedal=30, fuelConsumption=11.30, motorControllerTemperature=400000, motorSpeed=67371, motorTorque=2240, motorTemperature=340000, motorVoltage=18400, motorCurrent=98000000, powerBattery=67468., maxFeedbackPower=900000, maxDischargePower=850000, bmsSelfCheck=70, powerBatteryCurrent=40000, powerBatteryV3=296000, maxVoltage=4000, minVoltage=4000, maxTemperature=800000, minTemperature=280000, 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-21 19:22:07.398 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:22:07.431 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:22:07.431 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:22:07.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:22:07.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:22:07.500 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:22:07.501 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:22:07.556 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:22:07.556 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:22:07.583 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:22:07.583 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:22:07.610 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:22:07.610 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:22:07.633 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:22:07.633 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:22:07.690 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:22:07.691 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:22:07.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:22:07.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:22:07.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:22:07.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:22:07.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:22:07.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:22:07.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:22:07.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:22:07.823 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:22:07.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:22:07.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:22:07.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:22:07.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:22:07.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:22:07.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:22:07.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:22:08.359 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:22:08.360 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:22:08.360 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 32 39 34 30 37 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 31 36 2e 32 33 30 30 30 30 30 30 37 30 36 30 30 30 31 33 30 30 30 32 33 36 37 30 30 30 30 30 44 31 30 36 30 31 31 2e 39 30 38 32 30 30 30 30 38 36 37 35 31 33 36 33 30 38 35 30 30 30 30 31 32 33 30 30 38 35 37 32 30 30 30 30 36 37 34 36 38 2e 31 30 30 30 30 30 39 32 30 30 30 30 38 30 31 33 30 30 30 33 34 36 30 30 30 33 30 30 30 33 30 30 30 38 38 30 30 30 30 32 35 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 50 7E -2024-06-21 19:22:08.360 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968929407, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=16.23000000, dischargeVoltage=706000, dischargeCurrent=13000, insulationResistance=236700000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=11.90, motorControllerTemperature=820000, motorSpeed=86751, motorTorque=3630, motorTemperature=850000, motorVoltage=12300, motorCurrent=85720000, powerBattery=67468., maxFeedbackPower=100000, maxDischargePower=920000, bmsSelfCheck=80, powerBatteryCurrent=13000, powerBatteryV3=346000, maxVoltage=3000, minVoltage=3000, maxTemperature=880000, minTemperature=250000, 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-21 19:22:08.361 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:22:08.361 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"270000","bmsSelfCheck":"80","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"13000","dischargeVoltage":"706000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"236700000","latitude":"39.5219970","location":"1","longitude":"116.6684790","maxDischargePower":"920000","maxFeedbackPower":"100000","maxTemperature":"880000","maxVoltage":"3000","mcu":"1","mileage":"16.23000000","minTemperature":"250000","minVoltage":"3000","motorControllerTemperature":"820000","motorCurrent":"85720000","motorSpeed":"86751","motorTemperature":"850000","motorTorque":"3630","motorVoltage":"12300","powerBattery":"67468.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"346000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718968929407","vehicleStatus":"0","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:22:08.362 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968929407, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=16.23000000, dischargeVoltage=706000, dischargeCurrent=13000, insulationResistance=236700000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=11.90, motorControllerTemperature=820000, motorSpeed=86751, motorTorque=3630, motorTemperature=850000, motorVoltage=12300, motorCurrent=85720000, powerBattery=67468., maxFeedbackPower=100000, maxDischargePower=920000, bmsSelfCheck=80, powerBatteryCurrent=13000, powerBatteryV3=346000, maxVoltage=3000, minVoltage=3000, maxTemperature=880000, minTemperature=250000, 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-21 19:22:08.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:22:08.496 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:22:08.496 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:22:08.526 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:22:08.526 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:22:08.552 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:22:08.552 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:22:08.576 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:22:08.576 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:22:08.607 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:22:08.607 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:22:08.628 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:22:08.628 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:22:08.652 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:22:08.652 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:22:08.677 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:22:08.677 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:22:08.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:22:08.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:22:08.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:22:08.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:22:08.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:22:08.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:22:08.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:22:08.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:22:08.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:22:08.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:22:08.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:22:08.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:22:08.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:22:08.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:22:08.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:22:08.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:22:09.358 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:22:09.359 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:22:09.359 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 33 30 34 30 34 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 31 36 2e 32 36 30 30 30 30 30 30 35 31 31 30 30 30 32 39 30 30 30 31 35 30 36 36 30 30 30 30 44 35 30 37 30 31 32 2e 30 30 34 35 30 30 30 30 32 38 37 33 33 35 36 30 30 31 33 36 30 30 30 31 32 32 30 30 36 32 30 34 30 30 30 30 36 37 34 36 38 2e 31 36 30 30 30 30 34 30 30 30 30 30 31 34 32 30 30 30 30 33 36 33 30 30 30 34 30 30 30 33 30 30 30 31 35 30 30 30 30 36 37 30 30 30 30 34 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1e 7E -2024-06-21 19:22:09.359 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968930404, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=16.26000000, dischargeVoltage=511000, dischargeCurrent=29000, insulationResistance=150660000, gear=D, accelerationPedal=50, brakePedal=70, fuelConsumption=12.00, motorControllerTemperature=450000, motorSpeed=28733, motorTorque=5600, motorTemperature=136000, motorVoltage=12200, motorCurrent=62040000, powerBattery=67468., maxFeedbackPower=160000, maxDischargePower=400000, bmsSelfCheck=14, powerBatteryCurrent=20000, powerBatteryV3=363000, maxVoltage=4000, minVoltage=3000, maxTemperature=150000, minTemperature=670000, availableCapacity=490000, vehicleStatus=1, 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-21 19:22:09.361 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:22:09.361 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"490000","bmsSelfCheck":"14","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"29000","dischargeVoltage":"511000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"150660000","latitude":"39.5220750","location":"1","longitude":"116.6694390","maxDischargePower":"400000","maxFeedbackPower":"160000","maxTemperature":"150000","maxVoltage":"4000","mcu":"1","mileage":"16.26000000","minTemperature":"670000","minVoltage":"3000","motorControllerTemperature":"450000","motorCurrent":"62040000","motorSpeed":"28733","motorTemperature":"136000","motorTorque":"5600","motorVoltage":"12200","powerBattery":"67468.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"363000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718968930404","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:22:09.361 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968930404, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=16.26000000, dischargeVoltage=511000, dischargeCurrent=29000, insulationResistance=150660000, gear=D, accelerationPedal=50, brakePedal=70, fuelConsumption=12.00, motorControllerTemperature=450000, motorSpeed=28733, motorTorque=5600, motorTemperature=136000, motorVoltage=12200, motorCurrent=62040000, powerBattery=67468., maxFeedbackPower=160000, maxDischargePower=400000, bmsSelfCheck=14, powerBatteryCurrent=20000, powerBatteryV3=363000, maxVoltage=4000, minVoltage=3000, maxTemperature=150000, minTemperature=670000, availableCapacity=490000, vehicleStatus=1, 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-21 19:22:09.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:22:09.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:22:09.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:22:09.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:22:09.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:22:09.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:22:09.502 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:22:09.502 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:22:09.520 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:22:09.520 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:22:09.543 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:22:09.543 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:22:09.581 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:22:09.582 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:22:09.605 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:22:09.605 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:22:09.670 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:22:09.670 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:22:09.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:22:09.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:22:09.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:22:09.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:22:09.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:22:09.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:22:09.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:22:09.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:22:09.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:22:09.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:22:09.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:22:09.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:22:09.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:22:09.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:22:10.356 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:22:10.356 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:22:10.356 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 33 31 33 39 38 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 31 36 2e 32 38 30 30 30 30 30 30 31 38 38 30 30 30 34 36 30 30 30 31 39 37 33 33 30 30 30 30 44 35 30 30 30 31 30 2e 32 30 33 37 30 30 30 30 35 37 32 34 37 32 32 35 30 33 30 30 30 30 30 32 33 31 30 30 33 32 35 37 30 30 30 30 36 37 34 36 38 2e 31 35 30 30 30 30 35 38 30 30 30 30 36 30 39 30 30 30 30 32 39 34 30 30 30 34 30 30 30 33 30 30 30 39 36 30 30 30 30 35 30 30 30 30 30 39 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 38 7E -2024-06-21 19:22:10.356 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968931398, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=16.28000000, dischargeVoltage=188000, dischargeCurrent=46000, insulationResistance=197330000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=10.20, motorControllerTemperature=370000, motorSpeed=57247, motorTorque=2250, motorTemperature=300000, motorVoltage=23100, motorCurrent=32570000, powerBattery=67468., maxFeedbackPower=150000, maxDischargePower=580000, bmsSelfCheck=60, powerBatteryCurrent=90000, powerBatteryV3=294000, maxVoltage=4000, minVoltage=3000, maxTemperature=960000, minTemperature=500000, availableCapacity=920000, vehicleStatus=1, 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-21 19:22:10.358 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:22:10.358 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"920000","bmsSelfCheck":"60","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"46000","dischargeVoltage":"188000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"197330000","latitude":"39.5221290","location":"1","longitude":"116.6701900","maxDischargePower":"580000","maxFeedbackPower":"150000","maxTemperature":"960000","maxVoltage":"4000","mcu":"1","mileage":"16.28000000","minTemperature":"500000","minVoltage":"3000","motorControllerTemperature":"370000","motorCurrent":"32570000","motorSpeed":"57247","motorTemperature":"300000","motorTorque":"2250","motorVoltage":"23100","powerBattery":"67468.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"294000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718968931398","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:22:10.358 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968931398, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=16.28000000, dischargeVoltage=188000, dischargeCurrent=46000, insulationResistance=197330000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=10.20, motorControllerTemperature=370000, motorSpeed=57247, motorTorque=2250, motorTemperature=300000, motorVoltage=23100, motorCurrent=32570000, powerBattery=67468., maxFeedbackPower=150000, maxDischargePower=580000, bmsSelfCheck=60, powerBatteryCurrent=90000, powerBatteryV3=294000, maxVoltage=4000, minVoltage=3000, maxTemperature=960000, minTemperature=500000, availableCapacity=920000, vehicleStatus=1, 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-21 19:22:10.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:22:10.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:22:10.459 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:22:10.460 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:22:10.500 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:22:10.500 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:22:10.527 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:22:10.527 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:22:10.595 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:22:10.595 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:22:10.642 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:22:10.642 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:22:10.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:22:10.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:22:10.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:22:10.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:22:10.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:22:10.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:22:10.918 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:22:10.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:22:10.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:22:10.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:22:11.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:22:11.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:22:11.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:22:11.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:22:11.135 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:22:11.135 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:22:11.182 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:22:11.182 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:22:11.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:22:11.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:22:11.363 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:22:11.363 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:22:11.363 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 38 39 33 32 34 31 30 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 31 36 2e 33 35 30 30 30 30 30 30 34 34 35 30 30 30 31 31 30 30 30 38 33 32 31 30 30 30 30 30 44 36 30 34 30 31 31 2e 39 30 34 37 30 30 30 30 36 38 37 39 35 35 31 34 30 39 32 30 30 30 30 32 35 37 30 30 34 34 37 33 30 30 30 30 36 37 34 35 36 2e 33 36 30 30 30 30 31 38 30 30 30 30 37 30 39 30 30 30 30 34 30 38 30 30 30 33 30 30 30 34 30 30 30 37 34 30 30 30 30 39 36 30 30 30 30 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3a 7E -2024-06-21 19:22:11.363 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968932410, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=16.35000000, dischargeVoltage=445000, dischargeCurrent=11000, insulationResistance=832100000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=11.90, motorControllerTemperature=470000, motorSpeed=68795, motorTorque=5140, motorTemperature=920000, motorVoltage=25700, motorCurrent=44730000, powerBattery=67456., maxFeedbackPower=360000, maxDischargePower=180000, bmsSelfCheck=70, powerBatteryCurrent=90000, powerBatteryV3=408000, maxVoltage=3000, minVoltage=4000, maxTemperature=740000, minTemperature=960000, availableCapacity=300000, vehicleStatus=1, 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-21 19:22:11.365 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:22:11.365 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"300000","bmsSelfCheck":"70","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"445000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"832100000","latitude":"39.5222470","location":"1","longitude":"116.6713820","maxDischargePower":"180000","maxFeedbackPower":"360000","maxTemperature":"740000","maxVoltage":"3000","mcu":"1","mileage":"16.35000000","minTemperature":"960000","minVoltage":"4000","motorControllerTemperature":"470000","motorCurrent":"44730000","motorSpeed":"68795","motorTemperature":"920000","motorTorque":"5140","motorVoltage":"25700","powerBattery":"67456.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"408000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718968932410","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:22:11.365 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718968932410, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=16.35000000, dischargeVoltage=445000, dischargeCurrent=11000, insulationResistance=832100000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=11.90, motorControllerTemperature=470000, motorSpeed=68795, motorTorque=5140, motorTemperature=920000, motorVoltage=25700, motorCurrent=44730000, powerBattery=67456., maxFeedbackPower=360000, maxDischargePower=180000, bmsSelfCheck=70, powerBatteryCurrent=90000, powerBatteryV3=408000, maxVoltage=3000, minVoltage=4000, maxTemperature=740000, minTemperature=960000, availableCapacity=300000, vehicleStatus=1, 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-21 19:22:11.427 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:22:11.427 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:22:11.599 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:22:11.599 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:22:11.631 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:22:11.632 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:22:11.655 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:22:11.655 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:22:11.676 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:22:11.676 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:22:11.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:22:11.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:22:11.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:22:11.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:22:11.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:22:11.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:22:11.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:22:11.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:22:11.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:22:11.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:22:11.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:22:11.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:22:11.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:22:11.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:22:11.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:22:11.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:22:12.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:22:12.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:22:12.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:22:12.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:22:12.105 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:22:12.105 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:44.163 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:44.163 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:44.164 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 30 38 35 30 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 31 35 2e 36 39 30 30 30 30 30 30 32 30 35 30 30 30 31 35 30 30 30 31 37 31 39 31 30 30 30 30 44 31 30 31 30 31 31 2e 30 30 31 38 30 30 30 30 39 32 30 39 35 36 33 34 30 33 32 30 30 30 30 32 32 35 30 30 31 32 37 39 35 30 30 30 36 37 35 30 39 2e 39 30 30 30 30 30 37 31 30 30 30 30 31 33 32 30 30 30 30 36 37 31 30 30 30 33 30 30 30 33 30 30 30 35 39 30 30 30 30 35 36 30 30 30 30 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1e 7E -2024-06-21 19:24:44.164 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969085046, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=15.69000000, dischargeVoltage=205000, dischargeCurrent=15000, insulationResistance=171910000, gear=D, accelerationPedal=10, brakePedal=10, fuelConsumption=11.00, motorControllerTemperature=180000, motorSpeed=92095, motorTorque=6340, motorTemperature=320000, motorVoltage=22500, motorCurrent=12795000, powerBattery=67509., maxFeedbackPower=900000, maxDischargePower=710000, bmsSelfCheck=13, powerBatteryCurrent=20000, powerBatteryV3=671000, maxVoltage=3000, minVoltage=3000, maxTemperature=590000, minTemperature=560000, availableCapacity=400000, vehicleStatus=1, 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-21 19:24:44.166 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:44.166 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"400000","bmsSelfCheck":"13","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"205000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.00","gear":"D","insulationResistance":"171910000","latitude":"39.5209220","location":"1","longitude":"116.6555800","maxDischargePower":"710000","maxFeedbackPower":"900000","maxTemperature":"590000","maxVoltage":"3000","mcu":"1","mileage":"15.69000000","minTemperature":"560000","minVoltage":"3000","motorControllerTemperature":"180000","motorCurrent":"12795000","motorSpeed":"92095","motorTemperature":"320000","motorTorque":"6340","motorVoltage":"22500","powerBattery":"67509.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"671000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969085046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:44.166 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969085046, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=15.69000000, dischargeVoltage=205000, dischargeCurrent=15000, insulationResistance=171910000, gear=D, accelerationPedal=10, brakePedal=10, fuelConsumption=11.00, motorControllerTemperature=180000, motorSpeed=92095, motorTorque=6340, motorTemperature=320000, motorVoltage=22500, motorCurrent=12795000, powerBattery=67509., maxFeedbackPower=900000, maxDischargePower=710000, bmsSelfCheck=13, powerBatteryCurrent=20000, powerBatteryV3=671000, maxVoltage=3000, minVoltage=3000, maxTemperature=590000, minTemperature=560000, availableCapacity=400000, vehicleStatus=1, 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-21 19:24:44.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:44.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:44.239 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:24:44.239 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:24:44.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:44.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:44.299 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:44.300 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:44.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:44.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:44.385 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:44.385 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:44.437 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:44.437 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:44.462 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:44.462 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:44.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:44.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:44.523 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:44.523 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:44.556 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:44.556 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:44.585 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:44.585 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:44.611 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:44.611 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:44.660 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:44.660 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:44.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:44.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:44.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:44.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:44.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:44.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:44.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 30 38 36 30 34 35 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 31 35 2e 37 32 30 30 30 30 30 30 31 38 31 30 30 30 33 35 30 30 30 32 39 34 32 39 30 30 30 30 44 39 30 30 30 31 31 2e 39 30 36 39 30 30 30 30 34 37 38 38 37 31 38 30 30 33 33 30 30 30 30 31 35 31 30 30 31 34 37 39 31 30 30 30 36 37 35 30 39 2e 33 35 30 30 30 30 37 37 30 30 30 30 31 34 30 30 30 30 30 36 36 37 30 30 30 33 30 30 30 34 30 30 30 34 34 30 30 30 30 34 33 30 30 30 30 37 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 55 7E -2024-06-21 19:24:45.000 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969086045, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=15.72000000, dischargeVoltage=181000, dischargeCurrent=35000, insulationResistance=294290000, gear=D, accelerationPedal=90, brakePedal=00, fuelConsumption=11.90, motorControllerTemperature=690000, motorSpeed=47887, motorTorque=1800, motorTemperature=330000, motorVoltage=15100, motorCurrent=14791000, powerBattery=67509., maxFeedbackPower=350000, maxDischargePower=770000, bmsSelfCheck=14, powerBatteryCurrent=00000, powerBatteryV3=667000, maxVoltage=3000, minVoltage=4000, maxTemperature=440000, minTemperature=430000, availableCapacity=790000, vehicleStatus=1, 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-21 19:24:45.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:45.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"790000","bmsSelfCheck":"14","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"35000","dischargeVoltage":"181000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"294290000","latitude":"39.5209970","location":"1","longitude":"116.6563730","maxDischargePower":"770000","maxFeedbackPower":"350000","maxTemperature":"440000","maxVoltage":"3000","mcu":"1","mileage":"15.72000000","minTemperature":"430000","minVoltage":"4000","motorControllerTemperature":"690000","motorCurrent":"14791000","motorSpeed":"47887","motorTemperature":"330000","motorTorque":"1800","motorVoltage":"15100","powerBattery":"67509.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"667000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969086045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:45.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969086045, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=15.72000000, dischargeVoltage=181000, dischargeCurrent=35000, insulationResistance=294290000, gear=D, accelerationPedal=90, brakePedal=00, fuelConsumption=11.90, motorControllerTemperature=690000, motorSpeed=47887, motorTorque=1800, motorTemperature=330000, motorVoltage=15100, motorCurrent=14791000, powerBattery=67509., maxFeedbackPower=350000, maxDischargePower=770000, bmsSelfCheck=14, powerBatteryCurrent=00000, powerBatteryV3=667000, maxVoltage=3000, minVoltage=4000, maxTemperature=440000, minTemperature=430000, availableCapacity=790000, vehicleStatus=1, 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-21 19:24:45.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:45.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:45.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:24:45.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:24:45.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:45.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:45.215 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:45.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:45.239 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:45.239 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:45.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:45.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:45.289 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:45.289 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:45.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:45.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:45.342 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:45.342 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:45.373 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:45.373 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:45.407 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:45.408 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:45.434 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:45.435 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:45.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:45.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:45.487 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:45.487 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:45.510 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:45.510 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:45.538 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:45.538 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:46.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:46.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:46.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 30 38 37 30 34 36 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 31 35 2e 37 36 30 30 30 30 30 30 33 37 32 30 30 30 32 33 30 30 30 31 33 38 32 36 30 30 30 30 44 32 30 36 30 31 32 2e 30 30 32 38 30 30 30 30 32 37 36 32 30 31 35 32 30 31 34 38 30 30 30 31 37 37 30 30 31 33 32 31 35 30 30 30 36 37 35 30 39 2e 35 31 30 30 30 30 39 33 30 30 30 30 31 30 31 30 30 30 30 36 36 31 30 30 30 33 30 30 30 33 30 30 30 37 31 30 30 30 30 36 30 30 30 30 30 38 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1b 7E -2024-06-21 19:24:46.004 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969087046, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=15.76000000, dischargeVoltage=372000, dischargeCurrent=23000, insulationResistance=138260000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=12.00, motorControllerTemperature=280000, motorSpeed=27620, motorTorque=1520, motorTemperature=148000, motorVoltage=17700, motorCurrent=13215000, powerBattery=67509., maxFeedbackPower=510000, maxDischargePower=930000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=661000, maxVoltage=3000, minVoltage=3000, maxTemperature=710000, minTemperature=600000, availableCapacity=880000, vehicleStatus=1, 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-21 19:24:46.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:46.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"880000","bmsSelfCheck":"10","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"23000","dischargeVoltage":"372000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"138260000","latitude":"39.5211210","location":"1","longitude":"116.6576290","maxDischargePower":"930000","maxFeedbackPower":"510000","maxTemperature":"710000","maxVoltage":"3000","mcu":"1","mileage":"15.76000000","minTemperature":"600000","minVoltage":"3000","motorControllerTemperature":"280000","motorCurrent":"13215000","motorSpeed":"27620","motorTemperature":"148000","motorTorque":"1520","motorVoltage":"17700","powerBattery":"67509.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"661000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969087046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:46.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969087046, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=15.76000000, dischargeVoltage=372000, dischargeCurrent=23000, insulationResistance=138260000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=12.00, motorControllerTemperature=280000, motorSpeed=27620, motorTorque=1520, motorTemperature=148000, motorVoltage=17700, motorCurrent=13215000, powerBattery=67509., maxFeedbackPower=510000, maxDischargePower=930000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=661000, maxVoltage=3000, minVoltage=3000, maxTemperature=710000, minTemperature=600000, availableCapacity=880000, vehicleStatus=1, 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-21 19:24:46.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:46.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:46.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:24:46.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:24:46.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:46.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:46.121 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:46.121 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:46.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:46.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:46.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:46.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:46.207 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:46.207 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:46.226 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:46.227 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:46.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:46.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:46.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:46.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:46.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:46.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:46.401 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:46.401 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:46.421 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:46.421 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:46.455 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:46.455 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:46.483 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:46.483 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:46.500 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:46.500 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:47.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:47.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:47.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 30 38 38 30 34 35 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 31 35 2e 37 39 30 30 30 30 30 30 36 33 38 30 30 30 33 34 30 30 30 32 39 34 30 37 30 30 30 30 44 36 30 39 30 31 31 2e 37 30 36 31 30 30 30 30 31 31 39 33 35 33 36 30 30 38 32 30 30 30 30 32 34 39 30 30 33 32 30 37 30 30 30 30 36 37 35 30 39 2e 37 36 30 30 30 30 35 33 30 30 30 30 31 32 30 30 30 30 30 36 30 30 30 30 30 34 30 30 30 34 30 30 30 33 35 30 30 30 30 31 34 30 30 30 30 35 39 30 30 30 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 35 7E -2024-06-21 19:24:47.014 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969088045, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=15.79000000, dischargeVoltage=638000, dischargeCurrent=34000, insulationResistance=294070000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=11.70, motorControllerTemperature=610000, motorSpeed=11935, motorTorque=3600, motorTemperature=820000, motorVoltage=24900, motorCurrent=32070000, powerBattery=67509., maxFeedbackPower=760000, maxDischargePower=530000, bmsSelfCheck=12, powerBatteryCurrent=00000, powerBatteryV3=600000, maxVoltage=4000, minVoltage=4000, maxTemperature=350000, minTemperature=140000, availableCapacity=590000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:24:47.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:47.018 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"590000","bmsSelfCheck":"12","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"34000","dischargeVoltage":"638000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"294070000","latitude":"39.5211630","location":"1","longitude":"116.6584780","maxDischargePower":"530000","maxFeedbackPower":"760000","maxTemperature":"350000","maxVoltage":"4000","mcu":"1","mileage":"15.79000000","minTemperature":"140000","minVoltage":"4000","motorControllerTemperature":"610000","motorCurrent":"32070000","motorSpeed":"11935","motorTemperature":"820000","motorTorque":"3600","motorVoltage":"24900","powerBattery":"67509.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"600000","ptc":"1","runStatus":"0","soc":"1","speed":"54.000","timestamp":"1718969088045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:47.018 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969088045, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=15.79000000, dischargeVoltage=638000, dischargeCurrent=34000, insulationResistance=294070000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=11.70, motorControllerTemperature=610000, motorSpeed=11935, motorTorque=3600, motorTemperature=820000, motorVoltage=24900, motorCurrent=32070000, powerBattery=67509., maxFeedbackPower=760000, maxDischargePower=530000, bmsSelfCheck=12, powerBatteryCurrent=00000, powerBatteryV3=600000, maxVoltage=4000, minVoltage=4000, maxTemperature=350000, minTemperature=140000, availableCapacity=590000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:24:47.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:47.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:47.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:329 - 该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:24:47.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:332 - 该车故障GZ003信息存储到Redis中 -2024-06-21 19:24:47.180 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:47.180 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:47.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:47.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:47.223 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:47.223 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:47.263 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:47.263 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:47.295 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:47.295 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:47.320 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:47.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:47.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:47.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:47.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:47.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:47.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:47.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:47.422 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:47.422 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:47.443 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:47.443 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:47.462 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:47.462 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:47.498 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:47.498 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:47.533 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:47.533 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:48.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:48.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:48.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 30 38 39 30 34 35 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 31 35 2e 38 33 30 30 30 30 30 30 36 31 34 30 30 30 34 31 30 30 30 31 36 31 37 38 30 30 30 30 44 30 30 30 30 31 30 2e 35 30 37 35 30 30 30 30 35 30 38 32 39 37 30 38 30 39 35 30 30 30 30 32 36 39 30 30 36 30 38 33 30 30 30 30 36 37 35 30 39 2e 37 30 30 30 30 30 37 36 30 30 30 30 30 30 36 30 30 30 30 32 32 30 30 30 30 33 30 30 30 33 30 30 30 37 36 30 30 30 30 33 34 30 30 30 30 38 30 30 30 30 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2d 7E -2024-06-21 19:24:48.012 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969089045, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=15.83000000, dischargeVoltage=614000, dischargeCurrent=41000, insulationResistance=161780000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=10.50, motorControllerTemperature=750000, motorSpeed=50829, motorTorque=7080, motorTemperature=950000, motorVoltage=26900, motorCurrent=60830000, powerBattery=67509., maxFeedbackPower=700000, maxDischargePower=760000, bmsSelfCheck=00, powerBatteryCurrent=60000, powerBatteryV3=220000, maxVoltage=3000, minVoltage=3000, maxTemperature=760000, minTemperature=340000, availableCapacity=800000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:24:48.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:48.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"800000","bmsSelfCheck":"00","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"41000","dischargeVoltage":"614000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"161780000","latitude":"39.5212540","location":"1","longitude":"116.6594440","maxDischargePower":"760000","maxFeedbackPower":"700000","maxTemperature":"760000","maxVoltage":"3000","mcu":"1","mileage":"15.83000000","minTemperature":"340000","minVoltage":"3000","motorControllerTemperature":"750000","motorCurrent":"60830000","motorSpeed":"50829","motorTemperature":"950000","motorTorque":"7080","motorVoltage":"26900","powerBattery":"67509.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"220000","ptc":"1","runStatus":"0","soc":"1","speed":"72.000","timestamp":"1718969089045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:48.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969089045, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=15.83000000, dischargeVoltage=614000, dischargeCurrent=41000, insulationResistance=161780000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=10.50, motorControllerTemperature=750000, motorSpeed=50829, motorTorque=7080, motorTemperature=950000, motorVoltage=26900, motorCurrent=60830000, powerBattery=67509., maxFeedbackPower=700000, maxDischargePower=760000, bmsSelfCheck=00, powerBatteryCurrent=60000, powerBatteryV3=220000, maxVoltage=3000, minVoltage=3000, maxTemperature=760000, minTemperature=340000, availableCapacity=800000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:24:48.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:48.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:48.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:48.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:48.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:48.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:48.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:48.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:48.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:48.201 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:48.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:48.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:48.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:48.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:48.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:48.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:48.424 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:48.424 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:48.456 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:48.456 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:48.478 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:48.479 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:48.546 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:48.547 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:48.573 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:48.573 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:48.617 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:48.618 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:48.667 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:48.667 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:49.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:49.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:49.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 30 39 30 30 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 31 35 2e 38 39 30 30 30 30 30 30 33 34 32 30 30 30 34 36 30 30 30 32 39 37 35 35 30 30 30 30 44 37 30 35 30 39 2e 37 30 30 35 34 30 30 30 30 39 35 36 36 37 36 37 32 30 31 30 35 30 30 30 32 33 32 30 30 31 32 36 30 33 30 30 30 36 37 35 30 30 2e 32 31 30 30 30 30 32 30 30 30 30 30 35 30 31 31 30 30 30 35 33 35 30 30 30 33 30 30 30 34 30 30 30 37 38 30 30 30 30 32 31 30 30 30 30 38 30 30 30 30 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2e 7E -2024-06-21 19:24:49.004 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969090045, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=15.89000000, dischargeVoltage=342000, dischargeCurrent=46000, insulationResistance=297550000, gear=D, accelerationPedal=70, brakePedal=50, fuelConsumption=9.700, motorControllerTemperature=540000, motorSpeed=95667, motorTorque=6720, motorTemperature=105000, motorVoltage=23200, motorCurrent=12603000, powerBattery=67500., maxFeedbackPower=210000, maxDischargePower=200000, bmsSelfCheck=50, powerBatteryCurrent=11000, powerBatteryV3=535000, maxVoltage=3000, minVoltage=4000, maxTemperature=780000, minTemperature=210000, availableCapacity=800000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:24:49.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:49.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"800000","bmsSelfCheck":"50","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"46000","dischargeVoltage":"342000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.700","gear":"D","insulationResistance":"297550000","latitude":"39.5213450","location":"1","longitude":"116.6606990","maxDischargePower":"200000","maxFeedbackPower":"210000","maxTemperature":"780000","maxVoltage":"3000","mcu":"1","mileage":"15.89000000","minTemperature":"210000","minVoltage":"4000","motorControllerTemperature":"540000","motorCurrent":"12603000","motorSpeed":"95667","motorTemperature":"105000","motorTorque":"6720","motorVoltage":"23200","powerBattery":"67500.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"535000","ptc":"1","runStatus":"0","soc":"1","speed":"108.00","timestamp":"1718969090045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:49.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969090045, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=15.89000000, dischargeVoltage=342000, dischargeCurrent=46000, insulationResistance=297550000, gear=D, accelerationPedal=70, brakePedal=50, fuelConsumption=9.700, motorControllerTemperature=540000, motorSpeed=95667, motorTorque=6720, motorTemperature=105000, motorVoltage=23200, motorCurrent=12603000, powerBattery=67500., maxFeedbackPower=210000, maxDischargePower=200000, bmsSelfCheck=50, powerBatteryCurrent=11000, powerBatteryV3=535000, maxVoltage=3000, minVoltage=4000, maxTemperature=780000, minTemperature=210000, availableCapacity=800000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:24:49.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:49.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:49.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:49.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:49.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:49.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:49.122 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:49.122 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:49.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:49.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:49.223 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:49.223 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:49.240 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:49.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:49.263 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:49.263 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:49.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:49.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:49.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:49.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:49.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:49.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:49.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:49.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:49.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:49.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:49.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:49.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:49.423 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:49.423 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:50.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:50.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:50.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 30 39 31 30 34 36 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 31 35 2e 39 31 30 30 30 30 30 30 37 32 32 30 30 30 34 31 30 30 30 32 38 38 36 32 30 30 30 30 44 34 30 35 30 31 30 2e 39 30 36 39 30 30 30 30 35 31 38 37 31 36 30 35 30 34 33 30 30 30 30 32 36 33 30 30 33 34 33 33 30 30 30 30 36 37 35 30 30 2e 32 31 30 30 30 30 33 37 30 30 30 30 31 31 35 30 30 30 30 32 34 31 30 30 30 34 30 30 30 34 30 30 30 36 37 30 30 30 30 32 33 30 30 30 30 36 34 30 30 30 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 14 7E -2024-06-21 19:24:50.013 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969091046, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=15.91000000, dischargeVoltage=722000, dischargeCurrent=41000, insulationResistance=288620000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=10.90, motorControllerTemperature=690000, motorSpeed=51871, motorTorque=6050, motorTemperature=430000, motorVoltage=26300, motorCurrent=34330000, powerBattery=67500., maxFeedbackPower=210000, maxDischargePower=370000, bmsSelfCheck=11, powerBatteryCurrent=50000, powerBatteryV3=241000, maxVoltage=4000, minVoltage=4000, maxTemperature=670000, minTemperature=230000, availableCapacity=640000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:24:50.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:50.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"640000","bmsSelfCheck":"11","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"41000","dischargeVoltage":"722000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"288620000","latitude":"39.5213780","location":"1","longitude":"116.6611070","maxDischargePower":"370000","maxFeedbackPower":"210000","maxTemperature":"670000","maxVoltage":"4000","mcu":"1","mileage":"15.91000000","minTemperature":"230000","minVoltage":"4000","motorControllerTemperature":"690000","motorCurrent":"34330000","motorSpeed":"51871","motorTemperature":"430000","motorTorque":"6050","motorVoltage":"26300","powerBattery":"67500.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"241000","ptc":"1","runStatus":"0","soc":"1","speed":"36.000","timestamp":"1718969091046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:50.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969091046, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=15.91000000, dischargeVoltage=722000, dischargeCurrent=41000, insulationResistance=288620000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=10.90, motorControllerTemperature=690000, motorSpeed=51871, motorTorque=6050, motorTemperature=430000, motorVoltage=26300, motorCurrent=34330000, powerBattery=67500., maxFeedbackPower=210000, maxDischargePower=370000, bmsSelfCheck=11, powerBatteryCurrent=50000, powerBatteryV3=241000, maxVoltage=4000, minVoltage=4000, maxTemperature=670000, minTemperature=230000, availableCapacity=640000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:24:50.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:50.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:50.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:50.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:50.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:50.130 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:50.169 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:50.169 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:50.213 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:50.213 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:50.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:50.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:50.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:50.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:50.340 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:50.340 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:50.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:50.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:50.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:50.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:50.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:50.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:50.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:50.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:50.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:50.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:50.528 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:50.528 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:50.547 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:50.547 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:50.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:50.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:50.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 30 39 32 30 34 35 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 31 35 2e 39 38 30 30 30 30 30 30 32 36 35 30 30 30 32 33 30 30 30 32 35 38 34 30 30 30 30 30 44 31 30 39 30 31 30 2e 37 30 37 31 30 30 30 30 39 32 37 33 30 39 32 34 30 34 30 30 30 30 30 31 32 32 30 30 36 34 35 35 30 30 30 30 36 37 34 38 39 2e 31 38 30 30 30 30 39 34 30 30 30 30 31 32 33 30 30 30 30 34 37 36 30 30 30 33 30 30 30 33 30 30 30 34 36 30 30 30 30 35 35 30 30 30 30 38 39 30 30 30 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 42 7E -2024-06-21 19:24:50.999 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969092045, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=15.98000000, dischargeVoltage=265000, dischargeCurrent=23000, insulationResistance=258400000, gear=D, accelerationPedal=10, brakePedal=90, fuelConsumption=10.70, motorControllerTemperature=710000, motorSpeed=92730, motorTorque=9240, motorTemperature=400000, motorVoltage=12200, motorCurrent=64550000, powerBattery=67489., maxFeedbackPower=180000, maxDischargePower=940000, bmsSelfCheck=12, powerBatteryCurrent=30000, powerBatteryV3=476000, maxVoltage=3000, minVoltage=3000, maxTemperature=460000, minTemperature=550000, availableCapacity=890000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:24:51.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:51.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"890000","bmsSelfCheck":"12","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"23000","dischargeVoltage":"265000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"258400000","latitude":"39.5214670","location":"1","longitude":"116.6620990","maxDischargePower":"940000","maxFeedbackPower":"180000","maxTemperature":"460000","maxVoltage":"3000","mcu":"1","mileage":"15.98000000","minTemperature":"550000","minVoltage":"3000","motorControllerTemperature":"710000","motorCurrent":"64550000","motorSpeed":"92730","motorTemperature":"400000","motorTorque":"9240","motorVoltage":"12200","powerBattery":"67489.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"476000","ptc":"1","runStatus":"0","soc":"1","speed":"126.00","timestamp":"1718969092045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:51.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969092045, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=15.98000000, dischargeVoltage=265000, dischargeCurrent=23000, insulationResistance=258400000, gear=D, accelerationPedal=10, brakePedal=90, fuelConsumption=10.70, motorControllerTemperature=710000, motorSpeed=92730, motorTorque=9240, motorTemperature=400000, motorVoltage=12200, motorCurrent=64550000, powerBattery=67489., maxFeedbackPower=180000, maxDischargePower=940000, bmsSelfCheck=12, powerBatteryCurrent=30000, powerBatteryV3=476000, maxVoltage=3000, minVoltage=3000, maxTemperature=460000, minTemperature=550000, availableCapacity=890000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:24:51.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:51.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:51.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:51.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:51.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:51.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:51.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:51.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:51.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:51.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:51.126 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:51.126 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:51.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:51.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:51.189 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:51.189 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:51.210 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:51.211 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:51.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:51.237 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:51.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:51.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:51.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:51.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:51.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:51.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:51.367 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:51.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:51.401 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:51.401 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:52.058 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:52.058 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:52.058 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 30 39 33 30 34 34 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 31 36 2e 30 32 30 30 30 30 30 30 32 38 31 30 30 30 33 37 30 30 30 31 31 38 33 35 30 30 30 30 44 34 30 31 30 31 32 2e 31 30 32 31 30 30 30 30 37 36 31 33 31 33 39 39 30 36 36 30 30 30 30 32 38 33 30 30 31 32 33 34 33 30 30 30 36 37 34 38 39 2e 34 35 30 30 30 30 33 31 30 30 30 30 30 30 37 30 30 30 30 32 35 38 30 30 30 33 30 30 30 34 30 30 30 37 31 30 30 30 30 31 39 30 30 30 30 37 34 30 30 30 30 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1a 7E -2024-06-21 19:24:52.058 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969093044, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=16.02000000, dischargeVoltage=281000, dischargeCurrent=37000, insulationResistance=118350000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=12.10, motorControllerTemperature=210000, motorSpeed=76131, motorTorque=3990, motorTemperature=660000, motorVoltage=28300, motorCurrent=12343000, powerBattery=67489., maxFeedbackPower=450000, maxDischargePower=310000, bmsSelfCheck=00, powerBatteryCurrent=70000, powerBatteryV3=258000, maxVoltage=3000, minVoltage=4000, maxTemperature=710000, minTemperature=190000, availableCapacity=740000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:24:52.068 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:52.074 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"740000","bmsSelfCheck":"00","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"37000","dischargeVoltage":"281000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.10","gear":"D","insulationResistance":"118350000","latitude":"39.5215620","location":"1","longitude":"116.6633180","maxDischargePower":"310000","maxFeedbackPower":"450000","maxTemperature":"710000","maxVoltage":"3000","mcu":"1","mileage":"16.02000000","minTemperature":"190000","minVoltage":"4000","motorControllerTemperature":"210000","motorCurrent":"12343000","motorSpeed":"76131","motorTemperature":"660000","motorTorque":"3990","motorVoltage":"28300","powerBattery":"67489.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"258000","ptc":"1","runStatus":"0","soc":"1","speed":"72.000","timestamp":"1718969093044","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:52.075 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969093044, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=16.02000000, dischargeVoltage=281000, dischargeCurrent=37000, insulationResistance=118350000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=12.10, motorControllerTemperature=210000, motorSpeed=76131, motorTorque=3990, motorTemperature=660000, motorVoltage=28300, motorCurrent=12343000, powerBattery=67489., maxFeedbackPower=450000, maxDischargePower=310000, bmsSelfCheck=00, powerBatteryCurrent=70000, powerBatteryV3=258000, maxVoltage=3000, minVoltage=4000, maxTemperature=710000, minTemperature=190000, availableCapacity=740000, vehicleStatus=1, chargeStatus=1, runStatus=0, 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-21 19:24:52.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:52.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:52.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:329 - 该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:24:52.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:52.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:52.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:52.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:52.248 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:52.249 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:52.265 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:52.265 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:52.316 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:52.316 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:52.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:52.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:52.363 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:52.363 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:52.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:52.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:52.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:52.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:52.455 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:52.455 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:52.485 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:52.485 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:52.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:52.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:52.527 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:52.528 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:52.548 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:52.549 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:53.035 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:53.036 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:53.036 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 30 39 34 30 35 37 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 31 36 2e 30 38 30 30 30 30 30 30 31 36 31 30 30 30 34 39 30 30 30 32 37 33 35 32 30 30 30 30 44 39 30 34 30 31 31 2e 34 30 31 38 30 30 30 30 31 31 39 38 39 37 37 38 30 33 38 30 30 30 30 32 34 31 30 30 31 30 30 30 36 30 30 30 36 37 34 37 38 2e 35 32 30 30 30 30 33 30 30 30 30 30 31 30 36 30 30 30 30 36 38 31 30 30 30 33 30 30 30 33 30 30 30 31 36 30 30 30 30 31 35 30 30 30 30 33 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 7E -2024-06-21 19:24:53.036 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969094057, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=16.08000000, dischargeVoltage=161000, dischargeCurrent=49000, insulationResistance=273520000, gear=D, accelerationPedal=90, brakePedal=40, fuelConsumption=11.40, motorControllerTemperature=180000, motorSpeed=11989, motorTorque=7780, motorTemperature=380000, motorVoltage=24100, motorCurrent=10006000, powerBattery=67478., maxFeedbackPower=520000, maxDischargePower=300000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=681000, maxVoltage=3000, minVoltage=3000, maxTemperature=160000, minTemperature=150000, availableCapacity=390000, vehicleStatus=1, 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-21 19:24:53.039 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:53.039 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"390000","bmsSelfCheck":"10","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"49000","dischargeVoltage":"161000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"273520000","latitude":"39.5216700","location":"1","longitude":"116.6648360","maxDischargePower":"300000","maxFeedbackPower":"520000","maxTemperature":"160000","maxVoltage":"3000","mcu":"1","mileage":"16.08000000","minTemperature":"150000","minVoltage":"3000","motorControllerTemperature":"180000","motorCurrent":"10006000","motorSpeed":"11989","motorTemperature":"380000","motorTorque":"7780","motorVoltage":"24100","powerBattery":"67478.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"681000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969094057","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:53.040 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969094057, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=16.08000000, dischargeVoltage=161000, dischargeCurrent=49000, insulationResistance=273520000, gear=D, accelerationPedal=90, brakePedal=40, fuelConsumption=11.40, motorControllerTemperature=180000, motorSpeed=11989, motorTorque=7780, motorTemperature=380000, motorVoltage=24100, motorCurrent=10006000, powerBattery=67478., maxFeedbackPower=520000, maxDischargePower=300000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=681000, maxVoltage=3000, minVoltage=3000, maxTemperature=160000, minTemperature=150000, availableCapacity=390000, vehicleStatus=1, 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-21 19:24:53.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:53.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:53.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:24:53.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:24:53.164 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:53.164 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:53.182 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:53.182 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:53.211 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:53.211 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:53.235 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:53.235 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:53.264 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:53.265 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:53.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:53.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:53.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:53.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:53.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:53.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:53.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:53.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:53.381 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:53.381 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:53.407 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:53.407 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:53.439 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:53.439 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:53.484 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:53.484 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:53.666 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:53.666 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:54.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:54.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:54.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 30 39 35 30 35 30 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 31 36 2e 31 31 30 30 30 30 30 30 31 34 38 30 30 30 31 30 30 30 30 36 33 36 32 30 30 30 30 30 44 32 30 34 30 31 31 2e 34 30 33 33 30 30 30 30 31 32 36 39 35 31 30 31 30 31 30 32 30 30 30 32 39 39 30 30 31 32 35 38 36 30 30 30 36 37 34 37 38 2e 39 31 30 30 30 30 36 31 30 30 30 30 37 30 35 30 30 30 30 35 32 36 30 30 30 34 30 30 30 33 30 30 30 39 31 30 30 30 30 32 35 30 30 30 30 38 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 23 7E -2024-06-21 19:24:54.011 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969095050, longitude=116.6653570, latitude=39.5217650, speed=54.000, mileage=16.11000000, dischargeVoltage=148000, dischargeCurrent=10000, insulationResistance=636200000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=11.40, motorControllerTemperature=330000, motorSpeed=12695, motorTorque=1010, motorTemperature=102000, motorVoltage=29900, motorCurrent=12586000, powerBattery=67478., maxFeedbackPower=910000, maxDischargePower=610000, bmsSelfCheck=70, powerBatteryCurrent=50000, powerBatteryV3=526000, maxVoltage=4000, minVoltage=3000, maxTemperature=910000, minTemperature=250000, availableCapacity=870000, vehicleStatus=1, 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-21 19:24:54.013 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:54.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"870000","bmsSelfCheck":"70","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"10000","dischargeVoltage":"148000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"636200000","latitude":"39.5217650","location":"1","longitude":"116.6653570","maxDischargePower":"610000","maxFeedbackPower":"910000","maxTemperature":"910000","maxVoltage":"4000","mcu":"1","mileage":"16.11000000","minTemperature":"250000","minVoltage":"3000","motorControllerTemperature":"330000","motorCurrent":"12586000","motorSpeed":"12695","motorTemperature":"102000","motorTorque":"1010","motorVoltage":"29900","powerBattery":"67478.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"526000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969095050","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:54.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969095050, longitude=116.6653570, latitude=39.5217650, speed=54.000, mileage=16.11000000, dischargeVoltage=148000, dischargeCurrent=10000, insulationResistance=636200000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=11.40, motorControllerTemperature=330000, motorSpeed=12695, motorTorque=1010, motorTemperature=102000, motorVoltage=29900, motorCurrent=12586000, powerBattery=67478., maxFeedbackPower=910000, maxDischargePower=610000, bmsSelfCheck=70, powerBatteryCurrent=50000, powerBatteryV3=526000, maxVoltage=4000, minVoltage=3000, maxTemperature=910000, minTemperature=250000, availableCapacity=870000, vehicleStatus=1, 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-21 19:24:54.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:54.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:54.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:24:54.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:24:54.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:54.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:54.144 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:54.144 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:54.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:54.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:54.192 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:54.192 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:54.223 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:54.224 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:54.277 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:54.277 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:54.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:54.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:54.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:54.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:54.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:54.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:54.421 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:54.421 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:54.459 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:54.460 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:54.551 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:54.551 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:54.578 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:54.578 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:54.596 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:54.596 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:55.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:55.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:55.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 30 39 36 30 34 36 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 31 36 2e 31 36 30 30 30 30 30 30 34 36 35 30 30 30 36 30 30 30 30 32 31 39 35 38 30 30 30 30 44 37 30 38 30 39 2e 39 30 30 35 36 30 30 30 30 35 32 31 35 34 36 35 33 30 32 30 30 30 30 30 32 37 35 30 30 35 37 34 34 30 30 30 30 36 37 34 36 38 2e 32 32 30 30 30 30 34 32 30 30 30 30 35 30 30 30 30 30 30 36 39 38 30 30 30 34 30 30 30 33 30 30 30 32 36 30 30 30 30 33 30 30 30 30 30 34 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 47 7E -2024-06-21 19:24:55.002 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969096046, longitude=116.6663970, latitude=39.5218350, speed=90.000, mileage=16.16000000, dischargeVoltage=465000, dischargeCurrent=60000, insulationResistance=219580000, gear=D, accelerationPedal=70, brakePedal=80, fuelConsumption=9.900, motorControllerTemperature=560000, motorSpeed=52154, motorTorque=6530, motorTemperature=200000, motorVoltage=27500, motorCurrent=57440000, powerBattery=67468., maxFeedbackPower=220000, maxDischargePower=420000, bmsSelfCheck=50, powerBatteryCurrent=00000, powerBatteryV3=698000, maxVoltage=4000, minVoltage=3000, maxTemperature=260000, minTemperature=300000, availableCapacity=460000, vehicleStatus=1, 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-21 19:24:55.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:55.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"460000","bmsSelfCheck":"50","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"60000","dischargeVoltage":"465000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"219580000","latitude":"39.5218350","location":"1","longitude":"116.6663970","maxDischargePower":"420000","maxFeedbackPower":"220000","maxTemperature":"260000","maxVoltage":"4000","mcu":"1","mileage":"16.16000000","minTemperature":"300000","minVoltage":"3000","motorControllerTemperature":"560000","motorCurrent":"57440000","motorSpeed":"52154","motorTemperature":"200000","motorTorque":"6530","motorVoltage":"27500","powerBattery":"67468.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"698000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969096046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:55.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969096046, longitude=116.6663970, latitude=39.5218350, speed=90.000, mileage=16.16000000, dischargeVoltage=465000, dischargeCurrent=60000, insulationResistance=219580000, gear=D, accelerationPedal=70, brakePedal=80, fuelConsumption=9.900, motorControllerTemperature=560000, motorSpeed=52154, motorTorque=6530, motorTemperature=200000, motorVoltage=27500, motorCurrent=57440000, powerBattery=67468., maxFeedbackPower=220000, maxDischargePower=420000, bmsSelfCheck=50, powerBatteryCurrent=00000, powerBatteryV3=698000, maxVoltage=4000, minVoltage=3000, maxTemperature=260000, minTemperature=300000, availableCapacity=460000, vehicleStatus=1, 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-21 19:24:55.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:55.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:55.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:24:55.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:24:55.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:55.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:55.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:55.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:55.139 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:55.139 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:55.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:55.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:55.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:55.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:55.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:55.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:55.229 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:55.229 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:55.246 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:55.247 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:55.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:55.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:55.316 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:55.316 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:55.474 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:55.474 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:55.502 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:55.503 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:55.537 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:55.537 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:55.563 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:55.563 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:56.146 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:56.146 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:56.146 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 30 39 37 30 35 37 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 31 36 2e 32 30 30 30 30 30 30 30 35 32 30 30 30 30 34 30 30 30 30 35 38 35 34 30 30 30 30 30 44 33 30 30 30 31 31 2e 33 30 31 36 30 30 30 30 33 39 38 35 30 33 31 37 30 37 30 30 30 30 30 32 35 39 30 30 31 32 37 38 33 30 30 30 36 37 34 36 38 2e 32 30 30 30 30 30 33 35 30 30 30 30 33 30 31 30 30 30 30 32 37 38 30 30 30 33 30 30 30 34 30 30 30 35 30 30 30 30 30 37 37 30 30 30 30 31 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1f 7E -2024-06-21 19:24:56.146 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969097057, longitude=116.6675130, latitude=39.5219180, speed=72.000, mileage=16.20000000, dischargeVoltage=520000, dischargeCurrent=40000, insulationResistance=585400000, gear=D, accelerationPedal=30, brakePedal=00, fuelConsumption=11.30, motorControllerTemperature=160000, motorSpeed=39850, motorTorque=3170, motorTemperature=700000, motorVoltage=25900, motorCurrent=12783000, powerBattery=67468., maxFeedbackPower=200000, maxDischargePower=350000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=278000, maxVoltage=3000, minVoltage=4000, maxTemperature=500000, minTemperature=770000, availableCapacity=160000, vehicleStatus=1, 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-21 19:24:56.148 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:56.148 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"160000","bmsSelfCheck":"30","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"520000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.30","gear":"D","insulationResistance":"585400000","latitude":"39.5219180","location":"1","longitude":"116.6675130","maxDischargePower":"350000","maxFeedbackPower":"200000","maxTemperature":"500000","maxVoltage":"3000","mcu":"1","mileage":"16.20000000","minTemperature":"770000","minVoltage":"4000","motorControllerTemperature":"160000","motorCurrent":"12783000","motorSpeed":"39850","motorTemperature":"700000","motorTorque":"3170","motorVoltage":"25900","powerBattery":"67468.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"278000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969097057","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:56.149 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969097057, longitude=116.6675130, latitude=39.5219180, speed=72.000, mileage=16.20000000, dischargeVoltage=520000, dischargeCurrent=40000, insulationResistance=585400000, gear=D, accelerationPedal=30, brakePedal=00, fuelConsumption=11.30, motorControllerTemperature=160000, motorSpeed=39850, motorTorque=3170, motorTemperature=700000, motorVoltage=25900, motorCurrent=12783000, powerBattery=67468., maxFeedbackPower=200000, maxDischargePower=350000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=278000, maxVoltage=3000, minVoltage=4000, maxTemperature=500000, minTemperature=770000, availableCapacity=160000, vehicleStatus=1, 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-21 19:24:56.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:56.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:56.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:24:56.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:24:56.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:56.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:56.293 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:56.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:56.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:56.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:56.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:56.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:56.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:56.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:56.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:56.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:56.408 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:56.409 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:56.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:56.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:56.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:56.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:56.541 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:56.541 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:56.581 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:56.581 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:56.620 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:56.620 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:56.659 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:56.659 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:56.677 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:56.678 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:57.025 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:57.025 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:57.025 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 30 39 38 30 34 37 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 31 36 2e 32 33 30 30 30 30 30 30 33 39 33 30 30 30 32 36 30 30 30 32 30 38 33 36 30 30 30 30 44 37 30 32 30 31 31 2e 30 30 31 30 30 30 30 30 35 36 35 37 34 39 35 30 30 36 35 30 30 30 30 32 34 32 30 30 38 30 32 35 30 30 30 30 36 37 34 36 38 2e 35 36 30 30 30 30 39 35 30 30 30 30 38 30 36 30 30 30 30 35 36 35 30 30 30 33 30 30 30 34 30 30 30 39 38 30 30 30 30 36 30 30 30 30 30 33 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 53 7E -2024-06-21 19:24:57.025 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969098047, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=16.23000000, dischargeVoltage=393000, dischargeCurrent=26000, insulationResistance=208360000, gear=D, accelerationPedal=70, brakePedal=20, fuelConsumption=11.00, motorControllerTemperature=100000, motorSpeed=56574, motorTorque=9500, motorTemperature=650000, motorVoltage=24200, motorCurrent=80250000, powerBattery=67468., maxFeedbackPower=560000, maxDischargePower=950000, bmsSelfCheck=80, powerBatteryCurrent=60000, powerBatteryV3=565000, maxVoltage=3000, minVoltage=4000, maxTemperature=980000, minTemperature=600000, availableCapacity=350000, vehicleStatus=1, 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-21 19:24:57.028 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:57.028 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"350000","bmsSelfCheck":"80","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"26000","dischargeVoltage":"393000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.00","gear":"D","insulationResistance":"208360000","latitude":"39.5219970","location":"1","longitude":"116.6684790","maxDischargePower":"950000","maxFeedbackPower":"560000","maxTemperature":"980000","maxVoltage":"3000","mcu":"1","mileage":"16.23000000","minTemperature":"600000","minVoltage":"4000","motorControllerTemperature":"100000","motorCurrent":"80250000","motorSpeed":"56574","motorTemperature":"650000","motorTorque":"9500","motorVoltage":"24200","powerBattery":"67468.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"565000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969098047","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:57.028 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969098047, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=16.23000000, dischargeVoltage=393000, dischargeCurrent=26000, insulationResistance=208360000, gear=D, accelerationPedal=70, brakePedal=20, fuelConsumption=11.00, motorControllerTemperature=100000, motorSpeed=56574, motorTorque=9500, motorTemperature=650000, motorVoltage=24200, motorCurrent=80250000, powerBattery=67468., maxFeedbackPower=560000, maxDischargePower=950000, bmsSelfCheck=80, powerBatteryCurrent=60000, powerBatteryV3=565000, maxVoltage=3000, minVoltage=4000, maxTemperature=980000, minTemperature=600000, availableCapacity=350000, vehicleStatus=1, 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-21 19:24:57.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:57.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:57.139 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:24:57.139 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:24:57.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:57.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:57.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:57.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:57.283 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:57.284 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:57.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:57.314 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:57.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:57.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:57.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:57.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:57.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:57.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:57.410 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:57.410 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:57.455 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:57.455 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:57.480 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:57.480 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:57.542 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:57.542 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:57.566 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:57.566 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:57.590 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:57.590 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:57.622 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:57.622 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:58.017 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:58.017 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:58.017 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 30 39 39 30 35 38 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 31 36 2e 32 36 30 30 30 30 30 30 35 33 33 30 30 30 33 31 30 30 30 39 32 35 30 30 30 30 30 30 44 39 30 30 30 39 2e 35 30 30 38 31 30 30 30 30 35 32 37 35 35 32 31 33 30 33 36 30 30 30 30 31 37 30 30 30 31 30 31 36 35 30 30 30 36 37 34 36 38 2e 33 34 30 30 30 30 39 34 30 30 30 30 39 30 37 30 30 30 30 33 36 33 30 30 30 34 30 30 30 33 30 30 30 35 39 30 30 30 30 31 37 30 30 30 30 37 31 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3c 7E -2024-06-21 19:24:58.018 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969099058, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=16.26000000, dischargeVoltage=533000, dischargeCurrent=31000, insulationResistance=925000000, gear=D, accelerationPedal=90, brakePedal=00, fuelConsumption=9.500, motorControllerTemperature=810000, motorSpeed=52755, motorTorque=2130, motorTemperature=360000, motorVoltage=17000, motorCurrent=10165000, powerBattery=67468., maxFeedbackPower=340000, maxDischargePower=940000, bmsSelfCheck=90, powerBatteryCurrent=70000, powerBatteryV3=363000, maxVoltage=4000, minVoltage=3000, maxTemperature=590000, minTemperature=170000, availableCapacity=710000, vehicleStatus=1, 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-21 19:24:58.019 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:58.019 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"710000","bmsSelfCheck":"90","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"31000","dischargeVoltage":"533000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.500","gear":"D","insulationResistance":"925000000","latitude":"39.5220750","location":"1","longitude":"116.6694390","maxDischargePower":"940000","maxFeedbackPower":"340000","maxTemperature":"590000","maxVoltage":"4000","mcu":"1","mileage":"16.26000000","minTemperature":"170000","minVoltage":"3000","motorControllerTemperature":"810000","motorCurrent":"10165000","motorSpeed":"52755","motorTemperature":"360000","motorTorque":"2130","motorVoltage":"17000","powerBattery":"67468.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"363000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969099058","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:58.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969099058, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=16.26000000, dischargeVoltage=533000, dischargeCurrent=31000, insulationResistance=925000000, gear=D, accelerationPedal=90, brakePedal=00, fuelConsumption=9.500, motorControllerTemperature=810000, motorSpeed=52755, motorTorque=2130, motorTemperature=360000, motorVoltage=17000, motorCurrent=10165000, powerBattery=67468., maxFeedbackPower=340000, maxDischargePower=940000, bmsSelfCheck=90, powerBatteryCurrent=70000, powerBatteryV3=363000, maxVoltage=4000, minVoltage=3000, maxTemperature=590000, minTemperature=170000, availableCapacity=710000, vehicleStatus=1, 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-21 19:24:58.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:58.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:58.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:24:58.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:24:58.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:58.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:58.123 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:58.123 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:58.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:58.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:58.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:58.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:58.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:58.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:58.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:58.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:58.458 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:58.458 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:58.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:58.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:58.523 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:58.523 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:58.553 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:58.553 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:58.597 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:58.598 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:58.624 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:58.625 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:58.646 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:58.646 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:58.665 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:58.665 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:24:59.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:24:59.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:24:59.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 30 30 30 35 32 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 31 36 2e 32 38 30 30 30 30 30 30 32 31 35 30 30 30 32 31 30 30 30 37 30 32 33 30 30 30 30 30 44 39 30 38 30 39 2e 32 30 30 31 36 30 30 30 30 31 36 33 34 38 37 31 38 30 37 34 30 30 30 30 31 35 30 30 30 31 34 37 38 30 30 30 30 36 37 34 36 38 2e 36 34 30 30 30 30 37 30 30 30 30 30 39 30 38 30 30 30 30 34 31 36 30 30 30 33 30 30 30 33 30 30 30 34 32 30 30 30 30 33 33 30 30 30 30 32 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 17 7E -2024-06-21 19:24:59.005 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969100052, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=16.28000000, dischargeVoltage=215000, dischargeCurrent=21000, insulationResistance=702300000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=9.200, motorControllerTemperature=160000, motorSpeed=16348, motorTorque=7180, motorTemperature=740000, motorVoltage=15000, motorCurrent=14780000, powerBattery=67468., maxFeedbackPower=640000, maxDischargePower=700000, bmsSelfCheck=90, powerBatteryCurrent=80000, powerBatteryV3=416000, maxVoltage=3000, minVoltage=3000, maxTemperature=420000, minTemperature=330000, availableCapacity=280000, vehicleStatus=1, 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-21 19:24:59.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:24:59.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"280000","bmsSelfCheck":"90","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"215000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"702300000","latitude":"39.5221290","location":"1","longitude":"116.6701900","maxDischargePower":"700000","maxFeedbackPower":"640000","maxTemperature":"420000","maxVoltage":"3000","mcu":"1","mileage":"16.28000000","minTemperature":"330000","minVoltage":"3000","motorControllerTemperature":"160000","motorCurrent":"14780000","motorSpeed":"16348","motorTemperature":"740000","motorTorque":"7180","motorVoltage":"15000","powerBattery":"67468.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"416000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969100052","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:24:59.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969100052, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=16.28000000, dischargeVoltage=215000, dischargeCurrent=21000, insulationResistance=702300000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=9.200, motorControllerTemperature=160000, motorSpeed=16348, motorTorque=7180, motorTemperature=740000, motorVoltage=15000, motorCurrent=14780000, powerBattery=67468., maxFeedbackPower=640000, maxDischargePower=700000, bmsSelfCheck=90, powerBatteryCurrent=80000, powerBatteryV3=416000, maxVoltage=3000, minVoltage=3000, maxTemperature=420000, minTemperature=330000, availableCapacity=280000, vehicleStatus=1, 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-21 19:24:59.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:24:59.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:24:59.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:24:59.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:24:59.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:24:59.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:24:59.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:24:59.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:24:59.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:24:59.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:24:59.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:24:59.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:24:59.181 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:24:59.181 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:24:59.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:24:59.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:24:59.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:24:59.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:24:59.277 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:24:59.277 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:24:59.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:24:59.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:24:59.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:24:59.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:24:59.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:24:59.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:24:59.387 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:24:59.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:24:59.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:24:59.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:24:59.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:24:59.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:00.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:00.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:00.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 30 31 30 35 38 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 31 36 2e 33 35 30 30 30 30 30 30 36 31 37 30 30 30 31 36 30 30 30 39 38 31 30 30 30 30 30 30 44 37 30 38 30 31 31 2e 38 30 36 30 30 30 30 30 35 35 36 31 35 36 30 30 30 31 33 30 30 30 30 31 36 35 30 30 32 32 39 38 30 30 30 30 36 37 34 35 36 2e 38 31 30 30 30 30 37 39 30 30 30 30 39 30 36 30 30 30 30 34 32 32 30 30 30 33 30 30 30 34 30 30 30 35 33 30 30 30 30 34 30 30 30 30 30 37 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 28 7E -2024-06-21 19:25:00.011 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969101058, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=16.35000000, dischargeVoltage=617000, dischargeCurrent=16000, insulationResistance=981000000, gear=D, accelerationPedal=70, brakePedal=80, fuelConsumption=11.80, motorControllerTemperature=600000, motorSpeed=55615, motorTorque=6000, motorTemperature=130000, motorVoltage=16500, motorCurrent=22980000, powerBattery=67456., maxFeedbackPower=810000, maxDischargePower=790000, bmsSelfCheck=90, powerBatteryCurrent=60000, powerBatteryV3=422000, maxVoltage=3000, minVoltage=4000, maxTemperature=530000, minTemperature=400000, availableCapacity=770000, vehicleStatus=1, 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-21 19:25:00.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:00.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"770000","bmsSelfCheck":"90","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"16000","dischargeVoltage":"617000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"981000000","latitude":"39.5222470","location":"1","longitude":"116.6713820","maxDischargePower":"790000","maxFeedbackPower":"810000","maxTemperature":"530000","maxVoltage":"3000","mcu":"1","mileage":"16.35000000","minTemperature":"400000","minVoltage":"4000","motorControllerTemperature":"600000","motorCurrent":"22980000","motorSpeed":"55615","motorTemperature":"130000","motorTorque":"6000","motorVoltage":"16500","powerBattery":"67456.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"422000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718969101058","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:00.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969101058, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=16.35000000, dischargeVoltage=617000, dischargeCurrent=16000, insulationResistance=981000000, gear=D, accelerationPedal=70, brakePedal=80, fuelConsumption=11.80, motorControllerTemperature=600000, motorSpeed=55615, motorTorque=6000, motorTemperature=130000, motorVoltage=16500, motorCurrent=22980000, powerBattery=67456., maxFeedbackPower=810000, maxDischargePower=790000, bmsSelfCheck=90, powerBatteryCurrent=60000, powerBatteryV3=422000, maxVoltage=3000, minVoltage=4000, maxTemperature=530000, minTemperature=400000, availableCapacity=770000, vehicleStatus=1, 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-21 19:25:00.043 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:00.043 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:00.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:00.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:00.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:00.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:00.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:00.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:00.118 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:00.118 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:00.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:00.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:00.204 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:00.204 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:00.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:00.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:00.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:00.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:00.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:00.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:00.439 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:00.439 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:00.467 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:00.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:00.493 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:00.493 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:00.520 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:00.520 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:00.541 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:00.541 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:00.562 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:00.562 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:01.015 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:01.015 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:01.015 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 30 32 30 35 34 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 31 36 2e 33 37 30 30 30 30 30 30 34 33 36 30 30 30 31 39 30 30 30 32 33 34 31 35 30 30 30 30 44 30 30 31 30 31 31 2e 34 30 35 34 30 30 30 30 32 36 33 34 30 33 39 39 30 31 31 33 30 30 30 31 38 38 30 30 31 33 33 30 30 30 30 30 36 37 34 35 36 2e 34 32 30 30 30 30 34 36 30 30 30 30 36 30 35 30 30 30 30 35 33 35 30 30 30 34 30 30 30 34 30 30 30 33 30 30 30 30 30 31 36 30 30 30 30 39 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0b 7E -2024-06-21 19:25:01.015 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969102054, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=16.37000000, dischargeVoltage=436000, dischargeCurrent=19000, insulationResistance=234150000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=11.40, motorControllerTemperature=540000, motorSpeed=26340, motorTorque=3990, motorTemperature=113000, motorVoltage=18800, motorCurrent=13300000, powerBattery=67456., maxFeedbackPower=420000, maxDischargePower=460000, bmsSelfCheck=60, powerBatteryCurrent=50000, powerBatteryV3=535000, maxVoltage=4000, minVoltage=4000, maxTemperature=300000, minTemperature=160000, availableCapacity=980000, vehicleStatus=1, 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-21 19:25:01.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:01.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"980000","bmsSelfCheck":"60","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"19000","dischargeVoltage":"436000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"234150000","latitude":"39.5222260","location":"1","longitude":"116.6721170","maxDischargePower":"460000","maxFeedbackPower":"420000","maxTemperature":"300000","maxVoltage":"4000","mcu":"1","mileage":"16.37000000","minTemperature":"160000","minVoltage":"4000","motorControllerTemperature":"540000","motorCurrent":"13300000","motorSpeed":"26340","motorTemperature":"113000","motorTorque":"3990","motorVoltage":"18800","powerBattery":"67456.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"535000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969102054","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:01.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969102054, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=16.37000000, dischargeVoltage=436000, dischargeCurrent=19000, insulationResistance=234150000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=11.40, motorControllerTemperature=540000, motorSpeed=26340, motorTorque=3990, motorTemperature=113000, motorVoltage=18800, motorCurrent=13300000, powerBattery=67456., maxFeedbackPower=420000, maxDischargePower=460000, bmsSelfCheck=60, powerBatteryCurrent=50000, powerBatteryV3=535000, maxVoltage=4000, minVoltage=4000, maxTemperature=300000, minTemperature=160000, availableCapacity=980000, vehicleStatus=1, 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-21 19:25:01.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:01.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:01.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:01.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:01.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:01.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:01.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:01.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:01.195 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:01.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:01.217 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:01.217 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:01.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:01.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:01.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:01.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:01.300 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:01.300 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:01.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:01.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:01.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:01.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:01.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:01.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:01.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:01.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:01.427 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:01.427 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:01.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:01.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:01.478 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:01.478 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:02.000 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:02.001 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:02.001 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 30 33 30 34 35 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 31 36 2e 34 31 30 30 30 30 30 30 37 30 37 30 30 30 31 35 30 30 30 32 33 34 37 30 30 30 30 30 44 37 30 34 30 39 2e 36 30 30 32 31 30 30 30 30 36 33 33 35 35 37 32 37 30 34 36 30 30 30 30 31 37 30 30 30 31 30 35 30 35 30 30 30 36 37 34 35 36 2e 33 39 30 30 30 30 33 39 30 30 30 30 39 30 31 32 30 30 30 34 33 33 30 30 30 33 30 30 30 34 30 30 30 38 35 30 30 30 30 36 39 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 31 18 7E -2024-06-21 19:25:02.001 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969103045, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=16.41000000, dischargeVoltage=707000, dischargeCurrent=15000, insulationResistance=234700000, gear=D, accelerationPedal=70, brakePedal=40, fuelConsumption=9.600, motorControllerTemperature=210000, motorSpeed=63355, motorTorque=7270, motorTemperature=460000, motorVoltage=17000, motorCurrent=10505000, powerBattery=67456., maxFeedbackPower=390000, maxDischargePower=390000, bmsSelfCheck=90, powerBatteryCurrent=12000, powerBatteryV3=433000, maxVoltage=3000, minVoltage=4000, maxTemperature=850000, minTemperature=690000, availableCapacity=000000, vehicleStatus=1, 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-21 19:25:02.003 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:02.003 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"000000","bmsSelfCheck":"90","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"707000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.600","gear":"D","insulationResistance":"234700000","latitude":"39.5223210","location":"1","longitude":"116.6730190","maxDischargePower":"390000","maxFeedbackPower":"390000","maxTemperature":"850000","maxVoltage":"3000","mcu":"1","mileage":"16.41000000","minTemperature":"690000","minVoltage":"4000","motorControllerTemperature":"210000","motorCurrent":"10505000","motorSpeed":"63355","motorTemperature":"460000","motorTorque":"7270","motorVoltage":"17000","powerBattery":"67456.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"433000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969103045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:02.003 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969103045, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=16.41000000, dischargeVoltage=707000, dischargeCurrent=15000, insulationResistance=234700000, gear=D, accelerationPedal=70, brakePedal=40, fuelConsumption=9.600, motorControllerTemperature=210000, motorSpeed=63355, motorTorque=7270, motorTemperature=460000, motorVoltage=17000, motorCurrent=10505000, powerBattery=67456., maxFeedbackPower=390000, maxDischargePower=390000, bmsSelfCheck=90, powerBatteryCurrent=12000, powerBatteryV3=433000, maxVoltage=3000, minVoltage=4000, maxTemperature=850000, minTemperature=690000, availableCapacity=000000, vehicleStatus=1, 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-21 19:25:02.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:02.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:02.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:02.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:02.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:02.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:02.259 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:02.259 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:02.284 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:02.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:02.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:02.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:02.348 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:02.348 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:02.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:02.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:02.393 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:02.393 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:02.421 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:02.421 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:02.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:02.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:02.477 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:02.477 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:02.497 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:02.497 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:02.517 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:02.517 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:02.538 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:02.538 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:02.578 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:02.578 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:03.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:03.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:03.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 30 34 30 35 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 31 36 2e 34 33 30 30 30 30 30 30 32 39 37 30 30 30 34 33 30 30 30 31 31 35 31 38 30 30 30 30 44 31 30 39 30 31 31 2e 39 30 36 39 30 30 30 30 38 39 30 32 33 39 35 39 30 37 32 30 30 30 30 31 32 34 30 30 36 32 37 34 30 30 30 30 36 37 34 35 36 2e 39 37 30 30 30 30 35 34 30 30 30 30 34 30 36 30 30 30 30 37 33 39 30 30 30 33 30 30 30 34 30 30 30 35 32 30 30 30 30 32 35 30 30 30 30 35 31 30 30 30 30 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 40 7E -2024-06-21 19:25:03.012 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969104057, longitude=116.6736620, latitude=39.5223630, speed=36.000, mileage=16.43000000, dischargeVoltage=297000, dischargeCurrent=43000, insulationResistance=115180000, gear=D, accelerationPedal=10, brakePedal=90, fuelConsumption=11.90, motorControllerTemperature=690000, motorSpeed=89023, motorTorque=9590, motorTemperature=720000, motorVoltage=12400, motorCurrent=62740000, powerBattery=67456., maxFeedbackPower=970000, maxDischargePower=540000, bmsSelfCheck=40, powerBatteryCurrent=60000, powerBatteryV3=739000, maxVoltage=3000, minVoltage=4000, maxTemperature=520000, minTemperature=250000, availableCapacity=510000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=0, 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-21 19:25:03.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:03.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"510000","bmsSelfCheck":"40","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"0","chg":"1","dcdc":"1","dischargeCurrent":"43000","dischargeVoltage":"297000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"115180000","latitude":"39.5223630","location":"1","longitude":"116.6736620","maxDischargePower":"540000","maxFeedbackPower":"970000","maxTemperature":"520000","maxVoltage":"3000","mcu":"1","mileage":"16.43000000","minTemperature":"250000","minVoltage":"4000","motorControllerTemperature":"690000","motorCurrent":"62740000","motorSpeed":"89023","motorTemperature":"720000","motorTorque":"9590","motorVoltage":"12400","powerBattery":"67456.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"739000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969104057","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:03.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969104057, longitude=116.6736620, latitude=39.5223630, speed=36.000, mileage=16.43000000, dischargeVoltage=297000, dischargeCurrent=43000, insulationResistance=115180000, gear=D, accelerationPedal=10, brakePedal=90, fuelConsumption=11.90, motorControllerTemperature=690000, motorSpeed=89023, motorTorque=9590, motorTemperature=720000, motorVoltage=12400, motorCurrent=62740000, powerBattery=67456., maxFeedbackPower=970000, maxDischargePower=540000, bmsSelfCheck=40, powerBatteryCurrent=60000, powerBatteryV3=739000, maxVoltage=3000, minVoltage=4000, maxTemperature=520000, minTemperature=250000, availableCapacity=510000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=0, 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-21 19:25:03.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:03.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:03.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:03.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:03.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:03.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:03.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:03.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:03.133 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:03.133 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:03.169 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:03.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:03.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:03.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:03.213 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:03.213 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:03.244 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:03.244 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:03.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:03.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:03.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:03.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:03.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:03.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:03.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:03.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:03.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:03.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:03.373 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:03.373 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:03.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:03.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:04.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:04.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:04.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 30 35 30 35 31 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 31 36 2e 34 36 30 30 30 30 30 30 33 39 33 30 30 30 31 36 30 30 30 32 31 38 32 35 30 30 30 30 44 36 30 39 30 31 30 2e 35 30 34 35 30 30 30 30 31 34 33 36 37 39 34 30 30 37 31 30 30 30 30 32 36 33 30 30 31 30 30 38 30 30 30 30 36 37 34 35 36 2e 38 33 30 30 30 30 32 35 30 30 30 30 35 30 31 30 30 30 30 34 34 39 30 30 30 33 30 30 30 33 30 30 30 36 34 30 30 30 30 32 30 30 30 30 30 31 30 30 30 30 30 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 31 04 7E -2024-06-21 19:25:04.007 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969105051, longitude=116.6744210, latitude=39.5224200, speed=54.000, mileage=16.46000000, dischargeVoltage=393000, dischargeCurrent=16000, insulationResistance=218250000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=10.50, motorControllerTemperature=450000, motorSpeed=14367, motorTorque=9400, motorTemperature=710000, motorVoltage=26300, motorCurrent=10080000, powerBattery=67456., maxFeedbackPower=830000, maxDischargePower=250000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=449000, maxVoltage=3000, minVoltage=3000, maxTemperature=640000, minTemperature=200000, availableCapacity=100000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=0, 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-21 19:25:04.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:04.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"100000","bmsSelfCheck":"50","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"0","chg":"1","dcdc":"1","dischargeCurrent":"16000","dischargeVoltage":"393000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"218250000","latitude":"39.5224200","location":"1","longitude":"116.6744210","maxDischargePower":"250000","maxFeedbackPower":"830000","maxTemperature":"640000","maxVoltage":"3000","mcu":"1","mileage":"16.46000000","minTemperature":"200000","minVoltage":"3000","motorControllerTemperature":"450000","motorCurrent":"10080000","motorSpeed":"14367","motorTemperature":"710000","motorTorque":"9400","motorVoltage":"26300","powerBattery":"67456.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"449000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969105051","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:04.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969105051, longitude=116.6744210, latitude=39.5224200, speed=54.000, mileage=16.46000000, dischargeVoltage=393000, dischargeCurrent=16000, insulationResistance=218250000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=10.50, motorControllerTemperature=450000, motorSpeed=14367, motorTorque=9400, motorTemperature=710000, motorVoltage=26300, motorCurrent=10080000, powerBattery=67456., maxFeedbackPower=830000, maxDischargePower=250000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=449000, maxVoltage=3000, minVoltage=3000, maxTemperature=640000, minTemperature=200000, availableCapacity=100000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=0, 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-21 19:25:04.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:04.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:04.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:04.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:04.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:04.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:04.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:04.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:04.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:04.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:04.151 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:04.151 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:04.211 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:04.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:04.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:04.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:04.252 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:04.252 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:04.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:04.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:04.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:04.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:04.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:04.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:04.352 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:04.352 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:04.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:04.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:04.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:04.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:04.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:04.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:05.016 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:05.016 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:05.016 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 30 36 30 35 36 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 31 36 2e 35 30 30 30 30 30 30 30 34 31 39 30 30 30 34 37 30 30 30 32 31 32 33 30 30 30 30 30 44 33 30 31 30 31 30 2e 31 30 31 30 30 30 30 30 37 38 35 36 33 38 32 30 30 32 30 30 30 30 30 32 33 39 30 30 35 36 30 38 30 30 30 30 36 37 34 35 36 2e 39 39 30 30 30 30 36 30 30 30 30 30 31 31 39 30 30 30 30 32 35 35 30 30 30 34 30 30 30 34 30 30 30 36 36 30 30 30 30 31 32 30 30 30 30 34 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1b 7E -2024-06-21 19:25:05.016 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969106056, longitude=116.6755690, latitude=39.5225240, speed=72.000, mileage=16.50000000, dischargeVoltage=419000, dischargeCurrent=47000, insulationResistance=212300000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=10.10, motorControllerTemperature=100000, motorSpeed=78563, motorTorque=8200, motorTemperature=200000, motorVoltage=23900, motorCurrent=56080000, powerBattery=67456., maxFeedbackPower=990000, maxDischargePower=600000, bmsSelfCheck=11, powerBatteryCurrent=90000, powerBatteryV3=255000, maxVoltage=4000, minVoltage=4000, maxTemperature=660000, minTemperature=120000, availableCapacity=460000, vehicleStatus=1, 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-21 19:25:05.018 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:05.018 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"460000","bmsSelfCheck":"11","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"419000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.10","gear":"D","insulationResistance":"212300000","latitude":"39.5225240","location":"1","longitude":"116.6755690","maxDischargePower":"600000","maxFeedbackPower":"990000","maxTemperature":"660000","maxVoltage":"4000","mcu":"1","mileage":"16.50000000","minTemperature":"120000","minVoltage":"4000","motorControllerTemperature":"100000","motorCurrent":"56080000","motorSpeed":"78563","motorTemperature":"200000","motorTorque":"8200","motorVoltage":"23900","powerBattery":"67456.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"255000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969106056","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:05.018 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969106056, longitude=116.6755690, latitude=39.5225240, speed=72.000, mileage=16.50000000, dischargeVoltage=419000, dischargeCurrent=47000, insulationResistance=212300000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=10.10, motorControllerTemperature=100000, motorSpeed=78563, motorTorque=8200, motorTemperature=200000, motorVoltage=23900, motorCurrent=56080000, powerBattery=67456., maxFeedbackPower=990000, maxDischargePower=600000, bmsSelfCheck=11, powerBatteryCurrent=90000, powerBatteryV3=255000, maxVoltage=4000, minVoltage=4000, maxTemperature=660000, minTemperature=120000, availableCapacity=460000, vehicleStatus=1, 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-21 19:25:05.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:05.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:05.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:05.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:05.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:05.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:05.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:05.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:05.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:05.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:05.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:05.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:05.169 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:05.169 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:05.189 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:05.189 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:05.215 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:05.215 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:05.239 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:05.240 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:05.259 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:05.259 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:05.275 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:05.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:05.297 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:05.298 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:05.318 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:05.318 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:05.335 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:05.335 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:05.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:05.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:06.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:06.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:06.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 30 37 30 35 35 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 31 36 2e 35 36 30 30 30 30 30 30 31 34 38 30 30 30 33 30 30 30 30 34 37 30 30 30 30 30 30 30 44 34 30 30 30 31 31 2e 35 30 33 35 30 30 30 30 31 31 34 34 38 33 34 33 30 31 30 37 30 30 30 32 32 39 30 30 31 34 30 35 30 30 30 30 36 37 34 34 34 2e 32 38 30 30 30 30 39 36 30 30 30 30 39 30 32 30 30 30 30 35 32 33 30 30 30 33 30 30 30 34 30 30 30 38 33 30 30 30 30 32 39 30 30 30 30 33 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0d 7E -2024-06-21 19:25:06.011 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969107055, longitude=116.6766100, latitude=39.5226150, speed=108.00, mileage=16.56000000, dischargeVoltage=148000, dischargeCurrent=30000, insulationResistance=470000000, gear=D, accelerationPedal=40, brakePedal=00, fuelConsumption=11.50, motorControllerTemperature=350000, motorSpeed=11448, motorTorque=3430, motorTemperature=107000, motorVoltage=22900, motorCurrent=14050000, powerBattery=67444., maxFeedbackPower=280000, maxDischargePower=960000, bmsSelfCheck=90, powerBatteryCurrent=20000, powerBatteryV3=523000, maxVoltage=3000, minVoltage=4000, maxTemperature=830000, minTemperature=290000, availableCapacity=350000, vehicleStatus=1, 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-21 19:25:06.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:06.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"350000","bmsSelfCheck":"90","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"148000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.50","gear":"D","insulationResistance":"470000000","latitude":"39.5226150","location":"1","longitude":"116.6766100","maxDischargePower":"960000","maxFeedbackPower":"280000","maxTemperature":"830000","maxVoltage":"3000","mcu":"1","mileage":"16.56000000","minTemperature":"290000","minVoltage":"4000","motorControllerTemperature":"350000","motorCurrent":"14050000","motorSpeed":"11448","motorTemperature":"107000","motorTorque":"3430","motorVoltage":"22900","powerBattery":"67444.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"523000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969107055","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:06.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969107055, longitude=116.6766100, latitude=39.5226150, speed=108.00, mileage=16.56000000, dischargeVoltage=148000, dischargeCurrent=30000, insulationResistance=470000000, gear=D, accelerationPedal=40, brakePedal=00, fuelConsumption=11.50, motorControllerTemperature=350000, motorSpeed=11448, motorTorque=3430, motorTemperature=107000, motorVoltage=22900, motorCurrent=14050000, powerBattery=67444., maxFeedbackPower=280000, maxDischargePower=960000, bmsSelfCheck=90, powerBatteryCurrent=20000, powerBatteryV3=523000, maxVoltage=3000, minVoltage=4000, maxTemperature=830000, minTemperature=290000, availableCapacity=350000, vehicleStatus=1, 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-21 19:25:06.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:06.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:06.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:06.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:06.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:06.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:06.284 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:06.284 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:06.300 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:06.300 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:06.319 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:06.320 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:06.342 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:06.342 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:06.360 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:06.360 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:06.381 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:06.381 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:06.401 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:06.401 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:06.421 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:06.421 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:06.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:06.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:06.470 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:06.470 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:06.493 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:06.493 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:06.513 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:06.513 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:06.553 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:06.553 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:07.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:07.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:07.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 30 38 30 35 38 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 31 36 2e 36 33 30 30 30 30 30 30 32 30 36 30 30 30 31 33 30 30 30 32 32 34 39 37 30 30 30 30 44 34 30 36 30 31 31 2e 35 30 37 37 30 30 30 30 31 33 35 30 36 31 33 39 30 31 32 32 30 30 30 32 30 36 30 30 33 31 31 35 30 30 30 30 36 37 34 33 33 2e 32 30 30 30 30 30 32 33 30 30 30 30 36 30 31 34 30 30 30 34 32 34 30 30 30 33 30 30 30 33 30 30 30 38 31 30 30 30 30 33 36 30 30 30 30 37 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 13 7E -2024-06-21 19:25:07.013 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969108058, longitude=116.6778270, latitude=39.5227060, speed=126.00, mileage=16.63000000, dischargeVoltage=206000, dischargeCurrent=13000, insulationResistance=224970000, gear=D, accelerationPedal=40, brakePedal=60, fuelConsumption=11.50, motorControllerTemperature=770000, motorSpeed=13506, motorTorque=1390, motorTemperature=122000, motorVoltage=20600, motorCurrent=31150000, powerBattery=67433., maxFeedbackPower=200000, maxDischargePower=230000, bmsSelfCheck=60, powerBatteryCurrent=14000, powerBatteryV3=424000, maxVoltage=3000, minVoltage=3000, maxTemperature=810000, minTemperature=360000, availableCapacity=750000, vehicleStatus=1, 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-21 19:25:07.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:07.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"750000","bmsSelfCheck":"60","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"13000","dischargeVoltage":"206000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.50","gear":"D","insulationResistance":"224970000","latitude":"39.5227060","location":"1","longitude":"116.6778270","maxDischargePower":"230000","maxFeedbackPower":"200000","maxTemperature":"810000","maxVoltage":"3000","mcu":"1","mileage":"16.63000000","minTemperature":"360000","minVoltage":"3000","motorControllerTemperature":"770000","motorCurrent":"31150000","motorSpeed":"13506","motorTemperature":"122000","motorTorque":"1390","motorVoltage":"20600","powerBattery":"67433.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"424000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718969108058","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:07.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969108058, longitude=116.6778270, latitude=39.5227060, speed=126.00, mileage=16.63000000, dischargeVoltage=206000, dischargeCurrent=13000, insulationResistance=224970000, gear=D, accelerationPedal=40, brakePedal=60, fuelConsumption=11.50, motorControllerTemperature=770000, motorSpeed=13506, motorTorque=1390, motorTemperature=122000, motorVoltage=20600, motorCurrent=31150000, powerBattery=67433., maxFeedbackPower=200000, maxDischargePower=230000, bmsSelfCheck=60, powerBatteryCurrent=14000, powerBatteryV3=424000, maxVoltage=3000, minVoltage=3000, maxTemperature=810000, minTemperature=360000, availableCapacity=750000, vehicleStatus=1, 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-21 19:25:07.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:07.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:07.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:07.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:07.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:07.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:07.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:07.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:07.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:07.158 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:07.187 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:07.187 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:07.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:07.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:07.249 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:07.249 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:07.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:07.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:07.291 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:07.291 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:07.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:07.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:07.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:07.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:07.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:07.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:07.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:07.398 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:07.415 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:07.415 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:07.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:07.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:08.031 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:08.031 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:08.031 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 30 39 30 35 31 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 31 36 2e 36 37 30 30 30 30 30 30 33 36 32 30 30 30 31 36 30 30 30 31 33 33 37 31 30 30 30 30 44 38 30 39 30 31 30 2e 35 30 38 39 30 30 30 30 34 35 36 31 38 39 36 31 30 39 39 30 30 30 30 32 36 36 30 30 31 31 32 35 37 30 30 30 36 37 34 33 33 2e 34 39 30 30 30 30 36 37 30 30 30 30 31 33 32 30 30 30 30 34 30 35 30 30 30 34 30 30 30 34 30 30 30 37 30 30 30 30 30 37 32 30 30 30 30 33 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 50 7E -2024-06-21 19:25:08.031 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969109051, longitude=116.6788900, latitude=39.5227930, speed=72.000, mileage=16.67000000, dischargeVoltage=362000, dischargeCurrent=16000, insulationResistance=133710000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=10.50, motorControllerTemperature=890000, motorSpeed=45618, motorTorque=9610, motorTemperature=990000, motorVoltage=26600, motorCurrent=11257000, powerBattery=67433., maxFeedbackPower=490000, maxDischargePower=670000, bmsSelfCheck=13, powerBatteryCurrent=20000, powerBatteryV3=405000, maxVoltage=4000, minVoltage=4000, maxTemperature=700000, minTemperature=720000, availableCapacity=390000, vehicleStatus=1, 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-21 19:25:08.033 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:08.033 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"390000","bmsSelfCheck":"13","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"16000","dischargeVoltage":"362000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"133710000","latitude":"39.5227930","location":"1","longitude":"116.6788900","maxDischargePower":"670000","maxFeedbackPower":"490000","maxTemperature":"700000","maxVoltage":"4000","mcu":"1","mileage":"16.67000000","minTemperature":"720000","minVoltage":"4000","motorControllerTemperature":"890000","motorCurrent":"11257000","motorSpeed":"45618","motorTemperature":"990000","motorTorque":"9610","motorVoltage":"26600","powerBattery":"67433.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"405000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969109051","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:08.033 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969109051, longitude=116.6788900, latitude=39.5227930, speed=72.000, mileage=16.67000000, dischargeVoltage=362000, dischargeCurrent=16000, insulationResistance=133710000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=10.50, motorControllerTemperature=890000, motorSpeed=45618, motorTorque=9610, motorTemperature=990000, motorVoltage=26600, motorCurrent=11257000, powerBattery=67433., maxFeedbackPower=490000, maxDischargePower=670000, bmsSelfCheck=13, powerBatteryCurrent=20000, powerBatteryV3=405000, maxVoltage=4000, minVoltage=4000, maxTemperature=700000, minTemperature=720000, availableCapacity=390000, vehicleStatus=1, 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-21 19:25:08.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:08.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:08.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:08.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:08.163 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:08.163 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:08.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:08.203 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:08.226 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:08.226 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:08.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:08.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:08.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:08.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:08.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:08.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:08.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:08.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:08.365 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:08.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:08.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:08.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:08.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:08.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:08.497 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:08.497 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:08.549 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:08.549 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:08.577 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:08.577 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:08.596 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:08.596 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:09.015 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:09.015 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:09.015 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 31 30 30 35 38 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 31 36 2e 36 39 30 30 30 30 30 30 32 38 32 30 30 30 33 30 30 30 30 32 37 32 33 38 30 30 30 30 44 36 30 32 30 31 31 2e 36 30 39 38 30 30 30 30 35 39 38 30 32 37 34 36 30 39 39 30 30 30 30 31 39 33 30 30 33 30 33 34 30 30 30 30 36 37 34 33 33 2e 37 30 30 30 30 30 36 33 30 30 30 30 30 30 31 30 30 30 30 34 30 33 30 30 30 34 30 30 30 34 30 30 30 38 34 30 30 30 30 32 30 30 30 30 30 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1a 7E -2024-06-21 19:25:09.015 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969110058, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=16.69000000, dischargeVoltage=282000, dischargeCurrent=30000, insulationResistance=272380000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=11.60, motorControllerTemperature=980000, motorSpeed=59802, motorTorque=7460, motorTemperature=990000, motorVoltage=19300, motorCurrent=30340000, powerBattery=67433., maxFeedbackPower=700000, maxDischargePower=630000, bmsSelfCheck=00, powerBatteryCurrent=10000, powerBatteryV3=403000, maxVoltage=4000, minVoltage=4000, maxTemperature=840000, minTemperature=200000, availableCapacity=500000, vehicleStatus=1, 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-21 19:25:09.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:09.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"500000","bmsSelfCheck":"00","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"282000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"272380000","latitude":"39.5229040","location":"1","longitude":"116.6801720","maxDischargePower":"630000","maxFeedbackPower":"700000","maxTemperature":"840000","maxVoltage":"4000","mcu":"1","mileage":"16.69000000","minTemperature":"200000","minVoltage":"4000","motorControllerTemperature":"980000","motorCurrent":"30340000","motorSpeed":"59802","motorTemperature":"990000","motorTorque":"7460","motorVoltage":"19300","powerBattery":"67433.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"403000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969110058","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:09.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969110058, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=16.69000000, dischargeVoltage=282000, dischargeCurrent=30000, insulationResistance=272380000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=11.60, motorControllerTemperature=980000, motorSpeed=59802, motorTorque=7460, motorTemperature=990000, motorVoltage=19300, motorCurrent=30340000, powerBattery=67433., maxFeedbackPower=700000, maxDischargePower=630000, bmsSelfCheck=00, powerBatteryCurrent=10000, powerBatteryV3=403000, maxVoltage=4000, minVoltage=4000, maxTemperature=840000, minTemperature=200000, availableCapacity=500000, vehicleStatus=1, 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-21 19:25:09.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:09.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:09.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:09.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:09.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:09.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:09.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:09.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:09.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:09.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:09.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:09.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:09.195 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:09.195 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:09.257 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:09.257 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:09.299 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:09.299 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:09.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:09.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:09.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:09.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:09.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:09.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:09.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:09.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:09.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:09.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:09.490 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:09.490 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:09.531 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:09.531 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:10.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:10.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:10.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 31 31 30 35 34 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 31 36 2e 37 31 30 30 30 30 30 30 31 39 32 30 30 30 31 34 30 30 30 31 35 30 35 38 30 30 30 30 44 35 30 38 30 31 30 2e 38 30 39 34 30 30 30 30 38 38 38 30 30 36 32 37 30 32 31 30 30 30 30 31 32 31 30 30 39 32 32 39 30 30 30 30 36 37 34 33 33 2e 31 33 30 30 30 30 35 33 30 30 30 30 35 30 31 30 30 30 30 33 39 37 30 30 30 34 30 30 30 34 30 30 30 36 31 30 30 30 30 32 30 30 30 30 30 33 31 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 11 7E -2024-06-21 19:25:10.009 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969111054, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=16.71000000, dischargeVoltage=192000, dischargeCurrent=14000, insulationResistance=150580000, gear=D, accelerationPedal=50, brakePedal=80, fuelConsumption=10.80, motorControllerTemperature=940000, motorSpeed=88800, motorTorque=6270, motorTemperature=210000, motorVoltage=12100, motorCurrent=92290000, powerBattery=67433., maxFeedbackPower=130000, maxDischargePower=530000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=397000, maxVoltage=4000, minVoltage=4000, maxTemperature=610000, minTemperature=200000, availableCapacity=310000, vehicleStatus=1, 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-21 19:25:10.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:10.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"310000","bmsSelfCheck":"50","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"14000","dischargeVoltage":"192000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.80","gear":"D","insulationResistance":"150580000","latitude":"39.5229620","location":"1","longitude":"116.6805530","maxDischargePower":"530000","maxFeedbackPower":"130000","maxTemperature":"610000","maxVoltage":"4000","mcu":"1","mileage":"16.71000000","minTemperature":"200000","minVoltage":"4000","motorControllerTemperature":"940000","motorCurrent":"92290000","motorSpeed":"88800","motorTemperature":"210000","motorTorque":"6270","motorVoltage":"12100","powerBattery":"67433.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"397000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969111054","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:10.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969111054, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=16.71000000, dischargeVoltage=192000, dischargeCurrent=14000, insulationResistance=150580000, gear=D, accelerationPedal=50, brakePedal=80, fuelConsumption=10.80, motorControllerTemperature=940000, motorSpeed=88800, motorTorque=6270, motorTemperature=210000, motorVoltage=12100, motorCurrent=92290000, powerBattery=67433., maxFeedbackPower=130000, maxDischargePower=530000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=397000, maxVoltage=4000, minVoltage=4000, maxTemperature=610000, minTemperature=200000, availableCapacity=310000, vehicleStatus=1, 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-21 19:25:10.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:10.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:10.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:10.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:10.419 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:10.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:10.453 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:10.453 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:10.477 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:10.477 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:10.506 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:10.506 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:10.525 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:10.525 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:10.545 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:10.545 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:10.565 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:10.565 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:10.586 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:10.586 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:10.605 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:10.605 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:10.626 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:10.626 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:10.646 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:10.646 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:10.676 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:10.676 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:10.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:10.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:10.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:10.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:11.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:11.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:11.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 31 32 30 35 30 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 31 36 2e 37 33 30 30 30 30 30 30 32 39 38 30 30 30 32 33 30 30 30 32 34 33 35 34 30 30 30 30 44 31 30 30 30 31 30 2e 35 30 36 31 30 30 30 30 35 32 36 33 35 31 38 33 30 38 33 30 30 30 30 31 39 37 30 30 31 32 32 35 34 30 30 30 36 37 34 33 33 2e 38 37 30 30 30 30 34 37 30 30 30 30 32 30 36 30 30 30 30 35 38 34 30 30 30 34 30 30 30 34 30 30 30 35 37 30 30 30 30 33 39 30 30 30 30 33 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 23 7E -2024-06-21 19:25:11.008 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969112050, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=16.73000000, dischargeVoltage=298000, dischargeCurrent=23000, insulationResistance=243540000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=10.50, motorControllerTemperature=610000, motorSpeed=52635, motorTorque=1830, motorTemperature=830000, motorVoltage=19700, motorCurrent=12254000, powerBattery=67433., maxFeedbackPower=870000, maxDischargePower=470000, bmsSelfCheck=20, powerBatteryCurrent=60000, powerBatteryV3=584000, maxVoltage=4000, minVoltage=4000, maxTemperature=570000, minTemperature=390000, availableCapacity=350000, vehicleStatus=1, 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-21 19:25:11.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:11.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"350000","bmsSelfCheck":"20","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"23000","dischargeVoltage":"298000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"243540000","latitude":"39.5230160","location":"1","longitude":"116.6811590","maxDischargePower":"470000","maxFeedbackPower":"870000","maxTemperature":"570000","maxVoltage":"4000","mcu":"1","mileage":"16.73000000","minTemperature":"390000","minVoltage":"4000","motorControllerTemperature":"610000","motorCurrent":"12254000","motorSpeed":"52635","motorTemperature":"830000","motorTorque":"1830","motorVoltage":"19700","powerBattery":"67433.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"584000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969112050","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:11.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969112050, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=16.73000000, dischargeVoltage=298000, dischargeCurrent=23000, insulationResistance=243540000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=10.50, motorControllerTemperature=610000, motorSpeed=52635, motorTorque=1830, motorTemperature=830000, motorVoltage=19700, motorCurrent=12254000, powerBattery=67433., maxFeedbackPower=870000, maxDischargePower=470000, bmsSelfCheck=20, powerBatteryCurrent=60000, powerBatteryV3=584000, maxVoltage=4000, minVoltage=4000, maxTemperature=570000, minTemperature=390000, availableCapacity=350000, vehicleStatus=1, 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-21 19:25:11.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:11.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:11.123 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:11.123 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:11.172 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:11.172 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:11.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:11.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:11.364 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:11.364 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:11.429 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:11.429 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:11.462 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:11.462 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:11.517 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:11.517 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:11.547 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:11.547 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:11.564 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:11.565 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:11.585 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:11.585 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:11.611 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:11.611 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:11.642 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:11.643 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:11.666 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:11.666 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:11.685 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:11.685 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:11.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:11.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:12.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:12.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:12.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 31 33 30 35 34 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 31 36 2e 37 38 30 30 30 30 30 30 32 38 31 30 30 30 33 34 30 30 30 31 33 31 39 37 30 30 30 30 44 31 30 38 30 31 30 2e 35 30 31 31 30 30 30 30 35 32 33 33 30 34 38 37 30 35 32 30 30 30 30 32 31 35 30 30 36 39 32 37 30 30 30 30 36 37 34 32 32 2e 37 38 30 30 30 30 33 30 30 30 30 30 32 30 32 30 30 30 30 34 35 37 30 30 30 34 30 30 30 33 30 30 30 38 34 30 30 30 30 39 36 30 30 30 30 38 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1b 7E -2024-06-21 19:25:12.013 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969113054, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=16.78000000, dischargeVoltage=281000, dischargeCurrent=34000, insulationResistance=131970000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=10.50, motorControllerTemperature=110000, motorSpeed=52330, motorTorque=4870, motorTemperature=520000, motorVoltage=21500, motorCurrent=69270000, powerBattery=67422., maxFeedbackPower=780000, maxDischargePower=300000, bmsSelfCheck=20, powerBatteryCurrent=20000, powerBatteryV3=457000, maxVoltage=4000, minVoltage=3000, maxTemperature=840000, minTemperature=960000, availableCapacity=830000, vehicleStatus=1, 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-21 19:25:12.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:12.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"830000","bmsSelfCheck":"20","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"34000","dischargeVoltage":"281000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"131970000","latitude":"39.5231070","location":"1","longitude":"116.6821350","maxDischargePower":"300000","maxFeedbackPower":"780000","maxTemperature":"840000","maxVoltage":"4000","mcu":"1","mileage":"16.78000000","minTemperature":"960000","minVoltage":"3000","motorControllerTemperature":"110000","motorCurrent":"69270000","motorSpeed":"52330","motorTemperature":"520000","motorTorque":"4870","motorVoltage":"21500","powerBattery":"67422.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"457000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969113054","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:12.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969113054, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=16.78000000, dischargeVoltage=281000, dischargeCurrent=34000, insulationResistance=131970000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=10.50, motorControllerTemperature=110000, motorSpeed=52330, motorTorque=4870, motorTemperature=520000, motorVoltage=21500, motorCurrent=69270000, powerBattery=67422., maxFeedbackPower=780000, maxDischargePower=300000, bmsSelfCheck=20, powerBatteryCurrent=20000, powerBatteryV3=457000, maxVoltage=4000, minVoltage=3000, maxTemperature=840000, minTemperature=960000, availableCapacity=830000, vehicleStatus=1, 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-21 19:25:12.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:12.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:12.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:12.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:12.122 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:12.122 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:12.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:12.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:12.163 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:12.163 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:12.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:12.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:12.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:12.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:12.275 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:12.275 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:12.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:12.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:12.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:12.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:12.360 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:12.360 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:12.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:12.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:12.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:12.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:12.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:12.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:12.498 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:12.498 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:12.541 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:12.541 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:13.000 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:13.000 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:13.000 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 31 34 30 34 36 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 31 36 2e 38 33 30 30 30 30 30 30 31 33 30 30 30 30 35 30 30 30 30 31 37 32 37 30 30 30 30 30 44 33 30 36 30 39 2e 38 30 30 32 32 30 30 30 30 34 36 37 37 37 32 30 30 30 31 34 38 30 30 30 32 36 30 30 30 31 33 39 36 30 30 30 30 36 37 34 31 33 2e 36 36 30 30 30 30 33 35 30 30 30 30 31 31 31 30 30 30 30 34 32 39 30 30 30 34 30 30 30 33 30 30 30 38 35 30 30 30 30 38 31 30 30 30 30 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1e 7E -2024-06-21 19:25:13.000 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969114046, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=16.83000000, dischargeVoltage=130000, dischargeCurrent=50000, insulationResistance=172700000, gear=D, accelerationPedal=30, brakePedal=60, fuelConsumption=9.800, motorControllerTemperature=220000, motorSpeed=46777, motorTorque=2000, motorTemperature=148000, motorVoltage=26000, motorCurrent=13960000, powerBattery=67413., maxFeedbackPower=660000, maxDischargePower=350000, bmsSelfCheck=11, powerBatteryCurrent=10000, powerBatteryV3=429000, maxVoltage=4000, minVoltage=3000, maxTemperature=850000, minTemperature=810000, availableCapacity=200000, vehicleStatus=1, 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-21 19:25:13.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:13.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"200000","bmsSelfCheck":"11","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"50000","dischargeVoltage":"130000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.800","gear":"D","insulationResistance":"172700000","latitude":"39.5230950","location":"1","longitude":"116.6829830","maxDischargePower":"350000","maxFeedbackPower":"660000","maxTemperature":"850000","maxVoltage":"4000","mcu":"1","mileage":"16.83000000","minTemperature":"810000","minVoltage":"3000","motorControllerTemperature":"220000","motorCurrent":"13960000","motorSpeed":"46777","motorTemperature":"148000","motorTorque":"2000","motorVoltage":"26000","powerBattery":"67413.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"429000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969114046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:13.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969114046, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=16.83000000, dischargeVoltage=130000, dischargeCurrent=50000, insulationResistance=172700000, gear=D, accelerationPedal=30, brakePedal=60, fuelConsumption=9.800, motorControllerTemperature=220000, motorSpeed=46777, motorTorque=2000, motorTemperature=148000, motorVoltage=26000, motorCurrent=13960000, powerBattery=67413., maxFeedbackPower=660000, maxDischargePower=350000, bmsSelfCheck=11, powerBatteryCurrent=10000, powerBatteryV3=429000, maxVoltage=4000, minVoltage=3000, maxTemperature=850000, minTemperature=810000, availableCapacity=200000, vehicleStatus=1, 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-21 19:25:13.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:13.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:13.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:13.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:13.160 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:13.160 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:13.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:13.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:13.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:13.246 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:13.289 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:13.289 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:13.316 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:13.316 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:13.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:13.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:13.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:13.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:13.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:13.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:13.424 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:13.424 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:13.454 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:13.454 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:13.483 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:13.483 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:13.510 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:13.510 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:13.561 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:13.561 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:13.588 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:13.588 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:14.050 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:14.050 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:14.051 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 31 35 30 34 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 31 36 2e 38 35 30 30 30 30 30 30 33 32 35 30 30 30 39 30 30 30 30 31 33 31 32 38 30 30 30 30 44 30 30 33 30 31 30 2e 39 30 35 38 30 30 30 30 35 36 37 35 37 32 36 32 30 33 30 30 30 30 30 32 33 33 30 30 35 30 37 30 30 30 30 30 36 37 34 31 33 2e 33 36 30 30 30 30 34 38 30 30 30 30 31 34 37 30 30 30 30 34 33 31 30 30 30 33 30 30 30 34 30 30 30 31 35 30 30 30 30 31 35 30 30 30 30 33 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 16 7E -2024-06-21 19:25:14.051 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969115047, longitude=116.6836000, latitude=39.5229670, speed=36.000, mileage=16.85000000, dischargeVoltage=325000, dischargeCurrent=90000, insulationResistance=131280000, gear=D, accelerationPedal=00, brakePedal=30, fuelConsumption=10.90, motorControllerTemperature=580000, motorSpeed=56757, motorTorque=2620, motorTemperature=300000, motorVoltage=23300, motorCurrent=50700000, powerBattery=67413., maxFeedbackPower=360000, maxDischargePower=480000, bmsSelfCheck=14, powerBatteryCurrent=70000, powerBatteryV3=431000, maxVoltage=3000, minVoltage=4000, maxTemperature=150000, minTemperature=150000, availableCapacity=360000, vehicleStatus=1, 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-21 19:25:14.052 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:14.052 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"360000","bmsSelfCheck":"14","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"90000","dischargeVoltage":"325000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"131280000","latitude":"39.5229670","location":"1","longitude":"116.6836000","maxDischargePower":"480000","maxFeedbackPower":"360000","maxTemperature":"150000","maxVoltage":"3000","mcu":"1","mileage":"16.85000000","minTemperature":"150000","minVoltage":"4000","motorControllerTemperature":"580000","motorCurrent":"50700000","motorSpeed":"56757","motorTemperature":"300000","motorTorque":"2620","motorVoltage":"23300","powerBattery":"67413.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"431000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969115047","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:14.052 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969115047, longitude=116.6836000, latitude=39.5229670, speed=36.000, mileage=16.85000000, dischargeVoltage=325000, dischargeCurrent=90000, insulationResistance=131280000, gear=D, accelerationPedal=00, brakePedal=30, fuelConsumption=10.90, motorControllerTemperature=580000, motorSpeed=56757, motorTorque=2620, motorTemperature=300000, motorVoltage=23300, motorCurrent=50700000, powerBattery=67413., maxFeedbackPower=360000, maxDischargePower=480000, bmsSelfCheck=14, powerBatteryCurrent=70000, powerBatteryV3=431000, maxVoltage=3000, minVoltage=4000, maxTemperature=150000, minTemperature=150000, availableCapacity=360000, vehicleStatus=1, 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-21 19:25:14.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:14.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:14.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:14.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:14.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:14.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:14.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:14.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:14.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:14.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:14.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:14.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:14.222 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:14.222 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:14.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:14.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:14.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:14.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:14.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:14.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:14.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:14.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:14.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:14.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:14.437 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:14.437 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:14.474 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:14.475 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:14.503 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:14.504 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:14.533 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:14.534 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:15.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:15.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:15.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 31 36 30 35 38 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 31 36 2e 38 37 30 30 30 30 30 30 32 32 34 30 30 30 33 30 30 30 30 35 36 32 33 30 30 30 30 30 44 38 30 33 30 31 31 2e 31 30 35 34 30 30 30 30 37 32 39 39 36 33 38 30 30 31 37 30 30 30 30 31 39 37 30 30 31 31 38 38 39 30 30 30 36 37 34 31 33 2e 33 39 30 30 30 30 37 35 30 30 30 30 31 32 30 30 30 30 30 33 32 34 30 30 30 34 30 30 30 33 30 30 30 34 35 30 30 30 30 35 37 30 30 30 30 31 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3a 7E -2024-06-21 19:25:15.009 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969116058, longitude=116.6840660, latitude=39.5228470, speed=36.000, mileage=16.87000000, dischargeVoltage=224000, dischargeCurrent=30000, insulationResistance=562300000, gear=D, accelerationPedal=80, brakePedal=30, fuelConsumption=11.10, motorControllerTemperature=540000, motorSpeed=72996, motorTorque=3800, motorTemperature=170000, motorVoltage=19700, motorCurrent=11889000, powerBattery=67413., maxFeedbackPower=390000, maxDischargePower=750000, bmsSelfCheck=12, powerBatteryCurrent=00000, powerBatteryV3=324000, maxVoltage=4000, minVoltage=3000, maxTemperature=450000, minTemperature=570000, availableCapacity=180000, vehicleStatus=1, 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-21 19:25:15.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:15.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"180000","bmsSelfCheck":"12","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"224000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"562300000","latitude":"39.5228470","location":"1","longitude":"116.6840660","maxDischargePower":"750000","maxFeedbackPower":"390000","maxTemperature":"450000","maxVoltage":"4000","mcu":"1","mileage":"16.87000000","minTemperature":"570000","minVoltage":"3000","motorControllerTemperature":"540000","motorCurrent":"11889000","motorSpeed":"72996","motorTemperature":"170000","motorTorque":"3800","motorVoltage":"19700","powerBattery":"67413.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"324000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969116058","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:15.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969116058, longitude=116.6840660, latitude=39.5228470, speed=36.000, mileage=16.87000000, dischargeVoltage=224000, dischargeCurrent=30000, insulationResistance=562300000, gear=D, accelerationPedal=80, brakePedal=30, fuelConsumption=11.10, motorControllerTemperature=540000, motorSpeed=72996, motorTorque=3800, motorTemperature=170000, motorVoltage=19700, motorCurrent=11889000, powerBattery=67413., maxFeedbackPower=390000, maxDischargePower=750000, bmsSelfCheck=12, powerBatteryCurrent=00000, powerBatteryV3=324000, maxVoltage=4000, minVoltage=3000, maxTemperature=450000, minTemperature=570000, availableCapacity=180000, vehicleStatus=1, 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-21 19:25:15.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:15.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:15.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:15.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:15.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:15.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:15.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:15.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:15.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:15.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:15.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:15.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:15.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:15.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:15.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:15.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:15.210 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:15.210 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:15.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:15.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:15.257 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:15.257 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:15.275 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:15.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:15.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:15.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:15.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:15.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:15.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:15.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:15.385 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:15.385 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:16.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:16.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:16.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 31 37 30 35 30 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 31 36 2e 38 39 30 30 30 30 30 30 31 32 31 30 30 30 31 30 30 30 30 31 34 35 32 37 30 30 30 30 44 32 30 39 30 31 30 2e 39 30 39 33 30 30 30 30 39 39 36 37 33 36 32 31 30 31 33 37 30 30 30 31 33 35 30 30 38 31 39 31 30 30 30 30 36 37 34 31 33 2e 32 34 30 30 30 30 31 32 30 30 30 30 37 30 31 30 30 30 30 33 38 39 30 30 30 33 30 30 30 33 30 30 30 34 32 30 30 30 30 33 37 30 30 30 30 39 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 28 7E -2024-06-21 19:25:16.004 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969117050, longitude=116.6845220, latitude=39.5227510, speed=36.000, mileage=16.89000000, dischargeVoltage=121000, dischargeCurrent=10000, insulationResistance=145270000, gear=D, accelerationPedal=20, brakePedal=90, fuelConsumption=10.90, motorControllerTemperature=930000, motorSpeed=99673, motorTorque=6210, motorTemperature=137000, motorVoltage=13500, motorCurrent=81910000, powerBattery=67413., maxFeedbackPower=240000, maxDischargePower=120000, bmsSelfCheck=70, powerBatteryCurrent=10000, powerBatteryV3=389000, maxVoltage=3000, minVoltage=3000, maxTemperature=420000, minTemperature=370000, availableCapacity=980000, vehicleStatus=1, 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-21 19:25:16.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:16.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"980000","bmsSelfCheck":"70","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"10000","dischargeVoltage":"121000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"145270000","latitude":"39.5227510","location":"1","longitude":"116.6845220","maxDischargePower":"120000","maxFeedbackPower":"240000","maxTemperature":"420000","maxVoltage":"3000","mcu":"1","mileage":"16.89000000","minTemperature":"370000","minVoltage":"3000","motorControllerTemperature":"930000","motorCurrent":"81910000","motorSpeed":"99673","motorTemperature":"137000","motorTorque":"6210","motorVoltage":"13500","powerBattery":"67413.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"389000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969117050","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:16.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969117050, longitude=116.6845220, latitude=39.5227510, speed=36.000, mileage=16.89000000, dischargeVoltage=121000, dischargeCurrent=10000, insulationResistance=145270000, gear=D, accelerationPedal=20, brakePedal=90, fuelConsumption=10.90, motorControllerTemperature=930000, motorSpeed=99673, motorTorque=6210, motorTemperature=137000, motorVoltage=13500, motorCurrent=81910000, powerBattery=67413., maxFeedbackPower=240000, maxDischargePower=120000, bmsSelfCheck=70, powerBatteryCurrent=10000, powerBatteryV3=389000, maxVoltage=3000, minVoltage=3000, maxTemperature=420000, minTemperature=370000, availableCapacity=980000, vehicleStatus=1, 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-21 19:25:16.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:16.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:16.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:16.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:16.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:16.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:16.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:16.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:16.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:16.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:16.134 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:16.134 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:16.151 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:16.151 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:16.172 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:16.172 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:16.203 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:16.203 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:16.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:16.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:16.243 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:16.244 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:16.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:16.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:16.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:16.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:16.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:16.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:16.340 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:16.340 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:16.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:16.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:17.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:17.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:17.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 31 38 30 34 37 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 31 36 2e 39 32 30 30 30 30 30 30 35 38 37 30 30 30 34 38 30 30 30 32 31 37 38 30 30 30 30 30 44 37 30 38 30 31 32 2e 30 30 34 30 30 30 30 30 31 36 31 34 30 31 32 34 30 31 30 31 30 30 30 32 32 35 30 30 34 33 33 34 30 30 30 30 36 37 34 31 33 2e 36 39 30 30 30 30 34 30 30 30 30 30 33 30 32 30 30 30 30 35 37 30 30 30 30 34 30 30 30 34 30 30 30 35 36 30 30 30 30 38 39 30 30 30 30 38 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1e 7E -2024-06-21 19:25:17.010 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969118047, longitude=116.6852250, latitude=39.5226150, speed=54.000, mileage=16.92000000, dischargeVoltage=587000, dischargeCurrent=48000, insulationResistance=217800000, gear=D, accelerationPedal=70, brakePedal=80, fuelConsumption=12.00, motorControllerTemperature=400000, motorSpeed=16140, motorTorque=1240, motorTemperature=101000, motorVoltage=22500, motorCurrent=43340000, powerBattery=67413., maxFeedbackPower=690000, maxDischargePower=400000, bmsSelfCheck=30, powerBatteryCurrent=20000, powerBatteryV3=570000, maxVoltage=4000, minVoltage=4000, maxTemperature=560000, minTemperature=890000, availableCapacity=880000, vehicleStatus=1, 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-21 19:25:17.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:17.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"880000","bmsSelfCheck":"30","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"48000","dischargeVoltage":"587000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"217800000","latitude":"39.5226150","location":"1","longitude":"116.6852250","maxDischargePower":"400000","maxFeedbackPower":"690000","maxTemperature":"560000","maxVoltage":"4000","mcu":"1","mileage":"16.92000000","minTemperature":"890000","minVoltage":"4000","motorControllerTemperature":"400000","motorCurrent":"43340000","motorSpeed":"16140","motorTemperature":"101000","motorTorque":"1240","motorVoltage":"22500","powerBattery":"67413.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"570000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969118047","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:17.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969118047, longitude=116.6852250, latitude=39.5226150, speed=54.000, mileage=16.92000000, dischargeVoltage=587000, dischargeCurrent=48000, insulationResistance=217800000, gear=D, accelerationPedal=70, brakePedal=80, fuelConsumption=12.00, motorControllerTemperature=400000, motorSpeed=16140, motorTorque=1240, motorTemperature=101000, motorVoltage=22500, motorCurrent=43340000, powerBattery=67413., maxFeedbackPower=690000, maxDischargePower=400000, bmsSelfCheck=30, powerBatteryCurrent=20000, powerBatteryV3=570000, maxVoltage=4000, minVoltage=4000, maxTemperature=560000, minTemperature=890000, availableCapacity=880000, vehicleStatus=1, 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-21 19:25:17.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:17.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:17.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:17.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:17.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:17.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:17.105 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:17.105 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:17.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:17.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:17.151 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:17.151 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:17.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:17.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:17.204 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:17.204 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:17.233 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:17.233 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:17.277 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:17.277 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:17.303 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:17.303 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:17.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:17.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:17.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:17.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:17.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:17.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:17.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:17.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:17.419 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:17.419 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:18.032 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:18.032 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:18.032 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 31 39 30 35 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 31 36 2e 39 36 30 30 30 30 30 30 35 36 34 30 30 30 34 31 30 30 30 31 35 35 37 35 30 30 30 30 44 37 30 33 30 39 2e 37 30 30 38 30 30 30 30 30 37 37 32 36 30 34 32 30 30 32 37 30 30 30 30 31 33 35 30 30 31 32 31 31 33 30 30 30 36 37 34 31 33 2e 31 31 30 30 30 30 32 33 30 30 30 30 31 32 38 30 30 30 30 36 36 33 30 30 30 33 30 30 30 34 30 30 30 33 30 30 30 30 30 37 30 30 30 30 30 31 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 29 7E -2024-06-21 19:25:18.032 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969119058, longitude=116.6859650, latitude=39.5224990, speed=72.000, mileage=16.96000000, dischargeVoltage=564000, dischargeCurrent=41000, insulationResistance=155750000, gear=D, accelerationPedal=70, brakePedal=30, fuelConsumption=9.700, motorControllerTemperature=800000, motorSpeed=77260, motorTorque=4200, motorTemperature=270000, motorVoltage=13500, motorCurrent=12113000, powerBattery=67413., maxFeedbackPower=110000, maxDischargePower=230000, bmsSelfCheck=12, powerBatteryCurrent=80000, powerBatteryV3=663000, maxVoltage=3000, minVoltage=4000, maxTemperature=300000, minTemperature=700000, availableCapacity=150000, vehicleStatus=1, 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-21 19:25:18.034 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:18.034 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"150000","bmsSelfCheck":"12","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"41000","dischargeVoltage":"564000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.700","gear":"D","insulationResistance":"155750000","latitude":"39.5224990","location":"1","longitude":"116.6859650","maxDischargePower":"230000","maxFeedbackPower":"110000","maxTemperature":"300000","maxVoltage":"3000","mcu":"1","mileage":"16.96000000","minTemperature":"700000","minVoltage":"4000","motorControllerTemperature":"800000","motorCurrent":"12113000","motorSpeed":"77260","motorTemperature":"270000","motorTorque":"4200","motorVoltage":"13500","powerBattery":"67413.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"663000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969119058","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:18.034 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969119058, longitude=116.6859650, latitude=39.5224990, speed=72.000, mileage=16.96000000, dischargeVoltage=564000, dischargeCurrent=41000, insulationResistance=155750000, gear=D, accelerationPedal=70, brakePedal=30, fuelConsumption=9.700, motorControllerTemperature=800000, motorSpeed=77260, motorTorque=4200, motorTemperature=270000, motorVoltage=13500, motorCurrent=12113000, powerBattery=67413., maxFeedbackPower=110000, maxDischargePower=230000, bmsSelfCheck=12, powerBatteryCurrent=80000, powerBatteryV3=663000, maxVoltage=3000, minVoltage=4000, maxTemperature=300000, minTemperature=700000, availableCapacity=150000, vehicleStatus=1, 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-21 19:25:18.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:18.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:18.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:18.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:18.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:18.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:18.185 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:18.185 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:18.237 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:18.237 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:18.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:18.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:18.298 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:18.298 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:18.322 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:18.322 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:18.348 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:18.348 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:18.378 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:18.378 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:18.406 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:18.406 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:18.426 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:18.426 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:18.448 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:18.448 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:18.474 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:18.475 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:18.503 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:18.503 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:18.527 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:18.527 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:19.027 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:19.027 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:19.027 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 32 30 30 34 39 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 31 37 2e 30 30 30 30 30 30 30 30 32 37 38 30 30 30 33 36 30 30 30 31 35 31 39 36 30 30 30 30 44 32 30 36 30 31 31 2e 38 30 36 32 30 30 30 30 31 36 37 32 31 35 33 37 30 31 32 39 30 30 30 32 37 32 30 30 35 39 33 30 30 30 30 30 36 37 34 31 33 2e 31 33 30 30 30 30 34 31 30 30 30 30 35 30 31 31 30 30 30 32 36 30 30 30 30 34 30 30 30 33 30 30 30 34 37 30 30 30 30 39 36 30 30 30 30 33 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2e 7E -2024-06-21 19:25:19.027 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969120049, longitude=116.6868880, latitude=39.5227270, speed=72.000, mileage=17.00000000, dischargeVoltage=278000, dischargeCurrent=36000, insulationResistance=151960000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=11.80, motorControllerTemperature=620000, motorSpeed=16721, motorTorque=5370, motorTemperature=129000, motorVoltage=27200, motorCurrent=59300000, powerBattery=67413., maxFeedbackPower=130000, maxDischargePower=410000, bmsSelfCheck=50, powerBatteryCurrent=11000, powerBatteryV3=260000, maxVoltage=4000, minVoltage=3000, maxTemperature=470000, minTemperature=960000, availableCapacity=390000, vehicleStatus=1, 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-21 19:25:19.029 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:19.029 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"390000","bmsSelfCheck":"50","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"36000","dischargeVoltage":"278000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"151960000","latitude":"39.5227270","location":"1","longitude":"116.6868880","maxDischargePower":"410000","maxFeedbackPower":"130000","maxTemperature":"470000","maxVoltage":"4000","mcu":"1","mileage":"17.00000000","minTemperature":"960000","minVoltage":"3000","motorControllerTemperature":"620000","motorCurrent":"59300000","motorSpeed":"16721","motorTemperature":"129000","motorTorque":"5370","motorVoltage":"27200","powerBattery":"67413.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"260000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969120049","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:19.029 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969120049, longitude=116.6868880, latitude=39.5227270, speed=72.000, mileage=17.00000000, dischargeVoltage=278000, dischargeCurrent=36000, insulationResistance=151960000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=11.80, motorControllerTemperature=620000, motorSpeed=16721, motorTorque=5370, motorTemperature=129000, motorVoltage=27200, motorCurrent=59300000, powerBattery=67413., maxFeedbackPower=130000, maxDischargePower=410000, bmsSelfCheck=50, powerBatteryCurrent=11000, powerBatteryV3=260000, maxVoltage=4000, minVoltage=3000, maxTemperature=470000, minTemperature=960000, availableCapacity=390000, vehicleStatus=1, 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-21 19:25:19.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:19.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:19.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:19.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:19.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:19.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:19.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:19.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:19.168 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:19.168 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:19.187 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:19.189 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:19.217 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:19.217 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:19.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:19.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:19.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:19.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:19.297 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:19.297 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:19.319 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:19.319 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:19.347 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:19.347 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:19.373 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:19.373 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:19.401 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:19.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:19.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:19.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:19.449 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:19.450 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:20.038 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:20.038 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:20.038 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 32 31 30 35 37 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 31 37 2e 30 30 30 30 30 30 30 30 35 36 34 30 30 30 31 34 30 30 30 32 36 32 39 39 30 30 30 30 44 33 30 33 30 31 31 2e 30 30 33 30 30 30 30 30 36 32 38 33 32 39 35 30 30 31 33 34 30 30 30 32 31 36 30 30 39 33 31 36 30 30 30 30 36 37 34 31 33 2e 36 30 30 30 30 30 38 30 30 30 30 30 33 30 35 30 30 30 30 36 34 36 30 30 30 33 30 30 30 34 30 30 30 31 31 30 30 30 30 34 34 30 30 30 30 36 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0c 7E -2024-06-21 19:25:20.038 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969121057, longitude=116.6871620, latitude=39.5228750, speed=0.0000, mileage=17.00000000, dischargeVoltage=564000, dischargeCurrent=14000, insulationResistance=262990000, gear=D, accelerationPedal=30, brakePedal=30, fuelConsumption=11.00, motorControllerTemperature=300000, motorSpeed=62832, motorTorque=9500, motorTemperature=134000, motorVoltage=21600, motorCurrent=93160000, powerBattery=67413., maxFeedbackPower=600000, maxDischargePower=800000, bmsSelfCheck=30, powerBatteryCurrent=50000, powerBatteryV3=646000, maxVoltage=3000, minVoltage=4000, maxTemperature=110000, minTemperature=440000, availableCapacity=690000, vehicleStatus=1, 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-21 19:25:20.039 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:20.039 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"690000","bmsSelfCheck":"30","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"14000","dischargeVoltage":"564000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.00","gear":"D","insulationResistance":"262990000","latitude":"39.5228750","location":"1","longitude":"116.6871620","maxDischargePower":"800000","maxFeedbackPower":"600000","maxTemperature":"110000","maxVoltage":"3000","mcu":"1","mileage":"17.00000000","minTemperature":"440000","minVoltage":"4000","motorControllerTemperature":"300000","motorCurrent":"93160000","motorSpeed":"62832","motorTemperature":"134000","motorTorque":"9500","motorVoltage":"21600","powerBattery":"67413.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"646000","ptc":"1","runStatus":"1","soc":"1","speed":"0.0000","timestamp":"1718969121057","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:20.040 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969121057, longitude=116.6871620, latitude=39.5228750, speed=0.0000, mileage=17.00000000, dischargeVoltage=564000, dischargeCurrent=14000, insulationResistance=262990000, gear=D, accelerationPedal=30, brakePedal=30, fuelConsumption=11.00, motorControllerTemperature=300000, motorSpeed=62832, motorTorque=9500, motorTemperature=134000, motorVoltage=21600, motorCurrent=93160000, powerBattery=67413., maxFeedbackPower=600000, maxDischargePower=800000, bmsSelfCheck=30, powerBatteryCurrent=50000, powerBatteryV3=646000, maxVoltage=3000, minVoltage=4000, maxTemperature=110000, minTemperature=440000, availableCapacity=690000, vehicleStatus=1, 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-21 19:25:20.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:20.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:20.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:20.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:20.130 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:20.130 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:20.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:20.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:20.188 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:20.188 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:20.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:20.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:20.225 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:20.225 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:20.251 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:20.251 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:20.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:20.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:20.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:20.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:20.324 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:20.324 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:20.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:20.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:20.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:20.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:20.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:20.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:20.419 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:20.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:20.442 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:20.442 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:21.034 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:21.034 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:21.034 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 32 32 30 35 32 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 31 37 2e 30 37 30 30 30 30 30 30 33 31 31 30 30 30 32 33 30 30 30 31 36 36 33 30 30 30 30 30 44 39 30 35 30 31 30 2e 36 30 37 38 30 30 30 30 37 38 31 39 30 38 36 30 30 31 34 30 30 30 30 32 30 34 30 30 35 31 31 34 30 30 30 30 36 37 34 30 32 2e 35 35 30 30 30 30 33 32 30 30 30 30 36 30 31 32 30 30 30 36 39 30 30 30 30 34 30 30 30 33 30 30 30 36 31 30 30 30 30 37 38 30 30 30 30 34 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 17 7E -2024-06-21 19:25:21.034 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969122052, longitude=116.6890280, latitude=39.5238560, speed=126.00, mileage=17.07000000, dischargeVoltage=311000, dischargeCurrent=23000, insulationResistance=166300000, gear=D, accelerationPedal=90, brakePedal=50, fuelConsumption=10.60, motorControllerTemperature=780000, motorSpeed=78190, motorTorque=8600, motorTemperature=140000, motorVoltage=20400, motorCurrent=51140000, powerBattery=67402., maxFeedbackPower=550000, maxDischargePower=320000, bmsSelfCheck=60, powerBatteryCurrent=12000, powerBatteryV3=690000, maxVoltage=4000, minVoltage=3000, maxTemperature=610000, minTemperature=780000, availableCapacity=430000, vehicleStatus=1, 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-21 19:25:21.038 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:21.038 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"430000","bmsSelfCheck":"60","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"23000","dischargeVoltage":"311000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.60","gear":"D","insulationResistance":"166300000","latitude":"39.5238560","location":"1","longitude":"116.6890280","maxDischargePower":"320000","maxFeedbackPower":"550000","maxTemperature":"610000","maxVoltage":"4000","mcu":"1","mileage":"17.07000000","minTemperature":"780000","minVoltage":"3000","motorControllerTemperature":"780000","motorCurrent":"51140000","motorSpeed":"78190","motorTemperature":"140000","motorTorque":"8600","motorVoltage":"20400","powerBattery":"67402.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"690000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718969122052","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:21.039 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969122052, longitude=116.6890280, latitude=39.5238560, speed=126.00, mileage=17.07000000, dischargeVoltage=311000, dischargeCurrent=23000, insulationResistance=166300000, gear=D, accelerationPedal=90, brakePedal=50, fuelConsumption=10.60, motorControllerTemperature=780000, motorSpeed=78190, motorTorque=8600, motorTemperature=140000, motorVoltage=20400, motorCurrent=51140000, powerBattery=67402., maxFeedbackPower=550000, maxDischargePower=320000, bmsSelfCheck=60, powerBatteryCurrent=12000, powerBatteryV3=690000, maxVoltage=4000, minVoltage=3000, maxTemperature=610000, minTemperature=780000, availableCapacity=430000, vehicleStatus=1, 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-21 19:25:21.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:21.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:21.088 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:21.088 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:21.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:21.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:21.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:21.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:21.166 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:21.166 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:21.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:21.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:21.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:21.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:21.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:21.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:21.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:21.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:21.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:21.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:21.316 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:21.316 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:21.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:21.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:21.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:21.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:21.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:21.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:21.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:21.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:21.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:21.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:22.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:22.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:22.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 32 33 30 35 34 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 31 37 2e 31 37 30 30 30 30 30 30 34 34 31 30 30 30 31 39 30 30 30 37 38 34 39 30 30 30 30 30 44 39 30 32 30 31 32 2e 31 30 34 35 30 30 30 30 35 38 33 37 35 31 31 35 30 38 39 30 30 30 30 31 32 32 30 30 31 33 30 36 30 30 30 30 36 37 33 39 30 2e 32 33 30 30 30 30 37 32 30 30 30 30 31 33 31 30 30 30 30 35 32 39 30 30 30 34 30 30 30 33 30 30 30 32 39 30 30 30 30 36 36 30 30 30 30 36 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 29 7E -2024-06-21 19:25:22.011 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969123054, longitude=116.6901760, latitude=39.5245800, speed=180.00, mileage=17.17000000, dischargeVoltage=441000, dischargeCurrent=19000, insulationResistance=784900000, gear=D, accelerationPedal=90, brakePedal=20, fuelConsumption=12.10, motorControllerTemperature=450000, motorSpeed=58375, motorTorque=1150, motorTemperature=890000, motorVoltage=12200, motorCurrent=13060000, powerBattery=67390., maxFeedbackPower=230000, maxDischargePower=720000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=529000, maxVoltage=4000, minVoltage=3000, maxTemperature=290000, minTemperature=660000, availableCapacity=660000, vehicleStatus=1, 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-21 19:25:22.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:22.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"660000","bmsSelfCheck":"13","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"19000","dischargeVoltage":"441000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.10","gear":"D","insulationResistance":"784900000","latitude":"39.5245800","location":"1","longitude":"116.6901760","maxDischargePower":"720000","maxFeedbackPower":"230000","maxTemperature":"290000","maxVoltage":"4000","mcu":"1","mileage":"17.17000000","minTemperature":"660000","minVoltage":"3000","motorControllerTemperature":"450000","motorCurrent":"13060000","motorSpeed":"58375","motorTemperature":"890000","motorTorque":"1150","motorVoltage":"12200","powerBattery":"67390.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"529000","ptc":"1","runStatus":"1","soc":"1","speed":"180.00","timestamp":"1718969123054","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:22.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969123054, longitude=116.6901760, latitude=39.5245800, speed=180.00, mileage=17.17000000, dischargeVoltage=441000, dischargeCurrent=19000, insulationResistance=784900000, gear=D, accelerationPedal=90, brakePedal=20, fuelConsumption=12.10, motorControllerTemperature=450000, motorSpeed=58375, motorTorque=1150, motorTemperature=890000, motorVoltage=12200, motorCurrent=13060000, powerBattery=67390., maxFeedbackPower=230000, maxDischargePower=720000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=529000, maxVoltage=4000, minVoltage=3000, maxTemperature=290000, minTemperature=660000, availableCapacity=660000, vehicleStatus=1, 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-21 19:25:22.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:22.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:22.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:22.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:22.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:22.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:22.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:22.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:22.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:22.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:22.214 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:22.214 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:22.254 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:22.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:22.303 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:22.303 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:22.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:22.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:22.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:22.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:22.365 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:22.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:22.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:22.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:22.437 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:22.437 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:22.455 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:22.455 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:22.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:22.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:22.581 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:22.581 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:23.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:23.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:23.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 32 34 30 35 38 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 31 37 2e 32 36 30 30 30 30 30 30 36 34 39 30 30 30 33 31 30 30 30 32 30 32 38 32 30 30 30 30 44 35 30 32 30 31 30 2e 31 30 34 34 30 30 30 30 38 39 38 39 33 33 37 37 30 31 30 37 30 30 30 32 37 39 30 30 38 35 30 30 30 30 30 30 36 37 33 38 30 2e 32 34 30 30 30 30 31 34 30 30 30 30 32 30 31 31 30 30 30 35 39 38 30 30 30 33 30 30 30 33 30 30 30 37 34 30 30 30 30 39 34 30 30 30 30 32 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2c 7E -2024-06-21 19:25:23.010 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969124058, longitude=116.6912060, latitude=39.5254530, speed=162.00, mileage=17.26000000, dischargeVoltage=649000, dischargeCurrent=31000, insulationResistance=202820000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=10.10, motorControllerTemperature=440000, motorSpeed=89893, motorTorque=3770, motorTemperature=107000, motorVoltage=27900, motorCurrent=85000000, powerBattery=67380., maxFeedbackPower=240000, maxDischargePower=140000, bmsSelfCheck=20, powerBatteryCurrent=11000, powerBatteryV3=598000, maxVoltage=3000, minVoltage=3000, maxTemperature=740000, minTemperature=940000, availableCapacity=230000, vehicleStatus=1, 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-21 19:25:23.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:23.013 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"230000","bmsSelfCheck":"20","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"31000","dischargeVoltage":"649000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.10","gear":"D","insulationResistance":"202820000","latitude":"39.5254530","location":"1","longitude":"116.6912060","maxDischargePower":"140000","maxFeedbackPower":"240000","maxTemperature":"740000","maxVoltage":"3000","mcu":"1","mileage":"17.26000000","minTemperature":"940000","minVoltage":"3000","motorControllerTemperature":"440000","motorCurrent":"85000000","motorSpeed":"89893","motorTemperature":"107000","motorTorque":"3770","motorVoltage":"27900","powerBattery":"67380.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"598000","ptc":"1","runStatus":"1","soc":"1","speed":"162.00","timestamp":"1718969124058","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:23.013 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969124058, longitude=116.6912060, latitude=39.5254530, speed=162.00, mileage=17.26000000, dischargeVoltage=649000, dischargeCurrent=31000, insulationResistance=202820000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=10.10, motorControllerTemperature=440000, motorSpeed=89893, motorTorque=3770, motorTemperature=107000, motorVoltage=27900, motorCurrent=85000000, powerBattery=67380., maxFeedbackPower=240000, maxDischargePower=140000, bmsSelfCheck=20, powerBatteryCurrent=11000, powerBatteryV3=598000, maxVoltage=3000, minVoltage=3000, maxTemperature=740000, minTemperature=940000, availableCapacity=230000, vehicleStatus=1, 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-21 19:25:23.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:23.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:23.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:23.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:23.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:23.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:23.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:23.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:23.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:23.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:23.173 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:23.173 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:23.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:23.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:23.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:23.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:23.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:23.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:23.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:23.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:23.327 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:23.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:23.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:23.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:23.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:23.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:23.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:23.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:23.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:23.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:23.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:23.469 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:24.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:24.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:24.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 32 35 30 35 36 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 31 37 2e 32 37 30 30 30 30 30 30 35 34 37 30 30 30 32 39 30 30 30 31 39 36 31 35 30 30 30 30 44 37 30 31 30 39 2e 32 30 30 37 30 30 30 30 30 32 39 38 30 34 32 35 33 30 37 36 30 30 30 30 32 34 31 30 30 31 30 30 35 39 30 30 30 36 37 33 38 30 2e 32 31 30 30 30 30 38 30 30 30 30 30 37 30 31 33 30 30 30 32 33 39 30 30 30 33 30 30 30 34 30 30 30 36 39 30 30 30 30 33 34 30 30 30 30 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 35 7E -2024-06-21 19:25:24.013 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969125056, longitude=116.6916840, latitude=39.5258630, speed=18.000, mileage=17.27000000, dischargeVoltage=547000, dischargeCurrent=29000, insulationResistance=196150000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=9.200, motorControllerTemperature=700000, motorSpeed=29804, motorTorque=2530, motorTemperature=760000, motorVoltage=24100, motorCurrent=10059000, powerBattery=67380., maxFeedbackPower=210000, maxDischargePower=800000, bmsSelfCheck=70, powerBatteryCurrent=13000, powerBatteryV3=239000, maxVoltage=3000, minVoltage=4000, maxTemperature=690000, minTemperature=340000, availableCapacity=500000, vehicleStatus=1, 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-21 19:25:24.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:24.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"500000","bmsSelfCheck":"70","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"29000","dischargeVoltage":"547000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"196150000","latitude":"39.5258630","location":"1","longitude":"116.6916840","maxDischargePower":"800000","maxFeedbackPower":"210000","maxTemperature":"690000","maxVoltage":"3000","mcu":"1","mileage":"17.27000000","minTemperature":"340000","minVoltage":"4000","motorControllerTemperature":"700000","motorCurrent":"10059000","motorSpeed":"29804","motorTemperature":"760000","motorTorque":"2530","motorVoltage":"24100","powerBattery":"67380.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"239000","ptc":"1","runStatus":"1","soc":"1","speed":"18.000","timestamp":"1718969125056","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:24.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969125056, longitude=116.6916840, latitude=39.5258630, speed=18.000, mileage=17.27000000, dischargeVoltage=547000, dischargeCurrent=29000, insulationResistance=196150000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=9.200, motorControllerTemperature=700000, motorSpeed=29804, motorTorque=2530, motorTemperature=760000, motorVoltage=24100, motorCurrent=10059000, powerBattery=67380., maxFeedbackPower=210000, maxDischargePower=800000, bmsSelfCheck=70, powerBatteryCurrent=13000, powerBatteryV3=239000, maxVoltage=3000, minVoltage=4000, maxTemperature=690000, minTemperature=340000, availableCapacity=500000, vehicleStatus=1, 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-21 19:25:24.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:24.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:24.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:24.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:24.103 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:24.103 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:24.153 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:24.153 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:24.242 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:24.242 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:24.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:24.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:24.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:24.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:24.318 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:24.318 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:24.347 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:24.347 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:24.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:24.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:24.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:24.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:24.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:24.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:24.442 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:24.443 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:24.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:24.472 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:24.498 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:24.499 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:24.522 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:24.522 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:25.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:25.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:25.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 32 36 30 35 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 31 37 2e 33 30 30 30 30 30 30 30 36 36 32 30 30 30 33 34 30 30 30 31 30 39 35 30 30 30 30 30 44 31 30 30 30 39 2e 32 30 30 37 36 30 30 30 30 33 33 39 32 37 35 37 37 30 36 35 30 30 30 30 31 39 38 30 30 32 30 30 37 30 30 30 30 36 37 33 38 30 2e 33 35 30 30 30 30 38 37 30 30 30 30 31 32 38 30 30 30 30 37 30 39 30 30 30 33 30 30 30 33 30 30 30 30 30 30 30 30 30 32 38 30 30 30 30 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 20 7E -2024-06-21 19:25:25.009 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969126055, longitude=116.6921130, latitude=39.5259090, speed=54.000, mileage=17.30000000, dischargeVoltage=662000, dischargeCurrent=34000, insulationResistance=109500000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=9.200, motorControllerTemperature=760000, motorSpeed=33927, motorTorque=5770, motorTemperature=650000, motorVoltage=19800, motorCurrent=20070000, powerBattery=67380., maxFeedbackPower=350000, maxDischargePower=870000, bmsSelfCheck=12, powerBatteryCurrent=80000, powerBatteryV3=709000, maxVoltage=3000, minVoltage=3000, maxTemperature=000000, minTemperature=280000, availableCapacity=100000, vehicleStatus=1, 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-21 19:25:25.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:25.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"100000","bmsSelfCheck":"12","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"34000","dischargeVoltage":"662000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"109500000","latitude":"39.5259090","location":"1","longitude":"116.6921130","maxDischargePower":"870000","maxFeedbackPower":"350000","maxTemperature":"000000","maxVoltage":"3000","mcu":"1","mileage":"17.30000000","minTemperature":"280000","minVoltage":"3000","motorControllerTemperature":"760000","motorCurrent":"20070000","motorSpeed":"33927","motorTemperature":"650000","motorTorque":"5770","motorVoltage":"19800","powerBattery":"67380.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"709000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969126055","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:25.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969126055, longitude=116.6921130, latitude=39.5259090, speed=54.000, mileage=17.30000000, dischargeVoltage=662000, dischargeCurrent=34000, insulationResistance=109500000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=9.200, motorControllerTemperature=760000, motorSpeed=33927, motorTorque=5770, motorTemperature=650000, motorVoltage=19800, motorCurrent=20070000, powerBattery=67380., maxFeedbackPower=350000, maxDischargePower=870000, bmsSelfCheck=12, powerBatteryCurrent=80000, powerBatteryV3=709000, maxVoltage=3000, minVoltage=3000, maxTemperature=000000, minTemperature=280000, availableCapacity=100000, vehicleStatus=1, 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-21 19:25:25.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:25.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:25.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:25.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:25.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:25.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:25.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:25.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:25.160 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:25.160 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:25.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:25.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:25.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:25.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:25.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:25.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:25.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:25.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:25.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:25.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:25.408 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:25.408 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:25.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:25.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:25.472 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:25.472 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:25.517 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:25.517 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:25.553 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:25.553 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:25.629 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:25.629 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:26.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:26.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:26.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 32 37 30 34 36 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 31 37 2e 33 33 30 30 30 30 30 30 35 37 33 30 30 30 33 30 30 30 30 32 33 31 30 30 30 30 30 30 44 30 30 34 30 39 2e 34 30 30 33 38 30 30 30 30 35 37 31 32 37 37 35 33 30 35 37 30 30 30 30 32 31 35 30 30 39 36 37 36 30 30 30 30 36 37 33 38 30 2e 37 33 30 30 30 30 31 30 30 30 30 30 31 31 31 30 30 30 30 35 33 30 30 30 30 34 30 30 30 34 30 30 30 38 39 30 30 30 30 39 38 30 30 30 30 36 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 27 7E -2024-06-21 19:25:26.003 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969127046, longitude=116.6924240, latitude=39.5261490, speed=54.000, mileage=17.33000000, dischargeVoltage=573000, dischargeCurrent=30000, insulationResistance=231000000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=9.400, motorControllerTemperature=380000, motorSpeed=57127, motorTorque=7530, motorTemperature=570000, motorVoltage=21500, motorCurrent=96760000, powerBattery=67380., maxFeedbackPower=730000, maxDischargePower=100000, bmsSelfCheck=11, powerBatteryCurrent=10000, powerBatteryV3=530000, maxVoltage=4000, minVoltage=4000, maxTemperature=890000, minTemperature=980000, availableCapacity=630000, vehicleStatus=1, 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-21 19:25:26.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:26.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"630000","bmsSelfCheck":"11","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"573000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"231000000","latitude":"39.5261490","location":"1","longitude":"116.6924240","maxDischargePower":"100000","maxFeedbackPower":"730000","maxTemperature":"890000","maxVoltage":"4000","mcu":"1","mileage":"17.33000000","minTemperature":"980000","minVoltage":"4000","motorControllerTemperature":"380000","motorCurrent":"96760000","motorSpeed":"57127","motorTemperature":"570000","motorTorque":"7530","motorVoltage":"21500","powerBattery":"67380.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"530000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969127046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:26.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969127046, longitude=116.6924240, latitude=39.5261490, speed=54.000, mileage=17.33000000, dischargeVoltage=573000, dischargeCurrent=30000, insulationResistance=231000000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=9.400, motorControllerTemperature=380000, motorSpeed=57127, motorTorque=7530, motorTemperature=570000, motorVoltage=21500, motorCurrent=96760000, powerBattery=67380., maxFeedbackPower=730000, maxDischargePower=100000, bmsSelfCheck=11, powerBatteryCurrent=10000, powerBatteryV3=530000, maxVoltage=4000, minVoltage=4000, maxTemperature=890000, minTemperature=980000, availableCapacity=630000, vehicleStatus=1, 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-21 19:25:26.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:26.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:26.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:26.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:26.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:26.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:26.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:26.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:26.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:26.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:26.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:26.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:26.223 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:26.223 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:26.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:26.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:26.278 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:26.278 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:26.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:26.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:26.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:26.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:26.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:26.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:26.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:26.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:26.413 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:26.413 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:26.430 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:26.431 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:26.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:26.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:27.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:27.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:27.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 32 38 30 35 32 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 31 37 2e 33 37 30 30 30 30 30 30 36 36 31 30 30 30 34 38 30 30 30 37 35 36 33 30 30 30 30 30 44 36 30 30 30 39 2e 34 30 30 32 36 30 30 30 30 31 36 35 39 39 34 30 33 30 31 34 34 30 30 30 32 36 32 30 30 31 33 35 31 36 30 30 30 36 37 33 38 30 2e 35 34 30 30 30 30 31 38 30 30 30 30 38 30 36 30 30 30 30 36 37 39 30 30 30 33 30 30 30 34 30 30 30 38 30 30 30 30 30 35 38 30 30 30 30 34 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 38 7E -2024-06-21 19:25:27.012 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969128052, longitude=116.6932070, latitude=39.5262310, speed=72.000, mileage=17.37000000, dischargeVoltage=661000, dischargeCurrent=48000, insulationResistance=756300000, gear=D, accelerationPedal=60, brakePedal=00, fuelConsumption=9.400, motorControllerTemperature=260000, motorSpeed=16599, motorTorque=4030, motorTemperature=144000, motorVoltage=26200, motorCurrent=13516000, powerBattery=67380., maxFeedbackPower=540000, maxDischargePower=180000, bmsSelfCheck=80, powerBatteryCurrent=60000, powerBatteryV3=679000, maxVoltage=3000, minVoltage=4000, maxTemperature=800000, minTemperature=580000, availableCapacity=420000, vehicleStatus=1, 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-21 19:25:27.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:27.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"420000","bmsSelfCheck":"80","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"48000","dischargeVoltage":"661000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"756300000","latitude":"39.5262310","location":"1","longitude":"116.6932070","maxDischargePower":"180000","maxFeedbackPower":"540000","maxTemperature":"800000","maxVoltage":"3000","mcu":"1","mileage":"17.37000000","minTemperature":"580000","minVoltage":"4000","motorControllerTemperature":"260000","motorCurrent":"13516000","motorSpeed":"16599","motorTemperature":"144000","motorTorque":"4030","motorVoltage":"26200","powerBattery":"67380.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"679000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969128052","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:27.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969128052, longitude=116.6932070, latitude=39.5262310, speed=72.000, mileage=17.37000000, dischargeVoltage=661000, dischargeCurrent=48000, insulationResistance=756300000, gear=D, accelerationPedal=60, brakePedal=00, fuelConsumption=9.400, motorControllerTemperature=260000, motorSpeed=16599, motorTorque=4030, motorTemperature=144000, motorVoltage=26200, motorCurrent=13516000, powerBattery=67380., maxFeedbackPower=540000, maxDischargePower=180000, bmsSelfCheck=80, powerBatteryCurrent=60000, powerBatteryV3=679000, maxVoltage=3000, minVoltage=4000, maxTemperature=800000, minTemperature=580000, availableCapacity=420000, vehicleStatus=1, 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-21 19:25:27.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:27.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:27.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:27.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:27.148 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:27.149 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:27.240 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:27.240 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:27.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:27.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:27.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:27.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:27.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:27.347 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:27.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:27.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:27.478 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:27.479 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:27.515 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:27.515 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:27.607 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:27.607 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:27.690 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:27.690 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:27.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:27.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:27.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:27.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:27.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:27.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:27.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:27.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:28.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:28.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:28.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 32 39 30 35 38 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 31 37 2e 34 35 30 30 30 30 30 30 33 37 35 30 30 30 32 36 30 30 30 32 34 32 33 37 30 30 30 30 44 34 30 31 30 39 2e 31 30 30 32 36 30 30 30 30 37 38 37 36 35 39 35 30 30 31 30 31 30 30 30 32 36 33 30 30 31 30 30 30 30 30 30 30 36 37 33 37 31 2e 38 37 30 30 30 30 35 37 30 30 30 30 33 30 38 30 30 30 30 35 33 36 30 30 30 34 30 30 30 34 30 30 30 33 30 30 30 30 30 34 33 30 30 30 30 36 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2c 7E -2024-06-21 19:25:28.012 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969129058, longitude=116.6946190, latitude=39.5263430, speed=144.00, mileage=17.45000000, dischargeVoltage=375000, dischargeCurrent=26000, insulationResistance=242370000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=9.100, motorControllerTemperature=260000, motorSpeed=78765, motorTorque=9500, motorTemperature=101000, motorVoltage=26300, motorCurrent=10000000, powerBattery=67371., maxFeedbackPower=870000, maxDischargePower=570000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=536000, maxVoltage=4000, minVoltage=4000, maxTemperature=300000, minTemperature=430000, availableCapacity=620000, vehicleStatus=1, 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-21 19:25:28.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:28.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"620000","bmsSelfCheck":"30","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"26000","dischargeVoltage":"375000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"242370000","latitude":"39.5263430","location":"1","longitude":"116.6946190","maxDischargePower":"570000","maxFeedbackPower":"870000","maxTemperature":"300000","maxVoltage":"4000","mcu":"1","mileage":"17.45000000","minTemperature":"430000","minVoltage":"4000","motorControllerTemperature":"260000","motorCurrent":"10000000","motorSpeed":"78765","motorTemperature":"101000","motorTorque":"9500","motorVoltage":"26300","powerBattery":"67371.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"536000","ptc":"1","runStatus":"1","soc":"1","speed":"144.00","timestamp":"1718969129058","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:28.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969129058, longitude=116.6946190, latitude=39.5263430, speed=144.00, mileage=17.45000000, dischargeVoltage=375000, dischargeCurrent=26000, insulationResistance=242370000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=9.100, motorControllerTemperature=260000, motorSpeed=78765, motorTorque=9500, motorTemperature=101000, motorVoltage=26300, motorCurrent=10000000, powerBattery=67371., maxFeedbackPower=870000, maxDischargePower=570000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=536000, maxVoltage=4000, minVoltage=4000, maxTemperature=300000, minTemperature=430000, availableCapacity=620000, vehicleStatus=1, 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-21 19:25:28.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:28.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:28.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:28.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:28.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:28.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:28.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:28.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:28.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:28.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:28.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:28.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:28.189 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:28.190 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:28.210 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:28.210 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:28.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:28.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:28.251 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:28.251 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:28.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:28.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:28.291 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:28.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:28.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:28.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:28.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:28.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:28.353 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:28.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:28.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:28.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:29.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:29.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:29.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 33 30 30 35 37 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 31 37 2e 34 38 30 30 30 30 30 30 32 39 36 30 30 30 32 39 30 30 30 32 37 30 32 33 30 30 30 30 44 35 30 38 30 31 30 2e 36 30 35 34 30 30 30 30 34 39 39 36 33 31 38 30 30 38 31 30 30 30 30 32 36 38 30 30 31 33 32 39 31 30 30 30 36 37 33 37 31 2e 31 39 30 30 30 30 39 39 30 30 30 30 33 30 31 33 30 30 30 34 36 34 30 30 30 33 30 30 30 33 30 30 30 32 37 30 30 30 30 33 36 30 30 30 30 39 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 5b 7E -2024-06-21 19:25:29.023 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969130057, longitude=116.6953970, latitude=39.5263970, speed=54.000, mileage=17.48000000, dischargeVoltage=296000, dischargeCurrent=29000, insulationResistance=270230000, gear=D, accelerationPedal=50, brakePedal=80, fuelConsumption=10.60, motorControllerTemperature=540000, motorSpeed=49963, motorTorque=1800, motorTemperature=810000, motorVoltage=26800, motorCurrent=13291000, powerBattery=67371., maxFeedbackPower=190000, maxDischargePower=990000, bmsSelfCheck=30, powerBatteryCurrent=13000, powerBatteryV3=464000, maxVoltage=3000, minVoltage=3000, maxTemperature=270000, minTemperature=360000, availableCapacity=990000, vehicleStatus=1, 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-21 19:25:29.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:29.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"990000","bmsSelfCheck":"30","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"29000","dischargeVoltage":"296000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.60","gear":"D","insulationResistance":"270230000","latitude":"39.5263970","location":"1","longitude":"116.6953970","maxDischargePower":"990000","maxFeedbackPower":"190000","maxTemperature":"270000","maxVoltage":"3000","mcu":"1","mileage":"17.48000000","minTemperature":"360000","minVoltage":"3000","motorControllerTemperature":"540000","motorCurrent":"13291000","motorSpeed":"49963","motorTemperature":"810000","motorTorque":"1800","motorVoltage":"26800","powerBattery":"67371.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"464000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969130057","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:29.025 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969130057, longitude=116.6953970, latitude=39.5263970, speed=54.000, mileage=17.48000000, dischargeVoltage=296000, dischargeCurrent=29000, insulationResistance=270230000, gear=D, accelerationPedal=50, brakePedal=80, fuelConsumption=10.60, motorControllerTemperature=540000, motorSpeed=49963, motorTorque=1800, motorTemperature=810000, motorVoltage=26800, motorCurrent=13291000, powerBattery=67371., maxFeedbackPower=190000, maxDischargePower=990000, bmsSelfCheck=30, powerBatteryCurrent=13000, powerBatteryV3=464000, maxVoltage=3000, minVoltage=3000, maxTemperature=270000, minTemperature=360000, availableCapacity=990000, vehicleStatus=1, 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-21 19:25:29.164 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:29.164 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:29.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:29.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:29.227 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:29.227 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:29.254 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:29.254 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:29.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:29.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:29.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:29.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:29.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:29.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:29.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:29.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:29.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:29.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:29.446 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:29.446 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:29.464 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:29.465 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:29.502 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:29.503 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:29.538 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:29.538 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:29.587 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:29.587 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:29.615 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:29.615 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:29.635 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:29.635 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:30.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:30.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:30.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 33 31 30 35 37 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 31 37 2e 35 30 30 30 30 30 30 30 32 35 37 30 30 30 32 34 30 30 30 32 33 31 37 30 30 30 30 30 44 34 30 35 30 31 30 2e 30 30 37 30 30 30 30 30 39 39 39 32 37 33 30 30 30 37 38 30 30 30 30 31 36 34 30 30 31 31 33 33 37 30 30 30 36 37 33 37 31 2e 35 30 30 30 30 30 35 30 30 30 30 30 31 32 39 30 30 30 30 35 34 36 30 30 30 33 30 30 30 34 30 30 30 38 38 30 30 30 30 34 39 30 30 30 30 33 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2f 7E -2024-06-21 19:25:30.007 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969131057, longitude=116.6958480, latitude=39.5264340, speed=36.000, mileage=17.50000000, dischargeVoltage=257000, dischargeCurrent=24000, insulationResistance=231700000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=10.00, motorControllerTemperature=700000, motorSpeed=99927, motorTorque=3000, motorTemperature=780000, motorVoltage=16400, motorCurrent=11337000, powerBattery=67371., maxFeedbackPower=500000, maxDischargePower=500000, bmsSelfCheck=12, powerBatteryCurrent=90000, powerBatteryV3=546000, maxVoltage=3000, minVoltage=4000, maxTemperature=880000, minTemperature=490000, availableCapacity=360000, vehicleStatus=1, 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-21 19:25:30.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:30.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"360000","bmsSelfCheck":"12","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"24000","dischargeVoltage":"257000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.00","gear":"D","insulationResistance":"231700000","latitude":"39.5264340","location":"1","longitude":"116.6958480","maxDischargePower":"500000","maxFeedbackPower":"500000","maxTemperature":"880000","maxVoltage":"3000","mcu":"1","mileage":"17.50000000","minTemperature":"490000","minVoltage":"4000","motorControllerTemperature":"700000","motorCurrent":"11337000","motorSpeed":"99927","motorTemperature":"780000","motorTorque":"3000","motorVoltage":"16400","powerBattery":"67371.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"546000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969131057","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:30.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969131057, longitude=116.6958480, latitude=39.5264340, speed=36.000, mileage=17.50000000, dischargeVoltage=257000, dischargeCurrent=24000, insulationResistance=231700000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=10.00, motorControllerTemperature=700000, motorSpeed=99927, motorTorque=3000, motorTemperature=780000, motorVoltage=16400, motorCurrent=11337000, powerBattery=67371., maxFeedbackPower=500000, maxDischargePower=500000, bmsSelfCheck=12, powerBatteryCurrent=90000, powerBatteryV3=546000, maxVoltage=3000, minVoltage=4000, maxTemperature=880000, minTemperature=490000, availableCapacity=360000, vehicleStatus=1, 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-21 19:25:30.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:30.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:30.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:30.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:30.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:30.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:30.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:30.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:30.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:30.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:30.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:30.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:30.219 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:30.219 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:30.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:30.246 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:30.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:30.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:30.295 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:30.295 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:30.320 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:30.320 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:30.335 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:30.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:30.360 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:30.360 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:30.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:30.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:30.409 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:30.409 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:30.434 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:30.434 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:31.240 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:31.241 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:31.242 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 33 32 30 35 34 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 31 37 2e 35 35 30 30 30 30 30 30 33 35 35 30 30 30 37 30 30 30 30 32 39 30 32 33 30 30 30 30 44 32 30 31 30 31 31 2e 31 30 38 36 30 30 30 30 33 37 34 33 37 35 37 33 30 33 33 30 30 30 30 31 35 30 30 30 31 30 36 31 38 30 30 30 36 37 33 36 30 2e 32 32 30 30 30 30 35 30 30 30 30 30 34 30 31 34 30 30 30 35 33 36 30 30 30 34 30 30 30 33 30 30 30 38 35 30 30 30 30 39 38 30 30 30 30 39 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 21 7E -2024-06-21 19:25:31.242 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969132054, longitude=116.6970220, latitude=39.5265370, speed=90.000, mileage=17.55000000, dischargeVoltage=355000, dischargeCurrent=70000, insulationResistance=290230000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=11.10, motorControllerTemperature=860000, motorSpeed=37437, motorTorque=5730, motorTemperature=330000, motorVoltage=15000, motorCurrent=10618000, powerBattery=67360., maxFeedbackPower=220000, maxDischargePower=500000, bmsSelfCheck=40, powerBatteryCurrent=14000, powerBatteryV3=536000, maxVoltage=4000, minVoltage=3000, maxTemperature=850000, minTemperature=980000, availableCapacity=960000, vehicleStatus=1, 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-21 19:25:31.244 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:31.244 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"960000","bmsSelfCheck":"40","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"70000","dischargeVoltage":"355000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"290230000","latitude":"39.5265370","location":"1","longitude":"116.6970220","maxDischargePower":"500000","maxFeedbackPower":"220000","maxTemperature":"850000","maxVoltage":"4000","mcu":"1","mileage":"17.55000000","minTemperature":"980000","minVoltage":"3000","motorControllerTemperature":"860000","motorCurrent":"10618000","motorSpeed":"37437","motorTemperature":"330000","motorTorque":"5730","motorVoltage":"15000","powerBattery":"67360.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"536000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969132054","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:31.244 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969132054, longitude=116.6970220, latitude=39.5265370, speed=90.000, mileage=17.55000000, dischargeVoltage=355000, dischargeCurrent=70000, insulationResistance=290230000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=11.10, motorControllerTemperature=860000, motorSpeed=37437, motorTorque=5730, motorTemperature=330000, motorVoltage=15000, motorCurrent=10618000, powerBattery=67360., maxFeedbackPower=220000, maxDischargePower=500000, bmsSelfCheck=40, powerBatteryCurrent=14000, powerBatteryV3=536000, maxVoltage=4000, minVoltage=3000, maxTemperature=850000, minTemperature=980000, availableCapacity=960000, vehicleStatus=1, 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-21 19:25:31.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:31.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:31.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:31.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:31.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:31.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:31.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:31.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:31.384 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:31.384 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:31.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:31.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:31.434 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:31.434 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:31.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:31.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:31.496 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:31.496 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:31.519 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:31.519 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:31.547 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:31.547 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:31.581 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:31.581 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:31.605 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:31.605 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:31.626 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:31.626 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:31.647 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:31.647 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:31.671 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:31.671 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:32.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:32.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:32.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 33 33 30 34 39 31 31 36 2e 36 39 38 34 37 36 30 33 39 2e 35 32 36 36 35 37 30 35 34 2e 30 30 30 31 37 2e 35 38 30 30 30 30 30 30 37 31 38 30 30 30 38 30 30 30 30 32 35 39 30 38 30 30 30 30 44 31 30 32 30 31 30 2e 38 30 39 30 30 30 30 30 36 37 33 31 39 33 35 33 30 31 34 34 30 30 30 31 39 31 30 30 32 30 33 35 30 30 30 30 36 37 33 36 30 2e 36 31 30 30 30 30 35 30 30 30 30 30 31 33 31 30 30 30 30 32 39 36 30 30 30 33 30 30 30 34 30 30 30 36 33 30 30 30 30 34 38 30 30 30 30 35 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3a 7E -2024-06-21 19:25:32.011 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969133049, longitude=116.6984760, latitude=39.5266570, speed=54.000, mileage=17.58000000, dischargeVoltage=718000, dischargeCurrent=80000, insulationResistance=259080000, gear=D, accelerationPedal=10, brakePedal=20, fuelConsumption=10.80, motorControllerTemperature=900000, motorSpeed=67319, motorTorque=3530, motorTemperature=144000, motorVoltage=19100, motorCurrent=20350000, powerBattery=67360., maxFeedbackPower=610000, maxDischargePower=500000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=296000, maxVoltage=3000, minVoltage=4000, maxTemperature=630000, minTemperature=480000, availableCapacity=540000, vehicleStatus=1, 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-21 19:25:32.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:32.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"540000","bmsSelfCheck":"13","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"718000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.80","gear":"D","insulationResistance":"259080000","latitude":"39.5266570","location":"1","longitude":"116.6984760","maxDischargePower":"500000","maxFeedbackPower":"610000","maxTemperature":"630000","maxVoltage":"3000","mcu":"1","mileage":"17.58000000","minTemperature":"480000","minVoltage":"4000","motorControllerTemperature":"900000","motorCurrent":"20350000","motorSpeed":"67319","motorTemperature":"144000","motorTorque":"3530","motorVoltage":"19100","powerBattery":"67360.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"296000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969133049","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:32.013 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969133049, longitude=116.6984760, latitude=39.5266570, speed=54.000, mileage=17.58000000, dischargeVoltage=718000, dischargeCurrent=80000, insulationResistance=259080000, gear=D, accelerationPedal=10, brakePedal=20, fuelConsumption=10.80, motorControllerTemperature=900000, motorSpeed=67319, motorTorque=3530, motorTemperature=144000, motorVoltage=19100, motorCurrent=20350000, powerBattery=67360., maxFeedbackPower=610000, maxDischargePower=500000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=296000, maxVoltage=3000, minVoltage=4000, maxTemperature=630000, minTemperature=480000, availableCapacity=540000, vehicleStatus=1, 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-21 19:25:32.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:32.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:32.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:32.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:32.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:32.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:32.105 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:32.105 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:32.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:32.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:32.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:32.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:32.189 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:32.190 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:32.226 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:32.226 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:32.265 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:32.265 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:32.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:32.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:32.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:32.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:32.358 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:32.358 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:32.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:32.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:32.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:32.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:32.422 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:32.422 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:32.441 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:32.442 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:33.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:33.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:33.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 33 34 30 34 35 31 31 36 2e 36 39 39 33 31 39 30 33 39 2e 35 32 36 37 34 31 30 39 30 2e 30 30 30 31 37 2e 36 33 30 30 30 30 30 30 32 33 36 30 30 30 34 35 30 30 30 31 38 35 30 30 30 30 30 30 44 34 30 38 30 31 30 2e 35 30 33 33 30 30 30 30 38 36 38 33 33 36 38 36 30 38 33 30 30 30 30 31 31 36 30 30 31 34 32 36 34 30 30 30 36 37 33 34 39 2e 38 35 30 30 30 30 35 33 30 30 30 30 36 30 31 30 30 30 30 35 35 39 30 30 30 34 30 30 30 33 30 30 30 37 32 30 30 30 30 36 39 30 30 30 30 37 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 4c 7E -2024-06-21 19:25:33.022 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969134045, longitude=116.6993190, latitude=39.5267410, speed=90.000, mileage=17.63000000, dischargeVoltage=236000, dischargeCurrent=45000, insulationResistance=185000000, gear=D, accelerationPedal=40, brakePedal=80, fuelConsumption=10.50, motorControllerTemperature=330000, motorSpeed=86833, motorTorque=6860, motorTemperature=830000, motorVoltage=11600, motorCurrent=14264000, powerBattery=67349., maxFeedbackPower=850000, maxDischargePower=530000, bmsSelfCheck=60, powerBatteryCurrent=10000, powerBatteryV3=559000, maxVoltage=4000, minVoltage=3000, maxTemperature=720000, minTemperature=690000, availableCapacity=770000, vehicleStatus=1, 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-21 19:25:33.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:33.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"770000","bmsSelfCheck":"60","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"45000","dischargeVoltage":"236000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"185000000","latitude":"39.5267410","location":"1","longitude":"116.6993190","maxDischargePower":"530000","maxFeedbackPower":"850000","maxTemperature":"720000","maxVoltage":"4000","mcu":"1","mileage":"17.63000000","minTemperature":"690000","minVoltage":"3000","motorControllerTemperature":"330000","motorCurrent":"14264000","motorSpeed":"86833","motorTemperature":"830000","motorTorque":"6860","motorVoltage":"11600","powerBattery":"67349.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"559000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969134045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:33.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969134045, longitude=116.6993190, latitude=39.5267410, speed=90.000, mileage=17.63000000, dischargeVoltage=236000, dischargeCurrent=45000, insulationResistance=185000000, gear=D, accelerationPedal=40, brakePedal=80, fuelConsumption=10.50, motorControllerTemperature=330000, motorSpeed=86833, motorTorque=6860, motorTemperature=830000, motorVoltage=11600, motorCurrent=14264000, powerBattery=67349., maxFeedbackPower=850000, maxDischargePower=530000, bmsSelfCheck=60, powerBatteryCurrent=10000, powerBatteryV3=559000, maxVoltage=4000, minVoltage=3000, maxTemperature=720000, minTemperature=690000, availableCapacity=770000, vehicleStatus=1, 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-21 19:25:33.159 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:33.159 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:33.194 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:33.194 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:33.227 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:33.227 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:33.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:33.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:33.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:33.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:33.298 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:33.298 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:33.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:33.316 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:33.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:33.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:33.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:33.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:33.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:33.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:33.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:33.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:33.428 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:33.428 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:33.453 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:33.453 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:33.470 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:33.470 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:33.527 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:33.527 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:33.550 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:33.550 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:34.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:34.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:34.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 33 35 30 34 36 31 31 36 2e 37 30 30 35 32 36 30 33 39 2e 35 32 36 38 32 38 30 37 32 2e 30 30 30 31 37 2e 36 37 30 30 30 30 30 30 31 39 30 30 30 30 33 39 30 30 30 32 39 32 37 32 30 30 30 30 44 39 30 31 30 31 30 2e 36 30 32 37 30 30 30 30 35 32 38 30 38 33 30 38 30 32 39 30 30 30 30 31 32 31 30 30 31 38 36 34 30 30 30 30 36 37 33 34 39 2e 33 30 30 30 30 30 32 36 30 30 30 30 31 32 36 30 30 30 30 33 30 33 30 30 30 33 30 30 30 33 30 30 30 34 35 30 30 30 30 33 37 30 30 30 30 38 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 26 7E -2024-06-21 19:25:34.008 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969135046, longitude=116.7005260, latitude=39.5268280, speed=72.000, mileage=17.67000000, dischargeVoltage=190000, dischargeCurrent=39000, insulationResistance=292720000, gear=D, accelerationPedal=90, brakePedal=10, fuelConsumption=10.60, motorControllerTemperature=270000, motorSpeed=52808, motorTorque=3080, motorTemperature=290000, motorVoltage=12100, motorCurrent=18640000, powerBattery=67349., maxFeedbackPower=300000, maxDischargePower=260000, bmsSelfCheck=12, powerBatteryCurrent=60000, powerBatteryV3=303000, maxVoltage=3000, minVoltage=3000, maxTemperature=450000, minTemperature=370000, availableCapacity=840000, vehicleStatus=1, 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-21 19:25:34.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:34.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"840000","bmsSelfCheck":"12","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"39000","dischargeVoltage":"190000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.60","gear":"D","insulationResistance":"292720000","latitude":"39.5268280","location":"1","longitude":"116.7005260","maxDischargePower":"260000","maxFeedbackPower":"300000","maxTemperature":"450000","maxVoltage":"3000","mcu":"1","mileage":"17.67000000","minTemperature":"370000","minVoltage":"3000","motorControllerTemperature":"270000","motorCurrent":"18640000","motorSpeed":"52808","motorTemperature":"290000","motorTorque":"3080","motorVoltage":"12100","powerBattery":"67349.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"303000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969135046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:34.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969135046, longitude=116.7005260, latitude=39.5268280, speed=72.000, mileage=17.67000000, dischargeVoltage=190000, dischargeCurrent=39000, insulationResistance=292720000, gear=D, accelerationPedal=90, brakePedal=10, fuelConsumption=10.60, motorControllerTemperature=270000, motorSpeed=52808, motorTorque=3080, motorTemperature=290000, motorVoltage=12100, motorCurrent=18640000, powerBattery=67349., maxFeedbackPower=300000, maxDischargePower=260000, bmsSelfCheck=12, powerBatteryCurrent=60000, powerBatteryV3=303000, maxVoltage=3000, minVoltage=3000, maxTemperature=450000, minTemperature=370000, availableCapacity=840000, vehicleStatus=1, 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-21 19:25:34.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:34.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:34.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:34.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:34.211 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:34.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:34.251 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:34.251 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:34.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:34.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:34.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:34.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:34.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:34.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:34.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:34.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:34.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:34.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:34.424 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:34.424 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:34.456 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:34.456 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:34.489 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:34.489 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:34.510 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:34.510 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:34.533 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:34.533 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:34.550 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:34.550 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:34.577 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:34.577 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:35.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:35.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:35.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 33 36 30 34 36 31 31 36 2e 37 30 31 34 30 31 30 33 39 2e 35 32 36 39 30 37 30 37 32 2e 30 30 30 31 37 2e 37 31 30 30 30 30 30 30 36 32 36 30 30 30 34 30 30 30 30 31 30 33 37 38 30 30 30 30 44 39 30 38 30 31 30 2e 34 30 35 30 30 30 30 30 33 30 37 35 32 35 33 32 30 31 30 34 30 30 30 32 39 30 30 30 31 33 33 35 30 30 30 30 36 37 33 34 39 2e 31 37 30 30 30 30 31 39 30 30 30 30 31 34 39 30 30 30 30 34 32 39 30 30 30 33 30 30 30 34 30 30 30 33 39 30 30 30 30 39 34 30 30 30 30 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1c 7E -2024-06-21 19:25:35.010 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969136046, longitude=116.7014010, latitude=39.5269070, speed=72.000, mileage=17.71000000, dischargeVoltage=626000, dischargeCurrent=40000, insulationResistance=103780000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=10.40, motorControllerTemperature=500000, motorSpeed=30752, motorTorque=5320, motorTemperature=104000, motorVoltage=29000, motorCurrent=13350000, powerBattery=67349., maxFeedbackPower=170000, maxDischargePower=190000, bmsSelfCheck=14, powerBatteryCurrent=90000, powerBatteryV3=429000, maxVoltage=3000, minVoltage=4000, maxTemperature=390000, minTemperature=940000, availableCapacity=600000, vehicleStatus=1, 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-21 19:25:35.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:35.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"600000","bmsSelfCheck":"14","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"626000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"103780000","latitude":"39.5269070","location":"1","longitude":"116.7014010","maxDischargePower":"190000","maxFeedbackPower":"170000","maxTemperature":"390000","maxVoltage":"3000","mcu":"1","mileage":"17.71000000","minTemperature":"940000","minVoltage":"4000","motorControllerTemperature":"500000","motorCurrent":"13350000","motorSpeed":"30752","motorTemperature":"104000","motorTorque":"5320","motorVoltage":"29000","powerBattery":"67349.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"429000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969136046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:35.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969136046, longitude=116.7014010, latitude=39.5269070, speed=72.000, mileage=17.71000000, dischargeVoltage=626000, dischargeCurrent=40000, insulationResistance=103780000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=10.40, motorControllerTemperature=500000, motorSpeed=30752, motorTorque=5320, motorTemperature=104000, motorVoltage=29000, motorCurrent=13350000, powerBattery=67349., maxFeedbackPower=170000, maxDischargePower=190000, bmsSelfCheck=14, powerBatteryCurrent=90000, powerBatteryV3=429000, maxVoltage=3000, minVoltage=4000, maxTemperature=390000, minTemperature=940000, availableCapacity=600000, vehicleStatus=1, 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-21 19:25:35.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:35.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:35.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:35.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:35.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:35.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:35.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:35.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:35.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:35.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:35.164 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:35.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:35.188 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:35.188 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:35.225 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:35.225 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:35.278 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:35.278 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:35.299 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:35.299 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:35.322 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:35.322 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:35.340 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:35.340 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:35.360 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:35.360 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:35.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:35.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:35.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:35.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:35.427 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:35.427 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:36.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:36.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:36.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 33 37 30 34 36 31 31 36 2e 37 30 32 39 30 38 30 33 39 2e 35 32 37 30 33 31 30 31 32 36 2e 30 30 31 37 2e 37 38 30 30 30 30 30 30 32 39 35 30 30 30 32 35 30 30 30 35 34 39 33 30 30 30 30 30 44 36 30 33 30 31 30 2e 31 30 35 31 30 30 30 30 36 37 31 38 38 31 39 30 30 31 31 39 30 30 30 31 33 30 30 30 31 33 35 36 33 30 30 30 36 37 33 33 39 2e 38 38 30 30 30 30 33 32 30 30 30 30 32 30 31 32 30 30 30 36 30 36 30 30 30 34 30 30 30 33 30 30 30 39 38 30 30 30 30 34 39 30 30 30 30 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2d 7E -2024-06-21 19:25:36.009 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969137046, longitude=116.7029080, latitude=39.5270310, speed=126.00, mileage=17.78000000, dischargeVoltage=295000, dischargeCurrent=25000, insulationResistance=549300000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=10.10, motorControllerTemperature=510000, motorSpeed=67188, motorTorque=1900, motorTemperature=119000, motorVoltage=13000, motorCurrent=13563000, powerBattery=67339., maxFeedbackPower=880000, maxDischargePower=320000, bmsSelfCheck=20, powerBatteryCurrent=12000, powerBatteryV3=606000, maxVoltage=4000, minVoltage=3000, maxTemperature=980000, minTemperature=490000, availableCapacity=300000, vehicleStatus=1, 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-21 19:25:36.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:36.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"300000","bmsSelfCheck":"20","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"25000","dischargeVoltage":"295000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.10","gear":"D","insulationResistance":"549300000","latitude":"39.5270310","location":"1","longitude":"116.7029080","maxDischargePower":"320000","maxFeedbackPower":"880000","maxTemperature":"980000","maxVoltage":"4000","mcu":"1","mileage":"17.78000000","minTemperature":"490000","minVoltage":"3000","motorControllerTemperature":"510000","motorCurrent":"13563000","motorSpeed":"67188","motorTemperature":"119000","motorTorque":"1900","motorVoltage":"13000","powerBattery":"67339.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"606000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718969137046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:36.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969137046, longitude=116.7029080, latitude=39.5270310, speed=126.00, mileage=17.78000000, dischargeVoltage=295000, dischargeCurrent=25000, insulationResistance=549300000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=10.10, motorControllerTemperature=510000, motorSpeed=67188, motorTorque=1900, motorTemperature=119000, motorVoltage=13000, motorCurrent=13563000, powerBattery=67339., maxFeedbackPower=880000, maxDischargePower=320000, bmsSelfCheck=20, powerBatteryCurrent=12000, powerBatteryV3=606000, maxVoltage=4000, minVoltage=3000, maxTemperature=980000, minTemperature=490000, availableCapacity=300000, vehicleStatus=1, 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-21 19:25:36.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:36.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:36.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:36.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:36.103 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:36.103 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:36.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:36.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:36.149 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:36.149 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:36.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:36.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:36.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:36.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:36.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:36.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:36.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:36.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:36.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:36.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:36.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:36.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:36.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:36.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:36.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:36.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:36.387 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:36.387 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:36.407 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:36.407 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:36.428 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:36.428 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:36.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:36.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:36.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 33 38 30 34 35 31 31 36 2e 37 30 34 30 37 32 30 33 39 2e 35 32 37 31 30 39 30 31 30 38 2e 30 30 31 37 2e 38 34 30 30 30 30 30 30 36 38 36 30 30 30 31 36 30 30 30 32 34 34 34 35 30 30 30 30 44 32 30 36 30 31 30 2e 34 30 38 36 30 30 30 30 38 38 38 38 38 32 36 35 30 38 36 30 30 30 30 31 37 37 30 30 34 33 38 34 30 30 30 30 36 37 33 32 39 2e 38 36 30 30 30 30 31 34 30 30 30 30 37 30 31 30 30 30 30 32 35 36 30 30 30 33 30 30 30 33 30 30 30 32 35 30 30 30 30 37 38 30 30 30 30 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 4d 7E -2024-06-21 19:25:36.998 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969138045, longitude=116.7040720, latitude=39.5271090, speed=108.00, mileage=17.84000000, dischargeVoltage=686000, dischargeCurrent=16000, insulationResistance=244450000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=10.40, motorControllerTemperature=860000, motorSpeed=88888, motorTorque=2650, motorTemperature=860000, motorVoltage=17700, motorCurrent=43840000, powerBattery=67329., maxFeedbackPower=860000, maxDischargePower=140000, bmsSelfCheck=70, powerBatteryCurrent=10000, powerBatteryV3=256000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=780000, availableCapacity=600000, vehicleStatus=1, 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-21 19:25:37.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:37.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"600000","bmsSelfCheck":"70","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"16000","dischargeVoltage":"686000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"244450000","latitude":"39.5271090","location":"1","longitude":"116.7040720","maxDischargePower":"140000","maxFeedbackPower":"860000","maxTemperature":"250000","maxVoltage":"3000","mcu":"1","mileage":"17.84000000","minTemperature":"780000","minVoltage":"3000","motorControllerTemperature":"860000","motorCurrent":"43840000","motorSpeed":"88888","motorTemperature":"860000","motorTorque":"2650","motorVoltage":"17700","powerBattery":"67329.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"256000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969138045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:37.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969138045, longitude=116.7040720, latitude=39.5271090, speed=108.00, mileage=17.84000000, dischargeVoltage=686000, dischargeCurrent=16000, insulationResistance=244450000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=10.40, motorControllerTemperature=860000, motorSpeed=88888, motorTorque=2650, motorTemperature=860000, motorVoltage=17700, motorCurrent=43840000, powerBattery=67329., maxFeedbackPower=860000, maxDischargePower=140000, bmsSelfCheck=70, powerBatteryCurrent=10000, powerBatteryV3=256000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=780000, availableCapacity=600000, vehicleStatus=1, 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-21 19:25:37.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:37.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:37.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:37.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:37.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:37.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:37.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:37.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:37.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:37.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:37.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:37.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:37.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:37.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:37.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:37.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:37.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:37.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:37.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:37.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:37.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:37.335 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:37.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:37.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:37.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:37.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:37.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:37.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:37.422 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:37.422 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:37.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:37.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:38.116 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:38.117 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:38.117 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 33 39 30 34 36 31 31 36 2e 37 30 35 31 31 38 30 33 39 2e 35 32 37 31 39 32 30 39 30 2e 30 30 30 31 37 2e 38 39 30 30 30 30 30 30 34 31 38 30 30 30 34 33 30 30 30 31 37 39 31 35 30 30 30 30 44 39 30 34 30 31 30 2e 32 30 31 30 30 30 30 30 39 38 30 35 30 34 32 30 30 34 32 30 30 30 30 32 36 30 30 30 32 38 32 33 30 30 30 30 36 37 33 31 38 2e 36 30 30 30 30 30 39 39 30 30 30 30 30 30 36 30 30 30 30 35 32 35 30 30 30 34 30 30 30 33 30 30 30 32 32 30 30 30 30 37 34 30 30 30 30 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 14 7E -2024-06-21 19:25:38.117 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969139046, longitude=116.7051180, latitude=39.5271920, speed=90.000, mileage=17.89000000, dischargeVoltage=418000, dischargeCurrent=43000, insulationResistance=179150000, gear=D, accelerationPedal=90, brakePedal=40, fuelConsumption=10.20, motorControllerTemperature=100000, motorSpeed=98050, motorTorque=4200, motorTemperature=420000, motorVoltage=26000, motorCurrent=28230000, powerBattery=67318., maxFeedbackPower=600000, maxDischargePower=990000, bmsSelfCheck=00, powerBatteryCurrent=60000, powerBatteryV3=525000, maxVoltage=4000, minVoltage=3000, maxTemperature=220000, minTemperature=740000, availableCapacity=100000, vehicleStatus=1, 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-21 19:25:38.119 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:38.119 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"100000","bmsSelfCheck":"00","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"43000","dischargeVoltage":"418000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"179150000","latitude":"39.5271920","location":"1","longitude":"116.7051180","maxDischargePower":"990000","maxFeedbackPower":"600000","maxTemperature":"220000","maxVoltage":"4000","mcu":"1","mileage":"17.89000000","minTemperature":"740000","minVoltage":"3000","motorControllerTemperature":"100000","motorCurrent":"28230000","motorSpeed":"98050","motorTemperature":"420000","motorTorque":"4200","motorVoltage":"26000","powerBattery":"67318.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"525000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969139046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:38.119 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969139046, longitude=116.7051180, latitude=39.5271920, speed=90.000, mileage=17.89000000, dischargeVoltage=418000, dischargeCurrent=43000, insulationResistance=179150000, gear=D, accelerationPedal=90, brakePedal=40, fuelConsumption=10.20, motorControllerTemperature=100000, motorSpeed=98050, motorTorque=4200, motorTemperature=420000, motorVoltage=26000, motorCurrent=28230000, powerBattery=67318., maxFeedbackPower=600000, maxDischargePower=990000, bmsSelfCheck=00, powerBatteryCurrent=60000, powerBatteryV3=525000, maxVoltage=4000, minVoltage=3000, maxTemperature=220000, minTemperature=740000, availableCapacity=100000, vehicleStatus=1, 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-21 19:25:38.151 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:38.151 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:38.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:38.192 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:38.215 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:38.215 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:38.258 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:38.258 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:38.286 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:38.287 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:38.320 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:38.320 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:38.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:38.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:38.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:38.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:38.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:38.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:38.434 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:38.435 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:38.460 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:38.460 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:38.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:38.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:38.501 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:38.501 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:38.520 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:38.520 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:38.540 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:38.540 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:38.563 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:38.563 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:39.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:39.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:39.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 34 30 30 34 36 31 31 36 2e 37 30 36 31 39 36 30 33 39 2e 35 32 37 32 38 37 30 37 32 2e 30 30 30 31 37 2e 39 33 30 30 30 30 30 30 36 39 31 30 30 30 31 39 30 30 30 33 30 39 34 30 30 30 30 30 44 33 30 35 30 31 30 2e 36 30 32 37 30 30 30 30 34 32 32 31 36 36 39 30 30 31 30 30 30 30 30 32 33 31 30 30 32 37 37 30 30 30 30 30 36 37 33 31 38 2e 34 34 30 30 30 30 33 36 30 30 30 30 34 30 35 30 30 30 30 32 36 35 30 30 30 33 30 30 30 34 30 30 30 35 37 30 30 30 30 34 32 30 30 30 30 39 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 23 7E -2024-06-21 19:25:39.008 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969140046, longitude=116.7061960, latitude=39.5272870, speed=72.000, mileage=17.93000000, dischargeVoltage=691000, dischargeCurrent=19000, insulationResistance=309400000, gear=D, accelerationPedal=30, brakePedal=50, fuelConsumption=10.60, motorControllerTemperature=270000, motorSpeed=42216, motorTorque=6900, motorTemperature=100000, motorVoltage=23100, motorCurrent=27700000, powerBattery=67318., maxFeedbackPower=440000, maxDischargePower=360000, bmsSelfCheck=40, powerBatteryCurrent=50000, powerBatteryV3=265000, maxVoltage=3000, minVoltage=4000, maxTemperature=570000, minTemperature=420000, availableCapacity=960000, vehicleStatus=1, 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-21 19:25:39.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:39.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"960000","bmsSelfCheck":"40","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"19000","dischargeVoltage":"691000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.60","gear":"D","insulationResistance":"309400000","latitude":"39.5272870","location":"1","longitude":"116.7061960","maxDischargePower":"360000","maxFeedbackPower":"440000","maxTemperature":"570000","maxVoltage":"3000","mcu":"1","mileage":"17.93000000","minTemperature":"420000","minVoltage":"4000","motorControllerTemperature":"270000","motorCurrent":"27700000","motorSpeed":"42216","motorTemperature":"100000","motorTorque":"6900","motorVoltage":"23100","powerBattery":"67318.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"265000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969140046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:39.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969140046, longitude=116.7061960, latitude=39.5272870, speed=72.000, mileage=17.93000000, dischargeVoltage=691000, dischargeCurrent=19000, insulationResistance=309400000, gear=D, accelerationPedal=30, brakePedal=50, fuelConsumption=10.60, motorControllerTemperature=270000, motorSpeed=42216, motorTorque=6900, motorTemperature=100000, motorVoltage=23100, motorCurrent=27700000, powerBattery=67318., maxFeedbackPower=440000, maxDischargePower=360000, bmsSelfCheck=40, powerBatteryCurrent=50000, powerBatteryV3=265000, maxVoltage=3000, minVoltage=4000, maxTemperature=570000, minTemperature=420000, availableCapacity=960000, vehicleStatus=1, 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-21 19:25:39.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:39.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:39.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:39.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:39.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:39.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:39.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:39.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:39.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:39.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:39.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:39.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:39.159 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:39.159 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:39.195 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:39.195 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:39.227 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:39.227 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:39.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:39.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:39.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:39.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:39.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:39.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:39.316 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:39.316 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:39.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:39.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:39.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:39.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:39.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:39.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:39.996 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:39.996 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:39.996 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 34 31 30 34 35 31 31 36 2e 37 30 37 33 33 39 30 33 39 2e 35 32 37 33 37 38 30 37 32 2e 30 30 30 31 37 2e 39 37 30 30 30 30 30 30 31 31 30 30 30 30 34 33 30 30 30 31 39 30 35 39 30 30 30 30 44 39 30 35 30 31 30 2e 36 30 32 34 30 30 30 30 36 37 35 33 39 39 38 35 30 31 30 30 30 30 30 32 38 38 30 30 38 33 34 31 30 30 30 30 36 37 33 31 38 2e 36 30 30 30 30 30 39 30 30 30 30 30 32 30 35 30 30 30 30 37 34 34 30 30 30 33 30 30 30 33 30 30 30 39 38 30 30 30 30 35 32 30 30 30 30 35 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 42 7E -2024-06-21 19:25:39.996 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969141045, longitude=116.7073390, latitude=39.5273780, speed=72.000, mileage=17.97000000, dischargeVoltage=110000, dischargeCurrent=43000, insulationResistance=190590000, gear=D, accelerationPedal=90, brakePedal=50, fuelConsumption=10.60, motorControllerTemperature=240000, motorSpeed=67539, motorTorque=9850, motorTemperature=100000, motorVoltage=28800, motorCurrent=83410000, powerBattery=67318., maxFeedbackPower=600000, maxDischargePower=900000, bmsSelfCheck=20, powerBatteryCurrent=50000, powerBatteryV3=744000, maxVoltage=3000, minVoltage=3000, maxTemperature=980000, minTemperature=520000, availableCapacity=550000, vehicleStatus=1, 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-21 19:25:39.998 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:39.998 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"550000","bmsSelfCheck":"20","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"43000","dischargeVoltage":"110000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.60","gear":"D","insulationResistance":"190590000","latitude":"39.5273780","location":"1","longitude":"116.7073390","maxDischargePower":"900000","maxFeedbackPower":"600000","maxTemperature":"980000","maxVoltage":"3000","mcu":"1","mileage":"17.97000000","minTemperature":"520000","minVoltage":"3000","motorControllerTemperature":"240000","motorCurrent":"83410000","motorSpeed":"67539","motorTemperature":"100000","motorTorque":"9850","motorVoltage":"28800","powerBattery":"67318.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"744000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969141045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:39.998 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969141045, longitude=116.7073390, latitude=39.5273780, speed=72.000, mileage=17.97000000, dischargeVoltage=110000, dischargeCurrent=43000, insulationResistance=190590000, gear=D, accelerationPedal=90, brakePedal=50, fuelConsumption=10.60, motorControllerTemperature=240000, motorSpeed=67539, motorTorque=9850, motorTemperature=100000, motorVoltage=28800, motorCurrent=83410000, powerBattery=67318., maxFeedbackPower=600000, maxDischargePower=900000, bmsSelfCheck=20, powerBatteryCurrent=50000, powerBatteryV3=744000, maxVoltage=3000, minVoltage=3000, maxTemperature=980000, minTemperature=520000, availableCapacity=550000, vehicleStatus=1, 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-21 19:25:40.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:40.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:40.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:40.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:40.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:40.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:40.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:40.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:40.163 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:40.163 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:40.203 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:40.203 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:40.219 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:40.219 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:40.239 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:40.239 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:40.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:40.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:40.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:40.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:40.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:40.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:40.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:40.340 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:40.365 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:40.365 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:40.385 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:40.385 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:40.407 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:40.407 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:40.427 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:40.427 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:41.021 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:41.021 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:41.021 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 34 32 30 34 35 31 31 36 2e 37 30 38 30 38 35 30 33 39 2e 35 32 37 34 35 37 30 37 32 2e 30 30 30 31 38 2e 30 31 30 30 30 30 30 30 36 38 30 30 30 30 33 35 30 30 30 31 36 33 31 39 30 30 30 30 44 36 30 38 30 31 32 2e 30 30 38 32 30 30 30 30 32 34 32 35 36 38 32 34 30 32 36 30 30 30 30 31 39 35 30 30 31 30 37 37 38 30 30 30 36 37 33 31 38 2e 39 32 30 30 30 30 32 30 30 30 30 30 30 30 30 30 30 30 30 36 30 30 30 30 30 34 30 30 30 33 30 30 30 32 30 30 30 30 30 39 30 30 30 30 30 35 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 12 7E -2024-06-21 19:25:41.021 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969142045, longitude=116.7080850, latitude=39.5274570, speed=72.000, mileage=18.01000000, dischargeVoltage=680000, dischargeCurrent=35000, insulationResistance=163190000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=12.00, motorControllerTemperature=820000, motorSpeed=24256, motorTorque=8240, motorTemperature=260000, motorVoltage=19500, motorCurrent=10778000, powerBattery=67318., maxFeedbackPower=920000, maxDischargePower=200000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=600000, maxVoltage=4000, minVoltage=3000, maxTemperature=200000, minTemperature=900000, availableCapacity=520000, vehicleStatus=1, 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-21 19:25:41.023 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:41.023 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"520000","bmsSelfCheck":"00","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"35000","dischargeVoltage":"680000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"163190000","latitude":"39.5274570","location":"1","longitude":"116.7080850","maxDischargePower":"200000","maxFeedbackPower":"920000","maxTemperature":"200000","maxVoltage":"4000","mcu":"1","mileage":"18.01000000","minTemperature":"900000","minVoltage":"3000","motorControllerTemperature":"820000","motorCurrent":"10778000","motorSpeed":"24256","motorTemperature":"260000","motorTorque":"8240","motorVoltage":"19500","powerBattery":"67318.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"600000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969142045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:41.023 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969142045, longitude=116.7080850, latitude=39.5274570, speed=72.000, mileage=18.01000000, dischargeVoltage=680000, dischargeCurrent=35000, insulationResistance=163190000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=12.00, motorControllerTemperature=820000, motorSpeed=24256, motorTorque=8240, motorTemperature=260000, motorVoltage=19500, motorCurrent=10778000, powerBattery=67318., maxFeedbackPower=920000, maxDischargePower=200000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=600000, maxVoltage=4000, minVoltage=3000, maxTemperature=200000, minTemperature=900000, availableCapacity=520000, vehicleStatus=1, 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-21 19:25:41.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:41.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:41.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:41.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:41.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:41.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:41.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:41.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:41.167 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:41.167 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:41.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:41.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:41.204 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:41.204 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:41.224 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:41.225 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:41.247 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:41.247 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:41.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:41.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:41.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:41.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:41.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:41.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:41.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:41.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:41.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:41.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:41.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:41.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:41.435 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:41.435 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:42.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:42.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:42.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 34 33 30 34 36 31 31 36 2e 37 30 38 39 31 36 30 33 39 2e 35 32 37 35 33 36 30 35 34 2e 30 30 30 31 38 2e 30 34 30 30 30 30 30 30 32 32 35 30 30 30 34 34 30 30 30 31 37 39 30 39 30 30 30 30 44 31 30 38 30 31 31 2e 30 30 32 30 30 30 30 30 39 31 38 32 35 34 34 33 30 36 30 30 30 30 30 31 32 37 30 30 31 30 34 33 36 30 30 30 36 37 33 31 38 2e 33 37 30 30 30 30 34 31 30 30 30 30 32 30 34 30 30 30 30 35 35 30 30 30 30 33 30 30 30 33 30 30 30 37 37 30 30 30 30 35 37 30 30 30 30 35 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1d 7E -2024-06-21 19:25:42.007 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969143046, longitude=116.7089160, latitude=39.5275360, speed=54.000, mileage=18.04000000, dischargeVoltage=225000, dischargeCurrent=44000, insulationResistance=179090000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=11.00, motorControllerTemperature=200000, motorSpeed=91825, motorTorque=4430, motorTemperature=600000, motorVoltage=12700, motorCurrent=10436000, powerBattery=67318., maxFeedbackPower=370000, maxDischargePower=410000, bmsSelfCheck=20, powerBatteryCurrent=40000, powerBatteryV3=550000, maxVoltage=3000, minVoltage=3000, maxTemperature=770000, minTemperature=570000, availableCapacity=570000, vehicleStatus=1, 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-21 19:25:42.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:42.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"570000","bmsSelfCheck":"20","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"44000","dischargeVoltage":"225000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.00","gear":"D","insulationResistance":"179090000","latitude":"39.5275360","location":"1","longitude":"116.7089160","maxDischargePower":"410000","maxFeedbackPower":"370000","maxTemperature":"770000","maxVoltage":"3000","mcu":"1","mileage":"18.04000000","minTemperature":"570000","minVoltage":"3000","motorControllerTemperature":"200000","motorCurrent":"10436000","motorSpeed":"91825","motorTemperature":"600000","motorTorque":"4430","motorVoltage":"12700","powerBattery":"67318.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"550000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969143046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:42.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969143046, longitude=116.7089160, latitude=39.5275360, speed=54.000, mileage=18.04000000, dischargeVoltage=225000, dischargeCurrent=44000, insulationResistance=179090000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=11.00, motorControllerTemperature=200000, motorSpeed=91825, motorTorque=4430, motorTemperature=600000, motorVoltage=12700, motorCurrent=10436000, powerBattery=67318., maxFeedbackPower=370000, maxDischargePower=410000, bmsSelfCheck=20, powerBatteryCurrent=40000, powerBatteryV3=550000, maxVoltage=3000, minVoltage=3000, maxTemperature=770000, minTemperature=570000, availableCapacity=570000, vehicleStatus=1, 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-21 19:25:42.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:42.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:42.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:42.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:42.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:42.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:42.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:42.213 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:42.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:42.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:42.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:42.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:42.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:42.329 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:42.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:42.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:42.378 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:42.378 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:42.410 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:42.410 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:42.476 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:42.476 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:42.536 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:42.536 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:42.575 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:42.575 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:42.601 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:42.602 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:42.632 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:42.632 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:42.663 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:42.663 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:43.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:43.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:43.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 34 34 30 34 35 31 31 36 2e 37 30 39 35 32 38 30 33 39 2e 35 32 37 36 30 36 30 35 34 2e 30 30 30 31 38 2e 30 37 30 30 30 30 30 30 31 33 34 30 30 30 31 32 30 30 30 32 36 30 38 35 30 30 30 30 44 31 30 37 30 31 32 2e 31 30 36 34 30 30 30 30 36 37 34 30 39 37 39 36 30 32 30 30 30 30 30 31 36 34 30 30 31 31 34 33 38 30 30 30 36 37 33 31 38 2e 31 36 30 30 30 30 37 39 30 30 30 30 35 30 31 34 30 30 30 36 33 30 30 30 30 33 30 30 30 33 30 30 30 33 30 30 30 30 30 38 35 30 30 30 30 34 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 26 7E -2024-06-21 19:25:43.003 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969144045, longitude=116.7095280, latitude=39.5276060, speed=54.000, mileage=18.07000000, dischargeVoltage=134000, dischargeCurrent=12000, insulationResistance=260850000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=12.10, motorControllerTemperature=640000, motorSpeed=67409, motorTorque=7960, motorTemperature=200000, motorVoltage=16400, motorCurrent=11438000, powerBattery=67318., maxFeedbackPower=160000, maxDischargePower=790000, bmsSelfCheck=50, powerBatteryCurrent=14000, powerBatteryV3=630000, maxVoltage=3000, minVoltage=3000, maxTemperature=300000, minTemperature=850000, availableCapacity=450000, vehicleStatus=1, 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-21 19:25:43.004 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:43.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"450000","bmsSelfCheck":"50","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"12000","dischargeVoltage":"134000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.10","gear":"D","insulationResistance":"260850000","latitude":"39.5276060","location":"1","longitude":"116.7095280","maxDischargePower":"790000","maxFeedbackPower":"160000","maxTemperature":"300000","maxVoltage":"3000","mcu":"1","mileage":"18.07000000","minTemperature":"850000","minVoltage":"3000","motorControllerTemperature":"640000","motorCurrent":"11438000","motorSpeed":"67409","motorTemperature":"200000","motorTorque":"7960","motorVoltage":"16400","powerBattery":"67318.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"630000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969144045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:43.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969144045, longitude=116.7095280, latitude=39.5276060, speed=54.000, mileage=18.07000000, dischargeVoltage=134000, dischargeCurrent=12000, insulationResistance=260850000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=12.10, motorControllerTemperature=640000, motorSpeed=67409, motorTorque=7960, motorTemperature=200000, motorVoltage=16400, motorCurrent=11438000, powerBattery=67318., maxFeedbackPower=160000, maxDischargePower=790000, bmsSelfCheck=50, powerBatteryCurrent=14000, powerBatteryV3=630000, maxVoltage=3000, minVoltage=3000, maxTemperature=300000, minTemperature=850000, availableCapacity=450000, vehicleStatus=1, 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-21 19:25:43.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:43.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:43.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:43.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:43.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:43.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:43.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:43.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:43.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:43.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:43.130 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:43.130 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:43.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:43.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:43.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:43.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:43.201 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:43.201 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:43.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:43.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:43.260 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:43.260 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:43.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:43.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:43.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:43.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:43.322 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:43.322 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:43.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:43.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:43.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:43.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:44.021 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:44.021 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:44.021 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 34 35 30 34 34 31 31 36 2e 37 31 30 30 35 39 30 33 39 2e 35 32 37 36 33 35 30 33 36 2e 30 30 30 31 38 2e 30 39 30 30 30 30 30 30 35 38 37 30 30 30 32 37 30 30 30 38 39 35 33 30 30 30 30 30 44 38 30 37 30 31 30 2e 35 30 34 34 30 30 30 30 31 31 34 31 33 39 36 31 30 38 38 30 30 30 30 32 34 37 30 30 38 38 38 37 30 30 30 30 36 37 33 31 38 2e 34 35 30 30 30 30 35 33 30 30 30 30 39 30 33 30 30 30 30 33 31 36 30 30 30 33 30 30 30 34 30 30 30 34 37 30 30 30 30 33 37 30 30 30 30 35 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 4b 7E -2024-06-21 19:25:44.021 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969145044, longitude=116.7100590, latitude=39.5276350, speed=36.000, mileage=18.09000000, dischargeVoltage=587000, dischargeCurrent=27000, insulationResistance=895300000, gear=D, accelerationPedal=80, brakePedal=70, fuelConsumption=10.50, motorControllerTemperature=440000, motorSpeed=11413, motorTorque=9610, motorTemperature=880000, motorVoltage=24700, motorCurrent=88870000, powerBattery=67318., maxFeedbackPower=450000, maxDischargePower=530000, bmsSelfCheck=90, powerBatteryCurrent=30000, powerBatteryV3=316000, maxVoltage=3000, minVoltage=4000, maxTemperature=470000, minTemperature=370000, availableCapacity=560000, vehicleStatus=1, 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-21 19:25:44.023 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:44.023 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"560000","bmsSelfCheck":"90","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"27000","dischargeVoltage":"587000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"895300000","latitude":"39.5276350","location":"1","longitude":"116.7100590","maxDischargePower":"530000","maxFeedbackPower":"450000","maxTemperature":"470000","maxVoltage":"3000","mcu":"1","mileage":"18.09000000","minTemperature":"370000","minVoltage":"4000","motorControllerTemperature":"440000","motorCurrent":"88870000","motorSpeed":"11413","motorTemperature":"880000","motorTorque":"9610","motorVoltage":"24700","powerBattery":"67318.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"316000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969145044","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:44.023 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969145044, longitude=116.7100590, latitude=39.5276350, speed=36.000, mileage=18.09000000, dischargeVoltage=587000, dischargeCurrent=27000, insulationResistance=895300000, gear=D, accelerationPedal=80, brakePedal=70, fuelConsumption=10.50, motorControllerTemperature=440000, motorSpeed=11413, motorTorque=9610, motorTemperature=880000, motorVoltage=24700, motorCurrent=88870000, powerBattery=67318., maxFeedbackPower=450000, maxDischargePower=530000, bmsSelfCheck=90, powerBatteryCurrent=30000, powerBatteryV3=316000, maxVoltage=3000, minVoltage=4000, maxTemperature=470000, minTemperature=370000, availableCapacity=560000, vehicleStatus=1, 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-21 19:25:44.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:44.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:44.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:44.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:44.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:44.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:44.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:44.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:44.153 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:44.153 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:44.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:44.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:44.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:44.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:44.283 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:44.284 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:44.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:44.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:44.337 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:44.337 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:44.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:44.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:44.441 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:44.441 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:44.480 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:44.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:44.521 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:44.521 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:44.553 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:44.553 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:44.571 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:44.571 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:45.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:45.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:45.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 34 36 30 34 36 31 31 36 2e 37 31 30 35 39 30 30 33 39 2e 35 32 37 36 38 39 30 33 36 2e 30 30 30 31 38 2e 31 31 30 30 30 30 30 30 35 37 36 30 30 30 32 33 30 30 30 32 38 39 30 38 30 30 30 30 44 36 30 31 30 31 30 2e 38 30 33 32 30 30 30 30 34 30 30 36 34 33 34 30 30 36 30 30 30 30 30 32 35 31 30 30 33 33 34 33 30 30 30 30 36 37 33 31 38 2e 37 35 30 30 30 30 33 37 30 30 30 30 38 30 39 30 30 30 30 34 32 33 30 30 30 34 30 30 30 34 30 30 30 35 32 30 30 30 30 33 32 30 30 30 30 32 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1d 7E -2024-06-21 19:25:45.004 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969146046, longitude=116.7105900, latitude=39.5276890, speed=36.000, mileage=18.11000000, dischargeVoltage=576000, dischargeCurrent=23000, insulationResistance=289080000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=10.80, motorControllerTemperature=320000, motorSpeed=40064, motorTorque=3400, motorTemperature=600000, motorVoltage=25100, motorCurrent=33430000, powerBattery=67318., maxFeedbackPower=750000, maxDischargePower=370000, bmsSelfCheck=80, powerBatteryCurrent=90000, powerBatteryV3=423000, maxVoltage=4000, minVoltage=4000, maxTemperature=520000, minTemperature=320000, availableCapacity=270000, vehicleStatus=1, 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-21 19:25:45.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:45.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"270000","bmsSelfCheck":"80","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"23000","dischargeVoltage":"576000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.80","gear":"D","insulationResistance":"289080000","latitude":"39.5276890","location":"1","longitude":"116.7105900","maxDischargePower":"370000","maxFeedbackPower":"750000","maxTemperature":"520000","maxVoltage":"4000","mcu":"1","mileage":"18.11000000","minTemperature":"320000","minVoltage":"4000","motorControllerTemperature":"320000","motorCurrent":"33430000","motorSpeed":"40064","motorTemperature":"600000","motorTorque":"3400","motorVoltage":"25100","powerBattery":"67318.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"423000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969146046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:45.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969146046, longitude=116.7105900, latitude=39.5276890, speed=36.000, mileage=18.11000000, dischargeVoltage=576000, dischargeCurrent=23000, insulationResistance=289080000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=10.80, motorControllerTemperature=320000, motorSpeed=40064, motorTorque=3400, motorTemperature=600000, motorVoltage=25100, motorCurrent=33430000, powerBattery=67318., maxFeedbackPower=750000, maxDischargePower=370000, bmsSelfCheck=80, powerBatteryCurrent=90000, powerBatteryV3=423000, maxVoltage=4000, minVoltage=4000, maxTemperature=520000, minTemperature=320000, availableCapacity=270000, vehicleStatus=1, 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-21 19:25:45.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:45.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:45.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:45.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:45.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:45.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:45.130 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:45.130 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:45.198 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:45.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:45.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:45.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:45.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:45.291 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:45.317 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:45.317 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:45.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:45.342 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:45.359 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:45.359 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:45.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:45.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:45.401 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:45.401 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:45.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:45.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:45.440 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:45.440 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:45.462 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:45.462 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:45.483 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:45.483 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:46.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:46.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:46.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 34 37 30 34 35 31 31 36 2e 37 31 31 38 31 33 30 33 39 2e 35 32 37 37 38 34 30 31 30 38 2e 30 30 31 38 2e 31 37 30 30 30 30 30 30 35 35 34 30 30 30 33 34 30 30 30 31 37 35 39 33 30 30 30 30 44 35 30 32 30 31 30 2e 38 30 32 36 30 30 30 30 39 36 31 34 38 39 33 38 30 31 33 39 30 30 30 31 31 33 30 30 38 33 34 38 30 30 30 30 36 37 33 30 38 2e 33 31 30 30 30 30 35 30 30 30 30 30 34 30 31 31 30 30 30 36 33 31 30 30 30 34 30 30 30 33 30 30 30 37 34 30 30 30 30 36 37 30 30 30 30 36 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3d 7E -2024-06-21 19:25:46.010 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969147045, longitude=116.7118130, latitude=39.5277840, speed=108.00, mileage=18.17000000, dischargeVoltage=554000, dischargeCurrent=34000, insulationResistance=175930000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=10.80, motorControllerTemperature=260000, motorSpeed=96148, motorTorque=9380, motorTemperature=139000, motorVoltage=11300, motorCurrent=83480000, powerBattery=67308., maxFeedbackPower=310000, maxDischargePower=500000, bmsSelfCheck=40, powerBatteryCurrent=11000, powerBatteryV3=631000, maxVoltage=4000, minVoltage=3000, maxTemperature=740000, minTemperature=670000, availableCapacity=670000, vehicleStatus=1, 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-21 19:25:46.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:46.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"670000","bmsSelfCheck":"40","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"34000","dischargeVoltage":"554000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.80","gear":"D","insulationResistance":"175930000","latitude":"39.5277840","location":"1","longitude":"116.7118130","maxDischargePower":"500000","maxFeedbackPower":"310000","maxTemperature":"740000","maxVoltage":"4000","mcu":"1","mileage":"18.17000000","minTemperature":"670000","minVoltage":"3000","motorControllerTemperature":"260000","motorCurrent":"83480000","motorSpeed":"96148","motorTemperature":"139000","motorTorque":"9380","motorVoltage":"11300","powerBattery":"67308.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"631000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969147045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:46.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969147045, longitude=116.7118130, latitude=39.5277840, speed=108.00, mileage=18.17000000, dischargeVoltage=554000, dischargeCurrent=34000, insulationResistance=175930000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=10.80, motorControllerTemperature=260000, motorSpeed=96148, motorTorque=9380, motorTemperature=139000, motorVoltage=11300, motorCurrent=83480000, powerBattery=67308., maxFeedbackPower=310000, maxDischargePower=500000, bmsSelfCheck=40, powerBatteryCurrent=11000, powerBatteryV3=631000, maxVoltage=4000, minVoltage=3000, maxTemperature=740000, minTemperature=670000, availableCapacity=670000, vehicleStatus=1, 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-21 19:25:46.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:46.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:46.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:46.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:46.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:46.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:46.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:46.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:46.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:46.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:46.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:46.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:46.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:46.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:46.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:46.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:46.478 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:46.478 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:46.507 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:46.507 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:46.528 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:46.529 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:46.559 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:46.560 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:46.598 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:46.598 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:46.625 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:46.625 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:46.656 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:46.656 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:46.689 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:46.689 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:47.028 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:47.029 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:47.029 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 34 38 30 34 35 31 31 36 2e 37 31 32 38 34 33 30 33 39 2e 35 32 37 38 35 38 30 39 30 2e 30 30 30 31 38 2e 32 32 30 30 30 30 30 30 35 31 35 30 30 30 31 36 30 30 30 37 36 39 32 30 30 30 30 30 44 30 30 34 30 31 30 2e 34 30 36 38 30 30 30 30 33 38 32 38 37 39 32 39 30 34 38 30 30 30 30 31 37 35 30 30 38 33 38 34 30 30 30 30 36 37 32 39 37 2e 39 39 30 30 30 30 33 36 30 30 30 30 33 30 31 31 30 30 30 34 36 37 30 30 30 33 30 30 30 34 30 30 30 38 31 30 30 30 30 36 30 30 30 30 30 31 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 51 7E -2024-06-21 19:25:47.029 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969148045, longitude=116.7128430, latitude=39.5278580, speed=90.000, mileage=18.22000000, dischargeVoltage=515000, dischargeCurrent=16000, insulationResistance=769200000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=10.40, motorControllerTemperature=680000, motorSpeed=38287, motorTorque=9290, motorTemperature=480000, motorVoltage=17500, motorCurrent=83840000, powerBattery=67297., maxFeedbackPower=990000, maxDischargePower=360000, bmsSelfCheck=30, powerBatteryCurrent=11000, powerBatteryV3=467000, maxVoltage=3000, minVoltage=4000, maxTemperature=810000, minTemperature=600000, availableCapacity=150000, vehicleStatus=1, 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-21 19:25:47.030 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:47.031 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"150000","bmsSelfCheck":"30","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"16000","dischargeVoltage":"515000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"769200000","latitude":"39.5278580","location":"1","longitude":"116.7128430","maxDischargePower":"360000","maxFeedbackPower":"990000","maxTemperature":"810000","maxVoltage":"3000","mcu":"1","mileage":"18.22000000","minTemperature":"600000","minVoltage":"4000","motorControllerTemperature":"680000","motorCurrent":"83840000","motorSpeed":"38287","motorTemperature":"480000","motorTorque":"9290","motorVoltage":"17500","powerBattery":"67297.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"467000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969148045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:47.031 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969148045, longitude=116.7128430, latitude=39.5278580, speed=90.000, mileage=18.22000000, dischargeVoltage=515000, dischargeCurrent=16000, insulationResistance=769200000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=10.40, motorControllerTemperature=680000, motorSpeed=38287, motorTorque=9290, motorTemperature=480000, motorVoltage=17500, motorCurrent=83840000, powerBattery=67297., maxFeedbackPower=990000, maxDischargePower=360000, bmsSelfCheck=30, powerBatteryCurrent=11000, powerBatteryV3=467000, maxVoltage=3000, minVoltage=4000, maxTemperature=810000, minTemperature=600000, availableCapacity=150000, vehicleStatus=1, 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-21 19:25:47.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:47.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:47.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:47.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:47.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:47.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:47.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:47.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:47.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:47.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:47.201 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:47.201 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:47.227 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:47.227 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:47.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:47.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:47.286 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:47.286 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:47.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:47.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:47.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:47.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:47.405 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:47.405 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:47.445 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:47.445 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:47.464 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:47.464 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:47.492 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:47.492 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:47.518 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:47.518 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:47.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:47.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:47.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 34 39 30 34 36 31 31 36 2e 37 31 33 39 39 31 30 33 39 2e 35 32 37 39 33 39 30 39 30 2e 30 30 30 31 38 2e 32 37 30 30 30 30 30 30 33 38 36 30 30 30 31 39 30 30 30 31 30 33 36 32 30 30 30 30 44 32 30 38 30 31 31 2e 36 30 38 38 30 30 30 30 31 31 35 39 38 32 34 37 30 31 35 30 30 30 30 31 36 30 30 30 39 39 30 32 30 30 30 30 36 37 32 38 36 2e 33 33 30 30 30 30 34 39 30 30 30 30 30 30 32 30 30 30 30 32 32 33 30 30 30 33 30 30 30 34 30 30 30 33 33 30 30 30 30 38 37 30 30 30 30 39 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 40 7E -2024-06-21 19:25:47.998 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969149046, longitude=116.7139910, latitude=39.5279390, speed=90.000, mileage=18.27000000, dischargeVoltage=386000, dischargeCurrent=19000, insulationResistance=103620000, gear=D, accelerationPedal=20, brakePedal=80, fuelConsumption=11.60, motorControllerTemperature=880000, motorSpeed=11598, motorTorque=2470, motorTemperature=150000, motorVoltage=16000, motorCurrent=99020000, powerBattery=67286., maxFeedbackPower=330000, maxDischargePower=490000, bmsSelfCheck=00, powerBatteryCurrent=20000, powerBatteryV3=223000, maxVoltage=3000, minVoltage=4000, maxTemperature=330000, minTemperature=870000, availableCapacity=930000, vehicleStatus=1, 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-21 19:25:48.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:48.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"930000","bmsSelfCheck":"00","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"19000","dischargeVoltage":"386000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"103620000","latitude":"39.5279390","location":"1","longitude":"116.7139910","maxDischargePower":"490000","maxFeedbackPower":"330000","maxTemperature":"330000","maxVoltage":"3000","mcu":"1","mileage":"18.27000000","minTemperature":"870000","minVoltage":"4000","motorControllerTemperature":"880000","motorCurrent":"99020000","motorSpeed":"11598","motorTemperature":"150000","motorTorque":"2470","motorVoltage":"16000","powerBattery":"67286.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"223000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969149046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:48.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969149046, longitude=116.7139910, latitude=39.5279390, speed=90.000, mileage=18.27000000, dischargeVoltage=386000, dischargeCurrent=19000, insulationResistance=103620000, gear=D, accelerationPedal=20, brakePedal=80, fuelConsumption=11.60, motorControllerTemperature=880000, motorSpeed=11598, motorTorque=2470, motorTemperature=150000, motorVoltage=16000, motorCurrent=99020000, powerBattery=67286., maxFeedbackPower=330000, maxDischargePower=490000, bmsSelfCheck=00, powerBatteryCurrent=20000, powerBatteryV3=223000, maxVoltage=3000, minVoltage=4000, maxTemperature=330000, minTemperature=870000, availableCapacity=930000, vehicleStatus=1, 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-21 19:25:48.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:48.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:48.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:48.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:48.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:48.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:48.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:48.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:48.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:48.137 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:48.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:48.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:48.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:48.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:48.207 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:48.207 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:48.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:48.233 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:48.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:48.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:48.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:48.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:48.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:48.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:48.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:48.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:48.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:48.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:48.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:48.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:48.430 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:48.430 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:48.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:48.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:48.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 35 30 30 34 35 31 31 36 2e 37 31 35 31 34 34 30 33 39 2e 35 32 38 30 37 31 30 31 30 38 2e 30 30 31 38 2e 33 33 30 30 30 30 30 30 31 39 34 30 30 30 31 35 30 30 30 31 30 37 39 32 30 30 30 30 44 30 30 33 30 31 30 2e 38 30 39 39 30 30 30 30 36 30 30 30 30 36 37 34 30 31 33 30 30 30 30 32 34 30 30 30 36 34 37 30 30 30 30 30 36 37 32 37 35 2e 39 33 30 30 30 30 34 39 30 30 30 30 31 31 32 30 30 30 30 34 37 33 30 30 30 34 30 30 30 33 30 30 30 33 34 30 30 30 30 35 30 30 30 30 30 32 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 05 7E -2024-06-21 19:25:48.998 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969150045, longitude=116.7151440, latitude=39.5280710, speed=108.00, mileage=18.33000000, dischargeVoltage=194000, dischargeCurrent=15000, insulationResistance=107920000, gear=D, accelerationPedal=00, brakePedal=30, fuelConsumption=10.80, motorControllerTemperature=990000, motorSpeed=60000, motorTorque=6740, motorTemperature=130000, motorVoltage=24000, motorCurrent=64700000, powerBattery=67275., maxFeedbackPower=930000, maxDischargePower=490000, bmsSelfCheck=11, powerBatteryCurrent=20000, powerBatteryV3=473000, maxVoltage=4000, minVoltage=3000, maxTemperature=340000, minTemperature=500000, availableCapacity=230000, vehicleStatus=1, 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-21 19:25:49.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:49.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"230000","bmsSelfCheck":"11","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"194000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.80","gear":"D","insulationResistance":"107920000","latitude":"39.5280710","location":"1","longitude":"116.7151440","maxDischargePower":"490000","maxFeedbackPower":"930000","maxTemperature":"340000","maxVoltage":"4000","mcu":"1","mileage":"18.33000000","minTemperature":"500000","minVoltage":"3000","motorControllerTemperature":"990000","motorCurrent":"64700000","motorSpeed":"60000","motorTemperature":"130000","motorTorque":"6740","motorVoltage":"24000","powerBattery":"67275.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"473000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969150045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:49.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969150045, longitude=116.7151440, latitude=39.5280710, speed=108.00, mileage=18.33000000, dischargeVoltage=194000, dischargeCurrent=15000, insulationResistance=107920000, gear=D, accelerationPedal=00, brakePedal=30, fuelConsumption=10.80, motorControllerTemperature=990000, motorSpeed=60000, motorTorque=6740, motorTemperature=130000, motorVoltage=24000, motorCurrent=64700000, powerBattery=67275., maxFeedbackPower=930000, maxDischargePower=490000, bmsSelfCheck=11, powerBatteryCurrent=20000, powerBatteryV3=473000, maxVoltage=4000, minVoltage=3000, maxTemperature=340000, minTemperature=500000, availableCapacity=230000, vehicleStatus=1, 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-21 19:25:49.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:49.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:49.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:49.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:49.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:49.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:49.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:49.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:49.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:49.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:49.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:49.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:49.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:49.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:49.229 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:49.229 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:49.259 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:49.259 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:49.275 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:49.275 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:49.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:49.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:49.318 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:49.318 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:49.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:49.337 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:49.358 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:49.358 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:49.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:49.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:49.398 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:49.398 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:50.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:50.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:50.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 35 31 30 34 36 31 31 36 2e 37 31 35 39 31 31 30 33 39 2e 35 32 38 31 37 30 30 37 32 2e 30 30 30 31 38 2e 33 37 30 30 30 30 30 30 36 31 31 30 30 30 33 38 30 30 30 31 37 34 31 31 30 30 30 30 44 31 30 30 30 31 31 2e 31 30 36 39 30 30 30 30 36 35 31 38 37 38 32 34 30 33 33 30 30 30 30 32 37 33 30 30 31 34 38 31 32 30 30 30 36 37 32 37 35 2e 33 37 30 30 30 30 32 39 30 30 30 30 34 30 34 30 30 30 30 36 39 39 30 30 30 33 30 30 30 34 30 30 30 38 36 30 30 30 30 35 30 30 30 30 30 36 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2e 7E -2024-06-21 19:25:50.003 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969151046, longitude=116.7159110, latitude=39.5281700, speed=72.000, mileage=18.37000000, dischargeVoltage=611000, dischargeCurrent=38000, insulationResistance=174110000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=11.10, motorControllerTemperature=690000, motorSpeed=65187, motorTorque=8240, motorTemperature=330000, motorVoltage=27300, motorCurrent=14812000, powerBattery=67275., maxFeedbackPower=370000, maxDischargePower=290000, bmsSelfCheck=40, powerBatteryCurrent=40000, powerBatteryV3=699000, maxVoltage=3000, minVoltage=4000, maxTemperature=860000, minTemperature=500000, availableCapacity=670000, vehicleStatus=1, 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-21 19:25:50.004 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:50.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"670000","bmsSelfCheck":"40","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"38000","dischargeVoltage":"611000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"174110000","latitude":"39.5281700","location":"1","longitude":"116.7159110","maxDischargePower":"290000","maxFeedbackPower":"370000","maxTemperature":"860000","maxVoltage":"3000","mcu":"1","mileage":"18.37000000","minTemperature":"500000","minVoltage":"4000","motorControllerTemperature":"690000","motorCurrent":"14812000","motorSpeed":"65187","motorTemperature":"330000","motorTorque":"8240","motorVoltage":"27300","powerBattery":"67275.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"699000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969151046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:50.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969151046, longitude=116.7159110, latitude=39.5281700, speed=72.000, mileage=18.37000000, dischargeVoltage=611000, dischargeCurrent=38000, insulationResistance=174110000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=11.10, motorControllerTemperature=690000, motorSpeed=65187, motorTorque=8240, motorTemperature=330000, motorVoltage=27300, motorCurrent=14812000, powerBattery=67275., maxFeedbackPower=370000, maxDischargePower=290000, bmsSelfCheck=40, powerBatteryCurrent=40000, powerBatteryV3=699000, maxVoltage=3000, minVoltage=4000, maxTemperature=860000, minTemperature=500000, availableCapacity=670000, vehicleStatus=1, 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-21 19:25:50.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:50.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:50.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:50.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:50.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:50.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:50.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:50.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:50.190 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:50.190 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:50.234 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:50.234 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:50.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:50.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:50.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:50.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:50.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:50.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:50.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:50.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:50.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:50.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:50.405 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:50.405 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:50.424 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:50.424 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:50.445 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:50.445 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:50.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:50.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:50.497 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:50.497 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:51.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:51.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:51.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 35 32 30 34 36 31 31 36 2e 37 31 36 36 37 33 30 33 39 2e 35 32 38 32 35 37 30 35 34 2e 30 30 30 31 38 2e 34 30 30 30 30 30 30 30 37 32 37 30 30 30 32 31 30 30 30 34 38 30 37 30 30 30 30 30 44 30 30 31 30 31 31 2e 34 30 32 36 30 30 30 30 38 38 33 32 36 35 39 38 30 34 30 30 30 30 30 32 30 30 30 30 39 39 38 37 30 30 30 30 36 37 32 37 35 2e 31 30 30 30 30 30 32 36 30 30 30 30 31 30 31 30 30 30 30 32 32 35 30 30 30 34 30 30 30 33 30 30 30 38 32 30 30 30 30 31 38 30 30 30 30 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1c 7E -2024-06-21 19:25:51.013 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969152046, longitude=116.7166730, latitude=39.5282570, speed=54.000, mileage=18.40000000, dischargeVoltage=727000, dischargeCurrent=21000, insulationResistance=480700000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=11.40, motorControllerTemperature=260000, motorSpeed=88326, motorTorque=5980, motorTemperature=400000, motorVoltage=20000, motorCurrent=99870000, powerBattery=67275., maxFeedbackPower=100000, maxDischargePower=260000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=225000, maxVoltage=4000, minVoltage=3000, maxTemperature=820000, minTemperature=180000, availableCapacity=700000, vehicleStatus=1, 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-21 19:25:51.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:51.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"700000","bmsSelfCheck":"10","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"727000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"480700000","latitude":"39.5282570","location":"1","longitude":"116.7166730","maxDischargePower":"260000","maxFeedbackPower":"100000","maxTemperature":"820000","maxVoltage":"4000","mcu":"1","mileage":"18.40000000","minTemperature":"180000","minVoltage":"3000","motorControllerTemperature":"260000","motorCurrent":"99870000","motorSpeed":"88326","motorTemperature":"400000","motorTorque":"5980","motorVoltage":"20000","powerBattery":"67275.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"225000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969152046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:51.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969152046, longitude=116.7166730, latitude=39.5282570, speed=54.000, mileage=18.40000000, dischargeVoltage=727000, dischargeCurrent=21000, insulationResistance=480700000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=11.40, motorControllerTemperature=260000, motorSpeed=88326, motorTorque=5980, motorTemperature=400000, motorVoltage=20000, motorCurrent=99870000, powerBattery=67275., maxFeedbackPower=100000, maxDischargePower=260000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=225000, maxVoltage=4000, minVoltage=3000, maxTemperature=820000, minTemperature=180000, availableCapacity=700000, vehicleStatus=1, 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-21 19:25:51.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:51.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:51.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:51.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:51.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:51.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:51.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:51.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:51.163 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:51.163 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:51.193 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:51.193 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:51.228 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:51.228 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:51.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:51.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:51.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:51.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:51.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:51.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:51.358 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:51.359 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:51.377 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:51.377 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:51.398 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:51.398 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:51.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:51.433 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:51.465 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:51.465 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:51.515 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:51.515 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:52.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:52.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:52.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 35 33 30 34 38 31 31 36 2e 37 31 37 36 39 32 30 33 39 2e 35 32 38 33 39 30 30 37 32 2e 30 30 30 31 38 2e 34 34 30 30 30 30 30 30 37 32 30 30 30 30 31 38 30 30 30 32 39 39 36 32 30 30 30 30 44 39 30 37 30 39 2e 32 30 30 33 39 30 30 30 30 32 32 30 32 34 37 37 32 30 32 34 30 30 30 30 32 32 32 30 30 37 36 31 32 30 30 30 30 36 37 32 37 35 2e 31 31 30 30 30 30 38 30 30 30 30 30 38 30 30 30 30 30 30 36 31 33 30 30 30 34 30 30 30 33 30 30 30 39 38 30 30 30 30 32 34 30 30 30 30 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2b 7E -2024-06-21 19:25:52.005 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969153048, longitude=116.7176920, latitude=39.5283900, speed=72.000, mileage=18.44000000, dischargeVoltage=720000, dischargeCurrent=18000, insulationResistance=299620000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=9.200, motorControllerTemperature=390000, motorSpeed=22024, motorTorque=7720, motorTemperature=240000, motorVoltage=22200, motorCurrent=76120000, powerBattery=67275., maxFeedbackPower=110000, maxDischargePower=800000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=613000, maxVoltage=4000, minVoltage=3000, maxTemperature=980000, minTemperature=240000, availableCapacity=500000, vehicleStatus=1, 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-21 19:25:52.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:52.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"500000","bmsSelfCheck":"80","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"18000","dischargeVoltage":"720000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"299620000","latitude":"39.5283900","location":"1","longitude":"116.7176920","maxDischargePower":"800000","maxFeedbackPower":"110000","maxTemperature":"980000","maxVoltage":"4000","mcu":"1","mileage":"18.44000000","minTemperature":"240000","minVoltage":"3000","motorControllerTemperature":"390000","motorCurrent":"76120000","motorSpeed":"22024","motorTemperature":"240000","motorTorque":"7720","motorVoltage":"22200","powerBattery":"67275.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"613000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969153048","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:52.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969153048, longitude=116.7176920, latitude=39.5283900, speed=72.000, mileage=18.44000000, dischargeVoltage=720000, dischargeCurrent=18000, insulationResistance=299620000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=9.200, motorControllerTemperature=390000, motorSpeed=22024, motorTorque=7720, motorTemperature=240000, motorVoltage=22200, motorCurrent=76120000, powerBattery=67275., maxFeedbackPower=110000, maxDischargePower=800000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=613000, maxVoltage=4000, minVoltage=3000, maxTemperature=980000, minTemperature=240000, availableCapacity=500000, vehicleStatus=1, 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-21 19:25:52.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:52.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:52.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:52.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:52.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:52.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:52.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:52.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:52.148 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:52.148 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:52.172 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:52.173 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:52.203 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:52.203 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:52.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:52.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:52.252 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:52.252 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:52.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:52.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:52.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:52.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:52.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:52.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:52.387 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:52.387 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:52.424 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:52.424 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:52.449 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:52.450 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:52.472 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:52.472 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:53.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:53.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:53.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 35 34 30 36 30 31 31 36 2e 37 31 38 32 37 32 30 33 39 2e 35 32 38 34 36 30 30 35 34 2e 30 30 30 31 38 2e 34 37 30 30 30 30 30 30 33 36 36 30 30 30 33 32 30 30 30 31 36 36 30 38 30 30 30 30 44 32 30 32 30 39 2e 32 30 30 39 33 30 30 30 30 39 35 30 34 33 37 34 30 30 36 34 30 30 30 30 31 39 38 30 30 31 34 34 33 36 30 30 30 36 37 32 37 35 2e 38 35 30 30 30 30 34 30 30 30 30 30 38 30 34 30 30 30 30 35 31 39 30 30 30 34 30 30 30 33 30 30 30 32 34 30 30 30 30 36 35 30 30 30 30 31 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 32 7E -2024-06-21 19:25:53.014 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969154060, longitude=116.7182720, latitude=39.5284600, speed=54.000, mileage=18.47000000, dischargeVoltage=366000, dischargeCurrent=32000, insulationResistance=166080000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=9.200, motorControllerTemperature=930000, motorSpeed=95043, motorTorque=7400, motorTemperature=640000, motorVoltage=19800, motorCurrent=14436000, powerBattery=67275., maxFeedbackPower=850000, maxDischargePower=400000, bmsSelfCheck=80, powerBatteryCurrent=40000, powerBatteryV3=519000, maxVoltage=4000, minVoltage=3000, maxTemperature=240000, minTemperature=650000, availableCapacity=130000, vehicleStatus=1, 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-21 19:25:53.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:53.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"130000","bmsSelfCheck":"80","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"32000","dischargeVoltage":"366000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"166080000","latitude":"39.5284600","location":"1","longitude":"116.7182720","maxDischargePower":"400000","maxFeedbackPower":"850000","maxTemperature":"240000","maxVoltage":"4000","mcu":"1","mileage":"18.47000000","minTemperature":"650000","minVoltage":"3000","motorControllerTemperature":"930000","motorCurrent":"14436000","motorSpeed":"95043","motorTemperature":"640000","motorTorque":"7400","motorVoltage":"19800","powerBattery":"67275.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"519000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969154060","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:53.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969154060, longitude=116.7182720, latitude=39.5284600, speed=54.000, mileage=18.47000000, dischargeVoltage=366000, dischargeCurrent=32000, insulationResistance=166080000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=9.200, motorControllerTemperature=930000, motorSpeed=95043, motorTorque=7400, motorTemperature=640000, motorVoltage=19800, motorCurrent=14436000, powerBattery=67275., maxFeedbackPower=850000, maxDischargePower=400000, bmsSelfCheck=80, powerBatteryCurrent=40000, powerBatteryV3=519000, maxVoltage=4000, minVoltage=3000, maxTemperature=240000, minTemperature=650000, availableCapacity=130000, vehicleStatus=1, 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-21 19:25:53.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:53.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:53.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:53.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:53.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:53.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:53.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:53.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:53.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:53.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:53.193 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:53.193 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:53.218 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:53.218 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:53.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:53.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:53.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:53.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:53.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:53.291 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:53.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:53.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:53.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:53.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:53.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:53.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:53.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:53.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:53.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:53.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:53.415 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:53.415 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:54.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:54.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:54.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 35 35 30 35 35 31 31 36 2e 37 31 38 38 37 38 30 33 39 2e 35 32 38 35 33 30 30 33 36 2e 30 30 30 31 38 2e 34 39 30 30 30 30 30 30 36 32 39 30 30 30 31 30 30 30 30 32 32 37 31 33 30 30 30 30 44 37 30 30 30 31 30 2e 35 30 34 33 30 30 30 30 39 39 31 39 35 37 31 35 30 31 30 38 30 30 30 31 38 35 30 30 36 38 39 38 30 30 30 30 36 37 32 37 35 2e 31 31 30 30 30 30 39 32 30 30 30 30 33 30 31 31 30 30 30 34 38 36 30 30 30 33 30 30 30 34 30 30 30 33 38 30 30 30 30 32 30 30 30 30 30 37 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 46 7E -2024-06-21 19:25:54.019 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969155055, longitude=116.7188780, latitude=39.5285300, speed=36.000, mileage=18.49000000, dischargeVoltage=629000, dischargeCurrent=10000, insulationResistance=227130000, gear=D, accelerationPedal=70, brakePedal=00, fuelConsumption=10.50, motorControllerTemperature=430000, motorSpeed=99195, motorTorque=7150, motorTemperature=108000, motorVoltage=18500, motorCurrent=68980000, powerBattery=67275., maxFeedbackPower=110000, maxDischargePower=920000, bmsSelfCheck=30, powerBatteryCurrent=11000, powerBatteryV3=486000, maxVoltage=3000, minVoltage=4000, maxTemperature=380000, minTemperature=200000, availableCapacity=750000, vehicleStatus=1, 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-21 19:25:54.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:54.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"750000","bmsSelfCheck":"30","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"10000","dischargeVoltage":"629000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"227130000","latitude":"39.5285300","location":"1","longitude":"116.7188780","maxDischargePower":"920000","maxFeedbackPower":"110000","maxTemperature":"380000","maxVoltage":"3000","mcu":"1","mileage":"18.49000000","minTemperature":"200000","minVoltage":"4000","motorControllerTemperature":"430000","motorCurrent":"68980000","motorSpeed":"99195","motorTemperature":"108000","motorTorque":"7150","motorVoltage":"18500","powerBattery":"67275.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"486000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969155055","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:54.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969155055, longitude=116.7188780, latitude=39.5285300, speed=36.000, mileage=18.49000000, dischargeVoltage=629000, dischargeCurrent=10000, insulationResistance=227130000, gear=D, accelerationPedal=70, brakePedal=00, fuelConsumption=10.50, motorControllerTemperature=430000, motorSpeed=99195, motorTorque=7150, motorTemperature=108000, motorVoltage=18500, motorCurrent=68980000, powerBattery=67275., maxFeedbackPower=110000, maxDischargePower=920000, bmsSelfCheck=30, powerBatteryCurrent=11000, powerBatteryV3=486000, maxVoltage=3000, minVoltage=4000, maxTemperature=380000, minTemperature=200000, availableCapacity=750000, vehicleStatus=1, 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-21 19:25:54.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:54.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:54.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:54.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:54.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:54.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:54.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:54.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:54.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:54.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:54.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:54.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:54.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:54.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:54.214 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:54.214 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:54.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:54.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:54.265 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:54.265 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:54.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:54.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:54.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:54.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:54.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:54.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:54.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:54.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:54.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:54.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:54.392 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:54.392 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:55.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:55.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:55.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 35 36 30 35 34 31 31 36 2e 37 32 30 31 31 34 30 33 39 2e 35 32 38 36 34 38 30 37 32 2e 30 30 30 31 38 2e 35 33 30 30 30 30 30 30 35 32 35 30 30 30 33 30 30 30 30 38 31 32 33 30 30 30 30 30 44 38 30 36 30 31 31 2e 37 30 32 39 30 30 30 30 31 35 36 36 34 39 35 37 30 31 36 30 30 30 30 32 34 37 30 30 32 39 30 35 30 30 30 30 36 37 32 37 35 2e 39 38 30 30 30 30 39 38 30 30 30 30 31 30 31 30 30 30 30 36 32 33 30 30 30 34 30 30 30 34 30 30 30 34 38 30 30 30 30 37 34 30 30 30 30 37 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3f 7E -2024-06-21 19:25:55.010 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969156054, longitude=116.7201140, latitude=39.5286480, speed=72.000, mileage=18.53000000, dischargeVoltage=525000, dischargeCurrent=30000, insulationResistance=812300000, gear=D, accelerationPedal=80, brakePedal=60, fuelConsumption=11.70, motorControllerTemperature=290000, motorSpeed=15664, motorTorque=9570, motorTemperature=160000, motorVoltage=24700, motorCurrent=29050000, powerBattery=67275., maxFeedbackPower=980000, maxDischargePower=980000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=623000, maxVoltage=4000, minVoltage=4000, maxTemperature=480000, minTemperature=740000, availableCapacity=760000, vehicleStatus=1, 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-21 19:25:55.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:55.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"760000","bmsSelfCheck":"10","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"525000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"812300000","latitude":"39.5286480","location":"1","longitude":"116.7201140","maxDischargePower":"980000","maxFeedbackPower":"980000","maxTemperature":"480000","maxVoltage":"4000","mcu":"1","mileage":"18.53000000","minTemperature":"740000","minVoltage":"4000","motorControllerTemperature":"290000","motorCurrent":"29050000","motorSpeed":"15664","motorTemperature":"160000","motorTorque":"9570","motorVoltage":"24700","powerBattery":"67275.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"623000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969156054","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:55.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969156054, longitude=116.7201140, latitude=39.5286480, speed=72.000, mileage=18.53000000, dischargeVoltage=525000, dischargeCurrent=30000, insulationResistance=812300000, gear=D, accelerationPedal=80, brakePedal=60, fuelConsumption=11.70, motorControllerTemperature=290000, motorSpeed=15664, motorTorque=9570, motorTemperature=160000, motorVoltage=24700, motorCurrent=29050000, powerBattery=67275., maxFeedbackPower=980000, maxDischargePower=980000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=623000, maxVoltage=4000, minVoltage=4000, maxTemperature=480000, minTemperature=740000, availableCapacity=760000, vehicleStatus=1, 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-21 19:25:55.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:55.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:55.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:55.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:55.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:55.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:55.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:55.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:55.248 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:55.248 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:55.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:55.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:55.298 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:55.298 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:55.314 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:55.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:55.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:55.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:55.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:55.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:55.373 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:55.373 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:55.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:55.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:55.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:55.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:55.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:55.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:55.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:55.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:55.499 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:55.500 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:56.017 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:56.017 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:56.017 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 35 37 30 35 37 31 31 36 2e 37 32 30 39 35 31 30 33 39 2e 35 32 38 37 31 30 30 35 34 2e 30 30 30 31 38 2e 35 36 30 30 30 30 30 30 31 38 35 30 30 30 31 31 30 30 30 33 33 39 36 30 30 30 30 30 44 30 30 34 30 31 30 2e 32 30 34 30 30 30 30 30 31 36 30 32 30 38 34 31 30 34 38 30 30 30 30 32 33 32 30 30 32 37 39 30 30 30 30 30 36 37 32 37 35 2e 37 38 30 30 30 30 36 37 30 30 30 30 30 30 31 34 30 30 30 36 33 30 30 30 30 34 30 30 30 34 30 30 30 35 32 30 30 30 30 36 38 30 30 30 30 37 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1a 7E -2024-06-21 19:25:56.018 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969157057, longitude=116.7209510, latitude=39.5287100, speed=54.000, mileage=18.56000000, dischargeVoltage=185000, dischargeCurrent=11000, insulationResistance=339600000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=10.20, motorControllerTemperature=400000, motorSpeed=16020, motorTorque=8410, motorTemperature=480000, motorVoltage=23200, motorCurrent=27900000, powerBattery=67275., maxFeedbackPower=780000, maxDischargePower=670000, bmsSelfCheck=00, powerBatteryCurrent=14000, powerBatteryV3=630000, maxVoltage=4000, minVoltage=4000, maxTemperature=520000, minTemperature=680000, availableCapacity=750000, vehicleStatus=1, 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-21 19:25:56.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:56.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"750000","bmsSelfCheck":"00","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"185000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"339600000","latitude":"39.5287100","location":"1","longitude":"116.7209510","maxDischargePower":"670000","maxFeedbackPower":"780000","maxTemperature":"520000","maxVoltage":"4000","mcu":"1","mileage":"18.56000000","minTemperature":"680000","minVoltage":"4000","motorControllerTemperature":"400000","motorCurrent":"27900000","motorSpeed":"16020","motorTemperature":"480000","motorTorque":"8410","motorVoltage":"23200","powerBattery":"67275.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"630000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969157057","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:56.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969157057, longitude=116.7209510, latitude=39.5287100, speed=54.000, mileage=18.56000000, dischargeVoltage=185000, dischargeCurrent=11000, insulationResistance=339600000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=10.20, motorControllerTemperature=400000, motorSpeed=16020, motorTorque=8410, motorTemperature=480000, motorVoltage=23200, motorCurrent=27900000, powerBattery=67275., maxFeedbackPower=780000, maxDischargePower=670000, bmsSelfCheck=00, powerBatteryCurrent=14000, powerBatteryV3=630000, maxVoltage=4000, minVoltage=4000, maxTemperature=520000, minTemperature=680000, availableCapacity=750000, vehicleStatus=1, 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-21 19:25:56.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:56.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:56.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:56.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:56.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:56.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:56.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:56.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:56.133 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:56.133 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:56.168 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:56.168 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:56.190 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:56.190 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:56.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:56.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:56.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:56.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:56.253 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:56.253 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:56.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:56.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:56.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:56.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:56.337 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:56.337 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:56.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:56.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:56.393 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:56.393 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:56.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:56.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:57.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:57.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:57.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 35 38 30 35 38 31 31 36 2e 37 32 31 34 31 37 30 33 39 2e 35 32 38 37 34 33 30 33 36 2e 30 30 30 31 38 2e 35 38 30 30 30 30 30 30 32 38 34 30 30 30 33 30 30 30 30 33 39 32 32 30 30 30 30 30 44 30 30 36 30 31 31 2e 39 30 31 30 30 30 30 30 35 39 34 37 30 36 30 32 30 31 30 33 30 30 30 31 34 39 30 30 39 39 38 30 30 30 30 30 36 37 32 37 35 2e 35 34 30 30 30 30 34 30 30 30 30 30 33 30 31 30 30 30 30 35 33 32 30 30 30 34 30 30 30 34 30 30 30 34 34 30 30 30 30 36 38 30 30 30 30 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1f 7E -2024-06-21 19:25:57.010 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969158058, longitude=116.7214170, latitude=39.5287430, speed=36.000, mileage=18.58000000, dischargeVoltage=284000, dischargeCurrent=30000, insulationResistance=392200000, gear=D, accelerationPedal=00, brakePedal=60, fuelConsumption=11.90, motorControllerTemperature=100000, motorSpeed=59470, motorTorque=6020, motorTemperature=103000, motorVoltage=14900, motorCurrent=99800000, powerBattery=67275., maxFeedbackPower=540000, maxDischargePower=400000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=532000, maxVoltage=4000, minVoltage=4000, maxTemperature=440000, minTemperature=680000, availableCapacity=200000, vehicleStatus=1, 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-21 19:25:57.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:57.013 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"200000","bmsSelfCheck":"30","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"30000","dischargeVoltage":"284000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"392200000","latitude":"39.5287430","location":"1","longitude":"116.7214170","maxDischargePower":"400000","maxFeedbackPower":"540000","maxTemperature":"440000","maxVoltage":"4000","mcu":"1","mileage":"18.58000000","minTemperature":"680000","minVoltage":"4000","motorControllerTemperature":"100000","motorCurrent":"99800000","motorSpeed":"59470","motorTemperature":"103000","motorTorque":"6020","motorVoltage":"14900","powerBattery":"67275.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"532000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969158058","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:57.013 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969158058, longitude=116.7214170, latitude=39.5287430, speed=36.000, mileage=18.58000000, dischargeVoltage=284000, dischargeCurrent=30000, insulationResistance=392200000, gear=D, accelerationPedal=00, brakePedal=60, fuelConsumption=11.90, motorControllerTemperature=100000, motorSpeed=59470, motorTorque=6020, motorTemperature=103000, motorVoltage=14900, motorCurrent=99800000, powerBattery=67275., maxFeedbackPower=540000, maxDischargePower=400000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=532000, maxVoltage=4000, minVoltage=4000, maxTemperature=440000, minTemperature=680000, availableCapacity=200000, vehicleStatus=1, 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-21 19:25:57.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:57.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:57.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:57.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:57.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:57.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:57.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:57.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:57.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:57.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:57.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:57.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:57.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:57.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:57.257 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:57.257 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:57.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:57.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:57.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:57.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:57.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:57.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:57.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:57.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:57.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:57.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:57.439 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:57.439 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:57.470 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:57.470 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:57.494 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:57.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:58.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:58.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:58.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 35 39 30 34 39 31 31 36 2e 37 32 32 34 37 34 30 33 39 2e 35 32 38 37 39 32 30 35 34 2e 30 30 30 31 38 2e 36 31 30 30 30 30 30 30 35 31 37 30 30 30 33 37 30 30 30 32 35 32 33 31 30 30 30 30 44 36 30 38 30 31 31 2e 35 30 33 39 30 30 30 30 39 38 32 36 36 32 37 31 30 34 30 30 30 30 30 31 37 33 30 30 32 31 35 36 30 30 30 30 36 37 32 37 35 2e 39 33 30 30 30 30 38 35 30 30 30 30 30 30 37 30 30 30 30 32 33 32 30 30 30 33 30 30 30 33 30 30 30 34 39 30 30 30 30 33 36 30 30 30 30 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 37 7E -2024-06-21 19:25:58.005 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969159049, longitude=116.7224740, latitude=39.5287920, speed=54.000, mileage=18.61000000, dischargeVoltage=517000, dischargeCurrent=37000, insulationResistance=252310000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=11.50, motorControllerTemperature=390000, motorSpeed=98266, motorTorque=2710, motorTemperature=400000, motorVoltage=17300, motorCurrent=21560000, powerBattery=67275., maxFeedbackPower=930000, maxDischargePower=850000, bmsSelfCheck=00, powerBatteryCurrent=70000, powerBatteryV3=232000, maxVoltage=3000, minVoltage=3000, maxTemperature=490000, minTemperature=360000, availableCapacity=200000, vehicleStatus=1, 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-21 19:25:58.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:58.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"200000","bmsSelfCheck":"00","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"37000","dischargeVoltage":"517000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.50","gear":"D","insulationResistance":"252310000","latitude":"39.5287920","location":"1","longitude":"116.7224740","maxDischargePower":"850000","maxFeedbackPower":"930000","maxTemperature":"490000","maxVoltage":"3000","mcu":"1","mileage":"18.61000000","minTemperature":"360000","minVoltage":"3000","motorControllerTemperature":"390000","motorCurrent":"21560000","motorSpeed":"98266","motorTemperature":"400000","motorTorque":"2710","motorVoltage":"17300","powerBattery":"67275.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"232000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969159049","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:58.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969159049, longitude=116.7224740, latitude=39.5287920, speed=54.000, mileage=18.61000000, dischargeVoltage=517000, dischargeCurrent=37000, insulationResistance=252310000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=11.50, motorControllerTemperature=390000, motorSpeed=98266, motorTorque=2710, motorTemperature=400000, motorVoltage=17300, motorCurrent=21560000, powerBattery=67275., maxFeedbackPower=930000, maxDischargePower=850000, bmsSelfCheck=00, powerBatteryCurrent=70000, powerBatteryV3=232000, maxVoltage=3000, minVoltage=3000, maxTemperature=490000, minTemperature=360000, availableCapacity=200000, vehicleStatus=1, 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-21 19:25:58.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:58.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:58.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:58.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:58.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:58.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:58.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:58.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:58.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:58.163 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:58.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:58.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:58.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:58.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:58.277 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:58.277 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:58.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:58.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:58.348 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:58.348 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:58.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:58.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:58.482 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:58.482 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:58.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:58.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:58.528 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:58.528 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:58.565 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:58.566 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:58.592 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:58.592 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:25:59.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:25:59.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:25:59.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 36 30 30 34 35 31 31 36 2e 37 32 33 34 32 39 30 33 39 2e 35 32 38 38 37 31 30 37 32 2e 30 30 30 31 38 2e 36 35 30 30 30 30 30 30 33 30 37 30 30 30 33 32 30 30 30 34 37 35 35 30 30 30 30 30 44 30 30 35 30 39 2e 38 30 30 34 30 30 30 30 30 38 36 35 33 37 37 37 30 30 38 32 30 30 30 30 32 32 37 30 30 36 33 38 32 30 30 30 30 36 37 32 37 35 2e 35 38 30 30 30 30 36 35 30 30 30 30 31 32 39 30 30 30 30 34 30 33 30 30 30 33 30 30 30 34 30 30 30 34 31 30 30 30 30 31 37 30 30 30 30 37 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3c 7E -2024-06-21 19:25:59.003 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969160045, longitude=116.7234290, latitude=39.5288710, speed=72.000, mileage=18.65000000, dischargeVoltage=307000, dischargeCurrent=32000, insulationResistance=475500000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=9.800, motorControllerTemperature=400000, motorSpeed=86537, motorTorque=7700, motorTemperature=820000, motorVoltage=22700, motorCurrent=63820000, powerBattery=67275., maxFeedbackPower=580000, maxDischargePower=650000, bmsSelfCheck=12, powerBatteryCurrent=90000, powerBatteryV3=403000, maxVoltage=3000, minVoltage=4000, maxTemperature=410000, minTemperature=170000, availableCapacity=770000, vehicleStatus=1, 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-21 19:25:59.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:25:59.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"770000","bmsSelfCheck":"12","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"32000","dischargeVoltage":"307000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.800","gear":"D","insulationResistance":"475500000","latitude":"39.5288710","location":"1","longitude":"116.7234290","maxDischargePower":"650000","maxFeedbackPower":"580000","maxTemperature":"410000","maxVoltage":"3000","mcu":"1","mileage":"18.65000000","minTemperature":"170000","minVoltage":"4000","motorControllerTemperature":"400000","motorCurrent":"63820000","motorSpeed":"86537","motorTemperature":"820000","motorTorque":"7700","motorVoltage":"22700","powerBattery":"67275.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"403000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969160045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:25:59.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969160045, longitude=116.7234290, latitude=39.5288710, speed=72.000, mileage=18.65000000, dischargeVoltage=307000, dischargeCurrent=32000, insulationResistance=475500000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=9.800, motorControllerTemperature=400000, motorSpeed=86537, motorTorque=7700, motorTemperature=820000, motorVoltage=22700, motorCurrent=63820000, powerBattery=67275., maxFeedbackPower=580000, maxDischargePower=650000, bmsSelfCheck=12, powerBatteryCurrent=90000, powerBatteryV3=403000, maxVoltage=3000, minVoltage=4000, maxTemperature=410000, minTemperature=170000, availableCapacity=770000, vehicleStatus=1, 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-21 19:25:59.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:25:59.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:25:59.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:25:59.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:25:59.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:25:59.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:25:59.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:25:59.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:25:59.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:25:59.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:25:59.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:25:59.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:25:59.181 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:25:59.181 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:25:59.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:25:59.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:25:59.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:25:59.251 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:25:59.283 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:25:59.283 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:25:59.303 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:25:59.303 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:25:59.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:25:59.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:25:59.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:25:59.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:25:59.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:25:59.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:25:59.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:25:59.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:25:59.418 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:25:59.418 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:00.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:00.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:00.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 36 31 30 34 39 31 31 36 2e 37 32 34 32 35 35 30 33 39 2e 35 32 38 39 32 35 30 37 32 2e 30 30 30 31 38 2e 36 39 30 30 30 30 30 30 36 33 33 30 30 30 38 30 30 30 30 31 36 34 31 31 30 30 30 30 44 33 30 34 30 39 2e 31 30 30 34 34 30 30 30 30 37 35 33 35 30 36 33 35 30 35 34 30 30 30 30 32 34 37 30 30 31 34 31 30 38 30 30 30 36 37 32 37 35 2e 34 32 30 30 30 30 32 39 30 30 30 30 31 34 32 30 30 30 30 36 38 31 30 30 30 33 30 30 30 34 30 30 30 31 39 30 30 30 30 37 39 30 30 30 30 36 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3c 7E -2024-06-21 19:26:00.003 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969161049, longitude=116.7242550, latitude=39.5289250, speed=72.000, mileage=18.69000000, dischargeVoltage=633000, dischargeCurrent=80000, insulationResistance=164110000, gear=D, accelerationPedal=30, brakePedal=40, fuelConsumption=9.100, motorControllerTemperature=440000, motorSpeed=75350, motorTorque=6350, motorTemperature=540000, motorVoltage=24700, motorCurrent=14108000, powerBattery=67275., maxFeedbackPower=420000, maxDischargePower=290000, bmsSelfCheck=14, powerBatteryCurrent=20000, powerBatteryV3=681000, maxVoltage=3000, minVoltage=4000, maxTemperature=190000, minTemperature=790000, availableCapacity=690000, vehicleStatus=1, 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-21 19:26:00.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:00.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"690000","bmsSelfCheck":"14","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"633000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"164110000","latitude":"39.5289250","location":"1","longitude":"116.7242550","maxDischargePower":"290000","maxFeedbackPower":"420000","maxTemperature":"190000","maxVoltage":"3000","mcu":"1","mileage":"18.69000000","minTemperature":"790000","minVoltage":"4000","motorControllerTemperature":"440000","motorCurrent":"14108000","motorSpeed":"75350","motorTemperature":"540000","motorTorque":"6350","motorVoltage":"24700","powerBattery":"67275.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"681000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969161049","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:00.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969161049, longitude=116.7242550, latitude=39.5289250, speed=72.000, mileage=18.69000000, dischargeVoltage=633000, dischargeCurrent=80000, insulationResistance=164110000, gear=D, accelerationPedal=30, brakePedal=40, fuelConsumption=9.100, motorControllerTemperature=440000, motorSpeed=75350, motorTorque=6350, motorTemperature=540000, motorVoltage=24700, motorCurrent=14108000, powerBattery=67275., maxFeedbackPower=420000, maxDischargePower=290000, bmsSelfCheck=14, powerBatteryCurrent=20000, powerBatteryV3=681000, maxVoltage=3000, minVoltage=4000, maxTemperature=190000, minTemperature=790000, availableCapacity=690000, vehicleStatus=1, 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-21 19:26:00.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:00.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:00.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:00.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:00.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:00.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:00.121 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:00.121 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:00.153 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:00.153 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:00.169 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:00.169 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:00.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:00.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:00.340 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:00.340 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:00.365 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:00.365 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:00.389 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:00.390 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:00.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:00.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:00.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:00.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:00.523 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:00.523 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:00.547 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:00.547 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:00.565 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:00.565 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:00.588 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:00.588 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:01.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:01.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:01.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 36 32 30 34 38 31 31 36 2e 37 32 35 34 32 36 30 33 39 2e 35 32 39 30 30 38 30 37 32 2e 30 30 30 31 38 2e 37 33 30 30 30 30 30 30 35 33 37 30 30 30 31 35 30 30 30 31 39 36 35 30 30 30 30 30 44 37 30 37 30 31 30 2e 32 30 34 34 30 30 30 30 39 35 34 35 36 34 35 38 30 31 31 33 30 30 30 32 35 34 30 30 31 31 34 35 34 30 30 30 36 37 32 37 35 2e 34 36 30 30 30 30 34 37 30 30 30 30 31 33 38 30 30 30 30 33 34 33 30 30 30 34 30 30 30 34 30 30 30 33 35 30 30 30 30 32 35 30 30 30 30 32 31 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2f 7E -2024-06-21 19:26:01.003 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969162048, longitude=116.7254260, latitude=39.5290080, speed=72.000, mileage=18.73000000, dischargeVoltage=537000, dischargeCurrent=15000, insulationResistance=196500000, gear=D, accelerationPedal=70, brakePedal=70, fuelConsumption=10.20, motorControllerTemperature=440000, motorSpeed=95456, motorTorque=4580, motorTemperature=113000, motorVoltage=25400, motorCurrent=11454000, powerBattery=67275., maxFeedbackPower=460000, maxDischargePower=470000, bmsSelfCheck=13, powerBatteryCurrent=80000, powerBatteryV3=343000, maxVoltage=4000, minVoltage=4000, maxTemperature=350000, minTemperature=250000, availableCapacity=210000, vehicleStatus=1, 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-21 19:26:01.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:01.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"210000","bmsSelfCheck":"13","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"537000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"196500000","latitude":"39.5290080","location":"1","longitude":"116.7254260","maxDischargePower":"470000","maxFeedbackPower":"460000","maxTemperature":"350000","maxVoltage":"4000","mcu":"1","mileage":"18.73000000","minTemperature":"250000","minVoltage":"4000","motorControllerTemperature":"440000","motorCurrent":"11454000","motorSpeed":"95456","motorTemperature":"113000","motorTorque":"4580","motorVoltage":"25400","powerBattery":"67275.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"343000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969162048","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:01.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969162048, longitude=116.7254260, latitude=39.5290080, speed=72.000, mileage=18.73000000, dischargeVoltage=537000, dischargeCurrent=15000, insulationResistance=196500000, gear=D, accelerationPedal=70, brakePedal=70, fuelConsumption=10.20, motorControllerTemperature=440000, motorSpeed=95456, motorTorque=4580, motorTemperature=113000, motorVoltage=25400, motorCurrent=11454000, powerBattery=67275., maxFeedbackPower=460000, maxDischargePower=470000, bmsSelfCheck=13, powerBatteryCurrent=80000, powerBatteryV3=343000, maxVoltage=4000, minVoltage=4000, maxTemperature=350000, minTemperature=250000, availableCapacity=210000, vehicleStatus=1, 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-21 19:26:01.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:01.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:01.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:01.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:01.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:01.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:01.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:01.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:01.180 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:01.180 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:01.203 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:01.203 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:01.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:01.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:01.249 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:01.249 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:01.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:01.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:01.291 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:01.291 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:01.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:01.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:01.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:01.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:01.351 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:01.351 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:01.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:01.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:01.413 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:01.413 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:01.454 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:01.454 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:02.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:02.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:02.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 36 33 30 35 39 31 31 36 2e 37 32 36 36 39 32 30 33 39 2e 35 32 39 31 30 37 30 31 30 38 2e 30 30 31 38 2e 37 39 30 30 30 30 30 30 35 33 39 30 30 30 33 34 30 30 30 32 32 36 36 37 30 30 30 30 44 32 30 35 30 31 31 2e 33 30 32 36 30 30 30 30 35 37 37 31 30 35 33 39 30 31 32 38 30 30 30 32 34 30 30 30 31 31 33 33 30 30 30 30 36 37 32 36 33 2e 37 30 30 30 30 30 31 32 30 30 30 30 33 30 35 30 30 30 30 33 31 35 30 30 30 33 30 30 30 33 30 30 30 36 37 30 30 30 30 32 37 30 30 30 30 32 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 25 7E -2024-06-21 19:26:02.014 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969163059, longitude=116.7266920, latitude=39.5291070, speed=108.00, mileage=18.79000000, dischargeVoltage=539000, dischargeCurrent=34000, insulationResistance=226670000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=11.30, motorControllerTemperature=260000, motorSpeed=57710, motorTorque=5390, motorTemperature=128000, motorVoltage=24000, motorCurrent=11330000, powerBattery=67263., maxFeedbackPower=700000, maxDischargePower=120000, bmsSelfCheck=30, powerBatteryCurrent=50000, powerBatteryV3=315000, maxVoltage=3000, minVoltage=3000, maxTemperature=670000, minTemperature=270000, availableCapacity=250000, vehicleStatus=1, 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-21 19:26:02.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:02.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"250000","bmsSelfCheck":"30","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"34000","dischargeVoltage":"539000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.30","gear":"D","insulationResistance":"226670000","latitude":"39.5291070","location":"1","longitude":"116.7266920","maxDischargePower":"120000","maxFeedbackPower":"700000","maxTemperature":"670000","maxVoltage":"3000","mcu":"1","mileage":"18.79000000","minTemperature":"270000","minVoltage":"3000","motorControllerTemperature":"260000","motorCurrent":"11330000","motorSpeed":"57710","motorTemperature":"128000","motorTorque":"5390","motorVoltage":"24000","powerBattery":"67263.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"315000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969163059","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:02.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969163059, longitude=116.7266920, latitude=39.5291070, speed=108.00, mileage=18.79000000, dischargeVoltage=539000, dischargeCurrent=34000, insulationResistance=226670000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=11.30, motorControllerTemperature=260000, motorSpeed=57710, motorTorque=5390, motorTemperature=128000, motorVoltage=24000, motorCurrent=11330000, powerBattery=67263., maxFeedbackPower=700000, maxDischargePower=120000, bmsSelfCheck=30, powerBatteryCurrent=50000, powerBatteryV3=315000, maxVoltage=3000, minVoltage=3000, maxTemperature=670000, minTemperature=270000, availableCapacity=250000, vehicleStatus=1, 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-21 19:26:02.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:02.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:02.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:02.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:02.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:02.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:02.239 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:02.239 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:02.275 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:02.275 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:02.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:02.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:02.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:02.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:02.358 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:02.358 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:02.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:02.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:02.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:02.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:02.464 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:02.465 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:02.512 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:02.512 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:02.543 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:02.543 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:02.572 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:02.572 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:02.599 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:02.599 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:02.620 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:02.620 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:03.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:03.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:03.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 36 34 30 35 33 31 31 36 2e 37 32 37 36 32 30 30 33 39 2e 35 32 39 32 31 34 30 39 30 2e 30 30 30 31 38 2e 38 34 30 30 30 30 30 30 36 36 33 30 30 30 32 38 30 30 30 32 36 32 36 36 30 30 30 30 44 35 30 32 30 39 2e 36 30 30 36 36 30 30 30 30 39 34 33 32 32 36 30 31 30 33 30 30 30 30 30 31 36 39 30 30 34 39 36 31 30 30 30 30 36 37 32 35 34 2e 37 38 30 30 30 30 34 32 30 30 30 30 31 31 34 30 30 30 30 37 31 31 30 30 30 33 30 30 30 33 30 30 30 33 36 30 30 30 30 37 37 30 30 30 30 33 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2d 7E -2024-06-21 19:26:03.010 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969164053, longitude=116.7276200, latitude=39.5292140, speed=90.000, mileage=18.84000000, dischargeVoltage=663000, dischargeCurrent=28000, insulationResistance=262660000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=9.600, motorControllerTemperature=660000, motorSpeed=94322, motorTorque=6010, motorTemperature=300000, motorVoltage=16900, motorCurrent=49610000, powerBattery=67254., maxFeedbackPower=780000, maxDischargePower=420000, bmsSelfCheck=11, powerBatteryCurrent=40000, powerBatteryV3=711000, maxVoltage=3000, minVoltage=3000, maxTemperature=360000, minTemperature=770000, availableCapacity=320000, vehicleStatus=1, 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-21 19:26:03.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:03.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"320000","bmsSelfCheck":"11","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"28000","dischargeVoltage":"663000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.600","gear":"D","insulationResistance":"262660000","latitude":"39.5292140","location":"1","longitude":"116.7276200","maxDischargePower":"420000","maxFeedbackPower":"780000","maxTemperature":"360000","maxVoltage":"3000","mcu":"1","mileage":"18.84000000","minTemperature":"770000","minVoltage":"3000","motorControllerTemperature":"660000","motorCurrent":"49610000","motorSpeed":"94322","motorTemperature":"300000","motorTorque":"6010","motorVoltage":"16900","powerBattery":"67254.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"711000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969164053","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:03.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969164053, longitude=116.7276200, latitude=39.5292140, speed=90.000, mileage=18.84000000, dischargeVoltage=663000, dischargeCurrent=28000, insulationResistance=262660000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=9.600, motorControllerTemperature=660000, motorSpeed=94322, motorTorque=6010, motorTemperature=300000, motorVoltage=16900, motorCurrent=49610000, powerBattery=67254., maxFeedbackPower=780000, maxDischargePower=420000, bmsSelfCheck=11, powerBatteryCurrent=40000, powerBatteryV3=711000, maxVoltage=3000, minVoltage=3000, maxTemperature=360000, minTemperature=770000, availableCapacity=320000, vehicleStatus=1, 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-21 19:26:03.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:03.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:03.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:03.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:03.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:03.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:03.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:03.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:03.130 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:03.130 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:03.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:03.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:03.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:03.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:03.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:03.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:03.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:03.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:03.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:03.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:03.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:03.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:03.288 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:03.288 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:03.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:03.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:03.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:03.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:03.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:03.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:03.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:03.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:04.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:04.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:04.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 36 35 30 35 36 31 31 36 2e 37 32 38 34 37 38 30 33 39 2e 35 32 39 32 36 30 30 39 30 2e 30 30 30 31 38 2e 38 39 30 30 30 30 30 30 34 34 31 30 30 30 34 37 30 30 30 34 34 39 31 30 30 30 30 30 44 35 30 34 30 31 30 2e 37 30 35 37 30 30 30 30 34 37 32 36 32 32 39 33 30 31 32 36 30 30 30 32 31 30 30 30 39 38 35 31 30 30 30 30 36 37 32 34 33 2e 39 38 30 30 30 30 35 39 30 30 30 30 32 30 34 30 30 30 30 36 32 38 30 30 30 34 30 30 30 34 30 30 30 31 36 30 30 30 30 34 30 30 30 30 30 35 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 46 7E -2024-06-21 19:26:04.010 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969165056, longitude=116.7284780, latitude=39.5292600, speed=90.000, mileage=18.89000000, dischargeVoltage=441000, dischargeCurrent=47000, insulationResistance=449100000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.70, motorControllerTemperature=570000, motorSpeed=47262, motorTorque=2930, motorTemperature=126000, motorVoltage=21000, motorCurrent=98510000, powerBattery=67243., maxFeedbackPower=980000, maxDischargePower=590000, bmsSelfCheck=20, powerBatteryCurrent=40000, powerBatteryV3=628000, maxVoltage=4000, minVoltage=4000, maxTemperature=160000, minTemperature=400000, availableCapacity=580000, vehicleStatus=1, 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-21 19:26:04.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:04.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"580000","bmsSelfCheck":"20","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"441000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"449100000","latitude":"39.5292600","location":"1","longitude":"116.7284780","maxDischargePower":"590000","maxFeedbackPower":"980000","maxTemperature":"160000","maxVoltage":"4000","mcu":"1","mileage":"18.89000000","minTemperature":"400000","minVoltage":"4000","motorControllerTemperature":"570000","motorCurrent":"98510000","motorSpeed":"47262","motorTemperature":"126000","motorTorque":"2930","motorVoltage":"21000","powerBattery":"67243.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"628000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969165056","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:04.013 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969165056, longitude=116.7284780, latitude=39.5292600, speed=90.000, mileage=18.89000000, dischargeVoltage=441000, dischargeCurrent=47000, insulationResistance=449100000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.70, motorControllerTemperature=570000, motorSpeed=47262, motorTorque=2930, motorTemperature=126000, motorVoltage=21000, motorCurrent=98510000, powerBattery=67243., maxFeedbackPower=980000, maxDischargePower=590000, bmsSelfCheck=20, powerBatteryCurrent=40000, powerBatteryV3=628000, maxVoltage=4000, minVoltage=4000, maxTemperature=160000, minTemperature=400000, availableCapacity=580000, vehicleStatus=1, 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-21 19:26:04.068 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:04.068 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:04.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:04.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:04.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:04.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:04.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:04.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:04.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:04.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:04.351 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:04.351 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:04.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:04.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:04.390 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:04.390 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:04.413 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:04.413 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:04.429 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:04.429 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:04.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:04.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:04.482 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:04.482 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:04.499 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:04.499 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:04.530 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:04.530 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:04.557 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:04.557 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:04.586 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:04.586 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:05.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:05.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:05.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 36 36 30 34 36 31 31 36 2e 37 33 30 32 35 34 30 33 39 2e 35 32 39 33 38 38 30 31 34 34 2e 30 30 31 38 2e 39 37 30 30 30 30 30 30 34 32 30 30 30 30 34 34 30 30 30 31 38 32 35 38 30 30 30 30 44 37 30 31 30 39 2e 38 30 30 32 30 30 30 30 30 38 32 34 30 38 31 38 35 30 32 35 30 30 30 30 31 37 35 30 30 31 33 33 35 30 30 30 30 36 37 32 33 33 2e 33 35 30 30 30 30 35 31 30 30 30 30 32 30 31 30 30 30 30 35 34 33 30 30 30 33 30 30 30 34 30 30 30 33 31 30 30 30 30 35 35 30 30 30 30 39 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 27 7E -2024-06-21 19:26:05.022 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969166046, longitude=116.7302540, latitude=39.5293880, speed=144.00, mileage=18.97000000, dischargeVoltage=420000, dischargeCurrent=44000, insulationResistance=182580000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=9.800, motorControllerTemperature=200000, motorSpeed=82408, motorTorque=1850, motorTemperature=250000, motorVoltage=17500, motorCurrent=13350000, powerBattery=67233., maxFeedbackPower=350000, maxDischargePower=510000, bmsSelfCheck=20, powerBatteryCurrent=10000, powerBatteryV3=543000, maxVoltage=3000, minVoltage=4000, maxTemperature=310000, minTemperature=550000, availableCapacity=950000, vehicleStatus=1, 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-21 19:26:05.023 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:05.023 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"950000","bmsSelfCheck":"20","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"44000","dischargeVoltage":"420000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.800","gear":"D","insulationResistance":"182580000","latitude":"39.5293880","location":"1","longitude":"116.7302540","maxDischargePower":"510000","maxFeedbackPower":"350000","maxTemperature":"310000","maxVoltage":"3000","mcu":"1","mileage":"18.97000000","minTemperature":"550000","minVoltage":"4000","motorControllerTemperature":"200000","motorCurrent":"13350000","motorSpeed":"82408","motorTemperature":"250000","motorTorque":"1850","motorVoltage":"17500","powerBattery":"67233.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"543000","ptc":"1","runStatus":"1","soc":"1","speed":"144.00","timestamp":"1718969166046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:05.023 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969166046, longitude=116.7302540, latitude=39.5293880, speed=144.00, mileage=18.97000000, dischargeVoltage=420000, dischargeCurrent=44000, insulationResistance=182580000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=9.800, motorControllerTemperature=200000, motorSpeed=82408, motorTorque=1850, motorTemperature=250000, motorVoltage=17500, motorCurrent=13350000, powerBattery=67233., maxFeedbackPower=350000, maxDischargePower=510000, bmsSelfCheck=20, powerBatteryCurrent=10000, powerBatteryV3=543000, maxVoltage=3000, minVoltage=4000, maxTemperature=310000, minTemperature=550000, availableCapacity=950000, vehicleStatus=1, 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-21 19:26:05.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:05.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:05.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:05.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:05.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:05.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:05.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:05.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:05.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:05.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:05.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:05.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:05.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:05.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:05.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:05.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:05.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:05.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:05.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:05.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:05.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:05.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:05.389 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:05.389 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:05.450 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:05.450 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:05.492 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:05.492 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:05.521 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:05.522 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:05.550 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:05.551 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:06.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:06.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:06.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 36 37 30 35 30 31 31 36 2e 37 33 31 31 31 32 30 33 39 2e 35 32 39 34 36 33 30 35 34 2e 30 30 30 31 39 2e 30 30 30 30 30 30 30 30 36 30 33 30 30 30 34 35 30 30 30 32 38 30 39 33 30 30 30 30 44 37 30 34 30 31 30 2e 34 30 32 33 30 30 30 30 38 39 38 39 30 36 32 30 30 32 35 30 30 30 30 31 36 39 30 30 31 31 33 35 30 30 30 30 36 37 32 33 33 2e 38 32 30 30 30 30 36 32 30 30 30 30 31 34 39 30 30 30 30 33 36 33 30 30 30 33 30 30 30 33 30 30 30 36 34 30 30 30 30 33 31 30 30 30 30 31 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 11 7E -2024-06-21 19:26:06.004 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969167050, longitude=116.7311120, latitude=39.5294630, speed=54.000, mileage=19.00000000, dischargeVoltage=603000, dischargeCurrent=45000, insulationResistance=280930000, gear=D, accelerationPedal=70, brakePedal=40, fuelConsumption=10.40, motorControllerTemperature=230000, motorSpeed=89890, motorTorque=6200, motorTemperature=250000, motorVoltage=16900, motorCurrent=11350000, powerBattery=67233., maxFeedbackPower=820000, maxDischargePower=620000, bmsSelfCheck=14, powerBatteryCurrent=90000, powerBatteryV3=363000, maxVoltage=3000, minVoltage=3000, maxTemperature=640000, minTemperature=310000, availableCapacity=150000, vehicleStatus=1, 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-21 19:26:06.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:06.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"150000","bmsSelfCheck":"14","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"45000","dischargeVoltage":"603000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"280930000","latitude":"39.5294630","location":"1","longitude":"116.7311120","maxDischargePower":"620000","maxFeedbackPower":"820000","maxTemperature":"640000","maxVoltage":"3000","mcu":"1","mileage":"19.00000000","minTemperature":"310000","minVoltage":"3000","motorControllerTemperature":"230000","motorCurrent":"11350000","motorSpeed":"89890","motorTemperature":"250000","motorTorque":"6200","motorVoltage":"16900","powerBattery":"67233.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"363000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969167050","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:06.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969167050, longitude=116.7311120, latitude=39.5294630, speed=54.000, mileage=19.00000000, dischargeVoltage=603000, dischargeCurrent=45000, insulationResistance=280930000, gear=D, accelerationPedal=70, brakePedal=40, fuelConsumption=10.40, motorControllerTemperature=230000, motorSpeed=89890, motorTorque=6200, motorTemperature=250000, motorVoltage=16900, motorCurrent=11350000, powerBattery=67233., maxFeedbackPower=820000, maxDischargePower=620000, bmsSelfCheck=14, powerBatteryCurrent=90000, powerBatteryV3=363000, maxVoltage=3000, minVoltage=3000, maxTemperature=640000, minTemperature=310000, availableCapacity=150000, vehicleStatus=1, 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-21 19:26:06.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:06.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:06.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:06.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:06.135 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:06.135 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:06.166 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:06.166 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:06.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:06.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:06.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:06.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:06.335 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:06.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:06.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:06.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:06.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:06.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:06.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:06.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:06.435 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:06.435 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:06.455 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:06.455 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:06.498 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:06.500 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:06.639 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:06.640 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:06.668 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:06.669 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:06.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:06.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:07.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:07.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:07.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 36 38 30 35 38 31 31 36 2e 37 33 32 31 38 35 30 33 39 2e 35 32 39 35 34 35 30 39 30 2e 30 30 30 31 39 2e 30 35 30 30 30 30 30 30 31 31 30 30 30 30 32 35 30 30 30 32 37 39 36 39 30 30 30 30 44 36 30 35 30 31 30 2e 35 30 35 33 30 30 30 30 35 39 39 31 30 31 35 36 30 31 31 30 30 30 30 31 38 39 30 30 31 33 31 36 30 30 30 30 36 37 32 32 33 2e 35 32 30 30 30 30 31 39 30 30 30 30 31 30 39 30 30 30 30 32 33 38 30 30 30 34 30 30 30 34 30 30 30 35 39 30 30 30 30 33 33 30 30 30 30 32 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 30 7E -2024-06-21 19:26:07.012 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969168058, longitude=116.7321850, latitude=39.5295450, speed=90.000, mileage=19.05000000, dischargeVoltage=110000, dischargeCurrent=25000, insulationResistance=279690000, gear=D, accelerationPedal=60, brakePedal=50, fuelConsumption=10.50, motorControllerTemperature=530000, motorSpeed=59910, motorTorque=1560, motorTemperature=110000, motorVoltage=18900, motorCurrent=13160000, powerBattery=67223., maxFeedbackPower=520000, maxDischargePower=190000, bmsSelfCheck=10, powerBatteryCurrent=90000, powerBatteryV3=238000, maxVoltage=4000, minVoltage=4000, maxTemperature=590000, minTemperature=330000, availableCapacity=280000, vehicleStatus=1, 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-21 19:26:07.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:07.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"280000","bmsSelfCheck":"10","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"25000","dischargeVoltage":"110000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"279690000","latitude":"39.5295450","location":"1","longitude":"116.7321850","maxDischargePower":"190000","maxFeedbackPower":"520000","maxTemperature":"590000","maxVoltage":"4000","mcu":"1","mileage":"19.05000000","minTemperature":"330000","minVoltage":"4000","motorControllerTemperature":"530000","motorCurrent":"13160000","motorSpeed":"59910","motorTemperature":"110000","motorTorque":"1560","motorVoltage":"18900","powerBattery":"67223.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"238000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969168058","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:07.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969168058, longitude=116.7321850, latitude=39.5295450, speed=90.000, mileage=19.05000000, dischargeVoltage=110000, dischargeCurrent=25000, insulationResistance=279690000, gear=D, accelerationPedal=60, brakePedal=50, fuelConsumption=10.50, motorControllerTemperature=530000, motorSpeed=59910, motorTorque=1560, motorTemperature=110000, motorVoltage=18900, motorCurrent=13160000, powerBattery=67223., maxFeedbackPower=520000, maxDischargePower=190000, bmsSelfCheck=10, powerBatteryCurrent=90000, powerBatteryV3=238000, maxVoltage=4000, minVoltage=4000, maxTemperature=590000, minTemperature=330000, availableCapacity=280000, vehicleStatus=1, 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-21 19:26:07.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:07.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:07.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:07.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:07.119 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:07.119 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:07.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:07.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:07.278 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:07.278 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:07.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:07.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:07.335 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:07.335 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:07.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:07.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:07.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:07.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:07.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:07.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:07.419 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:07.419 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:07.448 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:07.449 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:07.477 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:07.477 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:07.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:07.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:07.517 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:07.517 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:07.541 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:07.541 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:08.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:08.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:08.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 36 39 30 35 35 31 31 36 2e 37 33 33 34 38 33 30 33 39 2e 35 32 39 36 35 33 30 39 30 2e 30 30 30 31 39 2e 31 30 30 30 30 30 30 30 34 32 34 30 30 30 38 30 30 30 30 31 33 34 36 37 30 30 30 30 44 39 30 31 30 31 32 2e 31 30 31 31 30 30 30 30 38 39 38 31 32 34 30 38 30 39 30 30 30 30 30 32 30 39 30 30 31 32 33 32 31 30 30 30 36 37 32 31 31 2e 35 39 30 30 30 30 35 31 30 30 30 30 38 30 32 30 30 30 30 37 31 39 30 30 30 33 30 30 30 34 30 30 30 33 36 30 30 30 30 39 34 30 30 30 30 32 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 24 7E -2024-06-21 19:26:08.009 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969169055, longitude=116.7334830, latitude=39.5296530, speed=90.000, mileage=19.10000000, dischargeVoltage=424000, dischargeCurrent=80000, insulationResistance=134670000, gear=D, accelerationPedal=90, brakePedal=10, fuelConsumption=12.10, motorControllerTemperature=110000, motorSpeed=89812, motorTorque=4080, motorTemperature=900000, motorVoltage=20900, motorCurrent=12321000, powerBattery=67211., maxFeedbackPower=590000, maxDischargePower=510000, bmsSelfCheck=80, powerBatteryCurrent=20000, powerBatteryV3=719000, maxVoltage=3000, minVoltage=4000, maxTemperature=360000, minTemperature=940000, availableCapacity=250000, vehicleStatus=1, 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-21 19:26:08.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:08.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"250000","bmsSelfCheck":"80","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"424000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.10","gear":"D","insulationResistance":"134670000","latitude":"39.5296530","location":"1","longitude":"116.7334830","maxDischargePower":"510000","maxFeedbackPower":"590000","maxTemperature":"360000","maxVoltage":"3000","mcu":"1","mileage":"19.10000000","minTemperature":"940000","minVoltage":"4000","motorControllerTemperature":"110000","motorCurrent":"12321000","motorSpeed":"89812","motorTemperature":"900000","motorTorque":"4080","motorVoltage":"20900","powerBattery":"67211.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"719000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969169055","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:08.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969169055, longitude=116.7334830, latitude=39.5296530, speed=90.000, mileage=19.10000000, dischargeVoltage=424000, dischargeCurrent=80000, insulationResistance=134670000, gear=D, accelerationPedal=90, brakePedal=10, fuelConsumption=12.10, motorControllerTemperature=110000, motorSpeed=89812, motorTorque=4080, motorTemperature=900000, motorVoltage=20900, motorCurrent=12321000, powerBattery=67211., maxFeedbackPower=590000, maxDischargePower=510000, bmsSelfCheck=80, powerBatteryCurrent=20000, powerBatteryV3=719000, maxVoltage=3000, minVoltage=4000, maxTemperature=360000, minTemperature=940000, availableCapacity=250000, vehicleStatus=1, 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-21 19:26:08.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:08.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:08.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:08.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:08.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:08.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:08.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:08.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:08.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:08.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:08.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:08.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:08.192 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:08.192 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:08.215 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:08.215 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:08.237 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:08.238 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:08.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:08.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:08.278 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:08.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:08.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:08.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:08.327 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:08.327 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:08.347 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:08.347 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:08.367 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:08.367 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:08.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:08.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:09.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:09.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:09.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 37 30 30 34 39 31 31 36 2e 37 33 34 34 38 31 30 33 39 2e 35 32 39 37 31 35 30 39 30 2e 30 30 30 31 39 2e 31 35 30 30 30 30 30 30 31 35 36 30 30 30 32 37 30 30 30 31 32 31 34 34 30 30 30 30 44 39 30 36 30 31 30 2e 39 30 35 31 30 30 30 30 37 32 31 34 31 39 39 38 30 38 34 30 30 30 30 32 39 32 30 30 39 33 39 38 30 30 30 30 36 37 32 30 30 2e 39 30 30 30 30 30 31 30 30 30 30 30 33 30 34 30 30 30 30 36 38 32 30 30 30 33 30 30 30 34 30 30 30 36 32 30 30 30 30 36 38 30 30 30 30 34 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 36 7E -2024-06-21 19:26:09.011 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969170049, longitude=116.7344810, latitude=39.5297150, speed=90.000, mileage=19.15000000, dischargeVoltage=156000, dischargeCurrent=27000, insulationResistance=121440000, gear=D, accelerationPedal=90, brakePedal=60, fuelConsumption=10.90, motorControllerTemperature=510000, motorSpeed=72141, motorTorque=9980, motorTemperature=840000, motorVoltage=29200, motorCurrent=93980000, powerBattery=67200., maxFeedbackPower=900000, maxDischargePower=100000, bmsSelfCheck=30, powerBatteryCurrent=40000, powerBatteryV3=682000, maxVoltage=3000, minVoltage=4000, maxTemperature=620000, minTemperature=680000, availableCapacity=440000, vehicleStatus=1, 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-21 19:26:09.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:09.013 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"440000","bmsSelfCheck":"30","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"27000","dischargeVoltage":"156000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"121440000","latitude":"39.5297150","location":"1","longitude":"116.7344810","maxDischargePower":"100000","maxFeedbackPower":"900000","maxTemperature":"620000","maxVoltage":"3000","mcu":"1","mileage":"19.15000000","minTemperature":"680000","minVoltage":"4000","motorControllerTemperature":"510000","motorCurrent":"93980000","motorSpeed":"72141","motorTemperature":"840000","motorTorque":"9980","motorVoltage":"29200","powerBattery":"67200.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"682000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969170049","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:09.013 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969170049, longitude=116.7344810, latitude=39.5297150, speed=90.000, mileage=19.15000000, dischargeVoltage=156000, dischargeCurrent=27000, insulationResistance=121440000, gear=D, accelerationPedal=90, brakePedal=60, fuelConsumption=10.90, motorControllerTemperature=510000, motorSpeed=72141, motorTorque=9980, motorTemperature=840000, motorVoltage=29200, motorCurrent=93980000, powerBattery=67200., maxFeedbackPower=900000, maxDischargePower=100000, bmsSelfCheck=30, powerBatteryCurrent=40000, powerBatteryV3=682000, maxVoltage=3000, minVoltage=4000, maxTemperature=620000, minTemperature=680000, availableCapacity=440000, vehicleStatus=1, 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-21 19:26:09.043 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:09.043 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:09.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:09.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:09.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:09.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:09.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:09.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:09.151 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:09.151 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:09.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:09.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:09.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:09.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:09.229 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:09.229 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:09.246 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:09.246 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:09.274 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:09.274 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:09.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:09.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:09.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:09.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:09.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:09.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:09.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:09.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:09.398 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:09.398 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:09.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:09.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:10.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:10.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:10.022 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 37 31 30 35 38 31 31 36 2e 37 33 34 38 37 33 30 33 39 2e 35 32 39 37 35 32 30 30 2e 30 30 30 30 31 39 2e 31 35 30 30 30 30 30 30 32 32 32 30 30 30 34 30 30 30 30 37 37 33 39 30 30 30 30 30 44 31 30 30 30 39 2e 35 30 30 34 35 30 30 30 30 34 30 33 39 36 39 33 39 30 38 37 30 30 30 30 31 39 38 30 30 37 33 38 35 30 30 30 30 36 37 32 30 30 2e 32 33 30 30 30 30 36 35 30 30 30 30 36 30 34 30 30 30 30 36 30 35 30 30 30 33 30 30 30 34 30 30 30 35 38 30 30 30 30 39 31 30 30 30 30 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 34 7E -2024-06-21 19:26:10.022 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969171058, longitude=116.7348730, latitude=39.5297520, speed=0.0000, mileage=19.15000000, dischargeVoltage=222000, dischargeCurrent=40000, insulationResistance=773900000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=9.500, motorControllerTemperature=450000, motorSpeed=40396, motorTorque=9390, motorTemperature=870000, motorVoltage=19800, motorCurrent=73850000, powerBattery=67200., maxFeedbackPower=230000, maxDischargePower=650000, bmsSelfCheck=60, powerBatteryCurrent=40000, powerBatteryV3=605000, maxVoltage=3000, minVoltage=4000, maxTemperature=580000, minTemperature=910000, availableCapacity=300000, vehicleStatus=1, 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-21 19:26:10.023 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:10.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"300000","bmsSelfCheck":"60","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"222000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.500","gear":"D","insulationResistance":"773900000","latitude":"39.5297520","location":"1","longitude":"116.7348730","maxDischargePower":"650000","maxFeedbackPower":"230000","maxTemperature":"580000","maxVoltage":"3000","mcu":"1","mileage":"19.15000000","minTemperature":"910000","minVoltage":"4000","motorControllerTemperature":"450000","motorCurrent":"73850000","motorSpeed":"40396","motorTemperature":"870000","motorTorque":"9390","motorVoltage":"19800","powerBattery":"67200.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"605000","ptc":"1","runStatus":"1","soc":"1","speed":"0.0000","timestamp":"1718969171058","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:10.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969171058, longitude=116.7348730, latitude=39.5297520, speed=0.0000, mileage=19.15000000, dischargeVoltage=222000, dischargeCurrent=40000, insulationResistance=773900000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=9.500, motorControllerTemperature=450000, motorSpeed=40396, motorTorque=9390, motorTemperature=870000, motorVoltage=19800, motorCurrent=73850000, powerBattery=67200., maxFeedbackPower=230000, maxDischargePower=650000, bmsSelfCheck=60, powerBatteryCurrent=40000, powerBatteryV3=605000, maxVoltage=3000, minVoltage=4000, maxTemperature=580000, minTemperature=910000, availableCapacity=300000, vehicleStatus=1, 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-21 19:26:10.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:10.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:10.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:10.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:10.117 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:10.117 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:10.138 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:10.138 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:10.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:10.166 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:10.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:10.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:10.205 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:10.205 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:10.225 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:10.225 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:10.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:10.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:10.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:10.268 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:10.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:10.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:10.322 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:10.322 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:10.342 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:10.342 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:10.359 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:10.359 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:10.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:10.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:10.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:10.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:11.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:11.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:11.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 37 32 30 35 36 31 31 36 2e 37 33 36 36 31 33 30 33 39 2e 35 32 39 38 34 34 30 31 39 38 2e 30 30 31 39 2e 32 36 30 30 30 30 30 30 31 35 32 30 30 30 32 31 30 30 30 38 33 30 35 30 30 30 30 30 44 39 30 39 30 31 31 2e 39 30 36 30 30 30 30 30 36 37 32 39 38 39 35 32 30 33 31 30 30 30 30 31 31 32 30 30 36 38 39 37 30 30 30 30 36 37 31 38 38 2e 37 30 30 30 30 30 33 38 30 30 30 30 38 30 31 30 30 30 30 35 37 38 30 30 30 33 30 30 30 33 30 30 30 37 31 30 30 30 30 35 39 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 31 4c 7E -2024-06-21 19:26:11.014 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969172056, longitude=116.7366130, latitude=39.5298440, speed=198.00, mileage=19.26000000, dischargeVoltage=152000, dischargeCurrent=21000, insulationResistance=830500000, gear=D, accelerationPedal=90, brakePedal=90, fuelConsumption=11.90, motorControllerTemperature=600000, motorSpeed=67298, motorTorque=9520, motorTemperature=310000, motorVoltage=11200, motorCurrent=68970000, powerBattery=67188., maxFeedbackPower=700000, maxDischargePower=380000, bmsSelfCheck=80, powerBatteryCurrent=10000, powerBatteryV3=578000, maxVoltage=3000, minVoltage=3000, maxTemperature=710000, minTemperature=590000, availableCapacity=000000, vehicleStatus=1, 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-21 19:26:11.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:11.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"000000","bmsSelfCheck":"80","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"152000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"830500000","latitude":"39.5298440","location":"1","longitude":"116.7366130","maxDischargePower":"380000","maxFeedbackPower":"700000","maxTemperature":"710000","maxVoltage":"3000","mcu":"1","mileage":"19.26000000","minTemperature":"590000","minVoltage":"3000","motorControllerTemperature":"600000","motorCurrent":"68970000","motorSpeed":"67298","motorTemperature":"310000","motorTorque":"9520","motorVoltage":"11200","powerBattery":"67188.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"578000","ptc":"1","runStatus":"1","soc":"1","speed":"198.00","timestamp":"1718969172056","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:11.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969172056, longitude=116.7366130, latitude=39.5298440, speed=198.00, mileage=19.26000000, dischargeVoltage=152000, dischargeCurrent=21000, insulationResistance=830500000, gear=D, accelerationPedal=90, brakePedal=90, fuelConsumption=11.90, motorControllerTemperature=600000, motorSpeed=67298, motorTorque=9520, motorTemperature=310000, motorVoltage=11200, motorCurrent=68970000, powerBattery=67188., maxFeedbackPower=700000, maxDischargePower=380000, bmsSelfCheck=80, powerBatteryCurrent=10000, powerBatteryV3=578000, maxVoltage=3000, minVoltage=3000, maxTemperature=710000, minTemperature=590000, availableCapacity=000000, vehicleStatus=1, 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-21 19:26:11.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:11.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:11.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:11.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:11.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:11.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:11.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:11.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:11.153 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:11.153 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:11.185 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:11.185 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:11.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:11.207 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:11.229 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:11.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:11.259 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:11.259 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:11.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:11.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:11.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:11.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:11.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:11.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:11.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:11.347 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:11.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:11.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:11.385 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:11.385 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:11.407 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:11.407 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:12.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:12.015 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:12.015 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 37 33 30 35 32 31 31 36 2e 37 33 38 34 32 36 30 33 39 2e 35 32 39 39 33 35 30 31 30 38 2e 30 30 31 39 2e 33 32 30 30 30 30 30 30 32 36 37 30 30 30 33 33 30 30 30 32 35 34 35 32 30 30 30 30 44 30 30 31 30 31 30 2e 34 30 38 36 30 30 30 30 36 30 36 33 38 32 33 37 30 34 36 30 30 30 30 31 35 38 30 30 31 32 31 35 33 30 30 30 36 37 31 37 38 2e 37 33 30 30 30 30 35 39 30 30 30 30 31 30 36 30 30 30 30 34 30 30 30 30 30 34 30 30 30 34 30 30 30 34 35 30 30 30 30 31 39 30 30 30 30 39 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 33 7E -2024-06-21 19:26:12.015 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969173052, longitude=116.7384260, latitude=39.5299350, speed=108.00, mileage=19.32000000, dischargeVoltage=267000, dischargeCurrent=33000, insulationResistance=254520000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=10.40, motorControllerTemperature=860000, motorSpeed=60638, motorTorque=2370, motorTemperature=460000, motorVoltage=15800, motorCurrent=12153000, powerBattery=67178., maxFeedbackPower=730000, maxDischargePower=590000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=400000, maxVoltage=4000, minVoltage=4000, maxTemperature=450000, minTemperature=190000, availableCapacity=980000, vehicleStatus=1, 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-21 19:26:12.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:12.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"980000","bmsSelfCheck":"10","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"33000","dischargeVoltage":"267000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"254520000","latitude":"39.5299350","location":"1","longitude":"116.7384260","maxDischargePower":"590000","maxFeedbackPower":"730000","maxTemperature":"450000","maxVoltage":"4000","mcu":"1","mileage":"19.32000000","minTemperature":"190000","minVoltage":"4000","motorControllerTemperature":"860000","motorCurrent":"12153000","motorSpeed":"60638","motorTemperature":"460000","motorTorque":"2370","motorVoltage":"15800","powerBattery":"67178.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"400000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969173052","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:12.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969173052, longitude=116.7384260, latitude=39.5299350, speed=108.00, mileage=19.32000000, dischargeVoltage=267000, dischargeCurrent=33000, insulationResistance=254520000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=10.40, motorControllerTemperature=860000, motorSpeed=60638, motorTorque=2370, motorTemperature=460000, motorVoltage=15800, motorCurrent=12153000, powerBattery=67178., maxFeedbackPower=730000, maxDischargePower=590000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=400000, maxVoltage=4000, minVoltage=4000, maxTemperature=450000, minTemperature=190000, availableCapacity=980000, vehicleStatus=1, 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-21 19:26:12.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:12.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:12.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:12.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:12.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:12.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:12.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:12.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:12.133 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:12.133 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:12.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:12.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:12.222 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:12.222 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:12.246 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:12.246 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:12.274 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:12.274 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:12.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:12.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:12.329 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:12.329 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:12.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:12.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:12.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:12.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:12.392 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:12.392 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:12.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:12.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:12.429 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:12.429 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:13.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:13.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:13.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 37 34 30 34 38 31 31 36 2e 37 33 39 31 36 37 30 33 39 2e 35 32 39 39 37 36 30 35 34 2e 30 30 30 31 39 2e 33 35 30 30 30 30 30 30 32 34 32 30 30 30 34 31 30 30 30 31 39 32 30 33 30 30 30 30 44 36 30 38 30 31 31 2e 37 30 34 31 30 30 30 30 37 39 31 31 39 39 32 33 30 35 39 30 30 30 30 32 32 37 30 30 31 34 31 38 39 30 30 30 36 37 31 37 38 2e 34 32 30 30 30 30 32 30 30 30 30 30 31 33 33 30 30 30 30 34 31 36 30 30 30 33 30 30 30 34 30 30 30 32 31 30 30 30 30 35 32 30 30 30 30 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 32 7E -2024-06-21 19:26:13.006 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969174048, longitude=116.7391670, latitude=39.5299760, speed=54.000, mileage=19.35000000, dischargeVoltage=242000, dischargeCurrent=41000, insulationResistance=192030000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=11.70, motorControllerTemperature=410000, motorSpeed=79119, motorTorque=9230, motorTemperature=590000, motorVoltage=22700, motorCurrent=14189000, powerBattery=67178., maxFeedbackPower=420000, maxDischargePower=200000, bmsSelfCheck=13, powerBatteryCurrent=30000, powerBatteryV3=416000, maxVoltage=3000, minVoltage=4000, maxTemperature=210000, minTemperature=520000, availableCapacity=300000, vehicleStatus=1, 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-21 19:26:13.008 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:13.008 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"300000","bmsSelfCheck":"13","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"41000","dischargeVoltage":"242000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"192030000","latitude":"39.5299760","location":"1","longitude":"116.7391670","maxDischargePower":"200000","maxFeedbackPower":"420000","maxTemperature":"210000","maxVoltage":"3000","mcu":"1","mileage":"19.35000000","minTemperature":"520000","minVoltage":"4000","motorControllerTemperature":"410000","motorCurrent":"14189000","motorSpeed":"79119","motorTemperature":"590000","motorTorque":"9230","motorVoltage":"22700","powerBattery":"67178.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"416000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969174048","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:13.008 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969174048, longitude=116.7391670, latitude=39.5299760, speed=54.000, mileage=19.35000000, dischargeVoltage=242000, dischargeCurrent=41000, insulationResistance=192030000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=11.70, motorControllerTemperature=410000, motorSpeed=79119, motorTorque=9230, motorTemperature=590000, motorVoltage=22700, motorCurrent=14189000, powerBattery=67178., maxFeedbackPower=420000, maxDischargePower=200000, bmsSelfCheck=13, powerBatteryCurrent=30000, powerBatteryV3=416000, maxVoltage=3000, minVoltage=4000, maxTemperature=210000, minTemperature=520000, availableCapacity=300000, vehicleStatus=1, 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-21 19:26:13.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:13.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:13.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:13.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:13.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:13.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:13.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:13.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:13.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:13.133 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:13.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:13.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:13.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:13.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:13.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:13.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:13.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:13.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:13.243 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:13.243 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:13.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:13.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:13.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:13.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:13.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:13.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:13.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:13.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:13.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:13.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:13.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:13.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:14.047 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:14.047 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:14.047 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 37 35 30 34 38 31 31 36 2e 37 34 30 31 35 39 30 33 39 2e 35 33 30 31 30 30 30 39 30 2e 30 30 30 31 39 2e 34 30 30 30 30 30 30 30 31 39 34 30 30 30 33 32 30 30 30 36 38 33 37 30 30 30 30 30 44 30 30 39 30 31 30 2e 34 30 36 36 30 30 30 30 39 35 32 33 32 32 39 30 30 38 35 30 30 30 30 32 39 36 30 30 33 36 39 30 30 30 30 30 36 37 31 36 37 2e 33 34 30 30 30 30 31 34 30 30 30 30 32 30 31 34 30 30 30 37 34 35 30 30 30 34 30 30 30 33 30 30 30 38 39 30 30 30 30 37 36 30 30 30 30 31 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2d 7E -2024-06-21 19:26:14.048 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969175048, longitude=116.7401590, latitude=39.5301000, speed=90.000, mileage=19.40000000, dischargeVoltage=194000, dischargeCurrent=32000, insulationResistance=683700000, gear=D, accelerationPedal=00, brakePedal=90, fuelConsumption=10.40, motorControllerTemperature=660000, motorSpeed=95232, motorTorque=2900, motorTemperature=850000, motorVoltage=29600, motorCurrent=36900000, powerBattery=67167., maxFeedbackPower=340000, maxDischargePower=140000, bmsSelfCheck=20, powerBatteryCurrent=14000, powerBatteryV3=745000, maxVoltage=4000, minVoltage=3000, maxTemperature=890000, minTemperature=760000, availableCapacity=150000, vehicleStatus=1, 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-21 19:26:14.049 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:14.049 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"150000","bmsSelfCheck":"20","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"32000","dischargeVoltage":"194000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"683700000","latitude":"39.5301000","location":"1","longitude":"116.7401590","maxDischargePower":"140000","maxFeedbackPower":"340000","maxTemperature":"890000","maxVoltage":"4000","mcu":"1","mileage":"19.40000000","minTemperature":"760000","minVoltage":"3000","motorControllerTemperature":"660000","motorCurrent":"36900000","motorSpeed":"95232","motorTemperature":"850000","motorTorque":"2900","motorVoltage":"29600","powerBattery":"67167.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"745000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969175048","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:14.049 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969175048, longitude=116.7401590, latitude=39.5301000, speed=90.000, mileage=19.40000000, dischargeVoltage=194000, dischargeCurrent=32000, insulationResistance=683700000, gear=D, accelerationPedal=00, brakePedal=90, fuelConsumption=10.40, motorControllerTemperature=660000, motorSpeed=95232, motorTorque=2900, motorTemperature=850000, motorVoltage=29600, motorCurrent=36900000, powerBattery=67167., maxFeedbackPower=340000, maxDischargePower=140000, bmsSelfCheck=20, powerBatteryCurrent=14000, powerBatteryV3=745000, maxVoltage=4000, minVoltage=3000, maxTemperature=890000, minTemperature=760000, availableCapacity=150000, vehicleStatus=1, 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-21 19:26:14.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:14.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:14.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:14.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:14.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:14.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:14.153 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:14.153 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:14.172 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:14.172 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:14.198 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:14.198 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:14.229 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:14.229 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:14.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:14.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:14.274 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:14.274 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:14.295 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:14.295 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:14.317 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:14.317 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:14.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:14.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:14.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:14.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:14.412 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:14.412 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:14.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:14.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:14.470 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:14.470 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:15.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:15.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:15.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 37 36 30 34 36 31 31 36 2e 37 34 31 32 35 32 30 33 39 2e 35 33 30 32 33 39 30 35 34 2e 30 30 30 31 39 2e 34 33 30 30 30 30 30 30 37 32 33 30 30 30 33 39 30 30 30 32 35 39 37 39 30 30 30 30 44 39 30 39 30 31 31 2e 34 30 38 34 30 30 30 30 32 32 35 35 35 35 39 39 30 31 33 39 30 30 30 31 33 39 30 30 38 31 38 30 30 30 30 30 36 37 31 36 37 2e 33 36 30 30 30 30 38 39 30 30 30 30 38 30 36 30 30 30 30 32 37 38 30 30 30 33 30 30 30 33 30 30 30 33 30 30 30 30 30 36 30 30 30 30 30 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 53 7E -2024-06-21 19:26:15.010 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969176046, longitude=116.7412520, latitude=39.5302390, speed=54.000, mileage=19.43000000, dischargeVoltage=723000, dischargeCurrent=39000, insulationResistance=259790000, gear=D, accelerationPedal=90, brakePedal=90, fuelConsumption=11.40, motorControllerTemperature=840000, motorSpeed=22555, motorTorque=5990, motorTemperature=139000, motorVoltage=13900, motorCurrent=81800000, powerBattery=67167., maxFeedbackPower=360000, maxDischargePower=890000, bmsSelfCheck=80, powerBatteryCurrent=60000, powerBatteryV3=278000, maxVoltage=3000, minVoltage=3000, maxTemperature=300000, minTemperature=600000, availableCapacity=600000, vehicleStatus=1, 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-21 19:26:15.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:15.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"600000","bmsSelfCheck":"80","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"39000","dischargeVoltage":"723000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"259790000","latitude":"39.5302390","location":"1","longitude":"116.7412520","maxDischargePower":"890000","maxFeedbackPower":"360000","maxTemperature":"300000","maxVoltage":"3000","mcu":"1","mileage":"19.43000000","minTemperature":"600000","minVoltage":"3000","motorControllerTemperature":"840000","motorCurrent":"81800000","motorSpeed":"22555","motorTemperature":"139000","motorTorque":"5990","motorVoltage":"13900","powerBattery":"67167.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"278000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969176046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:15.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969176046, longitude=116.7412520, latitude=39.5302390, speed=54.000, mileage=19.43000000, dischargeVoltage=723000, dischargeCurrent=39000, insulationResistance=259790000, gear=D, accelerationPedal=90, brakePedal=90, fuelConsumption=11.40, motorControllerTemperature=840000, motorSpeed=22555, motorTorque=5990, motorTemperature=139000, motorVoltage=13900, motorCurrent=81800000, powerBattery=67167., maxFeedbackPower=360000, maxDischargePower=890000, bmsSelfCheck=80, powerBatteryCurrent=60000, powerBatteryV3=278000, maxVoltage=3000, minVoltage=3000, maxTemperature=300000, minTemperature=600000, availableCapacity=600000, vehicleStatus=1, 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-21 19:26:15.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:15.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:15.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:15.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:15.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:15.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:15.183 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:15.183 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:15.207 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:15.207 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:15.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:15.274 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:15.360 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:15.360 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:15.384 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:15.385 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:15.405 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:15.405 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:15.427 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:15.427 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:15.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:15.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:15.466 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:15.466 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:15.486 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:15.486 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:15.515 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:15.515 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:15.541 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:15.541 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:15.564 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:15.564 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:16.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:16.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:16.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 37 37 30 34 36 31 31 36 2e 37 34 32 33 31 39 30 33 39 2e 35 33 30 34 30 34 30 31 30 38 2e 30 30 31 39 2e 34 39 30 30 30 30 30 30 36 36 34 30 30 30 33 35 30 30 30 32 35 34 33 37 30 30 30 30 44 36 30 31 30 39 2e 33 30 30 34 30 30 30 30 30 39 32 30 36 30 36 39 30 30 34 36 30 30 30 30 31 38 39 30 30 31 30 36 39 36 30 30 30 36 37 31 35 38 2e 35 33 30 30 30 30 33 38 30 30 30 30 33 30 38 30 30 30 30 32 32 34 30 30 30 33 30 30 30 34 30 30 30 39 39 30 30 30 30 36 38 30 30 30 30 33 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 48 7E -2024-06-21 19:26:16.013 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969177046, longitude=116.7423190, latitude=39.5304040, speed=108.00, mileage=19.49000000, dischargeVoltage=664000, dischargeCurrent=35000, insulationResistance=254370000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=9.300, motorControllerTemperature=400000, motorSpeed=92060, motorTorque=6900, motorTemperature=460000, motorVoltage=18900, motorCurrent=10696000, powerBattery=67158., maxFeedbackPower=530000, maxDischargePower=380000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=224000, maxVoltage=3000, minVoltage=4000, maxTemperature=990000, minTemperature=680000, availableCapacity=380000, vehicleStatus=1, 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-21 19:26:16.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:16.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"380000","bmsSelfCheck":"30","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"35000","dischargeVoltage":"664000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"254370000","latitude":"39.5304040","location":"1","longitude":"116.7423190","maxDischargePower":"380000","maxFeedbackPower":"530000","maxTemperature":"990000","maxVoltage":"3000","mcu":"1","mileage":"19.49000000","minTemperature":"680000","minVoltage":"4000","motorControllerTemperature":"400000","motorCurrent":"10696000","motorSpeed":"92060","motorTemperature":"460000","motorTorque":"6900","motorVoltage":"18900","powerBattery":"67158.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"224000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969177046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:16.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969177046, longitude=116.7423190, latitude=39.5304040, speed=108.00, mileage=19.49000000, dischargeVoltage=664000, dischargeCurrent=35000, insulationResistance=254370000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=9.300, motorControllerTemperature=400000, motorSpeed=92060, motorTorque=6900, motorTemperature=460000, motorVoltage=18900, motorCurrent=10696000, powerBattery=67158., maxFeedbackPower=530000, maxDischargePower=380000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=224000, maxVoltage=3000, minVoltage=4000, maxTemperature=990000, minTemperature=680000, availableCapacity=380000, vehicleStatus=1, 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-21 19:26:16.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:16.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:16.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:16.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:16.153 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:16.153 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:16.188 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:16.188 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:16.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:16.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:16.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:16.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:16.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:16.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:16.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:16.286 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:16.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:16.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:16.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:16.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:16.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:16.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:16.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:16.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:16.418 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:16.418 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:16.446 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:16.446 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:16.507 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:16.508 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:16.539 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:16.539 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:17.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:17.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:17.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 37 38 30 35 32 31 31 36 2e 37 34 33 30 33 38 30 33 39 2e 35 33 30 34 39 35 30 33 36 2e 30 30 30 31 39 2e 35 31 30 30 30 30 30 30 33 33 39 30 30 30 31 31 30 30 30 32 37 39 37 30 30 30 30 30 44 36 30 38 30 31 31 2e 39 30 32 38 30 30 30 30 37 33 39 37 32 35 37 30 30 34 36 30 30 30 30 31 35 37 30 30 37 33 37 30 30 30 30 30 36 37 31 35 38 2e 37 32 30 30 30 30 30 30 30 30 30 30 30 30 35 30 30 30 30 35 31 36 30 30 30 33 30 30 30 33 30 30 30 39 39 30 30 30 30 34 35 30 30 30 30 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 39 7E -2024-06-21 19:26:17.005 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969178052, longitude=116.7430380, latitude=39.5304950, speed=36.000, mileage=19.51000000, dischargeVoltage=339000, dischargeCurrent=11000, insulationResistance=279700000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=11.90, motorControllerTemperature=280000, motorSpeed=73972, motorTorque=5700, motorTemperature=460000, motorVoltage=15700, motorCurrent=73700000, powerBattery=67158., maxFeedbackPower=720000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=50000, powerBatteryV3=516000, maxVoltage=3000, minVoltage=3000, maxTemperature=990000, minTemperature=450000, availableCapacity=700000, vehicleStatus=1, 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-21 19:26:17.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:17.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"700000","bmsSelfCheck":"00","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"339000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"279700000","latitude":"39.5304950","location":"1","longitude":"116.7430380","maxDischargePower":"000000","maxFeedbackPower":"720000","maxTemperature":"990000","maxVoltage":"3000","mcu":"1","mileage":"19.51000000","minTemperature":"450000","minVoltage":"3000","motorControllerTemperature":"280000","motorCurrent":"73700000","motorSpeed":"73972","motorTemperature":"460000","motorTorque":"5700","motorVoltage":"15700","powerBattery":"67158.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"516000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969178052","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:17.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969178052, longitude=116.7430380, latitude=39.5304950, speed=36.000, mileage=19.51000000, dischargeVoltage=339000, dischargeCurrent=11000, insulationResistance=279700000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=11.90, motorControllerTemperature=280000, motorSpeed=73972, motorTorque=5700, motorTemperature=460000, motorVoltage=15700, motorCurrent=73700000, powerBattery=67158., maxFeedbackPower=720000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=50000, powerBatteryV3=516000, maxVoltage=3000, minVoltage=3000, maxTemperature=990000, minTemperature=450000, availableCapacity=700000, vehicleStatus=1, 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-21 19:26:17.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:17.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:17.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:17.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:17.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:17.166 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:17.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:17.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:17.204 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:17.204 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:17.228 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:17.228 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:17.259 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:17.259 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:17.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:17.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:17.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:17.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:17.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:17.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:17.351 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:17.351 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:17.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:17.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:17.393 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:17.393 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:17.415 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:17.415 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:17.441 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:17.442 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:17.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:17.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:18.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:18.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:18.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 37 39 30 34 37 31 31 36 2e 37 34 34 33 30 31 30 33 39 2e 35 33 30 36 38 31 30 31 30 38 2e 30 30 31 39 2e 35 37 30 30 30 30 30 30 32 38 39 30 30 30 34 33 30 30 30 31 33 31 31 30 30 30 30 30 44 38 30 34 30 31 31 2e 36 30 36 30 30 30 30 30 33 34 30 38 30 33 38 37 30 32 39 30 30 30 30 32 39 39 30 30 35 33 31 34 30 30 30 30 36 37 31 34 36 2e 34 36 30 30 30 30 39 37 30 30 30 30 37 30 39 30 30 30 30 34 38 38 30 30 30 34 30 30 30 34 30 30 30 38 30 30 30 30 30 35 39 30 30 30 30 38 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 4b 7E -2024-06-21 19:26:18.019 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969179047, longitude=116.7443010, latitude=39.5306810, speed=108.00, mileage=19.57000000, dischargeVoltage=289000, dischargeCurrent=43000, insulationResistance=131100000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=11.60, motorControllerTemperature=600000, motorSpeed=34080, motorTorque=3870, motorTemperature=290000, motorVoltage=29900, motorCurrent=53140000, powerBattery=67146., maxFeedbackPower=460000, maxDischargePower=970000, bmsSelfCheck=70, powerBatteryCurrent=90000, powerBatteryV3=488000, maxVoltage=4000, minVoltage=4000, maxTemperature=800000, minTemperature=590000, availableCapacity=870000, vehicleStatus=1, 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-21 19:26:18.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:18.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"870000","bmsSelfCheck":"70","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"43000","dischargeVoltage":"289000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"131100000","latitude":"39.5306810","location":"1","longitude":"116.7443010","maxDischargePower":"970000","maxFeedbackPower":"460000","maxTemperature":"800000","maxVoltage":"4000","mcu":"1","mileage":"19.57000000","minTemperature":"590000","minVoltage":"4000","motorControllerTemperature":"600000","motorCurrent":"53140000","motorSpeed":"34080","motorTemperature":"290000","motorTorque":"3870","motorVoltage":"29900","powerBattery":"67146.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"488000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969179047","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:18.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969179047, longitude=116.7443010, latitude=39.5306810, speed=108.00, mileage=19.57000000, dischargeVoltage=289000, dischargeCurrent=43000, insulationResistance=131100000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=11.60, motorControllerTemperature=600000, motorSpeed=34080, motorTorque=3870, motorTemperature=290000, motorVoltage=29900, motorCurrent=53140000, powerBattery=67146., maxFeedbackPower=460000, maxDischargePower=970000, bmsSelfCheck=70, powerBatteryCurrent=90000, powerBatteryV3=488000, maxVoltage=4000, minVoltage=4000, maxTemperature=800000, minTemperature=590000, availableCapacity=870000, vehicleStatus=1, 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-21 19:26:18.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:18.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:18.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:18.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:18.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:18.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:18.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:18.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:18.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:18.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:18.234 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:18.234 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:18.318 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:18.318 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:18.364 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:18.365 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:18.392 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:18.392 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:18.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:18.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:18.508 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:18.509 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:18.611 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:18.612 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:18.637 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:18.637 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:18.656 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:18.656 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:18.675 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:18.675 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:18.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:18.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:19.030 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:19.030 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:19.030 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 38 30 30 35 37 31 31 36 2e 37 34 35 34 36 37 30 33 39 2e 35 33 30 38 34 35 30 31 30 38 2e 30 30 31 39 2e 36 33 30 30 30 30 30 30 36 35 38 30 30 30 31 35 30 30 30 32 35 34 39 31 30 30 30 30 44 31 30 38 30 39 2e 36 30 30 39 38 30 30 30 30 31 32 32 38 34 31 33 30 30 31 34 32 30 30 30 31 39 33 30 30 39 39 31 36 30 30 30 30 36 37 31 33 37 2e 33 37 30 30 30 30 32 30 30 30 30 30 38 30 30 30 30 30 30 34 32 35 30 30 30 33 30 30 30 34 30 30 30 38 33 30 30 30 30 34 31 30 30 30 30 33 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 36 7E -2024-06-21 19:26:19.030 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969180057, longitude=116.7454670, latitude=39.5308450, speed=108.00, mileage=19.63000000, dischargeVoltage=658000, dischargeCurrent=15000, insulationResistance=254910000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=9.600, motorControllerTemperature=980000, motorSpeed=12284, motorTorque=1300, motorTemperature=142000, motorVoltage=19300, motorCurrent=99160000, powerBattery=67137., maxFeedbackPower=370000, maxDischargePower=200000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=425000, maxVoltage=3000, minVoltage=4000, maxTemperature=830000, minTemperature=410000, availableCapacity=350000, vehicleStatus=1, 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-21 19:26:19.032 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:19.032 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"350000","bmsSelfCheck":"80","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"658000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.600","gear":"D","insulationResistance":"254910000","latitude":"39.5308450","location":"1","longitude":"116.7454670","maxDischargePower":"200000","maxFeedbackPower":"370000","maxTemperature":"830000","maxVoltage":"3000","mcu":"1","mileage":"19.63000000","minTemperature":"410000","minVoltage":"4000","motorControllerTemperature":"980000","motorCurrent":"99160000","motorSpeed":"12284","motorTemperature":"142000","motorTorque":"1300","motorVoltage":"19300","powerBattery":"67137.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"425000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969180057","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:19.032 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969180057, longitude=116.7454670, latitude=39.5308450, speed=108.00, mileage=19.63000000, dischargeVoltage=658000, dischargeCurrent=15000, insulationResistance=254910000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=9.600, motorControllerTemperature=980000, motorSpeed=12284, motorTorque=1300, motorTemperature=142000, motorVoltage=19300, motorCurrent=99160000, powerBattery=67137., maxFeedbackPower=370000, maxDischargePower=200000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=425000, maxVoltage=3000, minVoltage=4000, maxTemperature=830000, minTemperature=410000, availableCapacity=350000, vehicleStatus=1, 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-21 19:26:19.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:19.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:19.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:19.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:19.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:19.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:19.148 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:19.149 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:19.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:19.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:19.203 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:19.203 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:19.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:19.237 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:19.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:19.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:19.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:19.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:19.303 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:19.303 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:19.337 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:19.337 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:19.358 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:19.359 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:19.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:19.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:19.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:19.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:19.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:19.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:19.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:19.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:20.025 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:20.025 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:20.025 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 38 31 30 34 39 31 31 36 2e 37 34 36 32 30 37 30 33 39 2e 35 33 30 39 36 35 30 35 34 2e 30 30 30 31 39 2e 36 36 30 30 30 30 30 30 33 34 38 30 30 30 32 30 30 30 30 31 37 32 35 39 30 30 30 30 44 31 30 36 30 31 30 2e 39 30 39 37 30 30 30 30 33 31 31 37 34 37 34 39 30 33 30 30 30 30 30 32 34 32 30 30 36 34 33 33 30 30 30 30 36 37 31 33 37 2e 32 34 30 30 30 30 33 37 30 30 30 30 31 33 31 31 30 30 30 36 36 33 30 30 30 33 30 30 30 33 30 30 30 37 38 30 30 30 30 39 34 30 30 30 30 33 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 38 7E -2024-06-21 19:26:20.025 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969181049, longitude=116.7462070, latitude=39.5309650, speed=54.000, mileage=19.66000000, dischargeVoltage=348000, dischargeCurrent=20000, insulationResistance=172590000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=10.90, motorControllerTemperature=970000, motorSpeed=31174, motorTorque=7490, motorTemperature=300000, motorVoltage=24200, motorCurrent=64330000, powerBattery=67137., maxFeedbackPower=240000, maxDischargePower=370000, bmsSelfCheck=13, powerBatteryCurrent=11000, powerBatteryV3=663000, maxVoltage=3000, minVoltage=3000, maxTemperature=780000, minTemperature=940000, availableCapacity=350000, vehicleStatus=1, 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-21 19:26:20.028 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:20.028 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"350000","bmsSelfCheck":"13","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"20000","dischargeVoltage":"348000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"172590000","latitude":"39.5309650","location":"1","longitude":"116.7462070","maxDischargePower":"370000","maxFeedbackPower":"240000","maxTemperature":"780000","maxVoltage":"3000","mcu":"1","mileage":"19.66000000","minTemperature":"940000","minVoltage":"3000","motorControllerTemperature":"970000","motorCurrent":"64330000","motorSpeed":"31174","motorTemperature":"300000","motorTorque":"7490","motorVoltage":"24200","powerBattery":"67137.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"663000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969181049","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:20.028 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969181049, longitude=116.7462070, latitude=39.5309650, speed=54.000, mileage=19.66000000, dischargeVoltage=348000, dischargeCurrent=20000, insulationResistance=172590000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=10.90, motorControllerTemperature=970000, motorSpeed=31174, motorTorque=7490, motorTemperature=300000, motorVoltage=24200, motorCurrent=64330000, powerBattery=67137., maxFeedbackPower=240000, maxDischargePower=370000, bmsSelfCheck=13, powerBatteryCurrent=11000, powerBatteryV3=663000, maxVoltage=3000, minVoltage=3000, maxTemperature=780000, minTemperature=940000, availableCapacity=350000, vehicleStatus=1, 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-21 19:26:20.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:20.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:20.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:20.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:20.117 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:20.118 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:20.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:20.137 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:20.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:20.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:20.178 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:20.178 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:20.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:20.207 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:20.225 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:20.225 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:20.252 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:20.252 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:20.283 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:20.283 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:20.299 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:20.299 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:20.327 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:20.327 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:20.365 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:20.365 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:20.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:20.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:20.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:20.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:20.459 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:20.459 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:20.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:20.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:20.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 38 32 30 34 35 31 31 36 2e 37 34 37 30 36 30 30 33 39 2e 35 33 31 30 37 37 30 35 34 2e 30 30 30 31 39 2e 36 39 30 30 30 30 30 30 36 31 31 30 30 30 34 33 30 30 30 32 38 32 36 30 30 30 30 30 44 32 30 37 30 39 2e 34 30 30 39 35 30 30 30 30 36 30 30 31 31 32 30 33 30 31 33 38 30 30 30 32 38 30 30 30 31 34 32 35 36 30 30 30 36 37 31 33 37 2e 31 37 30 30 30 30 34 39 30 30 30 30 33 30 38 30 30 30 30 33 31 34 30 30 30 33 30 30 30 34 30 30 30 35 38 30 30 30 30 35 35 30 30 30 30 38 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 27 7E -2024-06-21 19:26:20.999 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969182045, longitude=116.7470600, latitude=39.5310770, speed=54.000, mileage=19.69000000, dischargeVoltage=611000, dischargeCurrent=43000, insulationResistance=282600000, gear=D, accelerationPedal=20, brakePedal=70, fuelConsumption=9.400, motorControllerTemperature=950000, motorSpeed=60011, motorTorque=2030, motorTemperature=138000, motorVoltage=28000, motorCurrent=14256000, powerBattery=67137., maxFeedbackPower=170000, maxDischargePower=490000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=314000, maxVoltage=3000, minVoltage=4000, maxTemperature=580000, minTemperature=550000, availableCapacity=860000, vehicleStatus=1, 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-21 19:26:21.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:21.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"860000","bmsSelfCheck":"30","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"43000","dischargeVoltage":"611000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"282600000","latitude":"39.5310770","location":"1","longitude":"116.7470600","maxDischargePower":"490000","maxFeedbackPower":"170000","maxTemperature":"580000","maxVoltage":"3000","mcu":"1","mileage":"19.69000000","minTemperature":"550000","minVoltage":"4000","motorControllerTemperature":"950000","motorCurrent":"14256000","motorSpeed":"60011","motorTemperature":"138000","motorTorque":"2030","motorVoltage":"28000","powerBattery":"67137.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"314000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969182045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:21.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969182045, longitude=116.7470600, latitude=39.5310770, speed=54.000, mileage=19.69000000, dischargeVoltage=611000, dischargeCurrent=43000, insulationResistance=282600000, gear=D, accelerationPedal=20, brakePedal=70, fuelConsumption=9.400, motorControllerTemperature=950000, motorSpeed=60011, motorTorque=2030, motorTemperature=138000, motorVoltage=28000, motorCurrent=14256000, powerBattery=67137., maxFeedbackPower=170000, maxDischargePower=490000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=314000, maxVoltage=3000, minVoltage=4000, maxTemperature=580000, minTemperature=550000, availableCapacity=860000, vehicleStatus=1, 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-21 19:26:21.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:21.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:21.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:21.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:21.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:21.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:21.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:21.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:21.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:21.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:21.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:21.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:21.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:21.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:21.167 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:21.167 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:21.204 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:21.204 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:21.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:21.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:21.239 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:21.239 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:21.264 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:21.264 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:21.300 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:21.300 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:21.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:21.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:21.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:21.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:21.365 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:21.365 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:22.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:22.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:22.075 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 38 33 30 35 31 31 31 36 2e 37 34 38 30 38 35 30 33 39 2e 35 33 31 32 31 37 30 35 34 2e 30 30 30 31 39 2e 37 32 30 30 30 30 30 30 36 30 34 30 30 30 34 37 30 30 30 32 34 34 38 34 30 30 30 30 44 36 30 36 30 31 31 2e 35 30 39 31 30 30 30 30 35 35 36 33 34 31 36 30 30 31 34 30 30 30 30 32 33 39 30 30 31 33 38 30 30 30 30 30 36 37 31 33 37 2e 33 39 30 30 30 30 37 38 30 30 30 30 31 32 30 30 30 30 30 35 39 32 30 30 30 33 30 30 30 33 30 30 30 35 33 30 30 30 30 31 30 30 30 30 30 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1b 7E -2024-06-21 19:26:22.075 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969183051, longitude=116.7480850, latitude=39.5312170, speed=54.000, mileage=19.72000000, dischargeVoltage=604000, dischargeCurrent=47000, insulationResistance=244840000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=11.50, motorControllerTemperature=910000, motorSpeed=55634, motorTorque=1600, motorTemperature=140000, motorVoltage=23900, motorCurrent=13800000, powerBattery=67137., maxFeedbackPower=390000, maxDischargePower=780000, bmsSelfCheck=12, powerBatteryCurrent=00000, powerBatteryV3=592000, maxVoltage=3000, minVoltage=3000, maxTemperature=530000, minTemperature=100000, availableCapacity=400000, vehicleStatus=1, 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-21 19:26:22.077 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:22.077 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"400000","bmsSelfCheck":"12","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"604000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.50","gear":"D","insulationResistance":"244840000","latitude":"39.5312170","location":"1","longitude":"116.7480850","maxDischargePower":"780000","maxFeedbackPower":"390000","maxTemperature":"530000","maxVoltage":"3000","mcu":"1","mileage":"19.72000000","minTemperature":"100000","minVoltage":"3000","motorControllerTemperature":"910000","motorCurrent":"13800000","motorSpeed":"55634","motorTemperature":"140000","motorTorque":"1600","motorVoltage":"23900","powerBattery":"67137.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"592000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969183051","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:22.077 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969183051, longitude=116.7480850, latitude=39.5312170, speed=54.000, mileage=19.72000000, dischargeVoltage=604000, dischargeCurrent=47000, insulationResistance=244840000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=11.50, motorControllerTemperature=910000, motorSpeed=55634, motorTorque=1600, motorTemperature=140000, motorVoltage=23900, motorCurrent=13800000, powerBattery=67137., maxFeedbackPower=390000, maxDischargePower=780000, bmsSelfCheck=12, powerBatteryCurrent=00000, powerBatteryV3=592000, maxVoltage=3000, minVoltage=3000, maxTemperature=530000, minTemperature=100000, availableCapacity=400000, vehicleStatus=1, 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-21 19:26:22.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:22.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:22.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:22.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:22.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:22.172 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:22.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:22.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:22.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:22.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:22.293 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:22.293 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:22.323 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:22.323 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:22.358 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:22.358 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:22.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:22.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:22.449 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:22.449 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:22.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:22.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:22.490 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:22.490 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:22.512 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:22.512 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:22.532 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:22.532 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:22.576 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:22.577 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:22.601 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:22.601 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:23.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:23.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:23.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 38 34 30 34 37 31 31 36 2e 37 34 39 34 32 32 30 33 39 2e 35 33 31 34 30 37 30 31 32 36 2e 30 30 31 39 2e 37 39 30 30 30 30 30 30 34 32 32 30 30 30 33 33 30 30 30 32 35 39 30 34 30 30 30 30 44 35 30 36 30 39 2e 38 30 30 34 35 30 30 30 30 38 30 38 30 31 31 30 39 30 33 30 30 30 30 30 32 36 36 30 30 32 33 35 30 30 30 30 30 36 37 31 32 37 2e 34 38 30 30 30 30 31 36 30 30 30 30 39 30 38 30 30 30 30 37 30 35 30 30 30 34 30 30 30 33 30 30 30 37 38 30 30 30 30 32 38 30 30 30 30 32 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 33 7E -2024-06-21 19:26:23.008 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969184047, longitude=116.7494220, latitude=39.5314070, speed=126.00, mileage=19.79000000, dischargeVoltage=422000, dischargeCurrent=33000, insulationResistance=259040000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=9.800, motorControllerTemperature=450000, motorSpeed=80801, motorTorque=1090, motorTemperature=300000, motorVoltage=26600, motorCurrent=23500000, powerBattery=67127., maxFeedbackPower=480000, maxDischargePower=160000, bmsSelfCheck=90, powerBatteryCurrent=80000, powerBatteryV3=705000, maxVoltage=4000, minVoltage=3000, maxTemperature=780000, minTemperature=280000, availableCapacity=260000, vehicleStatus=1, 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-21 19:26:23.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:23.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"260000","bmsSelfCheck":"90","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"33000","dischargeVoltage":"422000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.800","gear":"D","insulationResistance":"259040000","latitude":"39.5314070","location":"1","longitude":"116.7494220","maxDischargePower":"160000","maxFeedbackPower":"480000","maxTemperature":"780000","maxVoltage":"4000","mcu":"1","mileage":"19.79000000","minTemperature":"280000","minVoltage":"3000","motorControllerTemperature":"450000","motorCurrent":"23500000","motorSpeed":"80801","motorTemperature":"300000","motorTorque":"1090","motorVoltage":"26600","powerBattery":"67127.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"705000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718969184047","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:23.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969184047, longitude=116.7494220, latitude=39.5314070, speed=126.00, mileage=19.79000000, dischargeVoltage=422000, dischargeCurrent=33000, insulationResistance=259040000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=9.800, motorControllerTemperature=450000, motorSpeed=80801, motorTorque=1090, motorTemperature=300000, motorVoltage=26600, motorCurrent=23500000, powerBattery=67127., maxFeedbackPower=480000, maxDischargePower=160000, bmsSelfCheck=90, powerBatteryCurrent=80000, powerBatteryV3=705000, maxVoltage=4000, minVoltage=3000, maxTemperature=780000, minTemperature=280000, availableCapacity=260000, vehicleStatus=1, 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-21 19:26:23.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:23.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:23.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:23.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:23.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:23.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:23.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:23.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:23.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:23.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:23.211 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:23.211 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:23.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:23.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:23.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:23.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:23.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:23.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:23.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:23.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:23.387 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:23.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:23.413 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:23.413 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:23.431 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:23.431 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:23.457 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:23.457 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:23.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:23.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:23.530 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:23.530 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:24.025 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:24.025 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:24.025 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 38 35 30 35 33 31 31 36 2e 37 35 31 33 36 34 30 33 39 2e 35 33 31 36 31 38 30 31 36 32 2e 30 30 31 39 2e 38 38 30 30 30 30 30 30 35 35 37 30 30 30 33 38 30 30 30 31 38 34 39 37 30 30 30 30 44 38 30 34 30 31 31 2e 36 30 38 35 30 30 30 30 36 35 36 32 31 35 34 34 30 31 31 38 30 30 30 32 39 32 30 30 31 35 31 37 30 30 30 30 36 37 31 31 35 2e 36 36 30 30 30 30 38 34 30 30 30 30 37 30 36 30 30 30 30 32 39 31 30 30 30 34 30 30 30 34 30 30 30 35 38 30 30 30 30 34 30 30 30 30 30 35 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 4e 7E -2024-06-21 19:26:24.025 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969185053, longitude=116.7513640, latitude=39.5316180, speed=162.00, mileage=19.88000000, dischargeVoltage=557000, dischargeCurrent=38000, insulationResistance=184970000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=11.60, motorControllerTemperature=850000, motorSpeed=65621, motorTorque=5440, motorTemperature=118000, motorVoltage=29200, motorCurrent=15170000, powerBattery=67115., maxFeedbackPower=660000, maxDischargePower=840000, bmsSelfCheck=70, powerBatteryCurrent=60000, powerBatteryV3=291000, maxVoltage=4000, minVoltage=4000, maxTemperature=580000, minTemperature=400000, availableCapacity=540000, vehicleStatus=1, 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-21 19:26:24.026 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:24.026 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"540000","bmsSelfCheck":"70","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"38000","dischargeVoltage":"557000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"184970000","latitude":"39.5316180","location":"1","longitude":"116.7513640","maxDischargePower":"840000","maxFeedbackPower":"660000","maxTemperature":"580000","maxVoltage":"4000","mcu":"1","mileage":"19.88000000","minTemperature":"400000","minVoltage":"4000","motorControllerTemperature":"850000","motorCurrent":"15170000","motorSpeed":"65621","motorTemperature":"118000","motorTorque":"5440","motorVoltage":"29200","powerBattery":"67115.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"291000","ptc":"1","runStatus":"1","soc":"1","speed":"162.00","timestamp":"1718969185053","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:24.027 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969185053, longitude=116.7513640, latitude=39.5316180, speed=162.00, mileage=19.88000000, dischargeVoltage=557000, dischargeCurrent=38000, insulationResistance=184970000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=11.60, motorControllerTemperature=850000, motorSpeed=65621, motorTorque=5440, motorTemperature=118000, motorVoltage=29200, motorCurrent=15170000, powerBattery=67115., maxFeedbackPower=660000, maxDischargePower=840000, bmsSelfCheck=70, powerBatteryCurrent=60000, powerBatteryV3=291000, maxVoltage=4000, minVoltage=4000, maxTemperature=580000, minTemperature=400000, availableCapacity=540000, vehicleStatus=1, 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-21 19:26:24.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:24.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:24.121 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:24.121 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:24.164 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:24.164 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:24.194 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:24.194 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:24.214 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:24.214 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:24.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:24.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:24.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:24.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:24.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:24.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:24.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:24.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:24.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:24.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:24.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:24.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:24.449 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:24.449 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:24.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:24.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:24.508 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:24.508 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:24.539 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:24.539 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:24.556 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:24.556 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:25.068 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:25.068 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:25.068 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 38 36 30 34 35 31 31 36 2e 37 35 32 38 30 37 30 33 39 2e 35 33 31 37 35 34 30 31 30 38 2e 30 30 31 39 2e 39 34 30 30 30 30 30 30 35 36 32 30 30 30 31 35 30 30 30 32 37 38 32 30 30 30 30 30 44 31 30 36 30 31 31 2e 36 30 38 34 30 30 30 30 35 36 32 31 34 38 36 38 30 31 31 39 30 30 30 31 39 38 30 30 37 31 33 31 30 30 30 30 36 37 31 30 34 2e 37 33 30 30 30 30 33 37 30 30 30 30 31 31 31 34 30 30 30 33 35 34 30 30 30 34 30 30 30 34 30 30 30 34 32 30 30 30 30 38 30 30 30 30 30 38 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 36 7E -2024-06-21 19:26:25.068 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969186045, longitude=116.7528070, latitude=39.5317540, speed=108.00, mileage=19.94000000, dischargeVoltage=562000, dischargeCurrent=15000, insulationResistance=278200000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=11.60, motorControllerTemperature=840000, motorSpeed=56214, motorTorque=8680, motorTemperature=119000, motorVoltage=19800, motorCurrent=71310000, powerBattery=67104., maxFeedbackPower=730000, maxDischargePower=370000, bmsSelfCheck=11, powerBatteryCurrent=14000, powerBatteryV3=354000, maxVoltage=4000, minVoltage=4000, maxTemperature=420000, minTemperature=800000, availableCapacity=830000, vehicleStatus=1, 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-21 19:26:25.071 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:25.071 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"830000","bmsSelfCheck":"11","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"562000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"278200000","latitude":"39.5317540","location":"1","longitude":"116.7528070","maxDischargePower":"370000","maxFeedbackPower":"730000","maxTemperature":"420000","maxVoltage":"4000","mcu":"1","mileage":"19.94000000","minTemperature":"800000","minVoltage":"4000","motorControllerTemperature":"840000","motorCurrent":"71310000","motorSpeed":"56214","motorTemperature":"119000","motorTorque":"8680","motorVoltage":"19800","powerBattery":"67104.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"354000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969186045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:25.071 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969186045, longitude=116.7528070, latitude=39.5317540, speed=108.00, mileage=19.94000000, dischargeVoltage=562000, dischargeCurrent=15000, insulationResistance=278200000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=11.60, motorControllerTemperature=840000, motorSpeed=56214, motorTorque=8680, motorTemperature=119000, motorVoltage=19800, motorCurrent=71310000, powerBattery=67104., maxFeedbackPower=730000, maxDischargePower=370000, bmsSelfCheck=11, powerBatteryCurrent=14000, powerBatteryV3=354000, maxVoltage=4000, minVoltage=4000, maxTemperature=420000, minTemperature=800000, availableCapacity=830000, vehicleStatus=1, 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-21 19:26:25.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:25.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:25.207 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:25.207 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:25.226 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:25.226 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:25.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:25.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:25.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:25.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:25.308 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:25.308 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:25.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:25.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:25.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:25.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:25.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:25.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:25.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:25.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:25.428 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:25.428 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:25.466 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:25.466 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:25.484 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:25.484 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:25.504 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:25.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:25.532 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:25.532 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:25.552 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:25.552 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:26.029 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:26.029 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:26.029 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 38 37 30 35 33 31 31 36 2e 37 35 36 30 32 32 30 33 39 2e 35 33 32 30 33 33 30 31 30 38 2e 30 30 32 30 2e 30 30 30 30 30 30 30 30 32 30 33 30 30 30 31 37 30 30 30 32 35 38 37 32 30 30 30 30 44 38 30 30 30 39 2e 39 30 30 36 34 30 30 30 30 38 30 32 39 38 37 38 36 30 31 33 30 30 30 30 32 31 37 30 30 38 34 36 36 30 30 30 30 36 37 30 39 34 2e 39 30 30 30 30 30 32 38 30 30 30 30 31 30 39 30 30 30 30 34 36 34 30 30 30 34 30 30 30 33 30 30 30 30 30 30 30 30 30 31 30 30 30 30 30 37 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1c 7E -2024-06-21 19:26:26.029 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969187053, longitude=116.7560220, latitude=39.5320330, speed=108.00, mileage=20.00000000, dischargeVoltage=203000, dischargeCurrent=17000, insulationResistance=258720000, gear=D, accelerationPedal=80, brakePedal=00, fuelConsumption=9.900, motorControllerTemperature=640000, motorSpeed=80298, motorTorque=7860, motorTemperature=130000, motorVoltage=21700, motorCurrent=84660000, powerBattery=67094., maxFeedbackPower=900000, maxDischargePower=280000, bmsSelfCheck=10, powerBatteryCurrent=90000, powerBatteryV3=464000, maxVoltage=4000, minVoltage=3000, maxTemperature=000000, minTemperature=100000, availableCapacity=740000, vehicleStatus=1, 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-21 19:26:26.031 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:26.031 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"740000","bmsSelfCheck":"10","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"17000","dischargeVoltage":"203000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"258720000","latitude":"39.5320330","location":"1","longitude":"116.7560220","maxDischargePower":"280000","maxFeedbackPower":"900000","maxTemperature":"000000","maxVoltage":"4000","mcu":"1","mileage":"20.00000000","minTemperature":"100000","minVoltage":"3000","motorControllerTemperature":"640000","motorCurrent":"84660000","motorSpeed":"80298","motorTemperature":"130000","motorTorque":"7860","motorVoltage":"21700","powerBattery":"67094.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"464000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969187053","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:26.031 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969187053, longitude=116.7560220, latitude=39.5320330, speed=108.00, mileage=20.00000000, dischargeVoltage=203000, dischargeCurrent=17000, insulationResistance=258720000, gear=D, accelerationPedal=80, brakePedal=00, fuelConsumption=9.900, motorControllerTemperature=640000, motorSpeed=80298, motorTorque=7860, motorTemperature=130000, motorVoltage=21700, motorCurrent=84660000, powerBattery=67094., maxFeedbackPower=900000, maxDischargePower=280000, bmsSelfCheck=10, powerBatteryCurrent=90000, powerBatteryV3=464000, maxVoltage=4000, minVoltage=3000, maxTemperature=000000, minTemperature=100000, availableCapacity=740000, vehicleStatus=1, 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-21 19:26:26.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:26.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:26.193 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:26.193 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:26.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:26.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:26.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:26.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:26.257 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:26.257 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:26.275 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:26.275 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:26.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:26.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:26.317 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:26.317 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:26.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:26.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:26.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:26.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:26.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:26.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:26.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:26.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:26.421 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:26.421 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:26.441 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:26.441 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:26.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:26.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:26.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:26.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:26.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:26.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:26.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 38 38 30 34 38 31 31 36 2e 37 35 37 31 37 36 30 33 39 2e 35 33 32 31 32 39 30 31 30 38 2e 30 30 32 30 2e 30 36 30 30 30 30 30 30 36 36 35 30 30 30 32 31 30 30 30 38 34 33 35 30 30 30 30 30 44 33 30 32 30 39 2e 31 30 30 34 30 30 30 30 30 39 38 37 35 33 35 32 34 30 31 33 37 30 30 30 31 32 37 30 30 37 39 31 30 30 30 30 30 36 37 30 38 35 2e 37 34 30 30 30 30 38 34 30 30 30 30 34 30 36 30 30 30 30 37 33 34 30 30 30 33 30 30 30 33 30 30 30 38 33 30 30 30 30 33 33 30 30 30 30 33 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 36 7E -2024-06-21 19:26:26.999 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969188048, longitude=116.7571760, latitude=39.5321290, speed=108.00, mileage=20.06000000, dischargeVoltage=665000, dischargeCurrent=21000, insulationResistance=843500000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=9.100, motorControllerTemperature=400000, motorSpeed=98753, motorTorque=5240, motorTemperature=137000, motorVoltage=12700, motorCurrent=79100000, powerBattery=67085., maxFeedbackPower=740000, maxDischargePower=840000, bmsSelfCheck=40, powerBatteryCurrent=60000, powerBatteryV3=734000, maxVoltage=3000, minVoltage=3000, maxTemperature=830000, minTemperature=330000, availableCapacity=360000, vehicleStatus=1, 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-21 19:26:27.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:27.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"360000","bmsSelfCheck":"40","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"665000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"843500000","latitude":"39.5321290","location":"1","longitude":"116.7571760","maxDischargePower":"840000","maxFeedbackPower":"740000","maxTemperature":"830000","maxVoltage":"3000","mcu":"1","mileage":"20.06000000","minTemperature":"330000","minVoltage":"3000","motorControllerTemperature":"400000","motorCurrent":"79100000","motorSpeed":"98753","motorTemperature":"137000","motorTorque":"5240","motorVoltage":"12700","powerBattery":"67085.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"734000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969188048","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:27.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969188048, longitude=116.7571760, latitude=39.5321290, speed=108.00, mileage=20.06000000, dischargeVoltage=665000, dischargeCurrent=21000, insulationResistance=843500000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=9.100, motorControllerTemperature=400000, motorSpeed=98753, motorTorque=5240, motorTemperature=137000, motorVoltage=12700, motorCurrent=79100000, powerBattery=67085., maxFeedbackPower=740000, maxDischargePower=840000, bmsSelfCheck=40, powerBatteryCurrent=60000, powerBatteryV3=734000, maxVoltage=3000, minVoltage=3000, maxTemperature=830000, minTemperature=330000, availableCapacity=360000, vehicleStatus=1, 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-21 19:26:27.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:27.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:27.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:27.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:27.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:27.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:27.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:27.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:27.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:27.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:27.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:27.147 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:27.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:27.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:27.293 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:27.293 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:27.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:27.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:27.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:27.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:27.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:27.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:27.390 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:27.390 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:27.412 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:27.412 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:27.446 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:27.446 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:27.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:27.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:27.491 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:27.491 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:28.032 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:28.032 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:28.032 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 38 39 30 35 39 31 31 36 2e 37 35 38 34 32 30 30 33 39 2e 35 33 32 32 33 36 30 31 32 36 2e 30 30 32 30 2e 31 33 30 30 30 30 30 30 36 35 39 30 30 30 33 34 30 30 30 31 35 35 32 35 30 30 30 30 44 35 30 31 30 31 30 2e 31 30 39 38 30 30 30 30 36 37 33 30 30 39 31 36 30 35 39 30 30 30 30 31 32 33 30 30 36 39 33 30 30 30 30 30 36 37 30 37 35 2e 34 38 30 30 30 30 39 39 30 30 30 30 32 30 38 30 30 30 30 34 34 34 30 30 30 34 30 30 30 33 30 30 30 38 32 30 30 30 30 35 37 30 30 30 30 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 39 7E -2024-06-21 19:26:28.032 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969189059, longitude=116.7584200, latitude=39.5322360, speed=126.00, mileage=20.13000000, dischargeVoltage=659000, dischargeCurrent=34000, insulationResistance=155250000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=10.10, motorControllerTemperature=980000, motorSpeed=67300, motorTorque=9160, motorTemperature=590000, motorVoltage=12300, motorCurrent=69300000, powerBattery=67075., maxFeedbackPower=480000, maxDischargePower=990000, bmsSelfCheck=20, powerBatteryCurrent=80000, powerBatteryV3=444000, maxVoltage=4000, minVoltage=3000, maxTemperature=820000, minTemperature=570000, availableCapacity=900000, vehicleStatus=1, 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-21 19:26:28.034 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:28.034 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"900000","bmsSelfCheck":"20","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"34000","dischargeVoltage":"659000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.10","gear":"D","insulationResistance":"155250000","latitude":"39.5322360","location":"1","longitude":"116.7584200","maxDischargePower":"990000","maxFeedbackPower":"480000","maxTemperature":"820000","maxVoltage":"4000","mcu":"1","mileage":"20.13000000","minTemperature":"570000","minVoltage":"3000","motorControllerTemperature":"980000","motorCurrent":"69300000","motorSpeed":"67300","motorTemperature":"590000","motorTorque":"9160","motorVoltage":"12300","powerBattery":"67075.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"444000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718969189059","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:28.034 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969189059, longitude=116.7584200, latitude=39.5322360, speed=126.00, mileage=20.13000000, dischargeVoltage=659000, dischargeCurrent=34000, insulationResistance=155250000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=10.10, motorControllerTemperature=980000, motorSpeed=67300, motorTorque=9160, motorTemperature=590000, motorVoltage=12300, motorCurrent=69300000, powerBattery=67075., maxFeedbackPower=480000, maxDischargePower=990000, bmsSelfCheck=20, powerBatteryCurrent=80000, powerBatteryV3=444000, maxVoltage=4000, minVoltage=3000, maxTemperature=820000, minTemperature=570000, availableCapacity=900000, vehicleStatus=1, 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-21 19:26:28.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:28.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:28.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:28.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:28.185 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:28.185 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:28.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:28.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:28.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:28.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:28.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:28.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:28.348 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:28.348 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:28.364 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:28.364 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:28.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:28.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:28.405 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:28.406 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:28.431 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:28.431 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:28.458 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:28.458 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:28.487 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:28.487 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:28.525 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:28.526 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:28.550 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:28.550 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:28.593 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:28.593 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:29.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:29.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:29.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 39 30 30 35 35 31 31 36 2e 37 36 30 33 30 33 30 33 39 2e 35 33 32 33 38 31 30 32 31 36 2e 30 30 32 30 2e 32 35 30 30 30 30 30 30 32 37 35 30 30 30 34 35 30 30 30 31 36 38 38 31 30 30 30 30 44 32 30 36 30 39 2e 32 30 30 36 34 30 30 30 30 36 30 35 32 30 35 32 33 30 31 33 31 30 30 30 31 36 34 30 30 32 39 30 30 30 30 30 30 36 37 30 36 35 2e 38 33 30 30 30 30 37 30 30 30 30 30 31 30 33 30 30 30 30 36 31 31 30 30 30 33 30 30 30 34 30 30 30 32 37 30 30 30 30 36 37 30 30 30 30 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ff 7E -2024-06-21 19:26:29.008 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969190055, longitude=116.7603030, latitude=39.5323810, speed=216.00, mileage=20.25000000, dischargeVoltage=275000, dischargeCurrent=45000, insulationResistance=168810000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=9.200, motorControllerTemperature=640000, motorSpeed=60520, motorTorque=5230, motorTemperature=131000, motorVoltage=16400, motorCurrent=29000000, powerBattery=67065., maxFeedbackPower=830000, maxDischargePower=700000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=611000, maxVoltage=3000, minVoltage=4000, maxTemperature=270000, minTemperature=670000, availableCapacity=300000, vehicleStatus=1, 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-21 19:26:29.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:29.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"300000","bmsSelfCheck":"10","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"45000","dischargeVoltage":"275000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"168810000","latitude":"39.5323810","location":"1","longitude":"116.7603030","maxDischargePower":"700000","maxFeedbackPower":"830000","maxTemperature":"270000","maxVoltage":"3000","mcu":"1","mileage":"20.25000000","minTemperature":"670000","minVoltage":"4000","motorControllerTemperature":"640000","motorCurrent":"29000000","motorSpeed":"60520","motorTemperature":"131000","motorTorque":"5230","motorVoltage":"16400","powerBattery":"67065.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"611000","ptc":"1","runStatus":"1","soc":"1","speed":"216.00","timestamp":"1718969190055","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:29.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969190055, longitude=116.7603030, latitude=39.5323810, speed=216.00, mileage=20.25000000, dischargeVoltage=275000, dischargeCurrent=45000, insulationResistance=168810000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=9.200, motorControllerTemperature=640000, motorSpeed=60520, motorTorque=5230, motorTemperature=131000, motorVoltage=16400, motorCurrent=29000000, powerBattery=67065., maxFeedbackPower=830000, maxDischargePower=700000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=611000, maxVoltage=3000, minVoltage=4000, maxTemperature=270000, minTemperature=670000, availableCapacity=300000, vehicleStatus=1, 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-21 19:26:29.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:29.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:29.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:29.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:29.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:29.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:29.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:29.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:29.126 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:29.126 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:29.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:29.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:29.185 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:29.185 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:29.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:29.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:29.242 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:29.244 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:29.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:29.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:29.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:29.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:29.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:29.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:29.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:29.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:29.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:29.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:29.393 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:29.393 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:29.422 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:29.422 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:30.020 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:30.020 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:30.020 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 39 31 30 34 35 31 31 36 2e 37 36 31 38 37 32 30 33 39 2e 35 33 32 35 33 31 30 31 34 34 2e 30 30 32 30 2e 33 33 30 30 30 30 30 30 36 36 34 30 30 30 34 36 30 30 30 31 31 37 38 38 30 30 30 30 44 39 30 33 30 39 2e 38 30 30 37 33 30 30 30 30 33 35 37 30 33 37 30 39 30 33 38 30 30 30 30 32 35 35 30 30 31 31 36 36 31 30 30 30 36 37 30 35 36 2e 39 35 30 30 30 30 37 30 30 30 30 30 37 30 39 30 30 30 30 33 34 31 30 30 30 34 30 30 30 34 30 30 30 39 38 30 30 30 30 32 30 30 30 30 30 33 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3b 7E -2024-06-21 19:26:30.020 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969191045, longitude=116.7618720, latitude=39.5325310, speed=144.00, mileage=20.33000000, dischargeVoltage=664000, dischargeCurrent=46000, insulationResistance=117880000, gear=D, accelerationPedal=90, brakePedal=30, fuelConsumption=9.800, motorControllerTemperature=730000, motorSpeed=35703, motorTorque=7090, motorTemperature=380000, motorVoltage=25500, motorCurrent=11661000, powerBattery=67056., maxFeedbackPower=950000, maxDischargePower=700000, bmsSelfCheck=70, powerBatteryCurrent=90000, powerBatteryV3=341000, maxVoltage=4000, minVoltage=4000, maxTemperature=980000, minTemperature=200000, availableCapacity=330000, vehicleStatus=1, 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-21 19:26:30.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:30.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"330000","bmsSelfCheck":"70","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"46000","dischargeVoltage":"664000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.800","gear":"D","insulationResistance":"117880000","latitude":"39.5325310","location":"1","longitude":"116.7618720","maxDischargePower":"700000","maxFeedbackPower":"950000","maxTemperature":"980000","maxVoltage":"4000","mcu":"1","mileage":"20.33000000","minTemperature":"200000","minVoltage":"4000","motorControllerTemperature":"730000","motorCurrent":"11661000","motorSpeed":"35703","motorTemperature":"380000","motorTorque":"7090","motorVoltage":"25500","powerBattery":"67056.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"341000","ptc":"1","runStatus":"1","soc":"1","speed":"144.00","timestamp":"1718969191045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:30.024 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969191045, longitude=116.7618720, latitude=39.5325310, speed=144.00, mileage=20.33000000, dischargeVoltage=664000, dischargeCurrent=46000, insulationResistance=117880000, gear=D, accelerationPedal=90, brakePedal=30, fuelConsumption=9.800, motorControllerTemperature=730000, motorSpeed=35703, motorTorque=7090, motorTemperature=380000, motorVoltage=25500, motorCurrent=11661000, powerBattery=67056., maxFeedbackPower=950000, maxDischargePower=700000, bmsSelfCheck=70, powerBatteryCurrent=90000, powerBatteryV3=341000, maxVoltage=4000, minVoltage=4000, maxTemperature=980000, minTemperature=200000, availableCapacity=330000, vehicleStatus=1, 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-21 19:26:30.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:30.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:30.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:30.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:30.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:30.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:30.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:30.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:30.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:30.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:30.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:30.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:30.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:30.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:30.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:30.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:30.297 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:30.298 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:30.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:30.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:30.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:30.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:30.437 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:30.437 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:30.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:30.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:30.482 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:30.482 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:30.501 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:30.501 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:30.521 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:30.521 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:31.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:31.015 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:31.015 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 39 32 30 35 36 31 31 36 2e 37 36 33 31 37 35 30 33 39 2e 35 33 32 36 31 37 30 37 32 2e 30 30 30 32 30 2e 33 37 30 30 30 30 30 30 36 39 32 30 30 30 31 34 30 30 30 31 36 31 36 34 30 30 30 30 44 39 30 32 30 31 31 2e 35 30 32 36 30 30 30 30 36 30 36 39 36 34 38 32 30 38 34 30 30 30 30 31 37 31 30 30 38 33 37 36 30 30 30 30 36 37 30 35 36 2e 39 30 30 30 30 30 37 34 30 30 30 30 36 30 33 30 30 30 30 33 37 39 30 30 30 33 30 30 30 33 30 30 30 35 38 30 30 30 30 36 36 30 30 30 30 36 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 47 7E -2024-06-21 19:26:31.015 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969192056, longitude=116.7631750, latitude=39.5326170, speed=72.000, mileage=20.37000000, dischargeVoltage=692000, dischargeCurrent=14000, insulationResistance=161640000, gear=D, accelerationPedal=90, brakePedal=20, fuelConsumption=11.50, motorControllerTemperature=260000, motorSpeed=60696, motorTorque=4820, motorTemperature=840000, motorVoltage=17100, motorCurrent=83760000, powerBattery=67056., maxFeedbackPower=900000, maxDischargePower=740000, bmsSelfCheck=60, powerBatteryCurrent=30000, powerBatteryV3=379000, maxVoltage=3000, minVoltage=3000, maxTemperature=580000, minTemperature=660000, availableCapacity=650000, vehicleStatus=1, 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-21 19:26:31.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:31.018 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"650000","bmsSelfCheck":"60","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"14000","dischargeVoltage":"692000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.50","gear":"D","insulationResistance":"161640000","latitude":"39.5326170","location":"1","longitude":"116.7631750","maxDischargePower":"740000","maxFeedbackPower":"900000","maxTemperature":"580000","maxVoltage":"3000","mcu":"1","mileage":"20.37000000","minTemperature":"660000","minVoltage":"3000","motorControllerTemperature":"260000","motorCurrent":"83760000","motorSpeed":"60696","motorTemperature":"840000","motorTorque":"4820","motorVoltage":"17100","powerBattery":"67056.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"379000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969192056","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:31.018 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969192056, longitude=116.7631750, latitude=39.5326170, speed=72.000, mileage=20.37000000, dischargeVoltage=692000, dischargeCurrent=14000, insulationResistance=161640000, gear=D, accelerationPedal=90, brakePedal=20, fuelConsumption=11.50, motorControllerTemperature=260000, motorSpeed=60696, motorTorque=4820, motorTemperature=840000, motorVoltage=17100, motorCurrent=83760000, powerBattery=67056., maxFeedbackPower=900000, maxDischargePower=740000, bmsSelfCheck=60, powerBatteryCurrent=30000, powerBatteryV3=379000, maxVoltage=3000, minVoltage=3000, maxTemperature=580000, minTemperature=660000, availableCapacity=650000, vehicleStatus=1, 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-21 19:26:31.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:31.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:31.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:31.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:31.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:31.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:31.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:31.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:31.126 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:31.126 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:31.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:31.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:31.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:31.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:31.235 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:31.235 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:31.289 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:31.289 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:31.320 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:31.320 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:31.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:31.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:31.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:31.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:31.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:31.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:31.415 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:31.415 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:31.443 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:31.443 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:31.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:31.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:32.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:32.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:32.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 39 33 30 35 33 31 31 36 2e 37 36 34 35 34 39 30 33 39 2e 35 33 32 37 32 35 30 31 39 38 2e 30 30 32 30 2e 34 38 30 30 30 30 30 30 35 31 38 30 30 30 34 34 30 30 30 31 34 30 33 31 30 30 30 30 44 38 30 31 30 31 30 2e 39 30 36 38 30 30 30 30 34 31 34 35 31 34 36 30 30 34 35 30 30 30 30 31 37 31 30 30 38 30 31 32 30 30 30 30 36 37 30 34 35 2e 33 34 30 30 30 30 33 33 30 30 30 30 30 30 38 30 30 30 30 36 34 37 30 30 30 33 30 30 30 34 30 30 30 33 31 30 30 30 30 35 38 30 30 30 30 32 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1c 7E -2024-06-21 19:26:32.007 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969193053, longitude=116.7645490, latitude=39.5327250, speed=198.00, mileage=20.48000000, dischargeVoltage=518000, dischargeCurrent=44000, insulationResistance=140310000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=10.90, motorControllerTemperature=680000, motorSpeed=41451, motorTorque=4600, motorTemperature=450000, motorVoltage=17100, motorCurrent=80120000, powerBattery=67045., maxFeedbackPower=340000, maxDischargePower=330000, bmsSelfCheck=00, powerBatteryCurrent=80000, powerBatteryV3=647000, maxVoltage=3000, minVoltage=4000, maxTemperature=310000, minTemperature=580000, availableCapacity=240000, vehicleStatus=1, 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-21 19:26:32.008 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:32.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"240000","bmsSelfCheck":"00","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"44000","dischargeVoltage":"518000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.90","gear":"D","insulationResistance":"140310000","latitude":"39.5327250","location":"1","longitude":"116.7645490","maxDischargePower":"330000","maxFeedbackPower":"340000","maxTemperature":"310000","maxVoltage":"3000","mcu":"1","mileage":"20.48000000","minTemperature":"580000","minVoltage":"4000","motorControllerTemperature":"680000","motorCurrent":"80120000","motorSpeed":"41451","motorTemperature":"450000","motorTorque":"4600","motorVoltage":"17100","powerBattery":"67045.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"647000","ptc":"1","runStatus":"1","soc":"1","speed":"198.00","timestamp":"1718969193053","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:32.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969193053, longitude=116.7645490, latitude=39.5327250, speed=198.00, mileage=20.48000000, dischargeVoltage=518000, dischargeCurrent=44000, insulationResistance=140310000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=10.90, motorControllerTemperature=680000, motorSpeed=41451, motorTorque=4600, motorTemperature=450000, motorVoltage=17100, motorCurrent=80120000, powerBattery=67045., maxFeedbackPower=340000, maxDischargePower=330000, bmsSelfCheck=00, powerBatteryCurrent=80000, powerBatteryV3=647000, maxVoltage=3000, minVoltage=4000, maxTemperature=310000, minTemperature=580000, availableCapacity=240000, vehicleStatus=1, 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-21 19:26:32.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:32.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:32.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:32.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:32.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:32.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:32.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:32.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:32.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:32.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:32.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:32.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:32.203 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:32.204 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:32.314 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:32.314 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:32.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:32.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:32.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:32.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:32.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:32.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:32.424 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:32.424 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:32.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:32.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:32.472 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:32.472 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:32.489 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:32.489 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:32.513 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:32.513 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:33.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:33.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:33.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 39 34 30 34 35 31 31 36 2e 37 36 36 31 32 31 30 33 39 2e 35 33 32 38 37 34 30 31 39 38 2e 30 30 32 30 2e 35 39 30 30 30 30 30 30 32 36 37 30 30 30 34 33 30 30 30 32 34 31 32 32 30 30 30 30 44 33 30 32 30 31 30 2e 36 30 35 32 30 30 30 30 35 37 39 39 36 32 32 35 30 39 34 30 30 30 30 32 32 37 30 30 38 37 30 37 30 30 30 30 36 37 30 33 34 2e 34 31 30 30 30 30 39 36 30 30 30 30 31 30 33 30 30 30 30 37 31 36 30 30 30 33 30 30 30 34 30 30 30 37 35 30 30 30 30 36 31 30 30 30 30 33 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 37 7E -2024-06-21 19:26:33.014 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969194045, longitude=116.7661210, latitude=39.5328740, speed=198.00, mileage=20.59000000, dischargeVoltage=267000, dischargeCurrent=43000, insulationResistance=241220000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=10.60, motorControllerTemperature=520000, motorSpeed=57996, motorTorque=2250, motorTemperature=940000, motorVoltage=22700, motorCurrent=87070000, powerBattery=67034., maxFeedbackPower=410000, maxDischargePower=960000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=716000, maxVoltage=3000, minVoltage=4000, maxTemperature=750000, minTemperature=610000, availableCapacity=380000, vehicleStatus=1, 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-21 19:26:33.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:33.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"380000","bmsSelfCheck":"10","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"43000","dischargeVoltage":"267000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.60","gear":"D","insulationResistance":"241220000","latitude":"39.5328740","location":"1","longitude":"116.7661210","maxDischargePower":"960000","maxFeedbackPower":"410000","maxTemperature":"750000","maxVoltage":"3000","mcu":"1","mileage":"20.59000000","minTemperature":"610000","minVoltage":"4000","motorControllerTemperature":"520000","motorCurrent":"87070000","motorSpeed":"57996","motorTemperature":"940000","motorTorque":"2250","motorVoltage":"22700","powerBattery":"67034.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"716000","ptc":"1","runStatus":"1","soc":"1","speed":"198.00","timestamp":"1718969194045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:33.016 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969194045, longitude=116.7661210, latitude=39.5328740, speed=198.00, mileage=20.59000000, dischargeVoltage=267000, dischargeCurrent=43000, insulationResistance=241220000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=10.60, motorControllerTemperature=520000, motorSpeed=57996, motorTorque=2250, motorTemperature=940000, motorVoltage=22700, motorCurrent=87070000, powerBattery=67034., maxFeedbackPower=410000, maxDischargePower=960000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=716000, maxVoltage=3000, minVoltage=4000, maxTemperature=750000, minTemperature=610000, availableCapacity=380000, vehicleStatus=1, 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-21 19:26:33.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:33.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:33.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:33.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:33.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:33.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:33.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:33.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:33.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:33.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:33.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:33.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:33.235 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:33.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:33.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:33.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:33.288 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:33.288 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:33.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:33.317 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:33.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:33.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:33.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:33.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:33.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:33.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:33.406 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:33.406 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:33.427 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:33.428 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:33.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:33.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:33.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:33.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:33.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 39 35 30 34 35 31 31 36 2e 37 36 37 30 31 37 30 33 39 2e 35 33 32 39 34 36 30 39 30 2e 30 30 30 32 30 2e 36 34 30 30 30 30 30 30 36 36 36 30 30 30 31 36 30 30 30 31 33 32 34 32 30 30 30 30 44 35 30 36 30 39 2e 34 30 30 32 38 30 30 30 30 36 33 36 36 30 37 32 34 30 31 30 34 30 30 30 31 31 32 30 30 39 36 35 33 30 30 30 30 36 37 30 32 35 2e 39 36 30 30 30 30 32 30 30 30 30 30 37 30 31 34 30 30 30 33 35 36 30 30 30 34 30 30 30 33 30 30 30 39 38 30 30 30 30 38 39 30 30 30 30 34 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3d 7E -2024-06-21 19:26:33.998 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969195045, longitude=116.7670170, latitude=39.5329460, speed=90.000, mileage=20.64000000, dischargeVoltage=666000, dischargeCurrent=16000, insulationResistance=132420000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=9.400, motorControllerTemperature=280000, motorSpeed=63660, motorTorque=7240, motorTemperature=104000, motorVoltage=11200, motorCurrent=96530000, powerBattery=67025., maxFeedbackPower=960000, maxDischargePower=200000, bmsSelfCheck=70, powerBatteryCurrent=14000, powerBatteryV3=356000, maxVoltage=4000, minVoltage=3000, maxTemperature=980000, minTemperature=890000, availableCapacity=460000, vehicleStatus=1, 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-21 19:26:34.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:34.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"460000","bmsSelfCheck":"70","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"16000","dischargeVoltage":"666000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"132420000","latitude":"39.5329460","location":"1","longitude":"116.7670170","maxDischargePower":"200000","maxFeedbackPower":"960000","maxTemperature":"980000","maxVoltage":"4000","mcu":"1","mileage":"20.64000000","minTemperature":"890000","minVoltage":"3000","motorControllerTemperature":"280000","motorCurrent":"96530000","motorSpeed":"63660","motorTemperature":"104000","motorTorque":"7240","motorVoltage":"11200","powerBattery":"67025.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"356000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969195045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:34.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969195045, longitude=116.7670170, latitude=39.5329460, speed=90.000, mileage=20.64000000, dischargeVoltage=666000, dischargeCurrent=16000, insulationResistance=132420000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=9.400, motorControllerTemperature=280000, motorSpeed=63660, motorTorque=7240, motorTemperature=104000, motorVoltage=11200, motorCurrent=96530000, powerBattery=67025., maxFeedbackPower=960000, maxDischargePower=200000, bmsSelfCheck=70, powerBatteryCurrent=14000, powerBatteryV3=356000, maxVoltage=4000, minVoltage=3000, maxTemperature=980000, minTemperature=890000, availableCapacity=460000, vehicleStatus=1, 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-21 19:26:34.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:34.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:34.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:34.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:34.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:34.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:34.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:34.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:34.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:34.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:34.130 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:34.130 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:34.164 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:34.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:34.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:34.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:34.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:34.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:34.335 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:34.335 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:34.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:34.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:34.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:34.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:34.409 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:34.409 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:34.443 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:34.443 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:34.486 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:34.486 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:34.558 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:34.558 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:35.001 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:35.001 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:35.001 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 39 36 30 34 35 31 31 36 2e 37 36 38 33 33 36 30 33 39 2e 35 33 33 30 38 36 30 37 32 2e 30 30 30 32 30 2e 36 38 30 30 30 30 30 30 35 34 31 30 30 30 32 30 30 30 30 31 36 37 33 36 30 30 30 30 44 38 30 34 30 31 30 2e 32 30 36 35 30 30 30 30 34 31 37 33 38 33 35 33 30 34 30 30 30 30 30 31 33 37 30 30 33 38 37 30 30 30 30 30 36 37 30 32 35 2e 35 31 30 30 30 30 38 32 30 30 30 30 39 30 36 30 30 30 30 33 30 32 30 30 30 34 30 30 30 34 30 30 30 38 33 30 30 30 30 37 39 30 30 30 30 39 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 33 7E -2024-06-21 19:26:35.001 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969196045, longitude=116.7683360, latitude=39.5330860, speed=72.000, mileage=20.68000000, dischargeVoltage=541000, dischargeCurrent=20000, insulationResistance=167360000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=10.20, motorControllerTemperature=650000, motorSpeed=41738, motorTorque=3530, motorTemperature=400000, motorVoltage=13700, motorCurrent=38700000, powerBattery=67025., maxFeedbackPower=510000, maxDischargePower=820000, bmsSelfCheck=90, powerBatteryCurrent=60000, powerBatteryV3=302000, maxVoltage=4000, minVoltage=4000, maxTemperature=830000, minTemperature=790000, availableCapacity=970000, vehicleStatus=1, 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-21 19:26:35.004 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:35.004 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"970000","bmsSelfCheck":"90","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"20000","dischargeVoltage":"541000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"167360000","latitude":"39.5330860","location":"1","longitude":"116.7683360","maxDischargePower":"820000","maxFeedbackPower":"510000","maxTemperature":"830000","maxVoltage":"4000","mcu":"1","mileage":"20.68000000","minTemperature":"790000","minVoltage":"4000","motorControllerTemperature":"650000","motorCurrent":"38700000","motorSpeed":"41738","motorTemperature":"400000","motorTorque":"3530","motorVoltage":"13700","powerBattery":"67025.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"302000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969196045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:35.004 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969196045, longitude=116.7683360, latitude=39.5330860, speed=72.000, mileage=20.68000000, dischargeVoltage=541000, dischargeCurrent=20000, insulationResistance=167360000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=10.20, motorControllerTemperature=650000, motorSpeed=41738, motorTorque=3530, motorTemperature=400000, motorVoltage=13700, motorCurrent=38700000, powerBattery=67025., maxFeedbackPower=510000, maxDischargePower=820000, bmsSelfCheck=90, powerBatteryCurrent=60000, powerBatteryV3=302000, maxVoltage=4000, minVoltage=4000, maxTemperature=830000, minTemperature=790000, availableCapacity=970000, vehicleStatus=1, 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-21 19:26:35.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:35.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:35.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:35.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:35.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:35.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:35.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:35.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:35.151 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:35.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:35.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:35.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:35.197 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:35.197 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:35.226 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:35.226 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:35.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:35.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:35.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:35.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:35.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:35.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:35.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:35.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:35.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:35.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:35.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:35.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:35.377 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:35.377 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:35.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:35.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:35.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:35.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:35.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 39 37 30 34 36 31 31 36 2e 37 36 39 34 37 33 30 33 39 2e 35 33 33 31 39 30 30 39 30 2e 30 30 30 32 30 2e 37 33 30 30 30 30 30 30 37 31 30 30 30 30 33 34 30 30 30 33 34 33 37 30 30 30 30 30 44 37 30 31 30 31 30 2e 38 30 36 35 30 30 30 30 38 30 32 37 34 38 37 32 30 31 31 30 30 30 30 32 36 34 30 30 38 36 34 33 30 30 30 30 36 37 30 31 34 2e 36 31 30 30 30 30 35 31 30 30 30 30 35 30 31 32 30 30 30 37 34 32 30 30 30 34 30 30 30 34 30 30 30 39 30 30 30 30 30 39 38 30 30 30 30 37 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2e 7E -2024-06-21 19:26:35.998 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969197046, longitude=116.7694730, latitude=39.5331900, speed=90.000, mileage=20.73000000, dischargeVoltage=710000, dischargeCurrent=34000, insulationResistance=343700000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=10.80, motorControllerTemperature=650000, motorSpeed=80274, motorTorque=8720, motorTemperature=110000, motorVoltage=26400, motorCurrent=86430000, powerBattery=67014., maxFeedbackPower=610000, maxDischargePower=510000, bmsSelfCheck=50, powerBatteryCurrent=12000, powerBatteryV3=742000, maxVoltage=4000, minVoltage=4000, maxTemperature=900000, minTemperature=980000, availableCapacity=770000, vehicleStatus=1, 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-21 19:26:35.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:35.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"770000","bmsSelfCheck":"50","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"34000","dischargeVoltage":"710000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.80","gear":"D","insulationResistance":"343700000","latitude":"39.5331900","location":"1","longitude":"116.7694730","maxDischargePower":"510000","maxFeedbackPower":"610000","maxTemperature":"900000","maxVoltage":"4000","mcu":"1","mileage":"20.73000000","minTemperature":"980000","minVoltage":"4000","motorControllerTemperature":"650000","motorCurrent":"86430000","motorSpeed":"80274","motorTemperature":"110000","motorTorque":"8720","motorVoltage":"26400","powerBattery":"67014.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"742000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969197046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:35.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969197046, longitude=116.7694730, latitude=39.5331900, speed=90.000, mileage=20.73000000, dischargeVoltage=710000, dischargeCurrent=34000, insulationResistance=343700000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=10.80, motorControllerTemperature=650000, motorSpeed=80274, motorTorque=8720, motorTemperature=110000, motorVoltage=26400, motorCurrent=86430000, powerBattery=67014., maxFeedbackPower=610000, maxDischargePower=510000, bmsSelfCheck=50, powerBatteryCurrent=12000, powerBatteryV3=742000, maxVoltage=4000, minVoltage=4000, maxTemperature=900000, minTemperature=980000, availableCapacity=770000, vehicleStatus=1, 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-21 19:26:36.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:36.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:36.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:36.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:36.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:36.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:36.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:36.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:36.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:36.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:36.195 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:36.195 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:36.223 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:36.223 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:36.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:36.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:36.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:36.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:36.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:36.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:36.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:36.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:36.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:36.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:36.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:36.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:36.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:36.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:36.436 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:36.437 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:36.456 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:36.456 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:36.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:36.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:36.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 39 38 30 34 35 31 31 36 2e 37 37 30 35 32 35 30 33 39 2e 35 33 33 33 30 36 30 39 30 2e 30 30 30 32 30 2e 37 38 30 30 30 30 30 30 32 38 32 30 30 30 31 30 30 30 30 32 30 31 30 30 30 30 30 30 44 31 30 38 30 31 31 2e 39 30 37 37 30 30 30 30 37 35 34 35 36 34 32 38 30 31 31 38 30 30 30 31 34 33 30 30 34 38 37 33 30 30 30 30 36 37 30 30 32 2e 38 31 30 30 30 30 35 35 30 30 30 30 31 30 38 30 30 30 30 36 32 34 30 30 30 34 30 30 30 33 30 30 30 34 30 30 30 30 30 37 34 30 30 30 30 37 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1c 7E -2024-06-21 19:26:36.997 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969198045, longitude=116.7705250, latitude=39.5333060, speed=90.000, mileage=20.78000000, dischargeVoltage=282000, dischargeCurrent=10000, insulationResistance=201000000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=11.90, motorControllerTemperature=770000, motorSpeed=75456, motorTorque=4280, motorTemperature=118000, motorVoltage=14300, motorCurrent=48730000, powerBattery=67002., maxFeedbackPower=810000, maxDischargePower=550000, bmsSelfCheck=10, powerBatteryCurrent=80000, powerBatteryV3=624000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=740000, availableCapacity=760000, vehicleStatus=1, 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-21 19:26:36.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:36.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"760000","bmsSelfCheck":"10","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"10000","dischargeVoltage":"282000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"201000000","latitude":"39.5333060","location":"1","longitude":"116.7705250","maxDischargePower":"550000","maxFeedbackPower":"810000","maxTemperature":"400000","maxVoltage":"4000","mcu":"1","mileage":"20.78000000","minTemperature":"740000","minVoltage":"3000","motorControllerTemperature":"770000","motorCurrent":"48730000","motorSpeed":"75456","motorTemperature":"118000","motorTorque":"4280","motorVoltage":"14300","powerBattery":"67002.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"624000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969198045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:36.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969198045, longitude=116.7705250, latitude=39.5333060, speed=90.000, mileage=20.78000000, dischargeVoltage=282000, dischargeCurrent=10000, insulationResistance=201000000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=11.90, motorControllerTemperature=770000, motorSpeed=75456, motorTorque=4280, motorTemperature=118000, motorVoltage=14300, motorCurrent=48730000, powerBattery=67002., maxFeedbackPower=810000, maxDischargePower=550000, bmsSelfCheck=10, powerBatteryCurrent=80000, powerBatteryV3=624000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=740000, availableCapacity=760000, vehicleStatus=1, 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-21 19:26:37.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:37.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:37.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:37.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:37.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:37.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:37.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:37.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:37.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:37.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:37.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:37.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:37.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:37.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:37.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:37.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:37.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:37.217 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:37.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:37.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:37.258 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:37.258 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:37.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:37.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:37.295 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:37.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:37.314 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:37.314 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:37.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:37.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:37.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:37.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:37.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:37.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:37.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 31 39 39 30 34 35 31 31 36 2e 37 37 33 35 35 30 30 33 39 2e 35 33 33 36 30 30 30 32 31 36 2e 30 30 32 30 2e 39 30 30 30 30 30 30 30 35 35 37 30 30 30 34 30 30 30 30 38 39 36 38 30 30 30 30 30 44 32 30 30 30 31 30 2e 35 30 31 38 30 30 30 30 38 39 36 37 35 34 37 39 30 37 33 30 30 30 30 32 32 35 30 30 34 30 35 32 30 30 30 30 36 36 39 39 31 2e 37 35 30 30 30 30 36 33 30 30 30 30 31 30 31 31 30 30 30 35 35 32 30 30 30 34 30 30 30 33 30 30 30 32 38 30 30 30 30 35 35 30 30 30 30 35 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3b 7E -2024-06-21 19:26:37.997 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969199045, longitude=116.7735500, latitude=39.5336000, speed=216.00, mileage=20.90000000, dischargeVoltage=557000, dischargeCurrent=40000, insulationResistance=896800000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=10.50, motorControllerTemperature=180000, motorSpeed=89675, motorTorque=4790, motorTemperature=730000, motorVoltage=22500, motorCurrent=40520000, powerBattery=66991., maxFeedbackPower=750000, maxDischargePower=630000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=552000, maxVoltage=4000, minVoltage=3000, maxTemperature=280000, minTemperature=550000, availableCapacity=560000, vehicleStatus=1, 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-21 19:26:38.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:38.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"560000","bmsSelfCheck":"10","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"557000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"896800000","latitude":"39.5336000","location":"1","longitude":"116.7735500","maxDischargePower":"630000","maxFeedbackPower":"750000","maxTemperature":"280000","maxVoltage":"4000","mcu":"1","mileage":"20.90000000","minTemperature":"550000","minVoltage":"3000","motorControllerTemperature":"180000","motorCurrent":"40520000","motorSpeed":"89675","motorTemperature":"730000","motorTorque":"4790","motorVoltage":"22500","powerBattery":"66991.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"552000","ptc":"1","runStatus":"1","soc":"1","speed":"216.00","timestamp":"1718969199045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:38.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969199045, longitude=116.7735500, latitude=39.5336000, speed=216.00, mileage=20.90000000, dischargeVoltage=557000, dischargeCurrent=40000, insulationResistance=896800000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=10.50, motorControllerTemperature=180000, motorSpeed=89675, motorTorque=4790, motorTemperature=730000, motorVoltage=22500, motorCurrent=40520000, powerBattery=66991., maxFeedbackPower=750000, maxDischargePower=630000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=552000, maxVoltage=4000, minVoltage=3000, maxTemperature=280000, minTemperature=550000, availableCapacity=560000, vehicleStatus=1, 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-21 19:26:38.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:38.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:38.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:38.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:38.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:38.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:38.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:38.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:38.138 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:38.138 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:38.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:38.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:38.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:38.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:38.198 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:38.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:38.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:38.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:38.233 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:38.234 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:38.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:38.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:38.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:38.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:38.298 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:38.298 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:38.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:38.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:38.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:38.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:38.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:38.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:39.000 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:39.000 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:39.000 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 30 30 30 34 35 31 31 36 2e 37 37 35 39 39 30 30 33 39 2e 35 33 33 38 34 30 30 32 33 34 2e 30 30 32 31 2e 30 33 30 30 30 30 30 30 35 30 38 30 30 30 32 30 30 30 30 32 39 36 37 38 30 30 30 30 44 34 30 30 30 39 2e 34 30 30 39 30 30 30 30 30 35 39 39 33 31 32 34 36 30 33 34 30 30 30 30 32 38 31 30 30 31 33 34 37 32 30 30 30 36 36 39 38 32 2e 32 34 30 30 30 30 33 39 30 30 30 30 31 33 31 31 30 30 30 33 31 31 30 30 30 34 30 30 30 34 30 30 30 37 36 30 30 30 30 37 33 30 30 30 30 32 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 29 7E -2024-06-21 19:26:39.000 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969200045, longitude=116.7759900, latitude=39.5338400, speed=234.00, mileage=21.03000000, dischargeVoltage=508000, dischargeCurrent=20000, insulationResistance=296780000, gear=D, accelerationPedal=40, brakePedal=00, fuelConsumption=9.400, motorControllerTemperature=900000, motorSpeed=59931, motorTorque=2460, motorTemperature=340000, motorVoltage=28100, motorCurrent=13472000, powerBattery=66982., maxFeedbackPower=240000, maxDischargePower=390000, bmsSelfCheck=13, powerBatteryCurrent=11000, powerBatteryV3=311000, maxVoltage=4000, minVoltage=4000, maxTemperature=760000, minTemperature=730000, availableCapacity=270000, vehicleStatus=1, 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-21 19:26:39.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:39.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"270000","bmsSelfCheck":"13","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"20000","dischargeVoltage":"508000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"296780000","latitude":"39.5338400","location":"1","longitude":"116.7759900","maxDischargePower":"390000","maxFeedbackPower":"240000","maxTemperature":"760000","maxVoltage":"4000","mcu":"1","mileage":"21.03000000","minTemperature":"730000","minVoltage":"4000","motorControllerTemperature":"900000","motorCurrent":"13472000","motorSpeed":"59931","motorTemperature":"340000","motorTorque":"2460","motorVoltage":"28100","powerBattery":"66982.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"311000","ptc":"1","runStatus":"1","soc":"1","speed":"234.00","timestamp":"1718969200045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:39.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969200045, longitude=116.7759900, latitude=39.5338400, speed=234.00, mileage=21.03000000, dischargeVoltage=508000, dischargeCurrent=20000, insulationResistance=296780000, gear=D, accelerationPedal=40, brakePedal=00, fuelConsumption=9.400, motorControllerTemperature=900000, motorSpeed=59931, motorTorque=2460, motorTemperature=340000, motorVoltage=28100, motorCurrent=13472000, powerBattery=66982., maxFeedbackPower=240000, maxDischargePower=390000, bmsSelfCheck=13, powerBatteryCurrent=11000, powerBatteryV3=311000, maxVoltage=4000, minVoltage=4000, maxTemperature=760000, minTemperature=730000, availableCapacity=270000, vehicleStatus=1, 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-21 19:26:39.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:39.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:39.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:39.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:39.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:39.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:39.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:39.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:39.205 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:39.205 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:39.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:39.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:39.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:39.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:39.430 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:39.430 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:39.462 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:39.462 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:39.501 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:39.501 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:39.528 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:39.528 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:39.546 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:39.546 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:39.574 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:39.574 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:39.605 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:39.606 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:39.631 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:39.631 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:39.652 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:39.652 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:40.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:40.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:40.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 30 31 30 34 36 31 31 36 2e 37 37 38 30 33 33 30 33 39 2e 35 33 34 30 35 35 30 31 32 36 2e 30 30 32 31 2e 31 30 30 30 30 30 30 30 35 39 30 30 30 30 31 30 30 30 30 32 39 35 39 31 30 30 30 30 44 36 30 32 30 31 30 2e 30 30 36 35 30 30 30 30 39 31 31 37 30 34 32 30 30 31 30 30 30 30 30 31 38 32 30 30 31 32 30 30 30 30 30 30 36 36 39 37 32 2e 35 39 30 30 30 30 36 35 30 30 30 30 35 30 31 30 30 30 30 34 30 36 30 30 30 34 30 30 30 33 30 30 30 34 36 30 30 30 30 34 39 30 30 30 30 37 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 fc 7E -2024-06-21 19:26:40.009 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969201046, longitude=116.7780330, latitude=39.5340550, speed=126.00, mileage=21.10000000, dischargeVoltage=590000, dischargeCurrent=10000, insulationResistance=295910000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=10.00, motorControllerTemperature=650000, motorSpeed=91170, motorTorque=4200, motorTemperature=100000, motorVoltage=18200, motorCurrent=12000000, powerBattery=66972., maxFeedbackPower=590000, maxDischargePower=650000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=406000, maxVoltage=4000, minVoltage=3000, maxTemperature=460000, minTemperature=490000, availableCapacity=740000, vehicleStatus=1, 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-21 19:26:40.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:40.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"740000","bmsSelfCheck":"50","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"10000","dischargeVoltage":"590000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.00","gear":"D","insulationResistance":"295910000","latitude":"39.5340550","location":"1","longitude":"116.7780330","maxDischargePower":"650000","maxFeedbackPower":"590000","maxTemperature":"460000","maxVoltage":"4000","mcu":"1","mileage":"21.10000000","minTemperature":"490000","minVoltage":"3000","motorControllerTemperature":"650000","motorCurrent":"12000000","motorSpeed":"91170","motorTemperature":"100000","motorTorque":"4200","motorVoltage":"18200","powerBattery":"66972.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"406000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718969201046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:40.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969201046, longitude=116.7780330, latitude=39.5340550, speed=126.00, mileage=21.10000000, dischargeVoltage=590000, dischargeCurrent=10000, insulationResistance=295910000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=10.00, motorControllerTemperature=650000, motorSpeed=91170, motorTorque=4200, motorTemperature=100000, motorVoltage=18200, motorCurrent=12000000, powerBattery=66972., maxFeedbackPower=590000, maxDischargePower=650000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=406000, maxVoltage=4000, minVoltage=3000, maxTemperature=460000, minTemperature=490000, availableCapacity=740000, vehicleStatus=1, 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-21 19:26:40.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:40.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:40.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:40.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:40.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:40.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:40.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:40.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:40.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:40.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:40.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:40.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:40.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:40.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:40.247 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:40.247 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:40.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:40.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:40.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:40.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:40.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:40.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:40.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:40.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:40.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:40.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:40.423 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:40.423 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:40.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:40.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:40.485 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:40.486 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:41.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:41.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:41.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 30 32 30 34 35 31 31 36 2e 37 37 39 34 35 35 30 33 39 2e 35 33 34 32 30 34 30 31 32 36 2e 30 30 32 31 2e 31 37 30 30 30 30 30 30 34 35 32 30 30 30 31 36 30 30 30 32 38 30 34 33 30 30 30 30 44 30 30 31 30 31 30 2e 35 30 30 30 30 30 30 30 38 33 36 33 34 35 36 38 30 31 34 39 30 30 30 32 33 35 30 30 32 38 33 32 30 30 30 30 36 36 39 36 32 2e 33 38 30 30 30 30 39 30 30 30 30 30 30 30 39 30 30 30 30 34 32 30 30 30 30 34 30 30 30 33 30 30 30 38 32 30 30 30 30 32 36 30 30 30 30 38 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 14 7E -2024-06-21 19:26:41.005 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969202045, longitude=116.7794550, latitude=39.5342040, speed=126.00, mileage=21.17000000, dischargeVoltage=452000, dischargeCurrent=16000, insulationResistance=280430000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=10.50, motorControllerTemperature=000000, motorSpeed=83634, motorTorque=5680, motorTemperature=149000, motorVoltage=23500, motorCurrent=28320000, powerBattery=66962., maxFeedbackPower=380000, maxDischargePower=900000, bmsSelfCheck=00, powerBatteryCurrent=90000, powerBatteryV3=420000, maxVoltage=4000, minVoltage=3000, maxTemperature=820000, minTemperature=260000, availableCapacity=830000, vehicleStatus=1, 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-21 19:26:41.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:41.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"830000","bmsSelfCheck":"00","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"16000","dischargeVoltage":"452000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"280430000","latitude":"39.5342040","location":"1","longitude":"116.7794550","maxDischargePower":"900000","maxFeedbackPower":"380000","maxTemperature":"820000","maxVoltage":"4000","mcu":"1","mileage":"21.17000000","minTemperature":"260000","minVoltage":"3000","motorControllerTemperature":"000000","motorCurrent":"28320000","motorSpeed":"83634","motorTemperature":"149000","motorTorque":"5680","motorVoltage":"23500","powerBattery":"66962.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"420000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718969202045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:41.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969202045, longitude=116.7794550, latitude=39.5342040, speed=126.00, mileage=21.17000000, dischargeVoltage=452000, dischargeCurrent=16000, insulationResistance=280430000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=10.50, motorControllerTemperature=000000, motorSpeed=83634, motorTorque=5680, motorTemperature=149000, motorVoltage=23500, motorCurrent=28320000, powerBattery=66962., maxFeedbackPower=380000, maxDischargePower=900000, bmsSelfCheck=00, powerBatteryCurrent=90000, powerBatteryV3=420000, maxVoltage=4000, minVoltage=3000, maxTemperature=820000, minTemperature=260000, availableCapacity=830000, vehicleStatus=1, 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-21 19:26:41.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:41.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:41.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:41.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:41.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:41.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:41.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:41.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:41.164 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:41.164 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:41.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:41.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:41.217 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:41.218 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:41.237 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:41.237 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:41.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:41.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:41.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:41.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:41.314 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:41.314 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:41.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:41.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:41.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:41.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:41.403 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:41.403 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:41.431 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:41.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:41.476 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:41.476 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:42.001 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:42.001 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:42.001 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 30 33 30 34 36 31 31 36 2e 37 38 30 35 31 37 30 33 39 2e 35 33 34 33 30 37 30 39 30 2e 30 30 30 32 31 2e 32 32 30 30 30 30 30 30 31 31 30 30 30 30 32 34 30 30 30 32 38 36 36 33 30 30 30 30 44 39 30 38 30 31 31 2e 34 30 31 34 30 30 30 30 33 34 33 39 37 35 35 30 30 35 30 30 30 30 30 32 32 38 30 30 31 30 32 34 33 30 30 30 36 36 39 35 30 2e 35 36 30 30 30 30 35 36 30 30 30 30 30 30 33 30 30 30 30 35 38 35 30 30 30 34 30 30 30 34 30 30 30 33 37 30 30 30 30 32 38 30 30 30 30 37 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 19 7E -2024-06-21 19:26:42.001 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969203046, longitude=116.7805170, latitude=39.5343070, speed=90.000, mileage=21.22000000, dischargeVoltage=110000, dischargeCurrent=24000, insulationResistance=286630000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=11.40, motorControllerTemperature=140000, motorSpeed=34397, motorTorque=5500, motorTemperature=500000, motorVoltage=22800, motorCurrent=10243000, powerBattery=66950., maxFeedbackPower=560000, maxDischargePower=560000, bmsSelfCheck=00, powerBatteryCurrent=30000, powerBatteryV3=585000, maxVoltage=4000, minVoltage=4000, maxTemperature=370000, minTemperature=280000, availableCapacity=780000, vehicleStatus=1, 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-21 19:26:42.003 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:42.003 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"780000","bmsSelfCheck":"00","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"24000","dischargeVoltage":"110000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"286630000","latitude":"39.5343070","location":"1","longitude":"116.7805170","maxDischargePower":"560000","maxFeedbackPower":"560000","maxTemperature":"370000","maxVoltage":"4000","mcu":"1","mileage":"21.22000000","minTemperature":"280000","minVoltage":"4000","motorControllerTemperature":"140000","motorCurrent":"10243000","motorSpeed":"34397","motorTemperature":"500000","motorTorque":"5500","motorVoltage":"22800","powerBattery":"66950.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"585000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969203046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:42.003 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969203046, longitude=116.7805170, latitude=39.5343070, speed=90.000, mileage=21.22000000, dischargeVoltage=110000, dischargeCurrent=24000, insulationResistance=286630000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=11.40, motorControllerTemperature=140000, motorSpeed=34397, motorTorque=5500, motorTemperature=500000, motorVoltage=22800, motorCurrent=10243000, powerBattery=66950., maxFeedbackPower=560000, maxDischargePower=560000, bmsSelfCheck=00, powerBatteryCurrent=30000, powerBatteryV3=585000, maxVoltage=4000, minVoltage=4000, maxTemperature=370000, minTemperature=280000, availableCapacity=780000, vehicleStatus=1, 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-21 19:26:42.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:42.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:42.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:42.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:42.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:42.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:42.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:42.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:42.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:42.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:42.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:42.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:42.201 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:42.201 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:42.219 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:42.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:42.242 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:42.242 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:42.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:42.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:42.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:42.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:42.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:42.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:42.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:42.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:42.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:42.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:42.419 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:42.419 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:42.445 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:42.446 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:43.000 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:43.000 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:43.000 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 30 34 30 34 36 31 31 36 2e 37 38 31 37 32 34 30 33 39 2e 35 33 34 37 30 35 30 35 34 2e 30 30 30 32 31 2e 32 35 30 30 30 30 30 30 31 37 33 30 30 30 34 34 30 30 30 33 33 36 33 30 30 30 30 30 44 36 30 32 30 31 31 2e 38 30 33 35 30 30 30 30 33 38 34 34 37 35 31 38 30 37 34 30 30 30 30 32 34 36 30 30 34 31 35 33 30 30 30 30 36 36 39 35 30 2e 33 31 30 30 30 30 33 38 30 30 30 30 31 32 34 30 30 30 30 37 30 31 30 30 30 33 30 30 30 34 30 30 30 34 37 30 30 30 30 35 31 30 30 30 30 32 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 15 7E -2024-06-21 19:26:43.000 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969204046, longitude=116.7817240, latitude=39.5347050, speed=54.000, mileage=21.25000000, dischargeVoltage=173000, dischargeCurrent=44000, insulationResistance=336300000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=11.80, motorControllerTemperature=350000, motorSpeed=38447, motorTorque=5180, motorTemperature=740000, motorVoltage=24600, motorCurrent=41530000, powerBattery=66950., maxFeedbackPower=310000, maxDischargePower=380000, bmsSelfCheck=12, powerBatteryCurrent=40000, powerBatteryV3=701000, maxVoltage=3000, minVoltage=4000, maxTemperature=470000, minTemperature=510000, availableCapacity=270000, vehicleStatus=1, 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-21 19:26:43.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:43.002 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"270000","bmsSelfCheck":"12","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"44000","dischargeVoltage":"173000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"336300000","latitude":"39.5347050","location":"1","longitude":"116.7817240","maxDischargePower":"380000","maxFeedbackPower":"310000","maxTemperature":"470000","maxVoltage":"3000","mcu":"1","mileage":"21.25000000","minTemperature":"510000","minVoltage":"4000","motorControllerTemperature":"350000","motorCurrent":"41530000","motorSpeed":"38447","motorTemperature":"740000","motorTorque":"5180","motorVoltage":"24600","powerBattery":"66950.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"701000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969204046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:43.003 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969204046, longitude=116.7817240, latitude=39.5347050, speed=54.000, mileage=21.25000000, dischargeVoltage=173000, dischargeCurrent=44000, insulationResistance=336300000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=11.80, motorControllerTemperature=350000, motorSpeed=38447, motorTorque=5180, motorTemperature=740000, motorVoltage=24600, motorCurrent=41530000, powerBattery=66950., maxFeedbackPower=310000, maxDischargePower=380000, bmsSelfCheck=12, powerBatteryCurrent=40000, powerBatteryV3=701000, maxVoltage=3000, minVoltage=4000, maxTemperature=470000, minTemperature=510000, availableCapacity=270000, vehicleStatus=1, 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-21 19:26:43.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:43.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:43.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:43.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:43.068 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:43.068 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:43.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:43.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:43.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:43.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:43.239 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:43.239 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:43.268 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:43.268 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:43.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:43.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:43.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:43.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:43.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:43.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:43.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:43.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:43.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:43.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:43.418 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:43.418 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:43.433 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:43.433 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:43.457 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:43.457 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:43.474 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:43.475 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:43.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:43.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:43.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 30 35 30 34 36 31 31 36 2e 37 38 31 35 36 33 30 33 39 2e 35 33 35 32 38 30 30 35 34 2e 30 30 30 32 31 2e 32 38 30 30 30 30 30 30 31 33 36 30 30 30 34 34 30 30 30 31 39 32 30 37 30 30 30 30 44 36 30 34 30 31 31 2e 39 30 35 33 30 30 30 30 33 33 35 34 35 32 39 33 30 31 34 33 30 30 30 32 33 32 30 30 31 34 37 38 36 30 30 30 36 36 39 35 30 2e 38 37 30 30 30 30 34 31 30 30 30 30 30 30 31 30 30 30 30 35 35 33 30 30 30 33 30 30 30 34 30 30 30 36 32 30 30 30 30 31 39 30 30 30 30 33 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 25 7E -2024-06-21 19:26:43.998 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969205046, longitude=116.7815630, latitude=39.5352800, speed=54.000, mileage=21.28000000, dischargeVoltage=136000, dischargeCurrent=44000, insulationResistance=192070000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=11.90, motorControllerTemperature=530000, motorSpeed=33545, motorTorque=2930, motorTemperature=143000, motorVoltage=23200, motorCurrent=14786000, powerBattery=66950., maxFeedbackPower=870000, maxDischargePower=410000, bmsSelfCheck=00, powerBatteryCurrent=10000, powerBatteryV3=553000, maxVoltage=3000, minVoltage=4000, maxTemperature=620000, minTemperature=190000, availableCapacity=380000, vehicleStatus=1, 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-21 19:26:44.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:44.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"380000","bmsSelfCheck":"00","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"44000","dischargeVoltage":"136000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"192070000","latitude":"39.5352800","location":"1","longitude":"116.7815630","maxDischargePower":"410000","maxFeedbackPower":"870000","maxTemperature":"620000","maxVoltage":"3000","mcu":"1","mileage":"21.28000000","minTemperature":"190000","minVoltage":"4000","motorControllerTemperature":"530000","motorCurrent":"14786000","motorSpeed":"33545","motorTemperature":"143000","motorTorque":"2930","motorVoltage":"23200","powerBattery":"66950.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"553000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969205046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:44.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969205046, longitude=116.7815630, latitude=39.5352800, speed=54.000, mileage=21.28000000, dischargeVoltage=136000, dischargeCurrent=44000, insulationResistance=192070000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=11.90, motorControllerTemperature=530000, motorSpeed=33545, motorTorque=2930, motorTemperature=143000, motorVoltage=23200, motorCurrent=14786000, powerBattery=66950., maxFeedbackPower=870000, maxDischargePower=410000, bmsSelfCheck=00, powerBatteryCurrent=10000, powerBatteryV3=553000, maxVoltage=3000, minVoltage=4000, maxTemperature=620000, minTemperature=190000, availableCapacity=380000, vehicleStatus=1, 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-21 19:26:44.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:44.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:44.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:44.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:44.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:44.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:44.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:44.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:44.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:44.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:44.139 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:44.139 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:44.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:44.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:44.224 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:44.224 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:44.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:44.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:44.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:44.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:44.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:44.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:44.403 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:44.403 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:44.436 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:44.437 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:44.476 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:44.476 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:44.504 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:44.504 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:44.524 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:44.524 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:45.040 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:45.040 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:45.040 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 30 36 30 34 35 31 31 36 2e 37 38 31 34 31 38 30 33 39 2e 35 33 35 38 34 36 30 31 30 38 2e 30 30 32 31 2e 33 34 30 30 30 30 30 30 32 38 36 30 30 30 34 32 30 30 30 38 33 35 35 30 30 30 30 30 44 35 30 35 30 39 2e 31 30 30 38 30 30 30 30 30 35 37 35 37 30 32 35 34 30 31 30 34 30 30 30 32 38 33 30 30 34 32 34 38 30 30 30 30 36 36 39 34 31 2e 36 38 30 30 30 30 39 34 30 30 30 30 34 30 36 30 30 30 30 34 37 35 30 30 30 34 30 30 30 34 30 30 30 34 34 30 30 30 30 39 30 30 30 30 30 35 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3f 7E -2024-06-21 19:26:45.040 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969206045, longitude=116.7814180, latitude=39.5358460, speed=108.00, mileage=21.34000000, dischargeVoltage=286000, dischargeCurrent=42000, insulationResistance=835500000, gear=D, accelerationPedal=50, brakePedal=50, fuelConsumption=9.100, motorControllerTemperature=800000, motorSpeed=57570, motorTorque=2540, motorTemperature=104000, motorVoltage=28300, motorCurrent=42480000, powerBattery=66941., maxFeedbackPower=680000, maxDischargePower=940000, bmsSelfCheck=40, powerBatteryCurrent=60000, powerBatteryV3=475000, maxVoltage=4000, minVoltage=4000, maxTemperature=440000, minTemperature=900000, availableCapacity=580000, vehicleStatus=1, 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-21 19:26:45.044 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:45.044 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"580000","bmsSelfCheck":"40","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"42000","dischargeVoltage":"286000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"835500000","latitude":"39.5358460","location":"1","longitude":"116.7814180","maxDischargePower":"940000","maxFeedbackPower":"680000","maxTemperature":"440000","maxVoltage":"4000","mcu":"1","mileage":"21.34000000","minTemperature":"900000","minVoltage":"4000","motorControllerTemperature":"800000","motorCurrent":"42480000","motorSpeed":"57570","motorTemperature":"104000","motorTorque":"2540","motorVoltage":"28300","powerBattery":"66941.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"475000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969206045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:45.044 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969206045, longitude=116.7814180, latitude=39.5358460, speed=108.00, mileage=21.34000000, dischargeVoltage=286000, dischargeCurrent=42000, insulationResistance=835500000, gear=D, accelerationPedal=50, brakePedal=50, fuelConsumption=9.100, motorControllerTemperature=800000, motorSpeed=57570, motorTorque=2540, motorTemperature=104000, motorVoltage=28300, motorCurrent=42480000, powerBattery=66941., maxFeedbackPower=680000, maxDischargePower=940000, bmsSelfCheck=40, powerBatteryCurrent=60000, powerBatteryV3=475000, maxVoltage=4000, minVoltage=4000, maxTemperature=440000, minTemperature=900000, availableCapacity=580000, vehicleStatus=1, 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-21 19:26:45.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:45.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:45.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:45.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:45.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:45.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:45.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:45.158 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:45.188 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:45.188 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:45.211 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:45.211 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:45.234 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:45.234 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:45.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:45.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:45.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:45.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:45.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:45.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:45.319 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:45.319 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:45.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:45.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:45.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:45.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:45.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:45.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:45.415 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:45.415 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:45.524 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:45.524 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:45.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:45.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:45.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 30 37 30 34 35 31 31 36 2e 37 38 31 31 32 33 30 33 39 2e 35 33 36 38 39 33 30 31 30 38 2e 30 30 32 31 2e 34 30 30 30 30 30 30 30 33 38 35 30 30 30 31 35 30 30 30 32 32 37 32 30 30 30 30 30 44 37 30 30 30 31 31 2e 31 30 34 34 30 30 30 30 31 37 38 34 33 31 34 32 30 39 33 30 30 30 30 32 38 33 30 30 36 38 35 30 30 30 30 30 36 36 39 33 30 2e 36 36 30 30 30 30 35 38 30 30 30 30 39 30 39 30 30 30 30 35 32 36 30 30 30 33 30 30 30 34 30 30 30 36 37 30 30 30 30 35 30 30 30 30 30 39 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2f 7E -2024-06-21 19:26:45.999 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969207045, longitude=116.7811230, latitude=39.5368930, speed=108.00, mileage=21.40000000, dischargeVoltage=385000, dischargeCurrent=15000, insulationResistance=227200000, gear=D, accelerationPedal=70, brakePedal=00, fuelConsumption=11.10, motorControllerTemperature=440000, motorSpeed=17843, motorTorque=1420, motorTemperature=930000, motorVoltage=28300, motorCurrent=68500000, powerBattery=66930., maxFeedbackPower=660000, maxDischargePower=580000, bmsSelfCheck=90, powerBatteryCurrent=90000, powerBatteryV3=526000, maxVoltage=3000, minVoltage=4000, maxTemperature=670000, minTemperature=500000, availableCapacity=980000, vehicleStatus=1, 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-21 19:26:46.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:46.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"980000","bmsSelfCheck":"90","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"385000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"227200000","latitude":"39.5368930","location":"1","longitude":"116.7811230","maxDischargePower":"580000","maxFeedbackPower":"660000","maxTemperature":"670000","maxVoltage":"3000","mcu":"1","mileage":"21.40000000","minTemperature":"500000","minVoltage":"4000","motorControllerTemperature":"440000","motorCurrent":"68500000","motorSpeed":"17843","motorTemperature":"930000","motorTorque":"1420","motorVoltage":"28300","powerBattery":"66930.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"526000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969207045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:46.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969207045, longitude=116.7811230, latitude=39.5368930, speed=108.00, mileage=21.40000000, dischargeVoltage=385000, dischargeCurrent=15000, insulationResistance=227200000, gear=D, accelerationPedal=70, brakePedal=00, fuelConsumption=11.10, motorControllerTemperature=440000, motorSpeed=17843, motorTorque=1420, motorTemperature=930000, motorVoltage=28300, motorCurrent=68500000, powerBattery=66930., maxFeedbackPower=660000, maxDischargePower=580000, bmsSelfCheck=90, powerBatteryCurrent=90000, powerBatteryV3=526000, maxVoltage=3000, minVoltage=4000, maxTemperature=670000, minTemperature=500000, availableCapacity=980000, vehicleStatus=1, 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-21 19:26:46.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:46.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:46.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:46.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:46.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:46.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:46.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:46.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:46.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:46.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:46.166 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:46.166 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:46.184 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:46.185 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:46.205 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:46.205 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:46.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:46.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:46.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:46.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:46.303 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:46.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:46.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:46.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:46.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:46.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:46.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:46.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:46.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:46.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:46.450 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:46.450 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:47.020 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:47.020 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:47.020 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 30 38 30 34 35 31 31 36 2e 37 38 31 30 31 30 30 33 39 2e 35 33 37 33 33 32 30 30 2e 30 30 30 30 32 31 2e 34 30 30 30 30 30 30 30 34 31 34 30 30 30 32 32 30 30 30 31 31 33 38 31 30 30 30 30 44 35 30 34 30 31 32 2e 30 30 32 32 30 30 30 30 34 31 30 32 36 39 37 30 30 35 39 30 30 30 30 31 34 32 30 30 37 36 34 34 30 30 30 30 36 36 39 33 30 2e 37 34 30 30 30 30 39 34 30 30 30 30 31 30 31 30 30 30 30 37 32 39 30 30 30 34 30 30 30 33 30 30 30 31 31 30 30 30 30 35 33 30 30 30 30 32 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ef 7E -2024-06-21 19:26:47.020 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969208045, longitude=116.7810100, latitude=39.5373320, speed=0.0000, mileage=21.40000000, dischargeVoltage=414000, dischargeCurrent=22000, insulationResistance=113810000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=12.00, motorControllerTemperature=220000, motorSpeed=41026, motorTorque=9700, motorTemperature=590000, motorVoltage=14200, motorCurrent=76440000, powerBattery=66930., maxFeedbackPower=740000, maxDischargePower=940000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=729000, maxVoltage=4000, minVoltage=3000, maxTemperature=110000, minTemperature=530000, availableCapacity=280000, vehicleStatus=1, 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-21 19:26:47.022 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:47.022 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"280000","bmsSelfCheck":"10","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"22000","dischargeVoltage":"414000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"113810000","latitude":"39.5373320","location":"1","longitude":"116.7810100","maxDischargePower":"940000","maxFeedbackPower":"740000","maxTemperature":"110000","maxVoltage":"4000","mcu":"1","mileage":"21.40000000","minTemperature":"530000","minVoltage":"3000","motorControllerTemperature":"220000","motorCurrent":"76440000","motorSpeed":"41026","motorTemperature":"590000","motorTorque":"9700","motorVoltage":"14200","powerBattery":"66930.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"729000","ptc":"1","runStatus":"1","soc":"1","speed":"0.0000","timestamp":"1718969208045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:47.022 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969208045, longitude=116.7810100, latitude=39.5373320, speed=0.0000, mileage=21.40000000, dischargeVoltage=414000, dischargeCurrent=22000, insulationResistance=113810000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=12.00, motorControllerTemperature=220000, motorSpeed=41026, motorTorque=9700, motorTemperature=590000, motorVoltage=14200, motorCurrent=76440000, powerBattery=66930., maxFeedbackPower=740000, maxDischargePower=940000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=729000, maxVoltage=4000, minVoltage=3000, maxTemperature=110000, minTemperature=530000, availableCapacity=280000, vehicleStatus=1, 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-21 19:26:47.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:47.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:47.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:47.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:47.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:47.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:47.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:47.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:47.151 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:47.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:47.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:47.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:47.218 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:47.218 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:47.240 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:47.240 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:47.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:47.283 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:47.308 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:47.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:47.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:47.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:47.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:47.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:47.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:47.380 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:47.419 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:47.419 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:47.477 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:47.478 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:47.527 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:47.527 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:48.049 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:48.049 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:48.049 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 30 39 30 34 35 31 31 36 2e 37 38 30 37 32 35 30 33 39 2e 35 33 38 34 31 36 30 39 30 2e 30 30 30 32 31 2e 34 35 30 30 30 30 30 30 35 31 30 30 30 30 33 38 30 30 30 32 38 31 39 34 30 30 30 30 44 39 30 33 30 31 31 2e 34 30 38 30 30 30 30 30 31 31 33 36 36 39 32 37 30 37 33 30 30 30 30 32 36 39 30 30 31 30 36 34 32 30 30 30 36 36 39 31 39 2e 38 39 30 30 30 30 38 33 30 30 30 30 31 33 36 30 30 30 30 36 30 35 30 30 30 33 30 30 30 33 30 30 30 30 30 30 30 30 30 33 33 30 30 30 30 31 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2d 7E -2024-06-21 19:26:48.050 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969209045, longitude=116.7807250, latitude=39.5384160, speed=90.000, mileage=21.45000000, dischargeVoltage=510000, dischargeCurrent=38000, insulationResistance=281940000, gear=D, accelerationPedal=90, brakePedal=30, fuelConsumption=11.40, motorControllerTemperature=800000, motorSpeed=11366, motorTorque=9270, motorTemperature=730000, motorVoltage=26900, motorCurrent=10642000, powerBattery=66919., maxFeedbackPower=890000, maxDischargePower=830000, bmsSelfCheck=13, powerBatteryCurrent=60000, powerBatteryV3=605000, maxVoltage=3000, minVoltage=3000, maxTemperature=000000, minTemperature=330000, availableCapacity=150000, vehicleStatus=1, 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-21 19:26:48.051 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:48.051 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"150000","bmsSelfCheck":"13","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"38000","dischargeVoltage":"510000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"281940000","latitude":"39.5384160","location":"1","longitude":"116.7807250","maxDischargePower":"830000","maxFeedbackPower":"890000","maxTemperature":"000000","maxVoltage":"3000","mcu":"1","mileage":"21.45000000","minTemperature":"330000","minVoltage":"3000","motorControllerTemperature":"800000","motorCurrent":"10642000","motorSpeed":"11366","motorTemperature":"730000","motorTorque":"9270","motorVoltage":"26900","powerBattery":"66919.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"605000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969209045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:48.051 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969209045, longitude=116.7807250, latitude=39.5384160, speed=90.000, mileage=21.45000000, dischargeVoltage=510000, dischargeCurrent=38000, insulationResistance=281940000, gear=D, accelerationPedal=90, brakePedal=30, fuelConsumption=11.40, motorControllerTemperature=800000, motorSpeed=11366, motorTorque=9270, motorTemperature=730000, motorVoltage=26900, motorCurrent=10642000, powerBattery=66919., maxFeedbackPower=890000, maxDischargePower=830000, bmsSelfCheck=13, powerBatteryCurrent=60000, powerBatteryV3=605000, maxVoltage=3000, minVoltage=3000, maxTemperature=000000, minTemperature=330000, availableCapacity=150000, vehicleStatus=1, 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-21 19:26:48.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:48.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:48.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:48.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:48.133 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:48.133 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:48.164 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:48.164 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:48.194 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:48.194 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:48.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:48.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:48.254 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:48.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:48.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:48.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:48.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:48.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:48.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:48.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:48.413 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:48.413 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:48.454 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:48.454 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:48.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:48.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:48.520 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:48.520 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:48.545 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:48.545 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:48.575 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:48.575 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:49.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:49.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:49.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 31 30 30 34 35 31 31 36 2e 37 38 30 35 32 37 30 33 39 2e 35 33 39 30 39 34 30 35 34 2e 30 30 30 32 31 2e 34 38 30 30 30 30 30 30 31 31 31 30 30 30 31 39 30 30 30 39 33 31 39 30 30 30 30 30 44 38 30 36 30 31 32 2e 30 30 34 39 30 30 30 30 33 33 39 34 30 38 37 35 30 38 33 30 30 30 30 32 36 36 30 30 31 31 38 33 37 30 30 30 36 36 39 31 39 2e 37 34 30 30 30 30 31 39 30 30 30 30 31 34 30 30 30 30 30 37 33 31 30 30 30 34 30 30 30 34 30 30 30 32 35 30 30 30 30 39 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 31 2c 7E -2024-06-21 19:26:49.007 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969210045, longitude=116.7805270, latitude=39.5390940, speed=54.000, mileage=21.48000000, dischargeVoltage=111000, dischargeCurrent=19000, insulationResistance=931900000, gear=D, accelerationPedal=80, brakePedal=60, fuelConsumption=12.00, motorControllerTemperature=490000, motorSpeed=33940, motorTorque=8750, motorTemperature=830000, motorVoltage=26600, motorCurrent=11837000, powerBattery=66919., maxFeedbackPower=740000, maxDischargePower=190000, bmsSelfCheck=14, powerBatteryCurrent=00000, powerBatteryV3=731000, maxVoltage=4000, minVoltage=4000, maxTemperature=250000, minTemperature=900000, availableCapacity=000000, vehicleStatus=1, 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-21 19:26:49.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:49.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"000000","bmsSelfCheck":"14","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"19000","dischargeVoltage":"111000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"931900000","latitude":"39.5390940","location":"1","longitude":"116.7805270","maxDischargePower":"190000","maxFeedbackPower":"740000","maxTemperature":"250000","maxVoltage":"4000","mcu":"1","mileage":"21.48000000","minTemperature":"900000","minVoltage":"4000","motorControllerTemperature":"490000","motorCurrent":"11837000","motorSpeed":"33940","motorTemperature":"830000","motorTorque":"8750","motorVoltage":"26600","powerBattery":"66919.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"731000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969210045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:49.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969210045, longitude=116.7805270, latitude=39.5390940, speed=54.000, mileage=21.48000000, dischargeVoltage=111000, dischargeCurrent=19000, insulationResistance=931900000, gear=D, accelerationPedal=80, brakePedal=60, fuelConsumption=12.00, motorControllerTemperature=490000, motorSpeed=33940, motorTorque=8750, motorTemperature=830000, motorVoltage=26600, motorCurrent=11837000, powerBattery=66919., maxFeedbackPower=740000, maxDischargePower=190000, bmsSelfCheck=14, powerBatteryCurrent=00000, powerBatteryV3=731000, maxVoltage=4000, minVoltage=4000, maxTemperature=250000, minTemperature=900000, availableCapacity=000000, vehicleStatus=1, 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-21 19:26:49.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:49.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:49.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:49.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:49.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:49.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:49.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:49.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:49.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:49.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:49.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:49.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:49.178 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:49.178 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:49.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:49.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:49.257 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:49.257 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:49.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:49.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:49.462 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:49.463 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:49.486 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:49.487 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:49.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:49.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:49.531 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:49.531 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:49.563 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:49.564 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:49.591 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:49.591 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:50.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:50.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:50.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 31 31 30 34 36 31 31 36 2e 37 38 30 31 36 35 30 33 39 2e 35 34 30 34 32 39 30 31 34 34 2e 30 30 32 31 2e 35 36 30 30 30 30 30 30 35 32 30 30 30 30 33 36 30 30 30 35 30 35 36 30 30 30 30 30 44 32 30 38 30 31 30 2e 36 30 31 30 30 30 30 30 33 33 32 35 30 35 32 34 30 38 34 30 30 30 30 31 31 30 30 30 31 32 32 31 32 30 30 30 36 36 39 30 38 2e 38 39 30 30 30 30 32 32 30 30 30 30 37 30 31 34 30 30 30 32 33 33 30 30 30 34 30 30 30 33 30 30 30 36 35 30 30 30 30 32 37 30 30 30 30 33 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 01 7E -2024-06-21 19:26:50.006 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969211046, longitude=116.7801650, latitude=39.5404290, speed=144.00, mileage=21.56000000, dischargeVoltage=520000, dischargeCurrent=36000, insulationResistance=505600000, gear=D, accelerationPedal=20, brakePedal=80, fuelConsumption=10.60, motorControllerTemperature=100000, motorSpeed=33250, motorTorque=5240, motorTemperature=840000, motorVoltage=11000, motorCurrent=12212000, powerBattery=66908., maxFeedbackPower=890000, maxDischargePower=220000, bmsSelfCheck=70, powerBatteryCurrent=14000, powerBatteryV3=233000, maxVoltage=4000, minVoltage=3000, maxTemperature=650000, minTemperature=270000, availableCapacity=390000, vehicleStatus=1, 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-21 19:26:50.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:50.008 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"390000","bmsSelfCheck":"70","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"36000","dischargeVoltage":"520000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.60","gear":"D","insulationResistance":"505600000","latitude":"39.5404290","location":"1","longitude":"116.7801650","maxDischargePower":"220000","maxFeedbackPower":"890000","maxTemperature":"650000","maxVoltage":"4000","mcu":"1","mileage":"21.56000000","minTemperature":"270000","minVoltage":"3000","motorControllerTemperature":"100000","motorCurrent":"12212000","motorSpeed":"33250","motorTemperature":"840000","motorTorque":"5240","motorVoltage":"11000","powerBattery":"66908.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"233000","ptc":"1","runStatus":"1","soc":"1","speed":"144.00","timestamp":"1718969211046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:50.008 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969211046, longitude=116.7801650, latitude=39.5404290, speed=144.00, mileage=21.56000000, dischargeVoltage=520000, dischargeCurrent=36000, insulationResistance=505600000, gear=D, accelerationPedal=20, brakePedal=80, fuelConsumption=10.60, motorControllerTemperature=100000, motorSpeed=33250, motorTorque=5240, motorTemperature=840000, motorVoltage=11000, motorCurrent=12212000, powerBattery=66908., maxFeedbackPower=890000, maxDischargePower=220000, bmsSelfCheck=70, powerBatteryCurrent=14000, powerBatteryV3=233000, maxVoltage=4000, minVoltage=3000, maxTemperature=650000, minTemperature=270000, availableCapacity=390000, vehicleStatus=1, 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-21 19:26:50.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:50.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:50.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:50.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:50.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:50.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:50.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:50.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:50.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:50.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:50.160 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:50.160 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:50.183 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:50.183 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:50.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:50.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:50.318 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:50.318 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:50.393 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:50.393 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:50.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:50.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:50.514 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:50.514 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:50.555 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:50.556 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:50.604 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:50.604 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:50.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:50.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:50.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:50.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:50.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:50.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:50.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 31 32 30 34 34 31 31 36 2e 37 37 39 38 35 34 30 33 39 2e 35 34 31 35 30 38 30 31 30 38 2e 30 30 32 31 2e 36 32 30 30 30 30 30 30 34 31 32 30 30 30 34 35 30 30 30 38 36 32 39 30 30 30 30 30 44 34 30 31 30 31 31 2e 38 30 31 33 30 30 30 30 38 34 36 38 34 33 35 31 30 36 38 30 30 30 30 31 35 37 30 30 37 36 35 39 30 30 30 30 36 36 38 39 36 2e 34 36 30 30 30 30 38 39 30 30 30 30 31 33 35 30 30 30 30 36 39 30 30 30 30 34 30 30 30 34 30 30 30 38 37 30 30 30 30 34 39 30 30 30 30 34 31 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 54 7E -2024-06-21 19:26:50.999 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969212044, longitude=116.7798540, latitude=39.5415080, speed=108.00, mileage=21.62000000, dischargeVoltage=412000, dischargeCurrent=45000, insulationResistance=862900000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=11.80, motorControllerTemperature=130000, motorSpeed=84684, motorTorque=3510, motorTemperature=680000, motorVoltage=15700, motorCurrent=76590000, powerBattery=66896., maxFeedbackPower=460000, maxDischargePower=890000, bmsSelfCheck=13, powerBatteryCurrent=50000, powerBatteryV3=690000, maxVoltage=4000, minVoltage=4000, maxTemperature=870000, minTemperature=490000, availableCapacity=410000, vehicleStatus=1, 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-21 19:26:51.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:51.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"410000","bmsSelfCheck":"13","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"45000","dischargeVoltage":"412000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"862900000","latitude":"39.5415080","location":"1","longitude":"116.7798540","maxDischargePower":"890000","maxFeedbackPower":"460000","maxTemperature":"870000","maxVoltage":"4000","mcu":"1","mileage":"21.62000000","minTemperature":"490000","minVoltage":"4000","motorControllerTemperature":"130000","motorCurrent":"76590000","motorSpeed":"84684","motorTemperature":"680000","motorTorque":"3510","motorVoltage":"15700","powerBattery":"66896.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"690000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969212044","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:51.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969212044, longitude=116.7798540, latitude=39.5415080, speed=108.00, mileage=21.62000000, dischargeVoltage=412000, dischargeCurrent=45000, insulationResistance=862900000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=11.80, motorControllerTemperature=130000, motorSpeed=84684, motorTorque=3510, motorTemperature=680000, motorVoltage=15700, motorCurrent=76590000, powerBattery=66896., maxFeedbackPower=460000, maxDischargePower=890000, bmsSelfCheck=13, powerBatteryCurrent=50000, powerBatteryV3=690000, maxVoltage=4000, minVoltage=4000, maxTemperature=870000, minTemperature=490000, availableCapacity=410000, vehicleStatus=1, 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-21 19:26:51.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:51.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:51.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:51.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:51.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:51.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:51.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:51.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:51.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:51.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:51.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:51.187 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:51.289 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:51.289 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:51.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:51.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:51.406 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:51.406 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:51.427 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:51.427 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:51.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:51.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:51.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:51.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:51.508 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:51.508 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:51.539 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:51.539 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:51.556 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:51.556 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:51.584 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:51.584 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:52.044 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:52.044 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:52.044 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 31 33 30 34 36 31 31 36 2e 37 37 39 36 34 34 30 33 39 2e 35 34 32 32 39 34 30 39 30 2e 30 30 30 32 31 2e 36 37 30 30 30 30 30 30 35 33 38 30 30 30 32 30 30 30 30 34 35 32 37 30 30 30 30 30 44 35 30 35 30 31 30 2e 37 30 38 36 30 30 30 30 35 34 31 35 32 33 37 37 30 31 36 30 30 30 30 31 38 33 30 30 37 39 31 38 30 30 30 30 36 36 38 38 35 2e 32 32 30 30 30 30 32 31 30 30 30 30 31 34 31 30 30 30 30 37 32 35 30 30 30 33 30 30 30 33 30 30 30 31 37 30 30 30 30 38 38 30 30 30 30 38 31 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 39 7E -2024-06-21 19:26:52.044 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969213046, longitude=116.7796440, latitude=39.5422940, speed=90.000, mileage=21.67000000, dischargeVoltage=538000, dischargeCurrent=20000, insulationResistance=452700000, gear=D, accelerationPedal=50, brakePedal=50, fuelConsumption=10.70, motorControllerTemperature=860000, motorSpeed=54152, motorTorque=3770, motorTemperature=160000, motorVoltage=18300, motorCurrent=79180000, powerBattery=66885., maxFeedbackPower=220000, maxDischargePower=210000, bmsSelfCheck=14, powerBatteryCurrent=10000, powerBatteryV3=725000, maxVoltage=3000, minVoltage=3000, maxTemperature=170000, minTemperature=880000, availableCapacity=810000, vehicleStatus=1, 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-21 19:26:52.047 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:52.047 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"810000","bmsSelfCheck":"14","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"20000","dischargeVoltage":"538000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"452700000","latitude":"39.5422940","location":"1","longitude":"116.7796440","maxDischargePower":"210000","maxFeedbackPower":"220000","maxTemperature":"170000","maxVoltage":"3000","mcu":"1","mileage":"21.67000000","minTemperature":"880000","minVoltage":"3000","motorControllerTemperature":"860000","motorCurrent":"79180000","motorSpeed":"54152","motorTemperature":"160000","motorTorque":"3770","motorVoltage":"18300","powerBattery":"66885.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"725000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969213046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:52.047 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969213046, longitude=116.7796440, latitude=39.5422940, speed=90.000, mileage=21.67000000, dischargeVoltage=538000, dischargeCurrent=20000, insulationResistance=452700000, gear=D, accelerationPedal=50, brakePedal=50, fuelConsumption=10.70, motorControllerTemperature=860000, motorSpeed=54152, motorTorque=3770, motorTemperature=160000, motorVoltage=18300, motorCurrent=79180000, powerBattery=66885., maxFeedbackPower=220000, maxDischargePower=210000, bmsSelfCheck=14, powerBatteryCurrent=10000, powerBatteryV3=725000, maxVoltage=3000, minVoltage=3000, maxTemperature=170000, minTemperature=880000, availableCapacity=810000, vehicleStatus=1, 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-21 19:26:52.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:52.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:52.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:52.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:52.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:52.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:52.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:52.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:52.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:52.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:52.218 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:52.218 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:52.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:52.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:52.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:52.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:52.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:52.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:52.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:52.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:52.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:52.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:52.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:52.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:52.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:52.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:52.424 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:52.424 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:52.449 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:52.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:52.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:52.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:53.029 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:53.029 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:53.029 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 31 34 30 34 35 31 31 36 2e 37 37 39 33 34 34 30 33 39 2e 35 34 33 33 38 32 30 31 32 36 2e 30 30 32 31 2e 37 34 30 30 30 30 30 30 34 36 30 30 30 30 31 30 30 30 30 32 31 39 36 33 30 30 30 30 44 38 30 39 30 39 2e 39 30 30 38 35 30 30 30 30 35 32 36 36 36 36 39 31 30 39 35 30 30 30 30 31 39 34 30 30 31 38 35 30 30 30 30 30 36 36 38 37 36 2e 34 30 30 30 30 30 38 30 30 30 30 30 31 30 34 30 30 30 30 32 38 34 30 30 30 33 30 30 30 33 30 30 30 37 38 30 30 30 30 31 39 30 30 30 30 31 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 47 7E -2024-06-21 19:26:53.029 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969214045, longitude=116.7793440, latitude=39.5433820, speed=126.00, mileage=21.74000000, dischargeVoltage=460000, dischargeCurrent=10000, insulationResistance=219630000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=9.900, motorControllerTemperature=850000, motorSpeed=52666, motorTorque=6910, motorTemperature=950000, motorVoltage=19400, motorCurrent=18500000, powerBattery=66876., maxFeedbackPower=400000, maxDischargePower=800000, bmsSelfCheck=10, powerBatteryCurrent=40000, powerBatteryV3=284000, maxVoltage=3000, minVoltage=3000, maxTemperature=780000, minTemperature=190000, availableCapacity=160000, vehicleStatus=1, 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-21 19:26:53.031 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:53.031 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"160000","bmsSelfCheck":"10","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"10000","dischargeVoltage":"460000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"219630000","latitude":"39.5433820","location":"1","longitude":"116.7793440","maxDischargePower":"800000","maxFeedbackPower":"400000","maxTemperature":"780000","maxVoltage":"3000","mcu":"1","mileage":"21.74000000","minTemperature":"190000","minVoltage":"3000","motorControllerTemperature":"850000","motorCurrent":"18500000","motorSpeed":"52666","motorTemperature":"950000","motorTorque":"6910","motorVoltage":"19400","powerBattery":"66876.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"284000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718969214045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:53.031 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969214045, longitude=116.7793440, latitude=39.5433820, speed=126.00, mileage=21.74000000, dischargeVoltage=460000, dischargeCurrent=10000, insulationResistance=219630000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=9.900, motorControllerTemperature=850000, motorSpeed=52666, motorTorque=6910, motorTemperature=950000, motorVoltage=19400, motorCurrent=18500000, powerBattery=66876., maxFeedbackPower=400000, maxDischargePower=800000, bmsSelfCheck=10, powerBatteryCurrent=40000, powerBatteryV3=284000, maxVoltage=3000, minVoltage=3000, maxTemperature=780000, minTemperature=190000, availableCapacity=160000, vehicleStatus=1, 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-21 19:26:53.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:53.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:53.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:53.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:53.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:53.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:53.163 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:53.164 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:53.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:53.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:53.213 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:53.213 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:53.243 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:53.243 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:53.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:53.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:53.300 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:53.300 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:53.324 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:53.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:53.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:53.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:53.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:53.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:53.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:53.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:53.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:53.415 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:53.436 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:53.436 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:53.457 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:53.458 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:54.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:54.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:54.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 31 35 30 35 35 31 31 36 2e 37 37 39 30 30 36 30 33 39 2e 35 34 34 36 30 37 30 31 36 32 2e 30 30 32 31 2e 38 33 30 30 30 30 30 30 36 39 34 30 30 30 32 36 30 30 30 31 36 35 36 36 30 30 30 30 44 31 30 36 30 39 2e 34 30 30 31 32 30 30 30 30 31 30 37 31 39 31 30 30 30 36 33 30 30 30 30 31 31 32 30 30 39 38 33 33 30 30 30 30 36 36 38 36 36 2e 31 32 30 30 30 30 30 30 30 30 30 30 37 30 35 30 30 30 30 34 33 30 30 30 30 33 30 30 30 34 30 30 30 31 35 30 30 30 30 34 37 30 30 30 30 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0c 7E -2024-06-21 19:26:54.009 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969215055, longitude=116.7790060, latitude=39.5446070, speed=162.00, mileage=21.83000000, dischargeVoltage=694000, dischargeCurrent=26000, insulationResistance=165660000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=9.400, motorControllerTemperature=120000, motorSpeed=10719, motorTorque=1000, motorTemperature=630000, motorVoltage=11200, motorCurrent=98330000, powerBattery=66866., maxFeedbackPower=120000, maxDischargePower=000000, bmsSelfCheck=70, powerBatteryCurrent=50000, powerBatteryV3=430000, maxVoltage=3000, minVoltage=4000, maxTemperature=150000, minTemperature=470000, availableCapacity=100000, vehicleStatus=1, 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-21 19:26:54.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:54.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"100000","bmsSelfCheck":"70","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"26000","dischargeVoltage":"694000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"165660000","latitude":"39.5446070","location":"1","longitude":"116.7790060","maxDischargePower":"000000","maxFeedbackPower":"120000","maxTemperature":"150000","maxVoltage":"3000","mcu":"1","mileage":"21.83000000","minTemperature":"470000","minVoltage":"4000","motorControllerTemperature":"120000","motorCurrent":"98330000","motorSpeed":"10719","motorTemperature":"630000","motorTorque":"1000","motorVoltage":"11200","powerBattery":"66866.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"430000","ptc":"1","runStatus":"1","soc":"1","speed":"162.00","timestamp":"1718969215055","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:54.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969215055, longitude=116.7790060, latitude=39.5446070, speed=162.00, mileage=21.83000000, dischargeVoltage=694000, dischargeCurrent=26000, insulationResistance=165660000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=9.400, motorControllerTemperature=120000, motorSpeed=10719, motorTorque=1000, motorTemperature=630000, motorVoltage=11200, motorCurrent=98330000, powerBattery=66866., maxFeedbackPower=120000, maxDischargePower=000000, bmsSelfCheck=70, powerBatteryCurrent=50000, powerBatteryV3=430000, maxVoltage=3000, minVoltage=4000, maxTemperature=150000, minTemperature=470000, availableCapacity=100000, vehicleStatus=1, 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-21 19:26:54.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:54.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:54.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:54.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:54.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:54.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:54.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:54.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:54.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:54.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:54.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:54.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:54.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:54.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:54.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:54.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:54.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:54.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:54.215 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:54.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:54.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:54.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:54.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:54.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:54.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:54.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:54.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:54.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:54.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:54.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:54.401 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:54.401 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:55.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:55.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:55.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 31 36 30 35 33 31 31 36 2e 37 37 38 37 34 38 30 33 39 2e 35 34 35 35 33 33 30 37 32 2e 30 30 30 32 31 2e 38 37 30 30 30 30 30 30 33 33 37 30 30 30 31 30 30 30 30 32 39 33 34 30 30 30 30 30 44 30 30 34 30 39 2e 30 30 30 36 30 30 30 30 30 37 35 35 36 31 31 32 32 30 31 33 30 30 30 30 31 37 33 30 30 36 39 35 36 30 30 30 30 36 36 38 36 36 2e 36 31 30 30 30 30 33 33 30 30 30 30 33 30 37 30 30 30 30 33 38 36 30 30 30 33 30 30 30 33 30 30 30 32 35 30 30 30 30 39 34 30 30 30 30 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2c 7E -2024-06-21 19:26:55.006 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969216053, longitude=116.7787480, latitude=39.5455330, speed=72.000, mileage=21.87000000, dischargeVoltage=337000, dischargeCurrent=10000, insulationResistance=293400000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=9.000, motorControllerTemperature=600000, motorSpeed=75561, motorTorque=1220, motorTemperature=130000, motorVoltage=17300, motorCurrent=69560000, powerBattery=66866., maxFeedbackPower=610000, maxDischargePower=330000, bmsSelfCheck=30, powerBatteryCurrent=70000, powerBatteryV3=386000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=940000, availableCapacity=700000, vehicleStatus=1, 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-21 19:26:55.008 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:55.008 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"700000","bmsSelfCheck":"30","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"10000","dischargeVoltage":"337000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.000","gear":"D","insulationResistance":"293400000","latitude":"39.5455330","location":"1","longitude":"116.7787480","maxDischargePower":"330000","maxFeedbackPower":"610000","maxTemperature":"250000","maxVoltage":"3000","mcu":"1","mileage":"21.87000000","minTemperature":"940000","minVoltage":"3000","motorControllerTemperature":"600000","motorCurrent":"69560000","motorSpeed":"75561","motorTemperature":"130000","motorTorque":"1220","motorVoltage":"17300","powerBattery":"66866.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"386000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969216053","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:55.008 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969216053, longitude=116.7787480, latitude=39.5455330, speed=72.000, mileage=21.87000000, dischargeVoltage=337000, dischargeCurrent=10000, insulationResistance=293400000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=9.000, motorControllerTemperature=600000, motorSpeed=75561, motorTorque=1220, motorTemperature=130000, motorVoltage=17300, motorCurrent=69560000, powerBattery=66866., maxFeedbackPower=610000, maxDischargePower=330000, bmsSelfCheck=30, powerBatteryCurrent=70000, powerBatteryV3=386000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=940000, availableCapacity=700000, vehicleStatus=1, 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-21 19:26:55.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:55.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:55.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:55.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:55.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:55.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:55.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:55.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:55.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:55.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:55.137 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:55.137 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:55.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:55.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:55.201 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:55.201 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:55.249 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:55.249 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:55.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:55.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:55.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:55.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:55.406 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:55.406 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:55.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:55.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:55.445 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:55.445 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:55.466 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:55.466 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:55.484 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:55.484 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:56.054 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:56.054 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:56.054 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 31 37 30 34 36 31 31 36 2e 37 37 38 33 38 34 30 33 39 2e 35 34 36 38 38 32 30 31 34 34 2e 30 30 32 31 2e 39 35 30 30 30 30 30 30 31 34 37 30 30 30 34 30 30 30 30 31 38 37 35 36 30 30 30 30 44 30 30 30 30 39 2e 37 30 30 35 36 30 30 30 30 33 33 38 31 30 36 37 33 30 33 34 30 30 30 30 32 31 36 30 30 37 35 30 30 30 30 30 30 36 36 38 35 36 2e 39 39 30 30 30 30 34 31 30 30 30 30 31 33 31 32 30 30 30 34 31 32 30 30 30 33 30 30 30 33 30 30 30 39 32 30 30 30 30 31 33 30 30 30 30 37 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 39 7E -2024-06-21 19:26:56.055 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969217046, longitude=116.7783840, latitude=39.5468820, speed=144.00, mileage=21.95000000, dischargeVoltage=147000, dischargeCurrent=40000, insulationResistance=187560000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=9.700, motorControllerTemperature=560000, motorSpeed=33810, motorTorque=6730, motorTemperature=340000, motorVoltage=21600, motorCurrent=75000000, powerBattery=66856., maxFeedbackPower=990000, maxDischargePower=410000, bmsSelfCheck=13, powerBatteryCurrent=12000, powerBatteryV3=412000, maxVoltage=3000, minVoltage=3000, maxTemperature=920000, minTemperature=130000, availableCapacity=780000, vehicleStatus=1, 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-21 19:26:56.056 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:56.056 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"780000","bmsSelfCheck":"13","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"147000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.700","gear":"D","insulationResistance":"187560000","latitude":"39.5468820","location":"1","longitude":"116.7783840","maxDischargePower":"410000","maxFeedbackPower":"990000","maxTemperature":"920000","maxVoltage":"3000","mcu":"1","mileage":"21.95000000","minTemperature":"130000","minVoltage":"3000","motorControllerTemperature":"560000","motorCurrent":"75000000","motorSpeed":"33810","motorTemperature":"340000","motorTorque":"6730","motorVoltage":"21600","powerBattery":"66856.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"412000","ptc":"1","runStatus":"1","soc":"1","speed":"144.00","timestamp":"1718969217046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:56.056 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969217046, longitude=116.7783840, latitude=39.5468820, speed=144.00, mileage=21.95000000, dischargeVoltage=147000, dischargeCurrent=40000, insulationResistance=187560000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=9.700, motorControllerTemperature=560000, motorSpeed=33810, motorTorque=6730, motorTemperature=340000, motorVoltage=21600, motorCurrent=75000000, powerBattery=66856., maxFeedbackPower=990000, maxDischargePower=410000, bmsSelfCheck=13, powerBatteryCurrent=12000, powerBatteryV3=412000, maxVoltage=3000, minVoltage=3000, maxTemperature=920000, minTemperature=130000, availableCapacity=780000, vehicleStatus=1, 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-21 19:26:56.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:56.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:56.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:56.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:56.364 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:56.364 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:56.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:56.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:56.428 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:56.428 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:56.458 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:56.458 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:56.479 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:56.479 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:56.507 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:56.507 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:56.570 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:56.570 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:56.597 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:56.597 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:56.619 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:56.619 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:56.665 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:56.665 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:56.689 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:56.689 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:56.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:56.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:56.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:56.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:56.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:56.787 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:57.032 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:57.032 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:57.032 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 31 38 30 35 38 31 31 36 2e 37 37 38 31 34 38 30 33 39 2e 35 34 37 37 32 36 30 39 30 2e 30 30 30 32 32 2e 30 30 30 30 30 30 30 30 35 35 37 30 30 30 32 37 30 30 30 32 37 30 36 30 30 30 30 30 44 35 30 34 30 31 30 2e 34 30 39 33 30 30 30 30 32 37 37 34 31 31 35 35 30 34 35 30 30 30 30 31 35 36 30 30 31 30 34 35 33 30 30 30 36 36 38 34 36 2e 38 31 30 30 30 30 33 33 30 30 30 30 38 30 39 30 30 30 30 36 38 39 30 30 30 33 30 30 30 34 30 30 30 38 30 30 30 30 30 36 39 30 30 30 30 37 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 4b 7E -2024-06-21 19:26:57.032 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969218058, longitude=116.7781480, latitude=39.5477260, speed=90.000, mileage=22.00000000, dischargeVoltage=557000, dischargeCurrent=27000, insulationResistance=270600000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.40, motorControllerTemperature=930000, motorSpeed=27741, motorTorque=1550, motorTemperature=450000, motorVoltage=15600, motorCurrent=10453000, powerBattery=66846., maxFeedbackPower=810000, maxDischargePower=330000, bmsSelfCheck=80, powerBatteryCurrent=90000, powerBatteryV3=689000, maxVoltage=3000, minVoltage=4000, maxTemperature=800000, minTemperature=690000, availableCapacity=790000, vehicleStatus=1, 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-21 19:26:57.033 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:57.034 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"790000","bmsSelfCheck":"80","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"27000","dischargeVoltage":"557000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"270600000","latitude":"39.5477260","location":"1","longitude":"116.7781480","maxDischargePower":"330000","maxFeedbackPower":"810000","maxTemperature":"800000","maxVoltage":"3000","mcu":"1","mileage":"22.00000000","minTemperature":"690000","minVoltage":"4000","motorControllerTemperature":"930000","motorCurrent":"10453000","motorSpeed":"27741","motorTemperature":"450000","motorTorque":"1550","motorVoltage":"15600","powerBattery":"66846.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"689000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969218058","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:57.034 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969218058, longitude=116.7781480, latitude=39.5477260, speed=90.000, mileage=22.00000000, dischargeVoltage=557000, dischargeCurrent=27000, insulationResistance=270600000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.40, motorControllerTemperature=930000, motorSpeed=27741, motorTorque=1550, motorTemperature=450000, motorVoltage=15600, motorCurrent=10453000, powerBattery=66846., maxFeedbackPower=810000, maxDischargePower=330000, bmsSelfCheck=80, powerBatteryCurrent=90000, powerBatteryV3=689000, maxVoltage=3000, minVoltage=4000, maxTemperature=800000, minTemperature=690000, availableCapacity=790000, vehicleStatus=1, 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-21 19:26:57.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:57.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:57.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:57.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:57.103 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:57.103 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:57.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:57.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:57.188 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:57.188 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:57.223 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:57.223 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:57.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:57.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:57.265 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:57.265 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:57.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:57.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:57.317 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:57.317 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:57.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:57.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:57.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:57.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:57.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:57.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:57.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:57.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:57.446 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:57.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:57.496 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:57.496 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:58.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:58.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:58.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 31 39 30 35 34 31 31 36 2e 37 37 37 39 34 39 30 33 39 2e 35 34 38 35 33 33 30 35 34 2e 30 30 30 32 32 2e 30 33 30 30 30 30 30 30 31 36 34 30 30 30 34 34 30 30 30 31 34 31 31 34 30 30 30 30 44 38 30 34 30 31 31 2e 36 30 31 39 30 30 30 30 39 32 39 31 38 35 33 33 30 32 31 30 30 30 30 31 32 37 30 30 31 34 33 38 33 30 30 30 36 36 38 34 36 2e 39 31 30 30 30 30 34 35 30 30 30 30 32 30 36 30 30 30 30 34 33 32 30 30 30 33 30 30 30 33 30 30 30 39 30 30 30 30 30 34 30 30 30 30 30 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 25 7E -2024-06-21 19:26:58.006 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969219054, longitude=116.7779490, latitude=39.5485330, speed=54.000, mileage=22.03000000, dischargeVoltage=164000, dischargeCurrent=44000, insulationResistance=141140000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=11.60, motorControllerTemperature=190000, motorSpeed=92918, motorTorque=5330, motorTemperature=210000, motorVoltage=12700, motorCurrent=14383000, powerBattery=66846., maxFeedbackPower=910000, maxDischargePower=450000, bmsSelfCheck=20, powerBatteryCurrent=60000, powerBatteryV3=432000, maxVoltage=3000, minVoltage=3000, maxTemperature=900000, minTemperature=400000, availableCapacity=400000, vehicleStatus=1, 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-21 19:26:58.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:58.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"400000","bmsSelfCheck":"20","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"44000","dischargeVoltage":"164000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"141140000","latitude":"39.5485330","location":"1","longitude":"116.7779490","maxDischargePower":"450000","maxFeedbackPower":"910000","maxTemperature":"900000","maxVoltage":"3000","mcu":"1","mileage":"22.03000000","minTemperature":"400000","minVoltage":"3000","motorControllerTemperature":"190000","motorCurrent":"14383000","motorSpeed":"92918","motorTemperature":"210000","motorTorque":"5330","motorVoltage":"12700","powerBattery":"66846.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"432000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969219054","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:58.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969219054, longitude=116.7779490, latitude=39.5485330, speed=54.000, mileage=22.03000000, dischargeVoltage=164000, dischargeCurrent=44000, insulationResistance=141140000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=11.60, motorControllerTemperature=190000, motorSpeed=92918, motorTorque=5330, motorTemperature=210000, motorVoltage=12700, motorCurrent=14383000, powerBattery=66846., maxFeedbackPower=910000, maxDischargePower=450000, bmsSelfCheck=20, powerBatteryCurrent=60000, powerBatteryV3=432000, maxVoltage=3000, minVoltage=3000, maxTemperature=900000, minTemperature=400000, availableCapacity=400000, vehicleStatus=1, 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-21 19:26:58.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:58.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:58.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:58.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:58.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:58.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:58.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:58.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:58.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:58.127 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:58.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:58.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:58.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:58.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:58.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:58.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:58.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:58.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:58.287 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:58.287 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:58.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:58.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:58.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:58.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:58.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:58.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:58.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:58.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:58.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:58.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:58.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:58.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:26:59.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:26:59.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:26:59.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 32 30 30 35 34 31 31 36 2e 37 37 37 37 31 33 30 33 39 2e 35 34 39 34 30 30 30 31 32 36 2e 30 30 32 32 2e 31 30 30 30 30 30 30 30 34 33 33 30 30 30 34 38 30 30 30 32 32 30 38 34 30 30 30 30 44 30 30 35 30 39 2e 39 30 30 36 37 30 30 30 30 32 34 38 39 30 34 31 35 30 37 36 30 30 30 30 32 34 39 30 30 38 30 31 38 30 30 30 30 36 36 38 33 36 2e 30 30 30 30 30 30 33 30 30 30 30 30 31 30 31 32 30 30 30 34 32 31 30 30 30 34 30 30 30 34 30 30 30 34 31 30 30 30 30 32 38 30 30 30 30 39 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 14 7E -2024-06-21 19:26:59.008 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969220054, longitude=116.7777130, latitude=39.5494000, speed=126.00, mileage=22.10000000, dischargeVoltage=433000, dischargeCurrent=48000, insulationResistance=220840000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=9.900, motorControllerTemperature=670000, motorSpeed=24890, motorTorque=4150, motorTemperature=760000, motorVoltage=24900, motorCurrent=80180000, powerBattery=66836., maxFeedbackPower=000000, maxDischargePower=300000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=421000, maxVoltage=4000, minVoltage=4000, maxTemperature=410000, minTemperature=280000, availableCapacity=940000, vehicleStatus=1, 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-21 19:26:59.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:26:59.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"940000","bmsSelfCheck":"10","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"48000","dischargeVoltage":"433000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"220840000","latitude":"39.5494000","location":"1","longitude":"116.7777130","maxDischargePower":"300000","maxFeedbackPower":"000000","maxTemperature":"410000","maxVoltage":"4000","mcu":"1","mileage":"22.10000000","minTemperature":"280000","minVoltage":"4000","motorControllerTemperature":"670000","motorCurrent":"80180000","motorSpeed":"24890","motorTemperature":"760000","motorTorque":"4150","motorVoltage":"24900","powerBattery":"66836.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"421000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718969220054","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:26:59.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969220054, longitude=116.7777130, latitude=39.5494000, speed=126.00, mileage=22.10000000, dischargeVoltage=433000, dischargeCurrent=48000, insulationResistance=220840000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=9.900, motorControllerTemperature=670000, motorSpeed=24890, motorTorque=4150, motorTemperature=760000, motorVoltage=24900, motorCurrent=80180000, powerBattery=66836., maxFeedbackPower=000000, maxDischargePower=300000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=421000, maxVoltage=4000, minVoltage=4000, maxTemperature=410000, minTemperature=280000, availableCapacity=940000, vehicleStatus=1, 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-21 19:26:59.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:26:59.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:26:59.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:26:59.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:26:59.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:26:59.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:26:59.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:26:59.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:26:59.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:26:59.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:26:59.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:26:59.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:26:59.192 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:26:59.192 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:26:59.215 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:26:59.215 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:26:59.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:26:59.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:26:59.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:26:59.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:26:59.284 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:26:59.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:26:59.319 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:26:59.319 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:26:59.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:26:59.337 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:26:59.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:26:59.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:26:59.377 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:26:59.377 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:26:59.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:26:59.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:00.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:00.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:00.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 32 31 30 35 30 31 31 36 2e 37 37 37 35 39 35 30 33 39 2e 35 34 39 37 35 31 30 30 2e 30 30 30 30 32 32 2e 31 30 30 30 30 30 30 30 34 32 32 30 30 30 34 38 30 30 30 38 35 34 35 30 30 30 30 30 44 38 30 37 30 31 31 2e 38 30 31 30 30 30 30 30 33 37 35 36 31 33 39 39 30 31 31 30 30 30 30 31 35 37 30 30 35 37 33 35 30 30 30 30 36 36 38 33 36 2e 33 39 30 30 30 30 36 38 30 30 30 30 31 30 31 33 30 30 30 36 39 39 30 30 30 33 30 30 30 34 30 30 30 34 30 30 30 30 30 39 30 30 30 30 30 31 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 32 7E -2024-06-21 19:27:00.008 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969221050, longitude=116.7775950, latitude=39.5497510, speed=0.0000, mileage=22.10000000, dischargeVoltage=422000, dischargeCurrent=48000, insulationResistance=854500000, gear=D, accelerationPedal=80, brakePedal=70, fuelConsumption=11.80, motorControllerTemperature=100000, motorSpeed=37561, motorTorque=3990, motorTemperature=110000, motorVoltage=15700, motorCurrent=57350000, powerBattery=66836., maxFeedbackPower=390000, maxDischargePower=680000, bmsSelfCheck=10, powerBatteryCurrent=13000, powerBatteryV3=699000, maxVoltage=3000, minVoltage=4000, maxTemperature=400000, minTemperature=900000, availableCapacity=150000, vehicleStatus=1, 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-21 19:27:00.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:00.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"150000","bmsSelfCheck":"10","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"48000","dischargeVoltage":"422000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"854500000","latitude":"39.5497510","location":"1","longitude":"116.7775950","maxDischargePower":"680000","maxFeedbackPower":"390000","maxTemperature":"400000","maxVoltage":"3000","mcu":"1","mileage":"22.10000000","minTemperature":"900000","minVoltage":"4000","motorControllerTemperature":"100000","motorCurrent":"57350000","motorSpeed":"37561","motorTemperature":"110000","motorTorque":"3990","motorVoltage":"15700","powerBattery":"66836.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"699000","ptc":"1","runStatus":"1","soc":"1","speed":"0.0000","timestamp":"1718969221050","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:00.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969221050, longitude=116.7775950, latitude=39.5497510, speed=0.0000, mileage=22.10000000, dischargeVoltage=422000, dischargeCurrent=48000, insulationResistance=854500000, gear=D, accelerationPedal=80, brakePedal=70, fuelConsumption=11.80, motorControllerTemperature=100000, motorSpeed=37561, motorTorque=3990, motorTemperature=110000, motorVoltage=15700, motorCurrent=57350000, powerBattery=66836., maxFeedbackPower=390000, maxDischargePower=680000, bmsSelfCheck=10, powerBatteryCurrent=13000, powerBatteryV3=699000, maxVoltage=3000, minVoltage=4000, maxTemperature=400000, minTemperature=900000, availableCapacity=150000, vehicleStatus=1, 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-21 19:27:00.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:00.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:00.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:00.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:00.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:00.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:00.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:00.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:00.173 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:00.173 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:00.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:00.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:00.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:00.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:00.298 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:00.298 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:00.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:00.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:00.435 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:00.435 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:00.462 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:00.463 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:00.485 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:00.485 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:00.520 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:00.520 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:00.544 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:00.545 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:00.566 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:00.566 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:00.584 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:00.584 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:01.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:01.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:01.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 32 32 30 35 36 31 31 36 2e 37 37 37 33 31 36 30 33 39 2e 35 35 30 38 30 36 30 31 30 38 2e 30 30 32 32 2e 31 36 30 30 30 30 30 30 37 34 30 30 30 30 32 32 30 30 30 31 31 36 31 37 30 30 30 30 44 35 30 31 30 31 31 2e 37 30 34 32 30 30 30 30 35 34 38 39 30 39 34 32 30 37 35 30 30 30 30 32 30 36 30 30 31 39 37 34 30 30 30 30 36 36 38 32 34 2e 39 32 30 30 30 30 39 32 30 30 30 30 33 30 36 30 30 30 30 32 36 37 30 30 30 34 30 30 30 33 30 30 30 37 31 30 30 30 30 34 36 30 30 30 30 35 31 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 25 7E -2024-06-21 19:27:01.013 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969222056, longitude=116.7773160, latitude=39.5508060, speed=108.00, mileage=22.16000000, dischargeVoltage=740000, dischargeCurrent=22000, insulationResistance=116170000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=11.70, motorControllerTemperature=420000, motorSpeed=54890, motorTorque=9420, motorTemperature=750000, motorVoltage=20600, motorCurrent=19740000, powerBattery=66824., maxFeedbackPower=920000, maxDischargePower=920000, bmsSelfCheck=30, powerBatteryCurrent=60000, powerBatteryV3=267000, maxVoltage=4000, minVoltage=3000, maxTemperature=710000, minTemperature=460000, availableCapacity=510000, vehicleStatus=1, 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-21 19:27:01.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:01.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"510000","bmsSelfCheck":"30","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"22000","dischargeVoltage":"740000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"116170000","latitude":"39.5508060","location":"1","longitude":"116.7773160","maxDischargePower":"920000","maxFeedbackPower":"920000","maxTemperature":"710000","maxVoltage":"4000","mcu":"1","mileage":"22.16000000","minTemperature":"460000","minVoltage":"3000","motorControllerTemperature":"420000","motorCurrent":"19740000","motorSpeed":"54890","motorTemperature":"750000","motorTorque":"9420","motorVoltage":"20600","powerBattery":"66824.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"267000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969222056","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:01.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969222056, longitude=116.7773160, latitude=39.5508060, speed=108.00, mileage=22.16000000, dischargeVoltage=740000, dischargeCurrent=22000, insulationResistance=116170000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=11.70, motorControllerTemperature=420000, motorSpeed=54890, motorTorque=9420, motorTemperature=750000, motorVoltage=20600, motorCurrent=19740000, powerBattery=66824., maxFeedbackPower=920000, maxDischargePower=920000, bmsSelfCheck=30, powerBatteryCurrent=60000, powerBatteryV3=267000, maxVoltage=4000, minVoltage=3000, maxTemperature=710000, minTemperature=460000, availableCapacity=510000, vehicleStatus=1, 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-21 19:27:01.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:01.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:01.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:01.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:01.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:01.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:01.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:01.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:01.118 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:01.118 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:01.135 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:01.135 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:01.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:01.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:01.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:01.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:01.195 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:01.195 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:01.215 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:01.215 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:01.237 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:01.237 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:01.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:01.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:01.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:01.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:01.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:01.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:01.337 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:01.337 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:01.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:01.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:02.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:02.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:02.019 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 32 33 30 35 32 31 31 36 2e 37 37 37 31 30 32 30 33 39 2e 35 35 31 35 37 31 30 37 32 2e 30 30 30 32 32 2e 32 30 30 30 30 30 30 30 34 39 35 30 30 30 32 34 30 30 30 31 34 34 38 30 30 30 30 30 44 33 30 38 30 31 31 2e 34 30 33 37 30 30 30 30 36 30 37 36 36 32 39 35 30 31 34 37 30 30 30 31 38 31 30 30 39 33 32 35 30 30 30 30 36 36 38 32 34 2e 38 36 30 30 30 30 39 39 30 30 30 30 37 30 38 30 30 30 30 36 30 32 30 30 30 33 30 30 30 34 30 30 30 38 35 30 30 30 30 32 30 30 30 30 30 38 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 35 7E -2024-06-21 19:27:02.019 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969223052, longitude=116.7771020, latitude=39.5515710, speed=72.000, mileage=22.20000000, dischargeVoltage=495000, dischargeCurrent=24000, insulationResistance=144800000, gear=D, accelerationPedal=30, brakePedal=80, fuelConsumption=11.40, motorControllerTemperature=370000, motorSpeed=60766, motorTorque=2950, motorTemperature=147000, motorVoltage=18100, motorCurrent=93250000, powerBattery=66824., maxFeedbackPower=860000, maxDischargePower=990000, bmsSelfCheck=70, powerBatteryCurrent=80000, powerBatteryV3=602000, maxVoltage=3000, minVoltage=4000, maxTemperature=850000, minTemperature=200000, availableCapacity=870000, vehicleStatus=1, 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-21 19:27:02.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:02.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"870000","bmsSelfCheck":"70","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"24000","dischargeVoltage":"495000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"144800000","latitude":"39.5515710","location":"1","longitude":"116.7771020","maxDischargePower":"990000","maxFeedbackPower":"860000","maxTemperature":"850000","maxVoltage":"3000","mcu":"1","mileage":"22.20000000","minTemperature":"200000","minVoltage":"4000","motorControllerTemperature":"370000","motorCurrent":"93250000","motorSpeed":"60766","motorTemperature":"147000","motorTorque":"2950","motorVoltage":"18100","powerBattery":"66824.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"602000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969223052","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:02.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969223052, longitude=116.7771020, latitude=39.5515710, speed=72.000, mileage=22.20000000, dischargeVoltage=495000, dischargeCurrent=24000, insulationResistance=144800000, gear=D, accelerationPedal=30, brakePedal=80, fuelConsumption=11.40, motorControllerTemperature=370000, motorSpeed=60766, motorTorque=2950, motorTemperature=147000, motorVoltage=18100, motorCurrent=93250000, powerBattery=66824., maxFeedbackPower=860000, maxDischargePower=990000, bmsSelfCheck=70, powerBatteryCurrent=80000, powerBatteryV3=602000, maxVoltage=3000, minVoltage=4000, maxTemperature=850000, minTemperature=200000, availableCapacity=870000, vehicleStatus=1, 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-21 19:27:02.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:02.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:02.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:02.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:02.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:02.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:02.137 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:02.137 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:02.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:02.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:02.235 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:02.235 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:02.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:02.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:02.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:02.283 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:02.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:02.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:02.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:02.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:02.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:02.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:02.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:02.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:02.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:02.418 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:02.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:02.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:02.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:02.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:02.486 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:02.486 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:03.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:03.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:03.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 32 34 30 34 37 31 31 36 2e 37 37 36 38 33 32 30 33 39 2e 35 35 32 35 39 30 30 31 32 36 2e 30 30 32 32 2e 32 37 30 30 30 30 30 30 35 37 38 30 30 30 36 30 30 30 30 34 38 37 32 30 30 30 30 30 44 39 30 38 30 31 31 2e 34 30 35 37 30 30 30 30 34 38 32 31 37 38 31 36 30 31 31 39 30 30 30 31 36 32 30 30 38 30 36 37 30 30 30 30 36 36 38 31 33 2e 32 30 30 30 30 30 34 31 30 30 30 30 31 30 31 30 30 30 30 33 35 39 30 30 30 33 30 30 30 33 30 30 30 34 30 30 30 30 30 39 30 30 30 30 30 35 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 30 7E -2024-06-21 19:27:03.004 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969224047, longitude=116.7768320, latitude=39.5525900, speed=126.00, mileage=22.27000000, dischargeVoltage=578000, dischargeCurrent=60000, insulationResistance=487200000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=11.40, motorControllerTemperature=570000, motorSpeed=48217, motorTorque=8160, motorTemperature=119000, motorVoltage=16200, motorCurrent=80670000, powerBattery=66813., maxFeedbackPower=200000, maxDischargePower=410000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=359000, maxVoltage=3000, minVoltage=3000, maxTemperature=400000, minTemperature=900000, availableCapacity=560000, vehicleStatus=1, 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-21 19:27:03.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:03.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"560000","bmsSelfCheck":"10","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"60000","dischargeVoltage":"578000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"487200000","latitude":"39.5525900","location":"1","longitude":"116.7768320","maxDischargePower":"410000","maxFeedbackPower":"200000","maxTemperature":"400000","maxVoltage":"3000","mcu":"1","mileage":"22.27000000","minTemperature":"900000","minVoltage":"3000","motorControllerTemperature":"570000","motorCurrent":"80670000","motorSpeed":"48217","motorTemperature":"119000","motorTorque":"8160","motorVoltage":"16200","powerBattery":"66813.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"359000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718969224047","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:03.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969224047, longitude=116.7768320, latitude=39.5525900, speed=126.00, mileage=22.27000000, dischargeVoltage=578000, dischargeCurrent=60000, insulationResistance=487200000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=11.40, motorControllerTemperature=570000, motorSpeed=48217, motorTorque=8160, motorTemperature=119000, motorVoltage=16200, motorCurrent=80670000, powerBattery=66813., maxFeedbackPower=200000, maxDischargePower=410000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=359000, maxVoltage=3000, minVoltage=3000, maxTemperature=400000, minTemperature=900000, availableCapacity=560000, vehicleStatus=1, 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-21 19:27:03.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:03.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:03.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:03.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:03.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:03.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:03.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:03.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:03.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:03.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:03.181 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:03.182 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:03.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:03.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:03.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:03.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:03.286 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:03.286 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:03.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:03.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:03.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:03.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:03.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:03.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:03.378 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:03.378 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:03.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:03.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:03.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:03.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:03.473 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:03.473 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:04.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:04.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:04.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 32 35 30 35 32 31 31 36 2e 37 37 36 34 36 38 30 33 39 2e 35 35 33 39 31 34 30 39 30 2e 30 30 30 32 32 2e 33 32 30 30 30 30 30 30 37 33 30 30 30 30 34 36 30 30 30 31 37 31 35 30 30 30 30 30 44 38 30 30 30 39 2e 35 30 30 34 36 30 30 30 30 32 35 36 31 30 38 32 37 30 35 30 30 30 30 30 32 36 34 30 30 39 38 32 34 30 30 30 30 36 36 38 30 34 2e 32 34 30 30 30 30 38 30 30 30 30 30 30 30 39 30 30 30 30 36 30 37 30 30 30 34 30 30 30 33 30 30 30 39 35 30 30 30 30 34 39 30 30 30 30 35 31 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2c 7E -2024-06-21 19:27:04.005 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969225052, longitude=116.7764680, latitude=39.5539140, speed=90.000, mileage=22.32000000, dischargeVoltage=730000, dischargeCurrent=46000, insulationResistance=171500000, gear=D, accelerationPedal=80, brakePedal=00, fuelConsumption=9.500, motorControllerTemperature=460000, motorSpeed=25610, motorTorque=8270, motorTemperature=500000, motorVoltage=26400, motorCurrent=98240000, powerBattery=66804., maxFeedbackPower=240000, maxDischargePower=800000, bmsSelfCheck=00, powerBatteryCurrent=90000, powerBatteryV3=607000, maxVoltage=4000, minVoltage=3000, maxTemperature=950000, minTemperature=490000, availableCapacity=510000, vehicleStatus=1, 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-21 19:27:04.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:04.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"510000","bmsSelfCheck":"00","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"46000","dischargeVoltage":"730000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.500","gear":"D","insulationResistance":"171500000","latitude":"39.5539140","location":"1","longitude":"116.7764680","maxDischargePower":"800000","maxFeedbackPower":"240000","maxTemperature":"950000","maxVoltage":"4000","mcu":"1","mileage":"22.32000000","minTemperature":"490000","minVoltage":"3000","motorControllerTemperature":"460000","motorCurrent":"98240000","motorSpeed":"25610","motorTemperature":"500000","motorTorque":"8270","motorVoltage":"26400","powerBattery":"66804.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"607000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969225052","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:04.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969225052, longitude=116.7764680, latitude=39.5539140, speed=90.000, mileage=22.32000000, dischargeVoltage=730000, dischargeCurrent=46000, insulationResistance=171500000, gear=D, accelerationPedal=80, brakePedal=00, fuelConsumption=9.500, motorControllerTemperature=460000, motorSpeed=25610, motorTorque=8270, motorTemperature=500000, motorVoltage=26400, motorCurrent=98240000, powerBattery=66804., maxFeedbackPower=240000, maxDischargePower=800000, bmsSelfCheck=00, powerBatteryCurrent=90000, powerBatteryV3=607000, maxVoltage=4000, minVoltage=3000, maxTemperature=950000, minTemperature=490000, availableCapacity=510000, vehicleStatus=1, 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-21 19:27:04.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:04.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:04.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:04.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:04.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:04.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:04.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:04.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:04.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:04.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:04.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:04.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:04.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:04.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:04.242 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:04.242 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:04.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:04.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:04.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:04.291 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:04.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:04.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:04.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:04.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:04.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:04.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:04.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:04.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:04.407 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:04.407 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:04.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:04.451 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:05.079 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:05.079 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:05.080 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 32 36 30 35 32 31 31 36 2e 37 37 36 32 38 30 30 33 39 2e 35 35 34 35 38 38 30 33 36 2e 30 30 30 32 32 2e 33 34 30 30 30 30 30 30 35 36 34 30 30 30 33 33 30 30 30 32 38 31 34 38 30 30 30 30 44 30 30 35 30 31 31 2e 34 30 38 36 30 30 30 30 36 36 30 39 38 34 36 31 30 37 31 30 30 30 30 32 36 37 30 30 31 33 39 31 32 30 30 30 36 36 38 30 34 2e 39 31 30 30 30 30 32 39 30 30 30 30 37 30 32 30 30 30 30 36 33 37 30 30 30 33 30 30 30 33 30 30 30 32 35 30 30 30 30 35 38 30 30 30 30 39 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 42 7E -2024-06-21 19:27:05.080 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969226052, longitude=116.7762800, latitude=39.5545880, speed=36.000, mileage=22.34000000, dischargeVoltage=564000, dischargeCurrent=33000, insulationResistance=281480000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=11.40, motorControllerTemperature=860000, motorSpeed=66098, motorTorque=4610, motorTemperature=710000, motorVoltage=26700, motorCurrent=13912000, powerBattery=66804., maxFeedbackPower=910000, maxDischargePower=290000, bmsSelfCheck=70, powerBatteryCurrent=20000, powerBatteryV3=637000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=580000, availableCapacity=930000, vehicleStatus=1, 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-21 19:27:05.081 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:05.081 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"930000","bmsSelfCheck":"70","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"33000","dischargeVoltage":"564000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"281480000","latitude":"39.5545880","location":"1","longitude":"116.7762800","maxDischargePower":"290000","maxFeedbackPower":"910000","maxTemperature":"250000","maxVoltage":"3000","mcu":"1","mileage":"22.34000000","minTemperature":"580000","minVoltage":"3000","motorControllerTemperature":"860000","motorCurrent":"13912000","motorSpeed":"66098","motorTemperature":"710000","motorTorque":"4610","motorVoltage":"26700","powerBattery":"66804.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"637000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969226052","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:05.081 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969226052, longitude=116.7762800, latitude=39.5545880, speed=36.000, mileage=22.34000000, dischargeVoltage=564000, dischargeCurrent=33000, insulationResistance=281480000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=11.40, motorControllerTemperature=860000, motorSpeed=66098, motorTorque=4610, motorTemperature=710000, motorVoltage=26700, motorCurrent=13912000, powerBattery=66804., maxFeedbackPower=910000, maxDischargePower=290000, bmsSelfCheck=70, powerBatteryCurrent=20000, powerBatteryV3=637000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=580000, availableCapacity=930000, vehicleStatus=1, 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-21 19:27:05.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:05.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:05.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:05.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:05.159 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:05.160 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:05.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:05.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:05.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:05.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:05.278 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:05.278 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:05.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:05.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:05.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:05.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:05.353 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:05.353 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:05.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:05.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:05.389 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:05.390 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:05.410 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:05.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:05.434 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:05.434 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:05.459 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:05.459 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:05.484 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:05.484 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:05.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:05.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:06.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:06.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:06.004 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 32 37 30 35 31 31 31 36 2e 37 37 35 39 38 35 30 33 39 2e 35 35 35 36 33 38 30 31 30 38 2e 30 30 32 32 2e 34 30 30 30 30 30 30 30 33 32 34 30 30 30 38 30 30 30 30 32 33 36 37 33 30 30 30 30 44 30 30 30 30 31 31 2e 30 30 39 37 30 30 30 30 39 34 39 38 34 35 31 36 30 37 38 30 30 30 30 31 34 36 30 30 31 30 32 36 30 30 30 30 36 36 37 39 33 2e 36 30 30 30 30 30 33 37 30 30 30 30 31 31 32 30 30 30 30 35 34 35 30 30 30 34 30 30 30 33 30 30 30 35 31 30 30 30 30 39 31 30 30 30 30 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2e 7E -2024-06-21 19:27:06.004 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969227051, longitude=116.7759850, latitude=39.5556380, speed=108.00, mileage=22.40000000, dischargeVoltage=324000, dischargeCurrent=80000, insulationResistance=236730000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=11.00, motorControllerTemperature=970000, motorSpeed=94984, motorTorque=5160, motorTemperature=780000, motorVoltage=14600, motorCurrent=10260000, powerBattery=66793., maxFeedbackPower=600000, maxDischargePower=370000, bmsSelfCheck=11, powerBatteryCurrent=20000, powerBatteryV3=545000, maxVoltage=4000, minVoltage=3000, maxTemperature=510000, minTemperature=910000, availableCapacity=600000, vehicleStatus=1, 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-21 19:27:06.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:06.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"600000","bmsSelfCheck":"11","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"324000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.00","gear":"D","insulationResistance":"236730000","latitude":"39.5556380","location":"1","longitude":"116.7759850","maxDischargePower":"370000","maxFeedbackPower":"600000","maxTemperature":"510000","maxVoltage":"4000","mcu":"1","mileage":"22.40000000","minTemperature":"910000","minVoltage":"3000","motorControllerTemperature":"970000","motorCurrent":"10260000","motorSpeed":"94984","motorTemperature":"780000","motorTorque":"5160","motorVoltage":"14600","powerBattery":"66793.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"545000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969227051","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:06.008 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969227051, longitude=116.7759850, latitude=39.5556380, speed=108.00, mileage=22.40000000, dischargeVoltage=324000, dischargeCurrent=80000, insulationResistance=236730000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=11.00, motorControllerTemperature=970000, motorSpeed=94984, motorTorque=5160, motorTemperature=780000, motorVoltage=14600, motorCurrent=10260000, powerBattery=66793., maxFeedbackPower=600000, maxDischargePower=370000, bmsSelfCheck=11, powerBatteryCurrent=20000, powerBatteryV3=545000, maxVoltage=4000, minVoltage=3000, maxTemperature=510000, minTemperature=910000, availableCapacity=600000, vehicleStatus=1, 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-21 19:27:06.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:06.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:06.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:06.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:06.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:06.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:06.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:06.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:06.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:06.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:06.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:06.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:06.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:06.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:06.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:06.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:06.210 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:06.210 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:06.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:06.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:06.260 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:06.260 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:06.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:06.283 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:06.300 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:06.300 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:06.319 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:06.319 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:06.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:06.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:06.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:06.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:06.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:06.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:06.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 32 38 30 34 35 31 31 36 2e 37 37 35 36 37 34 30 33 39 2e 35 35 36 38 32 39 30 31 30 38 2e 30 30 32 32 2e 34 36 30 30 30 30 30 30 31 36 30 30 30 30 39 30 30 30 30 37 31 36 38 30 30 30 30 30 44 31 30 34 30 31 30 2e 35 30 33 30 30 30 30 30 34 31 35 34 36 39 30 35 30 36 32 30 30 30 30 31 32 37 30 30 31 34 38 39 37 30 30 30 36 36 37 38 32 2e 38 30 30 30 30 30 36 34 30 30 30 30 39 30 31 31 30 30 30 36 33 35 30 30 30 33 30 30 30 33 30 30 30 35 32 30 30 30 30 33 35 30 30 30 30 31 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3a 7E -2024-06-21 19:27:06.997 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969228045, longitude=116.7756740, latitude=39.5568290, speed=108.00, mileage=22.46000000, dischargeVoltage=160000, dischargeCurrent=90000, insulationResistance=716800000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=10.50, motorControllerTemperature=300000, motorSpeed=41546, motorTorque=9050, motorTemperature=620000, motorVoltage=12700, motorCurrent=14897000, powerBattery=66782., maxFeedbackPower=800000, maxDischargePower=640000, bmsSelfCheck=90, powerBatteryCurrent=11000, powerBatteryV3=635000, maxVoltage=3000, minVoltage=3000, maxTemperature=520000, minTemperature=350000, availableCapacity=180000, vehicleStatus=1, 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-21 19:27:06.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:06.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"180000","bmsSelfCheck":"90","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"90000","dischargeVoltage":"160000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"716800000","latitude":"39.5568290","location":"1","longitude":"116.7756740","maxDischargePower":"640000","maxFeedbackPower":"800000","maxTemperature":"520000","maxVoltage":"3000","mcu":"1","mileage":"22.46000000","minTemperature":"350000","minVoltage":"3000","motorControllerTemperature":"300000","motorCurrent":"14897000","motorSpeed":"41546","motorTemperature":"620000","motorTorque":"9050","motorVoltage":"12700","powerBattery":"66782.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"635000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969228045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:06.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969228045, longitude=116.7756740, latitude=39.5568290, speed=108.00, mileage=22.46000000, dischargeVoltage=160000, dischargeCurrent=90000, insulationResistance=716800000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=10.50, motorControllerTemperature=300000, motorSpeed=41546, motorTorque=9050, motorTemperature=620000, motorVoltage=12700, motorCurrent=14897000, powerBattery=66782., maxFeedbackPower=800000, maxDischargePower=640000, bmsSelfCheck=90, powerBatteryCurrent=11000, powerBatteryV3=635000, maxVoltage=3000, minVoltage=3000, maxTemperature=520000, minTemperature=350000, availableCapacity=180000, vehicleStatus=1, 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-21 19:27:07.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:07.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:07.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:07.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:07.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:07.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:07.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:07.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:07.298 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:07.299 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:07.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:07.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:07.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:07.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:07.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:07.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:07.445 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:07.445 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:07.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:07.468 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:07.496 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:07.496 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:07.517 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:07.518 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:07.535 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:07.536 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:07.560 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:07.560 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:07.583 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:07.583 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:07.610 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:07.610 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:08.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:08.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:08.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 32 39 30 35 37 31 31 36 2e 37 37 35 34 38 31 30 33 39 2e 35 35 37 36 36 31 30 31 30 38 2e 30 30 32 32 2e 35 32 30 30 30 30 30 30 33 38 33 30 30 30 31 31 30 30 30 34 35 32 33 30 30 30 30 30 44 30 30 38 30 39 2e 33 30 30 37 37 30 30 30 30 39 39 36 37 30 37 35 30 30 33 30 30 30 30 30 31 38 39 30 30 31 32 37 31 38 30 30 30 36 36 37 37 33 2e 36 30 30 30 30 30 38 36 30 30 30 30 36 30 34 30 30 30 30 37 33 37 30 30 30 34 30 30 30 34 30 30 30 33 30 30 30 30 30 38 36 30 30 30 30 36 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 4d 7E -2024-06-21 19:27:08.060 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969229057, longitude=116.7754810, latitude=39.5576610, speed=108.00, mileage=22.52000000, dischargeVoltage=383000, dischargeCurrent=11000, insulationResistance=452300000, gear=D, accelerationPedal=00, brakePedal=80, fuelConsumption=9.300, motorControllerTemperature=770000, motorSpeed=99670, motorTorque=7500, motorTemperature=300000, motorVoltage=18900, motorCurrent=12718000, powerBattery=66773., maxFeedbackPower=600000, maxDischargePower=860000, bmsSelfCheck=60, powerBatteryCurrent=40000, powerBatteryV3=737000, maxVoltage=4000, minVoltage=4000, maxTemperature=300000, minTemperature=860000, availableCapacity=680000, vehicleStatus=1, 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-21 19:27:08.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:08.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"680000","bmsSelfCheck":"60","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"383000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.300","gear":"D","insulationResistance":"452300000","latitude":"39.5576610","location":"1","longitude":"116.7754810","maxDischargePower":"860000","maxFeedbackPower":"600000","maxTemperature":"300000","maxVoltage":"4000","mcu":"1","mileage":"22.52000000","minTemperature":"860000","minVoltage":"4000","motorControllerTemperature":"770000","motorCurrent":"12718000","motorSpeed":"99670","motorTemperature":"300000","motorTorque":"7500","motorVoltage":"18900","powerBattery":"66773.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"737000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969229057","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:08.063 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969229057, longitude=116.7754810, latitude=39.5576610, speed=108.00, mileage=22.52000000, dischargeVoltage=383000, dischargeCurrent=11000, insulationResistance=452300000, gear=D, accelerationPedal=00, brakePedal=80, fuelConsumption=9.300, motorControllerTemperature=770000, motorSpeed=99670, motorTorque=7500, motorTemperature=300000, motorVoltage=18900, motorCurrent=12718000, powerBattery=66773., maxFeedbackPower=600000, maxDischargePower=860000, bmsSelfCheck=60, powerBatteryCurrent=40000, powerBatteryV3=737000, maxVoltage=4000, minVoltage=4000, maxTemperature=300000, minTemperature=860000, availableCapacity=680000, vehicleStatus=1, 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-21 19:27:08.134 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:08.134 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:08.159 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:08.160 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:08.182 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:08.182 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:08.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:08.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:08.237 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:08.237 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:08.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:08.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:08.278 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:08.278 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:08.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:08.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:08.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:08.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:08.360 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:08.360 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:08.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:08.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:08.408 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:08.408 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:08.441 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:08.441 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:08.463 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:08.464 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:08.480 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:08.480 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:08.501 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:08.501 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:09.036 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:09.036 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:09.036 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 33 30 30 35 34 31 31 36 2e 37 37 35 32 32 38 30 33 39 2e 35 35 38 35 32 35 30 39 30 2e 30 30 30 32 32 2e 35 37 30 30 30 30 30 30 37 34 36 30 30 30 33 36 30 30 30 31 34 38 32 31 30 30 30 30 44 32 30 30 30 39 2e 37 30 30 33 31 30 30 30 30 35 38 39 39 30 38 37 30 30 31 33 38 30 30 30 32 31 39 30 30 39 36 33 38 30 30 30 30 36 36 37 36 33 2e 33 39 30 30 30 30 35 33 30 30 30 30 30 30 31 30 30 30 30 34 30 35 30 30 30 34 30 30 30 34 30 30 30 39 33 30 30 30 30 35 30 30 30 30 30 32 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3d 7E -2024-06-21 19:27:09.036 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969230054, longitude=116.7752280, latitude=39.5585250, speed=90.000, mileage=22.57000000, dischargeVoltage=746000, dischargeCurrent=36000, insulationResistance=148210000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=9.700, motorControllerTemperature=310000, motorSpeed=58990, motorTorque=8700, motorTemperature=138000, motorVoltage=21900, motorCurrent=96380000, powerBattery=66763., maxFeedbackPower=390000, maxDischargePower=530000, bmsSelfCheck=00, powerBatteryCurrent=10000, powerBatteryV3=405000, maxVoltage=4000, minVoltage=4000, maxTemperature=930000, minTemperature=500000, availableCapacity=280000, vehicleStatus=1, 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-21 19:27:09.038 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:09.038 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"280000","bmsSelfCheck":"00","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"36000","dischargeVoltage":"746000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.700","gear":"D","insulationResistance":"148210000","latitude":"39.5585250","location":"1","longitude":"116.7752280","maxDischargePower":"530000","maxFeedbackPower":"390000","maxTemperature":"930000","maxVoltage":"4000","mcu":"1","mileage":"22.57000000","minTemperature":"500000","minVoltage":"4000","motorControllerTemperature":"310000","motorCurrent":"96380000","motorSpeed":"58990","motorTemperature":"138000","motorTorque":"8700","motorVoltage":"21900","powerBattery":"66763.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"405000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969230054","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:09.039 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969230054, longitude=116.7752280, latitude=39.5585250, speed=90.000, mileage=22.57000000, dischargeVoltage=746000, dischargeCurrent=36000, insulationResistance=148210000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=9.700, motorControllerTemperature=310000, motorSpeed=58990, motorTorque=8700, motorTemperature=138000, motorVoltage=21900, motorCurrent=96380000, powerBattery=66763., maxFeedbackPower=390000, maxDischargePower=530000, bmsSelfCheck=00, powerBatteryCurrent=10000, powerBatteryV3=405000, maxVoltage=4000, minVoltage=4000, maxTemperature=930000, minTemperature=500000, availableCapacity=280000, vehicleStatus=1, 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-21 19:27:09.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:09.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:09.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:09.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:09.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:09.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:09.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:09.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:09.149 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:09.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:09.169 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:09.169 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:09.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:09.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:09.247 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:09.247 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:09.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:09.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:09.287 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:09.287 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:09.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:09.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:09.329 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:09.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:09.359 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:09.359 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:09.381 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:09.381 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:09.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:09.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:09.450 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:09.450 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:10.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:10.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:10.060 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 33 31 30 34 37 31 31 36 2e 37 37 35 30 34 31 30 33 39 2e 35 35 39 31 39 39 30 35 34 2e 30 30 30 32 32 2e 36 30 30 30 30 30 30 30 31 37 36 30 30 30 34 30 30 30 30 33 32 30 30 30 30 30 30 30 44 32 30 30 30 31 32 2e 30 30 35 39 30 30 30 30 33 30 35 33 38 32 35 35 30 31 30 34 30 30 30 32 31 34 30 30 31 31 34 33 37 30 30 30 36 36 37 36 33 2e 31 31 30 30 30 30 34 30 30 30 30 30 37 30 34 30 30 30 30 34 30 30 30 30 30 33 30 30 30 33 30 30 30 33 30 30 30 30 30 36 35 30 30 30 30 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f1 7E -2024-06-21 19:27:10.060 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969231047, longitude=116.7750410, latitude=39.5591990, speed=54.000, mileage=22.60000000, dischargeVoltage=176000, dischargeCurrent=40000, insulationResistance=320000000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=12.00, motorControllerTemperature=590000, motorSpeed=30538, motorTorque=2550, motorTemperature=104000, motorVoltage=21400, motorCurrent=11437000, powerBattery=66763., maxFeedbackPower=110000, maxDischargePower=400000, bmsSelfCheck=70, powerBatteryCurrent=40000, powerBatteryV3=400000, maxVoltage=3000, minVoltage=3000, maxTemperature=300000, minTemperature=650000, availableCapacity=900000, vehicleStatus=1, 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-21 19:27:10.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:10.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"900000","bmsSelfCheck":"70","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"176000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"320000000","latitude":"39.5591990","location":"1","longitude":"116.7750410","maxDischargePower":"400000","maxFeedbackPower":"110000","maxTemperature":"300000","maxVoltage":"3000","mcu":"1","mileage":"22.60000000","minTemperature":"650000","minVoltage":"3000","motorControllerTemperature":"590000","motorCurrent":"11437000","motorSpeed":"30538","motorTemperature":"104000","motorTorque":"2550","motorVoltage":"21400","powerBattery":"66763.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"400000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969231047","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:10.062 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969231047, longitude=116.7750410, latitude=39.5591990, speed=54.000, mileage=22.60000000, dischargeVoltage=176000, dischargeCurrent=40000, insulationResistance=320000000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=12.00, motorControllerTemperature=590000, motorSpeed=30538, motorTorque=2550, motorTemperature=104000, motorVoltage=21400, motorCurrent=11437000, powerBattery=66763., maxFeedbackPower=110000, maxDischargePower=400000, bmsSelfCheck=70, powerBatteryCurrent=40000, powerBatteryV3=400000, maxVoltage=3000, minVoltage=3000, maxTemperature=300000, minTemperature=650000, availableCapacity=900000, vehicleStatus=1, 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-21 19:27:10.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:10.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:10.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:10.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:10.121 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:10.121 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:10.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:10.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:10.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:10.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:10.189 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:10.190 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:10.210 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:10.210 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:10.248 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:10.248 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:10.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:10.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:10.293 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:10.293 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:10.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:10.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:10.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:10.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:10.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:10.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:10.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:10.397 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:10.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:10.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:10.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:10.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:11.083 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:11.083 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:11.083 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 33 32 30 35 33 31 31 36 2e 37 37 34 37 34 30 30 33 39 2e 35 36 30 32 37 39 30 31 34 34 2e 30 30 32 32 2e 36 38 30 30 30 30 30 30 34 33 32 30 30 30 31 34 30 30 30 31 36 30 35 34 30 30 30 30 44 34 30 38 30 39 2e 36 30 30 31 35 30 30 30 30 32 30 38 33 36 31 33 39 30 32 32 30 30 30 30 32 30 30 30 30 38 35 34 30 30 30 30 30 36 36 37 35 33 2e 33 39 30 30 30 30 33 36 30 30 30 30 31 30 31 31 30 30 30 34 39 30 30 30 30 33 30 30 30 34 30 30 30 39 31 30 30 30 30 33 32 30 30 30 30 33 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 13 7E -2024-06-21 19:27:11.083 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969232053, longitude=116.7747400, latitude=39.5602790, speed=144.00, mileage=22.68000000, dischargeVoltage=432000, dischargeCurrent=14000, insulationResistance=160540000, gear=D, accelerationPedal=40, brakePedal=80, fuelConsumption=9.600, motorControllerTemperature=150000, motorSpeed=20836, motorTorque=1390, motorTemperature=220000, motorVoltage=20000, motorCurrent=85400000, powerBattery=66753., maxFeedbackPower=390000, maxDischargePower=360000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=490000, maxVoltage=3000, minVoltage=4000, maxTemperature=910000, minTemperature=320000, availableCapacity=340000, vehicleStatus=1, 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-21 19:27:11.084 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:11.085 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"340000","bmsSelfCheck":"10","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"14000","dischargeVoltage":"432000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.600","gear":"D","insulationResistance":"160540000","latitude":"39.5602790","location":"1","longitude":"116.7747400","maxDischargePower":"360000","maxFeedbackPower":"390000","maxTemperature":"910000","maxVoltage":"3000","mcu":"1","mileage":"22.68000000","minTemperature":"320000","minVoltage":"4000","motorControllerTemperature":"150000","motorCurrent":"85400000","motorSpeed":"20836","motorTemperature":"220000","motorTorque":"1390","motorVoltage":"20000","powerBattery":"66753.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"490000","ptc":"1","runStatus":"1","soc":"1","speed":"144.00","timestamp":"1718969232053","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:11.085 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969232053, longitude=116.7747400, latitude=39.5602790, speed=144.00, mileage=22.68000000, dischargeVoltage=432000, dischargeCurrent=14000, insulationResistance=160540000, gear=D, accelerationPedal=40, brakePedal=80, fuelConsumption=9.600, motorControllerTemperature=150000, motorSpeed=20836, motorTorque=1390, motorTemperature=220000, motorVoltage=20000, motorCurrent=85400000, powerBattery=66753., maxFeedbackPower=390000, maxDischargePower=360000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=490000, maxVoltage=3000, minVoltage=4000, maxTemperature=910000, minTemperature=320000, availableCapacity=340000, vehicleStatus=1, 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-21 19:27:11.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:11.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:11.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:11.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:11.187 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:11.187 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:11.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:11.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:11.225 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:11.225 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:11.248 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:11.249 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:11.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:11.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:11.299 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:11.299 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:11.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:11.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:11.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:11.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:11.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:11.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:11.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:11.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:11.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:11.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:11.436 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:11.436 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:11.456 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:11.456 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:11.480 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:11.480 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:12.010 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:12.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:12.011 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 33 33 30 34 39 31 31 36 2e 37 37 34 35 32 36 30 33 39 2e 35 36 31 30 37 37 30 37 32 2e 30 30 30 32 32 2e 37 32 30 30 30 30 30 30 31 31 39 30 30 30 32 31 30 30 30 32 36 30 30 33 30 30 30 30 44 30 30 33 30 31 30 2e 37 30 31 30 30 30 30 30 33 34 32 37 33 37 38 33 30 31 31 37 30 30 30 31 34 36 30 30 31 31 35 31 31 30 30 30 36 36 37 35 33 2e 36 37 30 30 30 30 38 33 30 30 30 30 31 30 38 30 30 30 30 34 35 33 30 30 30 33 30 30 30 33 30 30 30 32 35 30 30 30 30 36 30 30 30 30 30 32 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0a 7E -2024-06-21 19:27:12.011 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969233049, longitude=116.7745260, latitude=39.5610770, speed=72.000, mileage=22.72000000, dischargeVoltage=119000, dischargeCurrent=21000, insulationResistance=260030000, gear=D, accelerationPedal=00, brakePedal=30, fuelConsumption=10.70, motorControllerTemperature=100000, motorSpeed=34273, motorTorque=7830, motorTemperature=117000, motorVoltage=14600, motorCurrent=11511000, powerBattery=66753., maxFeedbackPower=670000, maxDischargePower=830000, bmsSelfCheck=10, powerBatteryCurrent=80000, powerBatteryV3=453000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=600000, availableCapacity=260000, vehicleStatus=1, 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-21 19:27:12.013 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:12.013 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"260000","bmsSelfCheck":"10","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"119000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"260030000","latitude":"39.5610770","location":"1","longitude":"116.7745260","maxDischargePower":"830000","maxFeedbackPower":"670000","maxTemperature":"250000","maxVoltage":"3000","mcu":"1","mileage":"22.72000000","minTemperature":"600000","minVoltage":"3000","motorControllerTemperature":"100000","motorCurrent":"11511000","motorSpeed":"34273","motorTemperature":"117000","motorTorque":"7830","motorVoltage":"14600","powerBattery":"66753.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"453000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969233049","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:12.013 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969233049, longitude=116.7745260, latitude=39.5610770, speed=72.000, mileage=22.72000000, dischargeVoltage=119000, dischargeCurrent=21000, insulationResistance=260030000, gear=D, accelerationPedal=00, brakePedal=30, fuelConsumption=10.70, motorControllerTemperature=100000, motorSpeed=34273, motorTorque=7830, motorTemperature=117000, motorVoltage=14600, motorCurrent=11511000, powerBattery=66753., maxFeedbackPower=670000, maxDischargePower=830000, bmsSelfCheck=10, powerBatteryCurrent=80000, powerBatteryV3=453000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=600000, availableCapacity=260000, vehicleStatus=1, 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-21 19:27:12.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:12.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:12.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:12.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:12.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:12.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:12.103 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:12.103 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:12.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:12.144 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:12.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:12.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:12.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:12.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:12.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:12.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:12.367 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:12.367 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:12.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:12.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:12.445 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:12.445 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:12.469 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:12.470 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:12.490 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:12.491 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:12.509 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:12.509 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:12.529 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:12.529 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:12.548 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:12.549 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:12.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:12.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:12.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 33 34 30 34 35 31 31 36 2e 37 37 34 32 37 31 30 33 39 2e 35 36 31 39 37 30 30 31 30 38 2e 30 30 32 32 2e 37 38 30 30 30 30 30 30 37 34 32 30 30 30 31 35 30 30 30 32 30 33 39 33 30 30 30 30 44 31 30 37 30 31 30 2e 30 30 32 39 30 30 30 30 38 35 34 38 30 34 39 30 30 35 32 30 30 30 30 31 39 37 30 30 37 35 35 35 30 30 30 30 36 36 37 34 33 2e 38 33 30 30 30 30 31 38 30 30 30 30 34 30 39 30 30 30 30 32 39 36 30 30 30 34 30 30 30 34 30 30 30 34 35 30 30 30 30 32 38 30 30 30 30 35 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 42 7E -2024-06-21 19:27:12.998 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969234045, longitude=116.7742710, latitude=39.5619700, speed=108.00, mileage=22.78000000, dischargeVoltage=742000, dischargeCurrent=15000, insulationResistance=203930000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=10.00, motorControllerTemperature=290000, motorSpeed=85480, motorTorque=4900, motorTemperature=520000, motorVoltage=19700, motorCurrent=75550000, powerBattery=66743., maxFeedbackPower=830000, maxDischargePower=180000, bmsSelfCheck=40, powerBatteryCurrent=90000, powerBatteryV3=296000, maxVoltage=4000, minVoltage=4000, maxTemperature=450000, minTemperature=280000, availableCapacity=580000, vehicleStatus=1, 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-21 19:27:12.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:12.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"580000","bmsSelfCheck":"40","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"742000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.00","gear":"D","insulationResistance":"203930000","latitude":"39.5619700","location":"1","longitude":"116.7742710","maxDischargePower":"180000","maxFeedbackPower":"830000","maxTemperature":"450000","maxVoltage":"4000","mcu":"1","mileage":"22.78000000","minTemperature":"280000","minVoltage":"4000","motorControllerTemperature":"290000","motorCurrent":"75550000","motorSpeed":"85480","motorTemperature":"520000","motorTorque":"4900","motorVoltage":"19700","powerBattery":"66743.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"296000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969234045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:12.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969234045, longitude=116.7742710, latitude=39.5619700, speed=108.00, mileage=22.78000000, dischargeVoltage=742000, dischargeCurrent=15000, insulationResistance=203930000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=10.00, motorControllerTemperature=290000, motorSpeed=85480, motorTorque=4900, motorTemperature=520000, motorVoltage=19700, motorCurrent=75550000, powerBattery=66743., maxFeedbackPower=830000, maxDischargePower=180000, bmsSelfCheck=40, powerBatteryCurrent=90000, powerBatteryV3=296000, maxVoltage=4000, minVoltage=4000, maxTemperature=450000, minTemperature=280000, availableCapacity=580000, vehicleStatus=1, 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-21 19:27:13.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:13.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:13.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:13.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:13.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:13.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:13.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:13.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:13.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:13.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:13.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:13.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:13.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:13.187 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:13.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:13.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:13.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:13.237 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:13.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:13.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:13.278 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:13.278 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:13.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:13.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:13.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:13.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:13.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:13.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:13.413 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:13.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:13.450 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:13.450 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:14.041 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:14.041 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:14.041 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 33 35 30 34 35 31 31 36 2e 37 37 34 30 32 34 30 33 39 2e 35 36 32 39 30 39 30 37 32 2e 30 30 30 32 32 2e 38 32 30 30 30 30 30 30 34 38 32 30 30 30 32 35 30 30 30 39 32 36 37 30 30 30 30 30 44 38 30 37 30 31 32 2e 30 30 33 32 30 30 30 30 35 37 32 37 30 39 38 30 30 31 32 33 30 30 30 31 34 38 30 30 37 30 36 34 30 30 30 30 36 36 37 34 33 2e 39 37 30 30 30 30 34 33 30 30 30 30 31 32 31 32 30 30 30 33 35 34 30 30 30 34 30 30 30 33 30 30 30 34 34 30 30 30 30 33 33 30 30 30 30 33 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2c 7E -2024-06-21 19:27:14.041 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969235045, longitude=116.7740240, latitude=39.5629090, speed=72.000, mileage=22.82000000, dischargeVoltage=482000, dischargeCurrent=25000, insulationResistance=926700000, gear=D, accelerationPedal=80, brakePedal=70, fuelConsumption=12.00, motorControllerTemperature=320000, motorSpeed=57270, motorTorque=9800, motorTemperature=123000, motorVoltage=14800, motorCurrent=70640000, powerBattery=66743., maxFeedbackPower=970000, maxDischargePower=430000, bmsSelfCheck=12, powerBatteryCurrent=12000, powerBatteryV3=354000, maxVoltage=4000, minVoltage=3000, maxTemperature=440000, minTemperature=330000, availableCapacity=360000, vehicleStatus=1, 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-21 19:27:14.041 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:14.041 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"360000","bmsSelfCheck":"12","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"25000","dischargeVoltage":"482000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"926700000","latitude":"39.5629090","location":"1","longitude":"116.7740240","maxDischargePower":"430000","maxFeedbackPower":"970000","maxTemperature":"440000","maxVoltage":"4000","mcu":"1","mileage":"22.82000000","minTemperature":"330000","minVoltage":"3000","motorControllerTemperature":"320000","motorCurrent":"70640000","motorSpeed":"57270","motorTemperature":"123000","motorTorque":"9800","motorVoltage":"14800","powerBattery":"66743.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"354000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969235045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:14.042 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969235045, longitude=116.7740240, latitude=39.5629090, speed=72.000, mileage=22.82000000, dischargeVoltage=482000, dischargeCurrent=25000, insulationResistance=926700000, gear=D, accelerationPedal=80, brakePedal=70, fuelConsumption=12.00, motorControllerTemperature=320000, motorSpeed=57270, motorTorque=9800, motorTemperature=123000, motorVoltage=14800, motorCurrent=70640000, powerBattery=66743., maxFeedbackPower=970000, maxDischargePower=430000, bmsSelfCheck=12, powerBatteryCurrent=12000, powerBatteryV3=354000, maxVoltage=4000, minVoltage=3000, maxTemperature=440000, minTemperature=330000, availableCapacity=360000, vehicleStatus=1, 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-21 19:27:14.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:14.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:14.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:14.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:14.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:14.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:14.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:14.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:14.166 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:14.166 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:14.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:14.191 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:14.218 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:14.218 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:14.240 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:14.240 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:14.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:14.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:14.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:14.309 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:14.337 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:14.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:14.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:14.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:14.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:14.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:14.415 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:14.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:14.436 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:14.436 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:14.466 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:14.466 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:14.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:14.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:14.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 33 36 30 34 35 31 31 36 2e 37 37 33 37 39 33 30 33 39 2e 35 36 33 37 35 32 30 37 32 2e 30 30 30 32 32 2e 38 36 30 30 30 30 30 30 33 34 36 30 30 30 34 30 30 30 30 31 38 38 31 36 30 30 30 30 44 30 30 30 30 31 31 2e 30 30 35 37 30 30 30 30 37 36 30 34 31 38 35 36 30 31 31 33 30 30 30 31 39 35 30 30 31 30 38 36 37 30 30 30 36 36 37 34 33 2e 38 37 30 30 30 30 32 31 30 30 30 30 37 30 38 30 30 30 30 32 37 35 30 30 30 34 30 30 30 34 30 30 30 34 36 30 30 30 30 34 38 30 30 30 30 32 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3d 7E -2024-06-21 19:27:14.997 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969236045, longitude=116.7737930, latitude=39.5637520, speed=72.000, mileage=22.86000000, dischargeVoltage=346000, dischargeCurrent=40000, insulationResistance=188160000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=11.00, motorControllerTemperature=570000, motorSpeed=76041, motorTorque=8560, motorTemperature=113000, motorVoltage=19500, motorCurrent=10867000, powerBattery=66743., maxFeedbackPower=870000, maxDischargePower=210000, bmsSelfCheck=70, powerBatteryCurrent=80000, powerBatteryV3=275000, maxVoltage=4000, minVoltage=4000, maxTemperature=460000, minTemperature=480000, availableCapacity=230000, vehicleStatus=1, 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-21 19:27:14.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:14.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"230000","bmsSelfCheck":"70","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"346000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.00","gear":"D","insulationResistance":"188160000","latitude":"39.5637520","location":"1","longitude":"116.7737930","maxDischargePower":"210000","maxFeedbackPower":"870000","maxTemperature":"460000","maxVoltage":"4000","mcu":"1","mileage":"22.86000000","minTemperature":"480000","minVoltage":"4000","motorControllerTemperature":"570000","motorCurrent":"10867000","motorSpeed":"76041","motorTemperature":"113000","motorTorque":"8560","motorVoltage":"19500","powerBattery":"66743.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"275000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969236045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:15.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969236045, longitude=116.7737930, latitude=39.5637520, speed=72.000, mileage=22.86000000, dischargeVoltage=346000, dischargeCurrent=40000, insulationResistance=188160000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=11.00, motorControllerTemperature=570000, motorSpeed=76041, motorTorque=8560, motorTemperature=113000, motorVoltage=19500, motorCurrent=10867000, powerBattery=66743., maxFeedbackPower=870000, maxDischargePower=210000, bmsSelfCheck=70, powerBatteryCurrent=80000, powerBatteryV3=275000, maxVoltage=4000, minVoltage=4000, maxTemperature=460000, minTemperature=480000, availableCapacity=230000, vehicleStatus=1, 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-21 19:27:15.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:15.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:15.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:15.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:15.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:15.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:15.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:15.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:15.112 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:15.112 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:15.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:15.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:15.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:15.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:15.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:15.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:15.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:15.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:15.233 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:15.233 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:15.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:15.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:15.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:15.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:15.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:15.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:15.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:15.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:15.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:15.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:15.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:15.371 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:16.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:16.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:16.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 33 37 30 34 35 31 31 36 2e 37 37 33 36 30 35 30 33 39 2e 35 36 34 33 39 37 30 39 30 2e 30 30 30 32 32 2e 39 31 30 30 30 30 30 30 32 33 36 30 30 30 38 30 30 30 30 31 39 33 33 37 30 30 30 30 44 33 30 39 30 31 30 2e 37 30 33 33 30 30 30 30 31 37 30 34 30 32 36 30 30 31 31 38 30 30 30 32 37 32 30 30 33 36 34 39 30 30 30 30 36 36 37 33 33 2e 32 38 30 30 30 30 39 39 30 30 30 30 34 30 38 30 30 30 30 35 38 37 30 30 30 34 30 30 30 33 30 30 30 39 36 30 30 30 30 33 36 30 30 30 30 38 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 47 7E -2024-06-21 19:27:16.009 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969237045, longitude=116.7736050, latitude=39.5643970, speed=90.000, mileage=22.91000000, dischargeVoltage=236000, dischargeCurrent=80000, insulationResistance=193370000, gear=D, accelerationPedal=30, brakePedal=90, fuelConsumption=10.70, motorControllerTemperature=330000, motorSpeed=17040, motorTorque=2600, motorTemperature=118000, motorVoltage=27200, motorCurrent=36490000, powerBattery=66733., maxFeedbackPower=280000, maxDischargePower=990000, bmsSelfCheck=40, powerBatteryCurrent=80000, powerBatteryV3=587000, maxVoltage=4000, minVoltage=3000, maxTemperature=960000, minTemperature=360000, availableCapacity=820000, vehicleStatus=1, 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-21 19:27:16.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:16.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"820000","bmsSelfCheck":"40","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"236000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"193370000","latitude":"39.5643970","location":"1","longitude":"116.7736050","maxDischargePower":"990000","maxFeedbackPower":"280000","maxTemperature":"960000","maxVoltage":"4000","mcu":"1","mileage":"22.91000000","minTemperature":"360000","minVoltage":"3000","motorControllerTemperature":"330000","motorCurrent":"36490000","motorSpeed":"17040","motorTemperature":"118000","motorTorque":"2600","motorVoltage":"27200","powerBattery":"66733.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"587000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969237045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:16.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969237045, longitude=116.7736050, latitude=39.5643970, speed=90.000, mileage=22.91000000, dischargeVoltage=236000, dischargeCurrent=80000, insulationResistance=193370000, gear=D, accelerationPedal=30, brakePedal=90, fuelConsumption=10.70, motorControllerTemperature=330000, motorSpeed=17040, motorTorque=2600, motorTemperature=118000, motorVoltage=27200, motorCurrent=36490000, powerBattery=66733., maxFeedbackPower=280000, maxDischargePower=990000, bmsSelfCheck=40, powerBatteryCurrent=80000, powerBatteryV3=587000, maxVoltage=4000, minVoltage=3000, maxTemperature=960000, minTemperature=360000, availableCapacity=820000, vehicleStatus=1, 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-21 19:27:16.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:16.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:16.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:16.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:16.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:16.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:16.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:16.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:16.138 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:16.138 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:16.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:16.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:16.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:16.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:16.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:16.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:16.367 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:16.367 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:16.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:16.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:16.447 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:16.448 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:16.473 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:16.473 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:16.494 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:16.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:16.519 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:16.519 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:16.539 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:16.539 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:16.563 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:16.563 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:17.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:17.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:17.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 33 38 30 34 35 31 31 36 2e 37 37 33 33 36 37 30 33 39 2e 35 36 35 32 39 38 30 39 30 2e 30 30 30 32 32 2e 39 36 30 30 30 30 30 30 32 31 35 30 30 30 32 34 30 30 30 32 36 30 30 31 30 30 30 30 44 33 30 32 30 31 30 2e 37 30 33 30 30 30 30 30 35 35 32 30 38 39 30 35 30 39 35 30 30 30 30 32 31 39 30 30 34 39 33 34 30 30 30 30 36 36 37 32 32 2e 37 36 30 30 30 30 38 30 30 30 30 30 36 30 34 30 30 30 30 37 34 35 30 30 30 34 30 30 30 34 30 30 30 31 30 30 30 30 30 34 30 30 30 30 30 38 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2a 7E -2024-06-21 19:27:17.013 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969238045, longitude=116.7733670, latitude=39.5652980, speed=90.000, mileage=22.96000000, dischargeVoltage=215000, dischargeCurrent=24000, insulationResistance=260010000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=10.70, motorControllerTemperature=300000, motorSpeed=55208, motorTorque=9050, motorTemperature=950000, motorVoltage=21900, motorCurrent=49340000, powerBattery=66722., maxFeedbackPower=760000, maxDischargePower=800000, bmsSelfCheck=60, powerBatteryCurrent=40000, powerBatteryV3=745000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=400000, availableCapacity=860000, vehicleStatus=1, 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-21 19:27:17.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:17.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"860000","bmsSelfCheck":"60","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"24000","dischargeVoltage":"215000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"260010000","latitude":"39.5652980","location":"1","longitude":"116.7733670","maxDischargePower":"800000","maxFeedbackPower":"760000","maxTemperature":"100000","maxVoltage":"4000","mcu":"1","mileage":"22.96000000","minTemperature":"400000","minVoltage":"4000","motorControllerTemperature":"300000","motorCurrent":"49340000","motorSpeed":"55208","motorTemperature":"950000","motorTorque":"9050","motorVoltage":"21900","powerBattery":"66722.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"745000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969238045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:17.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969238045, longitude=116.7733670, latitude=39.5652980, speed=90.000, mileage=22.96000000, dischargeVoltage=215000, dischargeCurrent=24000, insulationResistance=260010000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=10.70, motorControllerTemperature=300000, motorSpeed=55208, motorTorque=9050, motorTemperature=950000, motorVoltage=21900, motorCurrent=49340000, powerBattery=66722., maxFeedbackPower=760000, maxDischargePower=800000, bmsSelfCheck=60, powerBatteryCurrent=40000, powerBatteryV3=745000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=400000, availableCapacity=860000, vehicleStatus=1, 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-21 19:27:17.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:17.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:17.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:17.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:17.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:17.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:17.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:17.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:17.134 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:17.134 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:17.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:17.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:17.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:17.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:17.194 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:17.194 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:17.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:17.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:17.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:17.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:17.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:17.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:17.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:17.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:17.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:17.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:17.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:17.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:17.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:17.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:17.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:17.396 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:17.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:17.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:17.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 33 39 30 34 36 31 31 36 2e 37 37 33 32 30 36 30 33 39 2e 35 36 35 38 36 31 30 33 36 2e 30 30 30 32 32 2e 39 38 30 30 30 30 30 30 34 39 36 30 30 30 31 35 30 30 30 32 32 33 39 35 30 30 30 30 44 37 30 32 30 39 2e 34 30 30 34 31 30 30 30 30 38 31 35 37 30 38 30 35 30 39 38 30 30 30 30 31 37 30 30 30 31 32 32 36 30 30 30 30 36 36 37 32 32 2e 33 37 30 30 30 30 38 36 30 30 30 30 30 30 37 30 30 30 30 34 38 34 30 30 30 34 30 30 30 33 30 30 30 36 30 30 30 30 30 39 30 30 30 30 30 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 37 7E -2024-06-21 19:27:17.998 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969239046, longitude=116.7732060, latitude=39.5658610, speed=36.000, mileage=22.98000000, dischargeVoltage=496000, dischargeCurrent=15000, insulationResistance=223950000, gear=D, accelerationPedal=70, brakePedal=20, fuelConsumption=9.400, motorControllerTemperature=410000, motorSpeed=81570, motorTorque=8050, motorTemperature=980000, motorVoltage=17000, motorCurrent=12260000, powerBattery=66722., maxFeedbackPower=370000, maxDischargePower=860000, bmsSelfCheck=00, powerBatteryCurrent=70000, powerBatteryV3=484000, maxVoltage=4000, minVoltage=3000, maxTemperature=600000, minTemperature=900000, availableCapacity=200000, vehicleStatus=1, 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-21 19:27:17.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:18.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"200000","bmsSelfCheck":"00","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"15000","dischargeVoltage":"496000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"223950000","latitude":"39.5658610","location":"1","longitude":"116.7732060","maxDischargePower":"860000","maxFeedbackPower":"370000","maxTemperature":"600000","maxVoltage":"4000","mcu":"1","mileage":"22.98000000","minTemperature":"900000","minVoltage":"3000","motorControllerTemperature":"410000","motorCurrent":"12260000","motorSpeed":"81570","motorTemperature":"980000","motorTorque":"8050","motorVoltage":"17000","powerBattery":"66722.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"484000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969239046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:18.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969239046, longitude=116.7732060, latitude=39.5658610, speed=36.000, mileage=22.98000000, dischargeVoltage=496000, dischargeCurrent=15000, insulationResistance=223950000, gear=D, accelerationPedal=70, brakePedal=20, fuelConsumption=9.400, motorControllerTemperature=410000, motorSpeed=81570, motorTorque=8050, motorTemperature=980000, motorVoltage=17000, motorCurrent=12260000, powerBattery=66722., maxFeedbackPower=370000, maxDischargePower=860000, bmsSelfCheck=00, powerBatteryCurrent=70000, powerBatteryV3=484000, maxVoltage=4000, minVoltage=3000, maxTemperature=600000, minTemperature=900000, availableCapacity=200000, vehicleStatus=1, 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-21 19:27:18.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:18.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:18.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:18.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:18.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:18.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:18.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:18.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:18.112 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:18.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:18.130 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:18.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:18.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:18.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:18.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:18.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:18.257 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:18.257 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:18.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:18.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:18.337 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:18.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:18.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:18.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:18.405 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:18.405 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:18.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:18.445 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:18.472 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:18.472 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:18.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:18.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:19.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:19.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:19.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 34 30 30 34 35 31 31 36 2e 37 37 33 30 33 34 30 33 39 2e 35 36 36 34 37 33 30 37 32 2e 30 30 30 32 33 2e 30 32 30 30 30 30 30 30 34 32 30 30 30 30 32 35 30 30 30 32 32 32 39 32 30 30 30 30 44 36 30 35 30 31 31 2e 31 30 33 39 30 30 30 30 39 36 39 34 32 35 34 32 30 38 30 30 30 30 30 31 33 35 30 30 31 34 31 39 31 30 30 30 36 36 37 32 32 2e 32 30 30 30 30 30 39 38 30 30 30 30 30 30 37 30 30 30 30 32 34 30 30 30 30 34 30 30 30 34 30 30 30 39 30 30 30 30 30 35 31 30 30 30 30 31 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0a 7E -2024-06-21 19:27:19.013 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969240045, longitude=116.7730340, latitude=39.5664730, speed=72.000, mileage=23.02000000, dischargeVoltage=420000, dischargeCurrent=25000, insulationResistance=222920000, gear=D, accelerationPedal=60, brakePedal=50, fuelConsumption=11.10, motorControllerTemperature=390000, motorSpeed=96942, motorTorque=5420, motorTemperature=800000, motorVoltage=13500, motorCurrent=14191000, powerBattery=66722., maxFeedbackPower=200000, maxDischargePower=980000, bmsSelfCheck=00, powerBatteryCurrent=70000, powerBatteryV3=240000, maxVoltage=4000, minVoltage=4000, maxTemperature=900000, minTemperature=510000, availableCapacity=170000, vehicleStatus=1, 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-21 19:27:19.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:19.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"170000","bmsSelfCheck":"00","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"25000","dischargeVoltage":"420000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"222920000","latitude":"39.5664730","location":"1","longitude":"116.7730340","maxDischargePower":"980000","maxFeedbackPower":"200000","maxTemperature":"900000","maxVoltage":"4000","mcu":"1","mileage":"23.02000000","minTemperature":"510000","minVoltage":"4000","motorControllerTemperature":"390000","motorCurrent":"14191000","motorSpeed":"96942","motorTemperature":"800000","motorTorque":"5420","motorVoltage":"13500","powerBattery":"66722.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"240000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969240045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:19.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969240045, longitude=116.7730340, latitude=39.5664730, speed=72.000, mileage=23.02000000, dischargeVoltage=420000, dischargeCurrent=25000, insulationResistance=222920000, gear=D, accelerationPedal=60, brakePedal=50, fuelConsumption=11.10, motorControllerTemperature=390000, motorSpeed=96942, motorTorque=5420, motorTemperature=800000, motorVoltage=13500, motorCurrent=14191000, powerBattery=66722., maxFeedbackPower=200000, maxDischargePower=980000, bmsSelfCheck=00, powerBatteryCurrent=70000, powerBatteryV3=240000, maxVoltage=4000, minVoltage=4000, maxTemperature=900000, minTemperature=510000, availableCapacity=170000, vehicleStatus=1, 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-21 19:27:19.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:19.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:19.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:19.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:19.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:19.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:19.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:19.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:19.119 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:19.119 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:19.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:19.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:19.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:19.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:19.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:19.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:19.215 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:19.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:19.235 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:19.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:19.257 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:19.257 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:19.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:19.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:19.295 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:19.295 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:19.314 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:19.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:19.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:19.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:19.365 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:19.365 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:20.064 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:20.064 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:20.064 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 34 31 30 34 35 31 31 36 2e 37 37 32 31 38 37 30 33 39 2e 35 36 36 33 37 34 30 39 30 2e 30 30 30 32 33 2e 30 37 30 30 30 30 30 30 35 36 31 30 30 30 31 32 30 30 30 32 32 37 39 32 30 30 30 30 44 34 30 32 30 31 31 2e 37 30 38 32 30 30 30 30 34 39 33 36 34 38 30 31 30 31 34 38 30 30 30 31 32 30 30 30 37 39 36 39 30 30 30 30 36 36 37 31 30 2e 33 34 30 30 30 30 38 37 30 30 30 30 35 30 30 30 30 30 30 34 36 34 30 30 30 34 30 30 30 34 30 30 30 39 33 30 30 30 30 33 31 30 30 30 30 38 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2f 7E -2024-06-21 19:27:20.064 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969241045, longitude=116.7721870, latitude=39.5663740, speed=90.000, mileage=23.07000000, dischargeVoltage=561000, dischargeCurrent=12000, insulationResistance=227920000, gear=D, accelerationPedal=40, brakePedal=20, fuelConsumption=11.70, motorControllerTemperature=820000, motorSpeed=49364, motorTorque=8010, motorTemperature=148000, motorVoltage=12000, motorCurrent=79690000, powerBattery=66710., maxFeedbackPower=340000, maxDischargePower=870000, bmsSelfCheck=50, powerBatteryCurrent=00000, powerBatteryV3=464000, maxVoltage=4000, minVoltage=4000, maxTemperature=930000, minTemperature=310000, availableCapacity=820000, vehicleStatus=1, 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-21 19:27:20.067 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:20.067 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"820000","bmsSelfCheck":"50","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"12000","dischargeVoltage":"561000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"227920000","latitude":"39.5663740","location":"1","longitude":"116.7721870","maxDischargePower":"870000","maxFeedbackPower":"340000","maxTemperature":"930000","maxVoltage":"4000","mcu":"1","mileage":"23.07000000","minTemperature":"310000","minVoltage":"4000","motorControllerTemperature":"820000","motorCurrent":"79690000","motorSpeed":"49364","motorTemperature":"148000","motorTorque":"8010","motorVoltage":"12000","powerBattery":"66710.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"464000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969241045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:20.067 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969241045, longitude=116.7721870, latitude=39.5663740, speed=90.000, mileage=23.07000000, dischargeVoltage=561000, dischargeCurrent=12000, insulationResistance=227920000, gear=D, accelerationPedal=40, brakePedal=20, fuelConsumption=11.70, motorControllerTemperature=820000, motorSpeed=49364, motorTorque=8010, motorTemperature=148000, motorVoltage=12000, motorCurrent=79690000, powerBattery=66710., maxFeedbackPower=340000, maxDischargePower=870000, bmsSelfCheck=50, powerBatteryCurrent=00000, powerBatteryV3=464000, maxVoltage=4000, minVoltage=4000, maxTemperature=930000, minTemperature=310000, availableCapacity=820000, vehicleStatus=1, 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-21 19:27:20.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:20.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:20.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:20.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:20.159 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:20.159 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:20.189 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:20.189 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:20.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:20.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:20.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:20.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:20.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:20.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:20.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:20.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:20.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:20.321 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:20.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:20.338 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:20.360 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:20.360 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:20.384 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:20.384 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:20.472 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:20.472 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:20.501 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:20.501 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:20.554 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:20.554 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:20.589 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:20.589 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:21.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:21.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:21.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 34 32 30 34 35 31 31 36 2e 37 37 31 33 38 32 30 33 39 2e 35 36 36 32 35 34 30 35 34 2e 30 30 30 32 33 2e 31 30 30 30 30 30 30 30 37 33 30 30 30 30 32 35 30 30 30 34 37 37 30 30 30 30 30 30 44 35 30 37 30 31 31 2e 34 30 32 38 30 30 30 30 36 38 37 35 31 31 31 34 30 37 38 30 30 30 30 31 37 34 30 30 33 30 34 39 30 30 30 30 36 36 37 31 30 2e 31 32 30 30 30 30 39 32 30 30 30 30 31 30 39 30 30 30 30 36 33 38 30 30 30 33 30 30 30 34 30 30 30 32 37 30 30 30 30 35 31 30 30 30 30 35 33 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1a 7E -2024-06-21 19:27:21.007 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969242045, longitude=116.7713820, latitude=39.5662540, speed=54.000, mileage=23.10000000, dischargeVoltage=730000, dischargeCurrent=25000, insulationResistance=477000000, gear=D, accelerationPedal=50, brakePedal=70, fuelConsumption=11.40, motorControllerTemperature=280000, motorSpeed=68751, motorTorque=1140, motorTemperature=780000, motorVoltage=17400, motorCurrent=30490000, powerBattery=66710., maxFeedbackPower=120000, maxDischargePower=920000, bmsSelfCheck=10, powerBatteryCurrent=90000, powerBatteryV3=638000, maxVoltage=3000, minVoltage=4000, maxTemperature=270000, minTemperature=510000, availableCapacity=530000, vehicleStatus=1, 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-21 19:27:21.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:21.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"530000","bmsSelfCheck":"10","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"25000","dischargeVoltage":"730000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"477000000","latitude":"39.5662540","location":"1","longitude":"116.7713820","maxDischargePower":"920000","maxFeedbackPower":"120000","maxTemperature":"270000","maxVoltage":"3000","mcu":"1","mileage":"23.10000000","minTemperature":"510000","minVoltage":"4000","motorControllerTemperature":"280000","motorCurrent":"30490000","motorSpeed":"68751","motorTemperature":"780000","motorTorque":"1140","motorVoltage":"17400","powerBattery":"66710.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"638000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969242045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:21.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969242045, longitude=116.7713820, latitude=39.5662540, speed=54.000, mileage=23.10000000, dischargeVoltage=730000, dischargeCurrent=25000, insulationResistance=477000000, gear=D, accelerationPedal=50, brakePedal=70, fuelConsumption=11.40, motorControllerTemperature=280000, motorSpeed=68751, motorTorque=1140, motorTemperature=780000, motorVoltage=17400, motorCurrent=30490000, powerBattery=66710., maxFeedbackPower=120000, maxDischargePower=920000, bmsSelfCheck=10, powerBatteryCurrent=90000, powerBatteryV3=638000, maxVoltage=3000, minVoltage=4000, maxTemperature=270000, minTemperature=510000, availableCapacity=530000, vehicleStatus=1, 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-21 19:27:21.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:21.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:21.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:21.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:21.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:21.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:21.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:21.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:21.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:21.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:21.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:21.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:21.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:21.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:21.167 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:21.167 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:21.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:21.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:21.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:21.209 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:21.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:21.251 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:21.284 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:21.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:21.324 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:21.324 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:21.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:21.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:21.428 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:21.429 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:21.458 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:21.458 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:22.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:22.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:22.009 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 34 33 30 34 36 31 31 36 2e 37 37 30 30 35 32 30 33 39 2e 35 36 36 30 33 39 30 31 30 38 2e 30 30 32 33 2e 31 36 30 30 30 30 30 30 31 32 36 30 30 30 34 37 30 30 30 31 30 36 33 36 30 30 30 30 44 34 30 34 30 31 31 2e 38 30 35 33 30 30 30 30 34 33 36 30 30 37 37 33 30 35 30 30 30 30 30 31 35 34 30 30 31 34 39 31 32 30 30 30 36 36 36 39 39 2e 31 35 30 30 30 30 32 38 30 30 30 30 36 30 31 30 30 30 30 36 32 31 30 30 30 34 30 30 30 33 30 30 30 37 35 30 30 30 30 37 30 30 30 30 30 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 11 7E -2024-06-21 19:27:22.009 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969243046, longitude=116.7700520, latitude=39.5660390, speed=108.00, mileage=23.16000000, dischargeVoltage=126000, dischargeCurrent=47000, insulationResistance=106360000, gear=D, accelerationPedal=40, brakePedal=40, fuelConsumption=11.80, motorControllerTemperature=530000, motorSpeed=43600, motorTorque=7730, motorTemperature=500000, motorVoltage=15400, motorCurrent=14912000, powerBattery=66699., maxFeedbackPower=150000, maxDischargePower=280000, bmsSelfCheck=60, powerBatteryCurrent=10000, powerBatteryV3=621000, maxVoltage=4000, minVoltage=3000, maxTemperature=750000, minTemperature=700000, availableCapacity=100000, vehicleStatus=1, 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-21 19:27:22.011 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:22.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"100000","bmsSelfCheck":"60","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"126000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"106360000","latitude":"39.5660390","location":"1","longitude":"116.7700520","maxDischargePower":"280000","maxFeedbackPower":"150000","maxTemperature":"750000","maxVoltage":"4000","mcu":"1","mileage":"23.16000000","minTemperature":"700000","minVoltage":"3000","motorControllerTemperature":"530000","motorCurrent":"14912000","motorSpeed":"43600","motorTemperature":"500000","motorTorque":"7730","motorVoltage":"15400","powerBattery":"66699.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"621000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969243046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:22.012 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969243046, longitude=116.7700520, latitude=39.5660390, speed=108.00, mileage=23.16000000, dischargeVoltage=126000, dischargeCurrent=47000, insulationResistance=106360000, gear=D, accelerationPedal=40, brakePedal=40, fuelConsumption=11.80, motorControllerTemperature=530000, motorSpeed=43600, motorTorque=7730, motorTemperature=500000, motorVoltage=15400, motorCurrent=14912000, powerBattery=66699., maxFeedbackPower=150000, maxDischargePower=280000, bmsSelfCheck=60, powerBatteryCurrent=10000, powerBatteryV3=621000, maxVoltage=4000, minVoltage=3000, maxTemperature=750000, minTemperature=700000, availableCapacity=100000, vehicleStatus=1, 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-21 19:27:22.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:22.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:22.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:22.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:22.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:22.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:22.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:22.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:22.180 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:22.181 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:22.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:22.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:22.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:22.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:22.242 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:22.242 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:22.259 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:22.259 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:22.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:22.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:22.303 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:22.303 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:22.323 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:22.323 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:22.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:22.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:22.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:22.369 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:22.393 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:22.393 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:22.412 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:22.412 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:22.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:22.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:22.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 34 34 30 34 35 31 31 36 2e 37 36 39 31 30 32 30 33 39 2e 35 36 35 38 38 32 30 35 34 2e 30 30 30 32 33 2e 31 39 30 30 30 30 30 30 32 33 37 30 30 30 32 38 30 30 30 31 32 37 32 32 30 30 30 30 44 31 30 38 30 31 30 2e 31 30 32 31 30 30 30 30 36 31 39 33 38 33 33 31 30 31 31 34 30 30 30 31 33 37 30 30 31 30 31 31 38 30 30 30 36 36 36 39 39 2e 34 32 30 30 30 30 36 33 30 30 30 30 39 30 31 30 30 30 30 32 34 37 30 30 30 33 30 30 30 34 30 30 30 32 31 30 30 30 30 39 37 30 30 30 30 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1d 7E -2024-06-21 19:27:22.997 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969244045, longitude=116.7691020, latitude=39.5658820, speed=54.000, mileage=23.19000000, dischargeVoltage=237000, dischargeCurrent=28000, insulationResistance=127220000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=10.10, motorControllerTemperature=210000, motorSpeed=61938, motorTorque=3310, motorTemperature=114000, motorVoltage=13700, motorCurrent=10118000, powerBattery=66699., maxFeedbackPower=420000, maxDischargePower=630000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=247000, maxVoltage=3000, minVoltage=4000, maxTemperature=210000, minTemperature=970000, availableCapacity=700000, vehicleStatus=1, 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-21 19:27:22.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:22.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"700000","bmsSelfCheck":"90","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"28000","dischargeVoltage":"237000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.10","gear":"D","insulationResistance":"127220000","latitude":"39.5658820","location":"1","longitude":"116.7691020","maxDischargePower":"630000","maxFeedbackPower":"420000","maxTemperature":"210000","maxVoltage":"3000","mcu":"1","mileage":"23.19000000","minTemperature":"970000","minVoltage":"4000","motorControllerTemperature":"210000","motorCurrent":"10118000","motorSpeed":"61938","motorTemperature":"114000","motorTorque":"3310","motorVoltage":"13700","powerBattery":"66699.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"247000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969244045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:22.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969244045, longitude=116.7691020, latitude=39.5658820, speed=54.000, mileage=23.19000000, dischargeVoltage=237000, dischargeCurrent=28000, insulationResistance=127220000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=10.10, motorControllerTemperature=210000, motorSpeed=61938, motorTorque=3310, motorTemperature=114000, motorVoltage=13700, motorCurrent=10118000, powerBattery=66699., maxFeedbackPower=420000, maxDischargePower=630000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=247000, maxVoltage=3000, minVoltage=4000, maxTemperature=210000, minTemperature=970000, availableCapacity=700000, vehicleStatus=1, 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-21 19:27:23.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:23.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:23.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:23.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:23.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:23.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:23.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:23.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:23.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:23.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:23.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:23.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:23.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:23.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:23.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:23.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:23.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:23.406 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:23.428 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:23.428 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:23.457 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:23.457 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:23.479 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:23.480 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:23.508 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:23.508 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:23.539 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:23.539 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:23.561 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:23.561 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:23.580 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:23.580 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:23.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:23.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:23.999 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 34 35 30 34 35 31 31 36 2e 37 36 38 32 37 36 30 33 39 2e 35 36 35 37 36 32 30 39 30 2e 30 30 30 32 33 2e 32 34 30 30 30 30 30 30 35 39 35 30 30 30 33 31 30 30 30 32 34 30 35 39 30 30 30 30 44 37 30 35 30 39 2e 32 30 30 34 36 30 30 30 30 32 37 36 39 31 39 35 39 30 31 34 30 30 30 30 32 37 36 30 30 38 37 39 36 30 30 30 30 36 36 36 38 39 2e 33 35 30 30 30 30 36 36 30 30 30 30 31 30 36 30 30 30 30 35 38 30 30 30 30 34 30 30 30 33 30 30 30 37 31 30 30 30 30 38 36 30 30 30 30 39 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 6b 7E -2024-06-21 19:27:23.999 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969245045, longitude=116.7682760, latitude=39.5657620, speed=90.000, mileage=23.24000000, dischargeVoltage=595000, dischargeCurrent=31000, insulationResistance=240590000, gear=D, accelerationPedal=70, brakePedal=50, fuelConsumption=9.200, motorControllerTemperature=460000, motorSpeed=27691, motorTorque=9590, motorTemperature=140000, motorVoltage=27600, motorCurrent=87960000, powerBattery=66689., maxFeedbackPower=350000, maxDischargePower=660000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=580000, maxVoltage=4000, minVoltage=3000, maxTemperature=710000, minTemperature=860000, availableCapacity=950000, vehicleStatus=1, 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-21 19:27:24.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:24.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"950000","bmsSelfCheck":"10","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"31000","dischargeVoltage":"595000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"240590000","latitude":"39.5657620","location":"1","longitude":"116.7682760","maxDischargePower":"660000","maxFeedbackPower":"350000","maxTemperature":"710000","maxVoltage":"4000","mcu":"1","mileage":"23.24000000","minTemperature":"860000","minVoltage":"3000","motorControllerTemperature":"460000","motorCurrent":"87960000","motorSpeed":"27691","motorTemperature":"140000","motorTorque":"9590","motorVoltage":"27600","powerBattery":"66689.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"580000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969245045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:24.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969245045, longitude=116.7682760, latitude=39.5657620, speed=90.000, mileage=23.24000000, dischargeVoltage=595000, dischargeCurrent=31000, insulationResistance=240590000, gear=D, accelerationPedal=70, brakePedal=50, fuelConsumption=9.200, motorControllerTemperature=460000, motorSpeed=27691, motorTorque=9590, motorTemperature=140000, motorVoltage=27600, motorCurrent=87960000, powerBattery=66689., maxFeedbackPower=350000, maxDischargePower=660000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=580000, maxVoltage=4000, minVoltage=3000, maxTemperature=710000, minTemperature=860000, availableCapacity=950000, vehicleStatus=1, 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-21 19:27:24.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:24.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:24.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:24.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:24.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:24.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:24.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:24.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:24.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:24.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:24.172 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:24.172 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:24.195 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:24.195 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:24.214 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:24.214 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:24.244 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:24.244 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:24.274 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:24.274 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:24.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:24.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:24.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:24.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:24.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:24.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:24.398 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:24.398 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:24.429 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:24.429 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:24.446 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:24.446 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:24.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:24.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:24.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 34 36 30 34 36 31 31 36 2e 37 36 37 30 33 37 30 33 39 2e 35 36 35 35 32 36 30 31 30 38 2e 30 30 32 33 2e 33 30 30 30 30 30 30 30 34 35 37 30 30 30 31 31 30 30 30 34 36 37 33 30 30 30 30 30 44 38 30 31 30 31 31 2e 34 30 33 30 30 30 30 30 32 35 38 35 36 35 32 34 30 31 33 31 30 30 30 31 37 31 30 30 35 34 39 30 30 30 30 30 36 36 36 37 38 2e 38 34 30 30 30 30 36 38 30 30 30 30 31 33 31 34 30 30 30 37 30 38 30 30 30 34 30 30 30 34 30 30 30 39 39 30 30 30 30 34 38 30 30 30 30 39 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 45 7E -2024-06-21 19:27:24.997 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969246046, longitude=116.7670370, latitude=39.5655260, speed=108.00, mileage=23.30000000, dischargeVoltage=457000, dischargeCurrent=11000, insulationResistance=467300000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=11.40, motorControllerTemperature=300000, motorSpeed=25856, motorTorque=5240, motorTemperature=131000, motorVoltage=17100, motorCurrent=54900000, powerBattery=66678., maxFeedbackPower=840000, maxDischargePower=680000, bmsSelfCheck=13, powerBatteryCurrent=14000, powerBatteryV3=708000, maxVoltage=4000, minVoltage=4000, maxTemperature=990000, minTemperature=480000, availableCapacity=980000, vehicleStatus=1, 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-21 19:27:24.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:24.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"980000","bmsSelfCheck":"13","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"457000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"467300000","latitude":"39.5655260","location":"1","longitude":"116.7670370","maxDischargePower":"680000","maxFeedbackPower":"840000","maxTemperature":"990000","maxVoltage":"4000","mcu":"1","mileage":"23.30000000","minTemperature":"480000","minVoltage":"4000","motorControllerTemperature":"300000","motorCurrent":"54900000","motorSpeed":"25856","motorTemperature":"131000","motorTorque":"5240","motorVoltage":"17100","powerBattery":"66678.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"708000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969246046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:24.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969246046, longitude=116.7670370, latitude=39.5655260, speed=108.00, mileage=23.30000000, dischargeVoltage=457000, dischargeCurrent=11000, insulationResistance=467300000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=11.40, motorControllerTemperature=300000, motorSpeed=25856, motorTorque=5240, motorTemperature=131000, motorVoltage=17100, motorCurrent=54900000, powerBattery=66678., maxFeedbackPower=840000, maxDischargePower=680000, bmsSelfCheck=13, powerBatteryCurrent=14000, powerBatteryV3=708000, maxVoltage=4000, minVoltage=4000, maxTemperature=990000, minTemperature=480000, availableCapacity=980000, vehicleStatus=1, 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-21 19:27:25.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:25.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:25.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:25.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:25.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:25.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:25.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:25.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:25.119 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:25.119 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:25.147 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:25.147 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:25.164 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:25.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:25.197 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:25.197 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:25.227 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:25.227 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:25.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:25.245 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:25.265 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:25.265 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:25.284 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:25.284 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:25.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:25.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:25.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:25.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:25.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:25.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:25.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:25.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:26.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:26.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:26.003 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 34 37 30 34 35 31 31 36 2e 37 36 35 37 35 35 30 33 39 2e 35 36 35 32 39 38 30 31 30 38 2e 30 30 32 33 2e 33 36 30 30 30 30 30 30 31 34 33 30 30 30 31 33 30 30 30 33 33 39 35 30 30 30 30 30 44 36 30 33 30 31 30 2e 30 30 32 37 30 30 30 30 38 31 38 35 31 37 39 30 30 31 30 39 30 30 30 31 39 33 30 30 38 39 39 30 30 30 30 30 36 36 36 36 38 2e 33 38 30 30 30 30 32 32 30 30 30 30 30 30 31 30 30 30 30 32 36 35 30 30 30 33 30 30 30 33 30 30 30 39 30 30 30 30 30 36 38 30 30 30 30 39 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 41 7E -2024-06-21 19:27:26.003 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969247045, longitude=116.7657550, latitude=39.5652980, speed=108.00, mileage=23.36000000, dischargeVoltage=143000, dischargeCurrent=13000, insulationResistance=339500000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=10.00, motorControllerTemperature=270000, motorSpeed=81851, motorTorque=7900, motorTemperature=109000, motorVoltage=19300, motorCurrent=89900000, powerBattery=66668., maxFeedbackPower=380000, maxDischargePower=220000, bmsSelfCheck=00, powerBatteryCurrent=10000, powerBatteryV3=265000, maxVoltage=3000, minVoltage=3000, maxTemperature=900000, minTemperature=680000, availableCapacity=940000, vehicleStatus=1, 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-21 19:27:26.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:26.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"940000","bmsSelfCheck":"00","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"13000","dischargeVoltage":"143000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.00","gear":"D","insulationResistance":"339500000","latitude":"39.5652980","location":"1","longitude":"116.7657550","maxDischargePower":"220000","maxFeedbackPower":"380000","maxTemperature":"900000","maxVoltage":"3000","mcu":"1","mileage":"23.36000000","minTemperature":"680000","minVoltage":"3000","motorControllerTemperature":"270000","motorCurrent":"89900000","motorSpeed":"81851","motorTemperature":"109000","motorTorque":"7900","motorVoltage":"19300","powerBattery":"66668.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"265000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969247045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:26.005 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969247045, longitude=116.7657550, latitude=39.5652980, speed=108.00, mileage=23.36000000, dischargeVoltage=143000, dischargeCurrent=13000, insulationResistance=339500000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=10.00, motorControllerTemperature=270000, motorSpeed=81851, motorTorque=7900, motorTemperature=109000, motorVoltage=19300, motorCurrent=89900000, powerBattery=66668., maxFeedbackPower=380000, maxDischargePower=220000, bmsSelfCheck=00, powerBatteryCurrent=10000, powerBatteryV3=265000, maxVoltage=3000, minVoltage=3000, maxTemperature=900000, minTemperature=680000, availableCapacity=940000, vehicleStatus=1, 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-21 19:27:26.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:26.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:26.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:26.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:26.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:26.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:26.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:26.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:26.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:26.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:26.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:26.146 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:26.172 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:26.172 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:26.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:26.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:26.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:26.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:26.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:26.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:26.284 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:26.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:26.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:26.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:26.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:26.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:26.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:26.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:26.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:26.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:26.392 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:26.393 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:27.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:27.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:27.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 34 38 30 34 36 31 31 36 2e 37 36 34 35 36 39 30 33 39 2e 35 36 35 31 32 31 30 39 30 2e 30 30 30 32 33 2e 34 31 30 30 30 30 30 30 32 33 36 30 30 30 31 31 30 30 30 32 35 35 36 38 30 30 30 30 44 34 30 36 30 31 31 2e 38 30 35 34 30 30 30 30 39 36 38 34 30 32 33 39 30 31 34 31 30 30 30 31 35 33 30 30 38 32 32 37 30 30 30 30 36 36 36 35 36 2e 39 38 30 30 30 30 33 30 30 30 30 30 31 31 35 30 30 30 30 32 39 37 30 30 30 34 30 30 30 33 30 30 30 31 38 30 30 30 30 38 36 30 30 30 30 38 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 44 7E -2024-06-21 19:27:27.013 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969248046, longitude=116.7645690, latitude=39.5651210, speed=90.000, mileage=23.41000000, dischargeVoltage=236000, dischargeCurrent=11000, insulationResistance=255680000, gear=D, accelerationPedal=40, brakePedal=60, fuelConsumption=11.80, motorControllerTemperature=540000, motorSpeed=96840, motorTorque=2390, motorTemperature=141000, motorVoltage=15300, motorCurrent=82270000, powerBattery=66656., maxFeedbackPower=980000, maxDischargePower=300000, bmsSelfCheck=11, powerBatteryCurrent=50000, powerBatteryV3=297000, maxVoltage=4000, minVoltage=3000, maxTemperature=180000, minTemperature=860000, availableCapacity=850000, vehicleStatus=1, 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-21 19:27:27.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:27.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"850000","bmsSelfCheck":"11","brakePedal":"60","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"236000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"255680000","latitude":"39.5651210","location":"1","longitude":"116.7645690","maxDischargePower":"300000","maxFeedbackPower":"980000","maxTemperature":"180000","maxVoltage":"4000","mcu":"1","mileage":"23.41000000","minTemperature":"860000","minVoltage":"3000","motorControllerTemperature":"540000","motorCurrent":"82270000","motorSpeed":"96840","motorTemperature":"141000","motorTorque":"2390","motorVoltage":"15300","powerBattery":"66656.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"297000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969248046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:27.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969248046, longitude=116.7645690, latitude=39.5651210, speed=90.000, mileage=23.41000000, dischargeVoltage=236000, dischargeCurrent=11000, insulationResistance=255680000, gear=D, accelerationPedal=40, brakePedal=60, fuelConsumption=11.80, motorControllerTemperature=540000, motorSpeed=96840, motorTorque=2390, motorTemperature=141000, motorVoltage=15300, motorCurrent=82270000, powerBattery=66656., maxFeedbackPower=980000, maxDischargePower=300000, bmsSelfCheck=11, powerBatteryCurrent=50000, powerBatteryV3=297000, maxVoltage=4000, minVoltage=3000, maxTemperature=180000, minTemperature=860000, availableCapacity=850000, vehicleStatus=1, 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-21 19:27:27.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:27.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:27.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:27.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:27.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:27.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:27.117 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:27.117 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:27.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:27.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:27.173 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:27.173 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:27.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:27.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:27.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:27.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:27.275 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:27.275 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:27.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:27.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:27.407 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:27.407 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:27.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:27.432 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:27.486 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:27.486 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:27.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:27.505 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:27.524 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:27.524 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:27.551 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:27.551 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:27.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:27.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:27.998 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 34 39 30 34 36 31 31 36 2e 37 36 33 30 34 31 30 33 39 2e 35 36 34 38 35 34 30 31 34 34 2e 30 30 32 33 2e 34 39 30 30 30 30 30 30 33 36 33 30 30 30 33 39 30 30 30 34 35 31 35 30 30 30 30 30 44 30 30 34 30 31 31 2e 31 30 37 36 30 30 30 30 38 37 32 30 33 31 38 35 30 36 30 30 30 30 30 31 38 33 30 30 35 39 30 39 30 30 30 30 36 36 36 34 35 2e 38 32 30 30 30 30 39 30 30 30 30 30 35 30 31 30 30 30 30 33 37 33 30 30 30 33 30 30 30 33 30 30 30 32 34 30 30 30 30 35 37 30 30 30 30 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 28 7E -2024-06-21 19:27:27.998 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969249046, longitude=116.7630410, latitude=39.5648540, speed=144.00, mileage=23.49000000, dischargeVoltage=363000, dischargeCurrent=39000, insulationResistance=451500000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=11.10, motorControllerTemperature=760000, motorSpeed=87203, motorTorque=1850, motorTemperature=600000, motorVoltage=18300, motorCurrent=59090000, powerBattery=66645., maxFeedbackPower=820000, maxDischargePower=900000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=373000, maxVoltage=3000, minVoltage=3000, maxTemperature=240000, minTemperature=570000, availableCapacity=400000, vehicleStatus=1, 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-21 19:27:28.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:28.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"400000","bmsSelfCheck":"50","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"39000","dischargeVoltage":"363000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"451500000","latitude":"39.5648540","location":"1","longitude":"116.7630410","maxDischargePower":"900000","maxFeedbackPower":"820000","maxTemperature":"240000","maxVoltage":"3000","mcu":"1","mileage":"23.49000000","minTemperature":"570000","minVoltage":"3000","motorControllerTemperature":"760000","motorCurrent":"59090000","motorSpeed":"87203","motorTemperature":"600000","motorTorque":"1850","motorVoltage":"18300","powerBattery":"66645.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"373000","ptc":"1","runStatus":"1","soc":"1","speed":"144.00","timestamp":"1718969249046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:28.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969249046, longitude=116.7630410, latitude=39.5648540, speed=144.00, mileage=23.49000000, dischargeVoltage=363000, dischargeCurrent=39000, insulationResistance=451500000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=11.10, motorControllerTemperature=760000, motorSpeed=87203, motorTorque=1850, motorTemperature=600000, motorVoltage=18300, motorCurrent=59090000, powerBattery=66645., maxFeedbackPower=820000, maxDischargePower=900000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=373000, maxVoltage=3000, minVoltage=3000, maxTemperature=240000, minTemperature=570000, availableCapacity=400000, vehicleStatus=1, 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-21 19:27:28.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:28.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:28.068 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:28.068 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:28.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:28.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:28.118 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:28.118 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:28.144 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:28.144 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:28.168 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:28.168 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:28.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:28.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:28.227 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:28.228 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:28.246 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:28.246 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:28.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:28.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:28.298 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:28.298 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:28.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:28.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:28.347 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:28.347 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:28.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:28.372 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:28.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:28.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:28.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:28.416 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:29.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:29.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:29.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 35 30 30 34 35 31 31 36 2e 37 36 31 36 33 35 30 33 39 2e 35 36 34 37 30 34 30 31 36 32 2e 30 30 32 33 2e 35 38 30 30 30 30 30 30 31 31 38 30 30 30 34 32 30 30 30 32 38 37 33 39 30 30 30 30 44 39 30 31 30 39 2e 30 30 30 33 37 30 30 30 30 37 37 34 35 31 33 34 31 30 31 31 34 30 30 30 31 39 36 30 30 34 30 38 37 30 30 30 30 36 36 36 33 36 2e 34 30 30 30 30 30 38 34 30 30 30 30 31 33 31 30 30 30 30 33 35 30 30 30 30 34 30 30 30 34 30 30 30 37 32 30 30 30 30 31 30 30 30 30 30 31 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1d 7E -2024-06-21 19:27:29.007 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969250045, longitude=116.7616350, latitude=39.5647040, speed=162.00, mileage=23.58000000, dischargeVoltage=118000, dischargeCurrent=42000, insulationResistance=287390000, gear=D, accelerationPedal=90, brakePedal=10, fuelConsumption=9.000, motorControllerTemperature=370000, motorSpeed=77451, motorTorque=3410, motorTemperature=114000, motorVoltage=19600, motorCurrent=40870000, powerBattery=66636., maxFeedbackPower=400000, maxDischargePower=840000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=350000, maxVoltage=4000, minVoltage=4000, maxTemperature=720000, minTemperature=100000, availableCapacity=120000, vehicleStatus=1, 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-21 19:27:29.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:29.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"120000","bmsSelfCheck":"13","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"42000","dischargeVoltage":"118000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.000","gear":"D","insulationResistance":"287390000","latitude":"39.5647040","location":"1","longitude":"116.7616350","maxDischargePower":"840000","maxFeedbackPower":"400000","maxTemperature":"720000","maxVoltage":"4000","mcu":"1","mileage":"23.58000000","minTemperature":"100000","minVoltage":"4000","motorControllerTemperature":"370000","motorCurrent":"40870000","motorSpeed":"77451","motorTemperature":"114000","motorTorque":"3410","motorVoltage":"19600","powerBattery":"66636.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"350000","ptc":"1","runStatus":"1","soc":"1","speed":"162.00","timestamp":"1718969250045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:29.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969250045, longitude=116.7616350, latitude=39.5647040, speed=162.00, mileage=23.58000000, dischargeVoltage=118000, dischargeCurrent=42000, insulationResistance=287390000, gear=D, accelerationPedal=90, brakePedal=10, fuelConsumption=9.000, motorControllerTemperature=370000, motorSpeed=77451, motorTorque=3410, motorTemperature=114000, motorVoltage=19600, motorCurrent=40870000, powerBattery=66636., maxFeedbackPower=400000, maxDischargePower=840000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=350000, maxVoltage=4000, minVoltage=4000, maxTemperature=720000, minTemperature=100000, availableCapacity=120000, vehicleStatus=1, 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-21 19:27:29.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:29.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:29.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:29.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:29.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:29.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:29.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:29.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:29.117 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:29.117 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:29.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:29.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:29.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:29.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:29.259 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:29.259 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:29.288 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:29.289 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:29.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:29.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:29.378 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:29.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:29.407 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:29.408 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:29.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:29.426 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:29.449 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:29.449 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:29.475 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:29.476 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:29.498 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:29.499 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:29.996 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:29.996 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:29.996 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 35 31 30 34 35 31 31 36 2e 37 36 31 32 37 36 30 33 39 2e 35 36 34 39 31 31 30 35 34 2e 30 30 30 32 33 2e 36 31 30 30 30 30 30 30 32 38 35 30 30 30 31 38 30 30 30 31 38 30 31 31 30 30 30 30 44 32 30 32 30 39 2e 35 30 30 37 37 30 30 30 30 36 34 36 31 31 39 33 33 30 37 31 30 30 30 30 31 37 39 30 30 33 35 37 35 30 30 30 30 36 36 36 33 36 2e 38 39 30 30 30 30 32 34 30 30 30 30 30 30 37 30 30 30 30 32 35 32 30 30 30 34 30 30 30 34 30 30 30 39 33 30 30 30 30 36 39 30 30 30 30 39 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3d 7E -2024-06-21 19:27:29.996 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969251045, longitude=116.7612760, latitude=39.5649110, speed=54.000, mileage=23.61000000, dischargeVoltage=285000, dischargeCurrent=18000, insulationResistance=180110000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=9.500, motorControllerTemperature=770000, motorSpeed=64611, motorTorque=9330, motorTemperature=710000, motorVoltage=17900, motorCurrent=35750000, powerBattery=66636., maxFeedbackPower=890000, maxDischargePower=240000, bmsSelfCheck=00, powerBatteryCurrent=70000, powerBatteryV3=252000, maxVoltage=4000, minVoltage=4000, maxTemperature=930000, minTemperature=690000, availableCapacity=950000, vehicleStatus=1, 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-21 19:27:29.998 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:29.998 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"950000","bmsSelfCheck":"00","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"18000","dischargeVoltage":"285000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.500","gear":"D","insulationResistance":"180110000","latitude":"39.5649110","location":"1","longitude":"116.7612760","maxDischargePower":"240000","maxFeedbackPower":"890000","maxTemperature":"930000","maxVoltage":"4000","mcu":"1","mileage":"23.61000000","minTemperature":"690000","minVoltage":"4000","motorControllerTemperature":"770000","motorCurrent":"35750000","motorSpeed":"64611","motorTemperature":"710000","motorTorque":"9330","motorVoltage":"17900","powerBattery":"66636.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"252000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969251045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:29.998 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969251045, longitude=116.7612760, latitude=39.5649110, speed=54.000, mileage=23.61000000, dischargeVoltage=285000, dischargeCurrent=18000, insulationResistance=180110000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=9.500, motorControllerTemperature=770000, motorSpeed=64611, motorTorque=9330, motorTemperature=710000, motorVoltage=17900, motorCurrent=35750000, powerBattery=66636., maxFeedbackPower=890000, maxDischargePower=240000, bmsSelfCheck=00, powerBatteryCurrent=70000, powerBatteryV3=252000, maxVoltage=4000, minVoltage=4000, maxTemperature=930000, minTemperature=690000, availableCapacity=950000, vehicleStatus=1, 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-21 19:27:30.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:30.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:30.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:30.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:30.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:30.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:30.112 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:30.112 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:30.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:30.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:30.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:30.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:30.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:30.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:30.201 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:30.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:30.240 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:30.240 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:30.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:30.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:30.340 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:30.341 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:30.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:30.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:30.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:30.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:30.431 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:30.431 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:30.507 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:30.507 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:30.569 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:30.570 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:30.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:30.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:30.997 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 35 32 30 34 36 31 31 36 2e 37 36 31 30 35 30 30 33 39 2e 35 36 35 37 37 35 30 35 34 2e 30 30 30 32 33 2e 36 34 30 30 30 30 30 30 32 39 31 30 30 30 31 30 30 30 30 31 36 32 38 30 30 30 30 30 44 36 30 34 30 31 31 2e 39 30 36 30 30 30 30 30 33 33 34 31 39 33 34 33 30 31 30 30 30 30 30 32 39 35 30 30 31 33 34 37 30 30 30 30 36 36 36 33 36 2e 36 39 30 30 30 30 38 36 30 30 30 30 38 30 37 30 30 30 30 33 36 33 30 30 30 33 30 30 30 33 30 30 30 36 31 30 30 30 30 38 31 30 30 30 30 35 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2a 7E -2024-06-21 19:27:30.997 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969252046, longitude=116.7610500, latitude=39.5657750, speed=54.000, mileage=23.64000000, dischargeVoltage=291000, dischargeCurrent=10000, insulationResistance=162800000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=11.90, motorControllerTemperature=600000, motorSpeed=33419, motorTorque=3430, motorTemperature=100000, motorVoltage=29500, motorCurrent=13470000, powerBattery=66636., maxFeedbackPower=690000, maxDischargePower=860000, bmsSelfCheck=80, powerBatteryCurrent=70000, powerBatteryV3=363000, maxVoltage=3000, minVoltage=3000, maxTemperature=610000, minTemperature=810000, availableCapacity=580000, vehicleStatus=1, 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-21 19:27:31.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:31.000 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"580000","bmsSelfCheck":"80","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"10000","dischargeVoltage":"291000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"162800000","latitude":"39.5657750","location":"1","longitude":"116.7610500","maxDischargePower":"860000","maxFeedbackPower":"690000","maxTemperature":"610000","maxVoltage":"3000","mcu":"1","mileage":"23.64000000","minTemperature":"810000","minVoltage":"3000","motorControllerTemperature":"600000","motorCurrent":"13470000","motorSpeed":"33419","motorTemperature":"100000","motorTorque":"3430","motorVoltage":"29500","powerBattery":"66636.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"363000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969252046","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:31.001 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969252046, longitude=116.7610500, latitude=39.5657750, speed=54.000, mileage=23.64000000, dischargeVoltage=291000, dischargeCurrent=10000, insulationResistance=162800000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=11.90, motorControllerTemperature=600000, motorSpeed=33419, motorTorque=3430, motorTemperature=100000, motorVoltage=29500, motorCurrent=13470000, powerBattery=66636., maxFeedbackPower=690000, maxDischargePower=860000, bmsSelfCheck=80, powerBatteryCurrent=70000, powerBatteryV3=363000, maxVoltage=3000, minVoltage=3000, maxTemperature=610000, minTemperature=810000, availableCapacity=580000, vehicleStatus=1, 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-21 19:27:31.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:31.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:31.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:31.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:31.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:31.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:31.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:31.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:31.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:31.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:31.364 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:31.364 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:31.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:31.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:31.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:31.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:31.449 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:31.450 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:31.472 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:31.472 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:31.491 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:31.491 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:31.512 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:31.513 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:31.546 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:31.546 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:31.570 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:31.570 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:31.601 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:31.601 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:31.624 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:31.624 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:31.995 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:31.995 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:31.995 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 35 33 30 34 35 31 31 36 2e 37 36 30 37 36 36 30 33 39 2e 35 36 36 38 34 32 30 31 32 36 2e 30 30 32 33 2e 37 31 30 30 30 30 30 30 31 37 38 30 30 30 35 30 30 30 30 31 36 31 35 38 30 30 30 30 44 37 30 39 30 31 30 2e 32 30 30 30 30 30 30 30 33 30 30 31 31 31 31 34 30 35 34 30 30 30 30 32 30 32 30 30 31 30 37 36 33 30 30 30 36 36 36 32 36 2e 32 32 30 30 30 30 32 37 30 30 30 30 31 30 30 30 30 30 30 32 38 38 30 30 30 34 30 30 30 33 30 30 30 38 35 30 30 30 30 36 38 30 30 30 30 32 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0e 7E -2024-06-21 19:27:31.995 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969253045, longitude=116.7607660, latitude=39.5668420, speed=126.00, mileage=23.71000000, dischargeVoltage=178000, dischargeCurrent=50000, insulationResistance=161580000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=10.20, motorControllerTemperature=000000, motorSpeed=30011, motorTorque=1140, motorTemperature=540000, motorVoltage=20200, motorCurrent=10763000, powerBattery=66626., maxFeedbackPower=220000, maxDischargePower=270000, bmsSelfCheck=10, powerBatteryCurrent=00000, powerBatteryV3=288000, maxVoltage=4000, minVoltage=3000, maxTemperature=850000, minTemperature=680000, availableCapacity=260000, vehicleStatus=1, 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-21 19:27:31.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:31.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"260000","bmsSelfCheck":"10","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"50000","dischargeVoltage":"178000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"161580000","latitude":"39.5668420","location":"1","longitude":"116.7607660","maxDischargePower":"270000","maxFeedbackPower":"220000","maxTemperature":"850000","maxVoltage":"4000","mcu":"1","mileage":"23.71000000","minTemperature":"680000","minVoltage":"3000","motorControllerTemperature":"000000","motorCurrent":"10763000","motorSpeed":"30011","motorTemperature":"540000","motorTorque":"1140","motorVoltage":"20200","powerBattery":"66626.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"288000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718969253045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:31.999 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969253045, longitude=116.7607660, latitude=39.5668420, speed=126.00, mileage=23.71000000, dischargeVoltage=178000, dischargeCurrent=50000, insulationResistance=161580000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=10.20, motorControllerTemperature=000000, motorSpeed=30011, motorTorque=1140, motorTemperature=540000, motorVoltage=20200, motorCurrent=10763000, powerBattery=66626., maxFeedbackPower=220000, maxDischargePower=270000, bmsSelfCheck=10, powerBatteryCurrent=00000, powerBatteryV3=288000, maxVoltage=4000, minVoltage=3000, maxTemperature=850000, minTemperature=680000, availableCapacity=260000, vehicleStatus=1, 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-21 19:27:32.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:32.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:32.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:32.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:32.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:32.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:32.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:32.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:32.517 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:32.517 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:35.233 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:35.233 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:35.234 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 35 34 30 35 32 31 31 36 2e 37 36 30 35 32 35 30 33 39 2e 35 36 37 36 38 31 30 37 32 2e 30 30 30 32 33 2e 37 35 30 30 30 30 30 30 36 39 32 30 30 30 31 30 30 30 30 31 35 37 30 34 30 30 30 30 44 35 30 34 30 31 30 2e 37 30 39 32 30 30 30 30 34 30 35 35 31 32 30 32 30 33 31 30 30 30 30 32 31 33 30 30 38 32 36 30 30 30 30 30 36 36 36 32 36 2e 35 31 30 30 30 30 36 32 30 30 30 30 31 31 36 30 30 30 30 33 34 30 30 30 30 33 30 30 30 33 30 30 30 35 33 30 30 30 30 36 32 30 30 30 30 35 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 06 7E -2024-06-21 19:27:35.234 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969254052, longitude=116.7605250, latitude=39.5676810, speed=72.000, mileage=23.75000000, dischargeVoltage=692000, dischargeCurrent=10000, insulationResistance=157040000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.70, motorControllerTemperature=920000, motorSpeed=40551, motorTorque=2020, motorTemperature=310000, motorVoltage=21300, motorCurrent=82600000, powerBattery=66626., maxFeedbackPower=510000, maxDischargePower=620000, bmsSelfCheck=11, powerBatteryCurrent=60000, powerBatteryV3=340000, maxVoltage=3000, minVoltage=3000, maxTemperature=530000, minTemperature=620000, availableCapacity=560000, vehicleStatus=1, 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-21 19:27:35.237 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:35.237 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"560000","bmsSelfCheck":"11","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"10000","dischargeVoltage":"692000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"157040000","latitude":"39.5676810","location":"1","longitude":"116.7605250","maxDischargePower":"620000","maxFeedbackPower":"510000","maxTemperature":"530000","maxVoltage":"3000","mcu":"1","mileage":"23.75000000","minTemperature":"620000","minVoltage":"3000","motorControllerTemperature":"920000","motorCurrent":"82600000","motorSpeed":"40551","motorTemperature":"310000","motorTorque":"2020","motorVoltage":"21300","powerBattery":"66626.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"340000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969254052","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:35.237 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969254052, longitude=116.7605250, latitude=39.5676810, speed=72.000, mileage=23.75000000, dischargeVoltage=692000, dischargeCurrent=10000, insulationResistance=157040000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.70, motorControllerTemperature=920000, motorSpeed=40551, motorTorque=2020, motorTemperature=310000, motorVoltage=21300, motorCurrent=82600000, powerBattery=66626., maxFeedbackPower=510000, maxDischargePower=620000, bmsSelfCheck=11, powerBatteryCurrent=60000, powerBatteryV3=340000, maxVoltage=3000, minVoltage=3000, maxTemperature=530000, minTemperature=620000, availableCapacity=560000, vehicleStatus=1, 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-21 19:27:35.334 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:35.335 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:35.335 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 35 35 30 34 35 31 31 36 2e 37 36 30 34 31 34 30 33 39 2e 35 36 38 31 30 37 30 39 30 2e 30 30 30 32 33 2e 38 30 30 30 30 30 30 30 31 35 38 30 30 30 31 39 30 30 30 37 31 38 30 30 30 30 30 30 44 38 30 30 30 39 2e 34 30 30 35 32 30 30 30 30 35 37 36 35 37 39 39 30 30 32 39 30 30 30 30 32 38 36 30 30 31 34 32 36 34 30 30 30 36 36 36 31 36 2e 36 31 30 30 30 30 30 30 30 30 30 30 34 30 31 30 30 30 30 34 36 37 30 30 30 34 30 30 30 34 30 30 30 39 31 30 30 30 30 36 31 30 30 30 30 39 31 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 7E -2024-06-21 19:27:35.335 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969255045, longitude=116.7604140, latitude=39.5681070, speed=90.000, mileage=23.80000000, dischargeVoltage=158000, dischargeCurrent=19000, insulationResistance=718000000, gear=D, accelerationPedal=80, brakePedal=00, fuelConsumption=9.400, motorControllerTemperature=520000, motorSpeed=57657, motorTorque=9900, motorTemperature=290000, motorVoltage=28600, motorCurrent=14264000, powerBattery=66616., maxFeedbackPower=610000, maxDischargePower=000000, bmsSelfCheck=40, powerBatteryCurrent=10000, powerBatteryV3=467000, maxVoltage=4000, minVoltage=4000, maxTemperature=910000, minTemperature=610000, availableCapacity=910000, vehicleStatus=1, 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-21 19:27:35.335 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:35.335 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:35.335 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 35 36 30 35 34 31 31 36 2e 37 36 30 32 38 35 30 33 39 2e 35 36 38 35 39 39 30 33 36 2e 30 30 30 32 33 2e 38 32 30 30 30 30 30 30 35 31 32 30 30 30 34 32 30 30 30 32 38 36 32 39 30 30 30 30 44 38 30 35 30 31 31 2e 30 30 38 34 30 30 30 30 37 38 32 35 35 38 35 31 30 31 34 38 30 30 30 31 38 39 30 30 39 34 30 36 30 30 30 30 36 36 36 31 36 2e 39 31 30 30 30 30 37 32 30 30 30 30 32 30 30 30 30 30 30 36 33 34 30 30 30 33 30 30 30 33 30 30 30 33 39 30 30 30 30 38 32 30 30 30 30 33 31 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 4a 7E -2024-06-21 19:27:35.336 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969256054, longitude=116.7602850, latitude=39.5685990, speed=36.000, mileage=23.82000000, dischargeVoltage=512000, dischargeCurrent=42000, insulationResistance=286290000, gear=D, accelerationPedal=80, brakePedal=50, fuelConsumption=11.00, motorControllerTemperature=840000, motorSpeed=78255, motorTorque=8510, motorTemperature=148000, motorVoltage=18900, motorCurrent=94060000, powerBattery=66616., maxFeedbackPower=910000, maxDischargePower=720000, bmsSelfCheck=20, powerBatteryCurrent=00000, powerBatteryV3=634000, maxVoltage=3000, minVoltage=3000, maxTemperature=390000, minTemperature=820000, availableCapacity=310000, vehicleStatus=1, 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-21 19:27:35.337 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:35.337 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"910000","bmsSelfCheck":"40","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"19000","dischargeVoltage":"158000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"718000000","latitude":"39.5681070","location":"1","longitude":"116.7604140","maxDischargePower":"000000","maxFeedbackPower":"610000","maxTemperature":"910000","maxVoltage":"4000","mcu":"1","mileage":"23.80000000","minTemperature":"610000","minVoltage":"4000","motorControllerTemperature":"520000","motorCurrent":"14264000","motorSpeed":"57657","motorTemperature":"290000","motorTorque":"9900","motorVoltage":"28600","powerBattery":"66616.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"467000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969255045","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:35.337 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969255045, longitude=116.7604140, latitude=39.5681070, speed=90.000, mileage=23.80000000, dischargeVoltage=158000, dischargeCurrent=19000, insulationResistance=718000000, gear=D, accelerationPedal=80, brakePedal=00, fuelConsumption=9.400, motorControllerTemperature=520000, motorSpeed=57657, motorTorque=9900, motorTemperature=290000, motorVoltage=28600, motorCurrent=14264000, powerBattery=66616., maxFeedbackPower=610000, maxDischargePower=000000, bmsSelfCheck=40, powerBatteryCurrent=10000, powerBatteryV3=467000, maxVoltage=4000, minVoltage=4000, maxTemperature=910000, minTemperature=610000, availableCapacity=910000, vehicleStatus=1, 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-21 19:27:35.339 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:35.339 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"310000","bmsSelfCheck":"20","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"42000","dischargeVoltage":"512000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.00","gear":"D","insulationResistance":"286290000","latitude":"39.5685990","location":"1","longitude":"116.7602850","maxDischargePower":"720000","maxFeedbackPower":"910000","maxTemperature":"390000","maxVoltage":"3000","mcu":"1","mileage":"23.82000000","minTemperature":"820000","minVoltage":"3000","motorControllerTemperature":"840000","motorCurrent":"94060000","motorSpeed":"78255","motorTemperature":"148000","motorTorque":"8510","motorVoltage":"18900","powerBattery":"66616.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"634000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969256054","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:35.340 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969256054, longitude=116.7602850, latitude=39.5685990, speed=36.000, mileage=23.82000000, dischargeVoltage=512000, dischargeCurrent=42000, insulationResistance=286290000, gear=D, accelerationPedal=80, brakePedal=50, fuelConsumption=11.00, motorControllerTemperature=840000, motorSpeed=78255, motorTorque=8510, motorTemperature=148000, motorVoltage=18900, motorCurrent=94060000, powerBattery=66616., maxFeedbackPower=910000, maxDischargePower=720000, bmsSelfCheck=20, powerBatteryCurrent=00000, powerBatteryV3=634000, maxVoltage=3000, minVoltage=3000, maxTemperature=390000, minTemperature=820000, availableCapacity=310000, vehicleStatus=1, 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-21 19:27:36.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:36.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:36.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 35 37 30 34 39 31 31 36 2e 37 36 30 31 32 39 30 33 39 2e 35 36 39 32 30 37 30 35 34 2e 30 30 30 32 33 2e 38 35 30 30 30 30 30 30 33 37 39 30 30 30 34 36 30 30 30 31 36 34 39 31 30 30 30 30 44 32 30 33 30 39 2e 34 30 30 32 34 30 30 30 30 38 32 34 38 37 38 33 33 30 31 32 33 30 30 30 32 38 38 30 30 31 31 35 36 34 30 30 30 36 36 36 31 36 2e 39 37 30 30 30 30 31 30 30 30 30 30 31 32 32 30 30 30 30 32 32 31 30 30 30 34 30 30 30 34 30 30 30 31 30 30 30 30 30 37 33 30 30 30 30 36 37 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 3a 7E -2024-06-21 19:27:36.003 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969257049, longitude=116.7601290, latitude=39.5692070, speed=54.000, mileage=23.85000000, dischargeVoltage=379000, dischargeCurrent=46000, insulationResistance=164910000, gear=D, accelerationPedal=20, brakePedal=30, fuelConsumption=9.400, motorControllerTemperature=240000, motorSpeed=82487, motorTorque=8330, motorTemperature=123000, motorVoltage=28800, motorCurrent=11564000, powerBattery=66616., maxFeedbackPower=970000, maxDischargePower=100000, bmsSelfCheck=12, powerBatteryCurrent=20000, powerBatteryV3=221000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=730000, availableCapacity=670000, vehicleStatus=1, 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-21 19:27:36.004 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:36.004 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"670000","bmsSelfCheck":"12","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"46000","dischargeVoltage":"379000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"164910000","latitude":"39.5692070","location":"1","longitude":"116.7601290","maxDischargePower":"100000","maxFeedbackPower":"970000","maxTemperature":"100000","maxVoltage":"4000","mcu":"1","mileage":"23.85000000","minTemperature":"730000","minVoltage":"4000","motorControllerTemperature":"240000","motorCurrent":"11564000","motorSpeed":"82487","motorTemperature":"123000","motorTorque":"8330","motorVoltage":"28800","powerBattery":"66616.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"221000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969257049","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:36.004 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969257049, longitude=116.7601290, latitude=39.5692070, speed=54.000, mileage=23.85000000, dischargeVoltage=379000, dischargeCurrent=46000, insulationResistance=164910000, gear=D, accelerationPedal=20, brakePedal=30, fuelConsumption=9.400, motorControllerTemperature=240000, motorSpeed=82487, motorTorque=8330, motorTemperature=123000, motorVoltage=28800, motorCurrent=11564000, powerBattery=66616., maxFeedbackPower=970000, maxDischargePower=100000, bmsSelfCheck=12, powerBatteryCurrent=20000, powerBatteryV3=221000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=730000, availableCapacity=670000, vehicleStatus=1, 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-21 19:27:36.135 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:36.135 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:36.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:36.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:36.197 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:36.197 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:36.222 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:36.222 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:36.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:36.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:36.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:36.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:36.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:36.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:36.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:36.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:36.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:36.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:36.381 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:36.381 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:36.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:36.411 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:36.439 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:36.439 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:36.474 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:36.475 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:36.500 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:36.500 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:36.532 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:36.532 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:36.566 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:36.566 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:36.593 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:36.594 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:36.620 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:36.620 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:36.644 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:36.644 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:36.672 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:36.672 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:36.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:36.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:36.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:36.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:36.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:36.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:36.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:36.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:36.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:36.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:36.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:36.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:36.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:36.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:36.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:36.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:37.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:37.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:37.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:37.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 35 38 30 34 37 31 31 36 2e 37 36 30 30 31 31 30 33 39 2e 35 36 39 36 34 39 30 35 34 2e 30 30 30 32 33 2e 38 38 30 30 30 30 30 30 37 31 34 30 30 30 36 30 30 30 30 32 38 37 34 38 30 30 30 30 44 32 30 39 30 39 2e 32 30 30 33 38 30 30 30 30 35 35 30 31 33 35 37 31 30 31 34 32 30 30 30 32 30 31 30 30 31 31 36 32 36 30 30 30 36 36 36 31 36 2e 32 35 30 30 30 30 33 38 30 30 30 30 34 30 32 30 30 30 30 37 33 31 30 30 30 34 30 30 30 34 30 30 30 34 37 30 30 30 30 31 35 30 30 30 30 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2c 7E -2024-06-21 19:27:37.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:37.013 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969258047, longitude=116.7600110, latitude=39.5696490, speed=54.000, mileage=23.88000000, dischargeVoltage=714000, dischargeCurrent=60000, insulationResistance=287480000, gear=D, accelerationPedal=20, brakePedal=90, fuelConsumption=9.200, motorControllerTemperature=380000, motorSpeed=55013, motorTorque=5710, motorTemperature=142000, motorVoltage=20100, motorCurrent=11626000, powerBattery=66616., maxFeedbackPower=250000, maxDischargePower=380000, bmsSelfCheck=40, powerBatteryCurrent=20000, powerBatteryV3=731000, maxVoltage=4000, minVoltage=4000, maxTemperature=470000, minTemperature=150000, availableCapacity=800000, vehicleStatus=1, 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-21 19:27:37.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:37.014 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"800000","bmsSelfCheck":"40","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"60000","dischargeVoltage":"714000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"287480000","latitude":"39.5696490","location":"1","longitude":"116.7600110","maxDischargePower":"380000","maxFeedbackPower":"250000","maxTemperature":"470000","maxVoltage":"4000","mcu":"1","mileage":"23.88000000","minTemperature":"150000","minVoltage":"4000","motorControllerTemperature":"380000","motorCurrent":"11626000","motorSpeed":"55013","motorTemperature":"142000","motorTorque":"5710","motorVoltage":"20100","powerBattery":"66616.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"731000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969258047","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:37.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969258047, longitude=116.7600110, latitude=39.5696490, speed=54.000, mileage=23.88000000, dischargeVoltage=714000, dischargeCurrent=60000, insulationResistance=287480000, gear=D, accelerationPedal=20, brakePedal=90, fuelConsumption=9.200, motorControllerTemperature=380000, motorSpeed=55013, motorTorque=5710, motorTemperature=142000, motorVoltage=20100, motorCurrent=11626000, powerBattery=66616., maxFeedbackPower=250000, maxDischargePower=380000, bmsSelfCheck=40, powerBatteryCurrent=20000, powerBatteryV3=731000, maxVoltage=4000, minVoltage=4000, maxTemperature=470000, minTemperature=150000, availableCapacity=800000, vehicleStatus=1, 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-21 19:27:37.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:37.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:37.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:37.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:37.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:37.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:37.126 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:37.126 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:37.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:37.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:37.182 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:37.182 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:37.204 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:37.204 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:37.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:37.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:37.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:37.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:37.347 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:37.348 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:37.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:37.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:37.413 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:37.413 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:37.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:37.444 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:37.474 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:37.474 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:37.500 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:37.501 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:37.519 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:37.520 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:37.538 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:37.539 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:37.587 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:37.587 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:37.611 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:37.612 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:37.641 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:37.641 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:37.663 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:37.664 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:37.682 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:37.682 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:37.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:37.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:37.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:37.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:37.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:37.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:37.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:37.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:37.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:37.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:37.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:37.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:37.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:37.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:37.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:37.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:37.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:37.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:37.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:37.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:37.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:37.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:37.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:37.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:38.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:38.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:38.005 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 35 39 30 35 32 31 31 36 2e 37 35 39 39 31 34 30 33 39 2e 35 36 39 39 38 34 30 31 38 2e 30 30 30 32 33 2e 38 39 30 30 30 30 30 30 32 36 34 30 30 30 31 39 30 30 30 31 38 35 39 38 30 30 30 30 44 39 30 30 30 31 30 2e 34 30 36 39 30 30 30 30 31 36 34 32 37 32 31 35 30 33 30 30 30 30 30 31 31 39 30 30 32 39 38 37 30 30 30 30 36 36 36 31 36 2e 39 38 30 30 30 30 34 35 30 30 30 30 34 30 31 31 30 30 30 35 37 30 30 30 30 34 30 30 30 34 30 30 30 37 39 30 30 30 30 32 37 30 30 30 30 36 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 66 7E -2024-06-21 19:27:38.005 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969259052, longitude=116.7599140, latitude=39.5699840, speed=18.000, mileage=23.89000000, dischargeVoltage=264000, dischargeCurrent=19000, insulationResistance=185980000, gear=D, accelerationPedal=90, brakePedal=00, fuelConsumption=10.40, motorControllerTemperature=690000, motorSpeed=16427, motorTorque=2150, motorTemperature=300000, motorVoltage=11900, motorCurrent=29870000, powerBattery=66616., maxFeedbackPower=980000, maxDischargePower=450000, bmsSelfCheck=40, powerBatteryCurrent=11000, powerBatteryV3=570000, maxVoltage=4000, minVoltage=4000, maxTemperature=790000, minTemperature=270000, availableCapacity=660000, vehicleStatus=1, 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-21 19:27:38.006 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:38.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"660000","bmsSelfCheck":"40","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"19000","dischargeVoltage":"264000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.40","gear":"D","insulationResistance":"185980000","latitude":"39.5699840","location":"1","longitude":"116.7599140","maxDischargePower":"450000","maxFeedbackPower":"980000","maxTemperature":"790000","maxVoltage":"4000","mcu":"1","mileage":"23.89000000","minTemperature":"270000","minVoltage":"4000","motorControllerTemperature":"690000","motorCurrent":"29870000","motorSpeed":"16427","motorTemperature":"300000","motorTorque":"2150","motorVoltage":"11900","powerBattery":"66616.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"570000","ptc":"1","runStatus":"1","soc":"1","speed":"18.000","timestamp":"1718969259052","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:38.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969259052, longitude=116.7599140, latitude=39.5699840, speed=18.000, mileage=23.89000000, dischargeVoltage=264000, dischargeCurrent=19000, insulationResistance=185980000, gear=D, accelerationPedal=90, brakePedal=00, fuelConsumption=10.40, motorControllerTemperature=690000, motorSpeed=16427, motorTorque=2150, motorTemperature=300000, motorVoltage=11900, motorCurrent=29870000, powerBattery=66616., maxFeedbackPower=980000, maxDischargePower=450000, bmsSelfCheck=40, powerBatteryCurrent=11000, powerBatteryV3=570000, maxVoltage=4000, minVoltage=4000, maxTemperature=790000, minTemperature=270000, availableCapacity=660000, vehicleStatus=1, 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-21 19:27:38.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:38.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:38.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:38.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:38.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:38.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:38.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:38.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:38.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:38.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:38.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:38.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:38.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:38.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:38.169 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:38.169 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:38.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:38.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:38.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:38.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:38.263 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:38.263 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:38.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:38.279 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:38.319 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:38.319 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:38.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:38.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:38.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:38.384 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:38.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:38.414 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:38.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:38.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:38.575 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:38.576 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:38.611 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:38.611 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:38.642 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:38.642 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:38.669 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:38.669 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:38.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:38.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:38.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:38.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:38.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:38.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:38.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:38.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:38.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:38.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:38.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:38.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:38.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:38.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:39.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:39.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:39.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:39.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:39.007 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 36 30 30 35 35 31 31 36 2e 37 35 39 37 39 31 30 33 39 2e 35 37 30 34 32 33 30 33 36 2e 30 30 30 32 33 2e 39 31 30 30 30 30 30 30 36 36 36 30 30 30 33 37 30 30 30 32 39 37 30 34 30 30 30 30 44 35 30 32 30 31 31 2e 34 30 37 30 30 30 30 30 35 36 37 31 36 34 35 30 30 32 36 30 30 30 30 31 37 30 30 30 35 32 30 38 30 30 30 30 36 36 36 31 36 2e 37 39 30 30 30 30 33 35 30 30 30 30 32 30 35 30 30 30 30 33 33 33 30 30 30 33 30 30 30 33 30 30 30 32 37 30 30 30 30 34 37 30 30 30 30 37 38 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 32 7E -2024-06-21 19:27:39.007 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969260055, longitude=116.7597910, latitude=39.5704230, speed=36.000, mileage=23.91000000, dischargeVoltage=666000, dischargeCurrent=37000, insulationResistance=297040000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=11.40, motorControllerTemperature=700000, motorSpeed=56716, motorTorque=4500, motorTemperature=260000, motorVoltage=17000, motorCurrent=52080000, powerBattery=66616., maxFeedbackPower=790000, maxDischargePower=350000, bmsSelfCheck=20, powerBatteryCurrent=50000, powerBatteryV3=333000, maxVoltage=3000, minVoltage=3000, maxTemperature=270000, minTemperature=470000, availableCapacity=780000, vehicleStatus=1, 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-21 19:27:39.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:39.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"780000","bmsSelfCheck":"20","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"37000","dischargeVoltage":"666000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.40","gear":"D","insulationResistance":"297040000","latitude":"39.5704230","location":"1","longitude":"116.7597910","maxDischargePower":"350000","maxFeedbackPower":"790000","maxTemperature":"270000","maxVoltage":"3000","mcu":"1","mileage":"23.91000000","minTemperature":"470000","minVoltage":"3000","motorControllerTemperature":"700000","motorCurrent":"52080000","motorSpeed":"56716","motorTemperature":"260000","motorTorque":"4500","motorVoltage":"17000","powerBattery":"66616.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"333000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969260055","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:39.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969260055, longitude=116.7597910, latitude=39.5704230, speed=36.000, mileage=23.91000000, dischargeVoltage=666000, dischargeCurrent=37000, insulationResistance=297040000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=11.40, motorControllerTemperature=700000, motorSpeed=56716, motorTorque=4500, motorTemperature=260000, motorVoltage=17000, motorCurrent=52080000, powerBattery=66616., maxFeedbackPower=790000, maxDischargePower=350000, bmsSelfCheck=20, powerBatteryCurrent=50000, powerBatteryV3=333000, maxVoltage=3000, minVoltage=3000, maxTemperature=270000, minTemperature=470000, availableCapacity=780000, vehicleStatus=1, 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-21 19:27:39.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:39.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:39.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:39.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:39.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:39.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:39.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:39.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:39.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:39.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:39.173 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:39.173 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:39.192 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:39.192 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:39.210 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:39.210 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:39.233 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:39.233 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:39.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:39.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:39.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:39.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:39.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:39.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:39.351 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:39.351 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:39.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:39.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:39.405 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:39.405 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:39.436 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:39.436 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:39.458 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:39.458 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:39.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:39.481 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:39.502 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:39.502 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:39.532 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:39.532 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:39.570 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:39.570 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:39.626 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:39.626 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:39.644 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:39.644 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:39.667 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:39.667 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:39.687 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:39.687 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:39.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:39.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:39.787 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:39.787 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:39.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:39.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:39.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:39.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:39.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:39.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:39.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:39.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:40.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:40.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:40.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 36 31 30 34 38 31 31 36 2e 37 35 39 35 30 35 30 33 39 2e 35 37 31 34 39 38 30 31 34 34 2e 30 30 32 33 2e 39 39 30 30 30 30 30 30 33 35 37 30 30 30 37 30 30 30 30 32 38 31 32 33 30 30 30 30 44 35 30 38 30 39 2e 34 30 30 37 38 30 30 30 30 36 39 36 34 32 34 39 36 30 34 38 30 30 30 30 32 31 39 30 30 31 32 34 31 30 30 30 30 36 36 36 30 37 2e 35 34 30 30 30 30 38 34 30 30 30 30 31 30 33 30 30 30 30 32 36 39 30 30 30 34 30 30 30 33 30 30 30 37 33 30 30 30 30 38 35 30 30 30 30 32 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 57 7E -2024-06-21 19:27:40.008 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969261048, longitude=116.7595050, latitude=39.5714980, speed=144.00, mileage=23.99000000, dischargeVoltage=357000, dischargeCurrent=70000, insulationResistance=281230000, gear=D, accelerationPedal=50, brakePedal=80, fuelConsumption=9.400, motorControllerTemperature=780000, motorSpeed=69642, motorTorque=4960, motorTemperature=480000, motorVoltage=21900, motorCurrent=12410000, powerBattery=66607., maxFeedbackPower=540000, maxDischargePower=840000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=269000, maxVoltage=4000, minVoltage=3000, maxTemperature=730000, minTemperature=850000, availableCapacity=250000, vehicleStatus=1, 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-21 19:27:40.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:40.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"250000","bmsSelfCheck":"10","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"70000","dischargeVoltage":"357000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"281230000","latitude":"39.5714980","location":"1","longitude":"116.7595050","maxDischargePower":"840000","maxFeedbackPower":"540000","maxTemperature":"730000","maxVoltage":"4000","mcu":"1","mileage":"23.99000000","minTemperature":"850000","minVoltage":"3000","motorControllerTemperature":"780000","motorCurrent":"12410000","motorSpeed":"69642","motorTemperature":"480000","motorTorque":"4960","motorVoltage":"21900","powerBattery":"66607.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"269000","ptc":"1","runStatus":"1","soc":"1","speed":"144.00","timestamp":"1718969261048","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:40.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969261048, longitude=116.7595050, latitude=39.5714980, speed=144.00, mileage=23.99000000, dischargeVoltage=357000, dischargeCurrent=70000, insulationResistance=281230000, gear=D, accelerationPedal=50, brakePedal=80, fuelConsumption=9.400, motorControllerTemperature=780000, motorSpeed=69642, motorTorque=4960, motorTemperature=480000, motorVoltage=21900, motorCurrent=12410000, powerBattery=66607., maxFeedbackPower=540000, maxDischargePower=840000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=269000, maxVoltage=4000, minVoltage=3000, maxTemperature=730000, minTemperature=850000, availableCapacity=250000, vehicleStatus=1, 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-21 19:27:40.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:40.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:40.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:40.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:40.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:40.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:40.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:40.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:40.148 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:40.148 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:40.166 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:40.166 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:40.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:40.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:40.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:40.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:40.225 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:40.225 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:40.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:40.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:40.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:40.271 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:40.289 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:40.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:40.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:40.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:40.340 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:40.340 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:40.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:40.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:40.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:40.395 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:41.017 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:41.018 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:41.018 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 36 32 30 35 36 31 31 36 2e 37 35 39 33 37 36 30 33 39 2e 35 37 32 30 30 37 30 33 36 2e 30 30 30 32 34 2e 30 31 30 30 30 30 30 30 33 34 32 30 30 30 33 39 30 30 30 39 31 35 33 30 30 30 30 30 44 38 30 35 30 31 31 2e 39 30 38 30 30 30 30 30 32 34 30 39 36 32 35 30 30 31 34 35 30 30 30 31 37 32 30 30 31 34 37 38 36 30 30 30 36 36 36 30 37 2e 36 35 30 30 30 30 36 32 30 30 30 30 33 30 39 30 30 30 30 34 30 33 30 30 30 34 30 30 30 33 30 30 30 38 33 30 30 30 30 35 34 30 30 30 30 35 31 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2c 7E -2024-06-21 19:27:41.018 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969262056, longitude=116.7593760, latitude=39.5720070, speed=36.000, mileage=24.01000000, dischargeVoltage=342000, dischargeCurrent=39000, insulationResistance=915300000, gear=D, accelerationPedal=80, brakePedal=50, fuelConsumption=11.90, motorControllerTemperature=800000, motorSpeed=24096, motorTorque=2500, motorTemperature=145000, motorVoltage=17200, motorCurrent=14786000, powerBattery=66607., maxFeedbackPower=650000, maxDischargePower=620000, bmsSelfCheck=30, powerBatteryCurrent=90000, powerBatteryV3=403000, maxVoltage=4000, minVoltage=3000, maxTemperature=830000, minTemperature=540000, availableCapacity=510000, vehicleStatus=1, 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-21 19:27:41.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:41.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"510000","bmsSelfCheck":"30","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"39000","dischargeVoltage":"342000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.90","gear":"D","insulationResistance":"915300000","latitude":"39.5720070","location":"1","longitude":"116.7593760","maxDischargePower":"620000","maxFeedbackPower":"650000","maxTemperature":"830000","maxVoltage":"4000","mcu":"1","mileage":"24.01000000","minTemperature":"540000","minVoltage":"3000","motorControllerTemperature":"800000","motorCurrent":"14786000","motorSpeed":"24096","motorTemperature":"145000","motorTorque":"2500","motorVoltage":"17200","powerBattery":"66607.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"403000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969262056","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:41.020 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969262056, longitude=116.7593760, latitude=39.5720070, speed=36.000, mileage=24.01000000, dischargeVoltage=342000, dischargeCurrent=39000, insulationResistance=915300000, gear=D, accelerationPedal=80, brakePedal=50, fuelConsumption=11.90, motorControllerTemperature=800000, motorSpeed=24096, motorTorque=2500, motorTemperature=145000, motorVoltage=17200, motorCurrent=14786000, powerBattery=66607., maxFeedbackPower=650000, maxDischargePower=620000, bmsSelfCheck=30, powerBatteryCurrent=90000, powerBatteryV3=403000, maxVoltage=4000, minVoltage=3000, maxTemperature=830000, minTemperature=540000, availableCapacity=510000, vehicleStatus=1, 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-21 19:27:41.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:41.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:41.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:41.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:41.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:41.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:41.117 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:41.117 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:41.135 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:41.135 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:41.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:41.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:41.198 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:41.198 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:41.216 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:41.217 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:41.234 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:41.234 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:41.260 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:41.260 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:41.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:41.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:41.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:41.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:41.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:41.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:41.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:41.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:41.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:41.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:41.401 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:41.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:42.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:42.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:42.014 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 36 33 30 35 31 31 31 36 2e 37 35 39 31 39 34 30 33 39 2e 35 37 32 36 38 39 30 39 30 2e 30 30 30 32 34 2e 30 36 30 30 30 30 30 30 36 31 30 30 30 30 34 34 30 30 30 36 32 32 32 30 30 30 30 30 44 38 30 30 30 31 30 2e 37 30 38 35 30 30 30 30 36 30 31 36 39 36 33 39 30 31 30 39 30 30 30 31 32 32 30 30 31 30 35 30 34 30 30 30 36 36 35 39 36 2e 31 38 30 30 30 30 31 35 30 30 30 30 31 30 36 30 30 30 30 32 34 31 30 30 30 33 30 30 30 33 30 30 30 32 30 30 30 30 30 32 34 30 30 30 30 33 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 16 7E -2024-06-21 19:27:42.014 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969263051, longitude=116.7591940, latitude=39.5726890, speed=90.000, mileage=24.06000000, dischargeVoltage=610000, dischargeCurrent=44000, insulationResistance=622200000, gear=D, accelerationPedal=80, brakePedal=00, fuelConsumption=10.70, motorControllerTemperature=850000, motorSpeed=60169, motorTorque=6390, motorTemperature=109000, motorVoltage=12200, motorCurrent=10504000, powerBattery=66596., maxFeedbackPower=180000, maxDischargePower=150000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=241000, maxVoltage=3000, minVoltage=3000, maxTemperature=200000, minTemperature=240000, availableCapacity=350000, vehicleStatus=1, 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-21 19:27:42.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:42.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"350000","bmsSelfCheck":"10","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"44000","dischargeVoltage":"610000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.70","gear":"D","insulationResistance":"622200000","latitude":"39.5726890","location":"1","longitude":"116.7591940","maxDischargePower":"150000","maxFeedbackPower":"180000","maxTemperature":"200000","maxVoltage":"3000","mcu":"1","mileage":"24.06000000","minTemperature":"240000","minVoltage":"3000","motorControllerTemperature":"850000","motorCurrent":"10504000","motorSpeed":"60169","motorTemperature":"109000","motorTorque":"6390","motorVoltage":"12200","powerBattery":"66596.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"241000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718969263051","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:42.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969263051, longitude=116.7591940, latitude=39.5726890, speed=90.000, mileage=24.06000000, dischargeVoltage=610000, dischargeCurrent=44000, insulationResistance=622200000, gear=D, accelerationPedal=80, brakePedal=00, fuelConsumption=10.70, motorControllerTemperature=850000, motorSpeed=60169, motorTorque=6390, motorTemperature=109000, motorVoltage=12200, motorCurrent=10504000, powerBattery=66596., maxFeedbackPower=180000, maxDischargePower=150000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=241000, maxVoltage=3000, minVoltage=3000, maxTemperature=200000, minTemperature=240000, availableCapacity=350000, vehicleStatus=1, 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-21 19:27:42.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:42.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:42.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:42.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:42.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:42.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:42.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:42.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:42.138 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:42.138 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:42.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:42.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:42.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:42.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:42.197 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:42.197 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:42.215 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:42.215 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:42.240 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:42.240 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:42.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:42.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:42.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:42.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:42.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:42.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:42.363 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:42.363 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:42.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:42.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:42.440 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:42.440 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:43.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:43.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:43.006 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 36 34 30 35 35 31 31 36 2e 37 35 38 39 32 34 30 33 39 2e 35 37 33 36 33 37 30 31 39 38 2e 30 30 32 34 2e 31 37 30 30 30 30 30 30 32 31 34 30 30 30 31 30 30 30 30 31 34 35 37 30 30 30 30 30 44 34 30 33 30 39 2e 36 30 30 32 35 30 30 30 30 38 34 34 35 31 34 31 37 30 37 37 30 30 30 30 32 31 35 30 30 34 38 38 33 30 30 30 30 36 36 35 38 37 2e 33 39 30 30 30 30 34 39 30 30 30 30 31 30 37 30 30 30 30 37 34 35 30 30 30 34 30 30 30 33 30 30 30 39 32 30 30 30 30 38 35 30 30 30 30 33 31 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 4d 7E -2024-06-21 19:27:43.006 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969264055, longitude=116.7589240, latitude=39.5736370, speed=198.00, mileage=24.17000000, dischargeVoltage=214000, dischargeCurrent=10000, insulationResistance=145700000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=9.600, motorControllerTemperature=250000, motorSpeed=84451, motorTorque=4170, motorTemperature=770000, motorVoltage=21500, motorCurrent=48830000, powerBattery=66587., maxFeedbackPower=390000, maxDischargePower=490000, bmsSelfCheck=10, powerBatteryCurrent=70000, powerBatteryV3=745000, maxVoltage=4000, minVoltage=3000, maxTemperature=920000, minTemperature=850000, availableCapacity=310000, vehicleStatus=1, 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-21 19:27:43.007 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:43.008 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"310000","bmsSelfCheck":"10","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"10000","dischargeVoltage":"214000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.600","gear":"D","insulationResistance":"145700000","latitude":"39.5736370","location":"1","longitude":"116.7589240","maxDischargePower":"490000","maxFeedbackPower":"390000","maxTemperature":"920000","maxVoltage":"4000","mcu":"1","mileage":"24.17000000","minTemperature":"850000","minVoltage":"3000","motorControllerTemperature":"250000","motorCurrent":"48830000","motorSpeed":"84451","motorTemperature":"770000","motorTorque":"4170","motorVoltage":"21500","powerBattery":"66587.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"745000","ptc":"1","runStatus":"1","soc":"1","speed":"198.00","timestamp":"1718969264055","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:43.008 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969264055, longitude=116.7589240, latitude=39.5736370, speed=198.00, mileage=24.17000000, dischargeVoltage=214000, dischargeCurrent=10000, insulationResistance=145700000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=9.600, motorControllerTemperature=250000, motorSpeed=84451, motorTorque=4170, motorTemperature=770000, motorVoltage=21500, motorCurrent=48830000, powerBattery=66587., maxFeedbackPower=390000, maxDischargePower=490000, bmsSelfCheck=10, powerBatteryCurrent=70000, powerBatteryV3=745000, maxVoltage=4000, minVoltage=3000, maxTemperature=920000, minTemperature=850000, availableCapacity=310000, vehicleStatus=1, 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-21 19:27:43.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:43.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:43.068 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:43.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:43.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:43.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:43.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:43.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:43.134 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:43.134 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:43.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:43.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:43.192 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:43.192 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:43.226 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:43.227 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:43.249 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:43.249 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:43.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:43.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:43.291 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:43.291 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:43.319 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:43.319 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:43.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:43.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:43.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:43.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:43.389 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:43.389 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:43.409 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:43.409 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:44.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:44.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:44.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 36 35 30 35 34 31 31 36 2e 37 35 39 30 34 37 30 33 39 2e 35 37 33 39 37 36 30 33 36 2e 30 30 30 32 34 2e 31 39 30 30 30 30 30 30 34 38 32 30 30 30 34 30 30 30 30 34 32 39 38 30 30 30 30 30 44 36 30 32 30 31 31 2e 32 30 37 30 30 30 30 30 34 36 39 34 30 32 37 36 30 37 30 30 30 30 30 31 31 35 30 30 36 32 31 31 30 30 30 30 36 36 35 38 37 2e 37 35 30 30 30 30 36 30 30 30 30 30 32 30 32 30 30 30 30 33 31 38 30 30 30 33 30 30 30 33 30 30 30 32 33 30 30 30 30 35 30 30 30 30 30 35 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2a 7E -2024-06-21 19:27:44.008 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969265054, longitude=116.7590470, latitude=39.5739760, speed=36.000, mileage=24.19000000, dischargeVoltage=482000, dischargeCurrent=40000, insulationResistance=429800000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=11.20, motorControllerTemperature=700000, motorSpeed=46940, motorTorque=2760, motorTemperature=700000, motorVoltage=11500, motorCurrent=62110000, powerBattery=66587., maxFeedbackPower=750000, maxDischargePower=600000, bmsSelfCheck=20, powerBatteryCurrent=20000, powerBatteryV3=318000, maxVoltage=3000, minVoltage=3000, maxTemperature=230000, minTemperature=500000, availableCapacity=590000, vehicleStatus=1, 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-21 19:27:44.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:44.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"590000","bmsSelfCheck":"20","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"482000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.20","gear":"D","insulationResistance":"429800000","latitude":"39.5739760","location":"1","longitude":"116.7590470","maxDischargePower":"600000","maxFeedbackPower":"750000","maxTemperature":"230000","maxVoltage":"3000","mcu":"1","mileage":"24.19000000","minTemperature":"500000","minVoltage":"3000","motorControllerTemperature":"700000","motorCurrent":"62110000","motorSpeed":"46940","motorTemperature":"700000","motorTorque":"2760","motorVoltage":"11500","powerBattery":"66587.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"318000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969265054","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:44.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969265054, longitude=116.7590470, latitude=39.5739760, speed=36.000, mileage=24.19000000, dischargeVoltage=482000, dischargeCurrent=40000, insulationResistance=429800000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=11.20, motorControllerTemperature=700000, motorSpeed=46940, motorTorque=2760, motorTemperature=700000, motorVoltage=11500, motorCurrent=62110000, powerBattery=66587., maxFeedbackPower=750000, maxDischargePower=600000, bmsSelfCheck=20, powerBatteryCurrent=20000, powerBatteryV3=318000, maxVoltage=3000, minVoltage=3000, maxTemperature=230000, minTemperature=500000, availableCapacity=590000, vehicleStatus=1, 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-21 19:27:44.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:44.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:44.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:44.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:44.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:44.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:44.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:44.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:44.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:44.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:44.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:44.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:44.187 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:44.187 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:44.205 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:44.205 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:44.228 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:44.228 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:44.248 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:44.248 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:44.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:44.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:44.308 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:44.308 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:44.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:44.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:44.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:44.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:44.409 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:44.409 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:44.430 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:44.431 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:45.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:45.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:45.013 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 36 36 30 35 32 31 31 36 2e 37 35 39 39 37 37 30 33 39 2e 35 37 34 31 32 34 30 37 32 2e 30 30 30 32 34 2e 32 33 30 30 30 30 30 30 34 30 32 30 30 30 32 31 30 30 30 31 36 31 35 36 30 30 30 30 44 35 30 39 30 31 31 2e 35 30 35 37 30 30 30 30 31 37 34 31 38 35 35 33 30 31 32 30 30 30 30 31 35 31 30 30 34 39 32 32 30 30 30 30 36 36 35 38 37 2e 35 33 30 30 30 30 36 37 30 30 30 30 39 30 33 30 30 30 30 32 38 33 30 30 30 34 30 30 30 34 30 30 30 34 31 30 30 30 30 39 34 30 30 30 30 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2e 7E -2024-06-21 19:27:45.013 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969266052, longitude=116.7599770, latitude=39.5741240, speed=72.000, mileage=24.23000000, dischargeVoltage=402000, dischargeCurrent=21000, insulationResistance=161560000, gear=D, accelerationPedal=50, brakePedal=90, fuelConsumption=11.50, motorControllerTemperature=570000, motorSpeed=17418, motorTorque=5530, motorTemperature=120000, motorVoltage=15100, motorCurrent=49220000, powerBattery=66587., maxFeedbackPower=530000, maxDischargePower=670000, bmsSelfCheck=90, powerBatteryCurrent=30000, powerBatteryV3=283000, maxVoltage=4000, minVoltage=4000, maxTemperature=410000, minTemperature=940000, availableCapacity=400000, vehicleStatus=1, 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-21 19:27:45.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:45.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"400000","bmsSelfCheck":"90","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"21000","dischargeVoltage":"402000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.50","gear":"D","insulationResistance":"161560000","latitude":"39.5741240","location":"1","longitude":"116.7599770","maxDischargePower":"670000","maxFeedbackPower":"530000","maxTemperature":"410000","maxVoltage":"4000","mcu":"1","mileage":"24.23000000","minTemperature":"940000","minVoltage":"4000","motorControllerTemperature":"570000","motorCurrent":"49220000","motorSpeed":"17418","motorTemperature":"120000","motorTorque":"5530","motorVoltage":"15100","powerBattery":"66587.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"283000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969266052","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:45.015 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969266052, longitude=116.7599770, latitude=39.5741240, speed=72.000, mileage=24.23000000, dischargeVoltage=402000, dischargeCurrent=21000, insulationResistance=161560000, gear=D, accelerationPedal=50, brakePedal=90, fuelConsumption=11.50, motorControllerTemperature=570000, motorSpeed=17418, motorTorque=5530, motorTemperature=120000, motorVoltage=15100, motorCurrent=49220000, powerBattery=66587., maxFeedbackPower=530000, maxDischargePower=670000, bmsSelfCheck=90, powerBatteryCurrent=30000, powerBatteryV3=283000, maxVoltage=4000, minVoltage=4000, maxTemperature=410000, minTemperature=940000, availableCapacity=400000, vehicleStatus=1, 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-21 19:27:45.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:45.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:45.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:45.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:45.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:45.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:45.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:45.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:45.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:45.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:45.144 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:45.144 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:45.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:45.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:45.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:45.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:45.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:45.236 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:45.275 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:45.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:45.300 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:45.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:45.323 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:45.324 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:45.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:45.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:45.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:45.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:45.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:45.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:45.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:45.400 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:46.015 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:46.016 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:46.016 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 36 37 30 36 30 31 31 36 2e 37 36 30 37 36 36 30 33 39 2e 35 37 34 32 35 36 30 35 34 2e 30 30 30 32 34 2e 32 36 30 30 30 30 30 30 34 34 35 30 30 30 32 33 30 30 30 35 39 32 39 30 30 30 30 30 44 35 30 39 30 31 31 2e 31 30 33 30 30 30 30 30 32 34 39 34 35 31 31 30 30 34 37 30 30 30 30 31 39 30 30 30 32 30 36 34 30 30 30 30 36 36 35 38 37 2e 37 38 30 30 30 30 35 33 30 30 30 30 38 30 30 30 30 30 30 36 37 35 30 30 30 33 30 30 30 34 30 30 30 38 30 30 30 30 30 36 38 30 30 30 30 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 7E -2024-06-21 19:27:46.016 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969267060, longitude=116.7607660, latitude=39.5742560, speed=54.000, mileage=24.26000000, dischargeVoltage=445000, dischargeCurrent=23000, insulationResistance=592900000, gear=D, accelerationPedal=50, brakePedal=90, fuelConsumption=11.10, motorControllerTemperature=300000, motorSpeed=24945, motorTorque=1100, motorTemperature=470000, motorVoltage=19000, motorCurrent=20640000, powerBattery=66587., maxFeedbackPower=780000, maxDischargePower=530000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=675000, maxVoltage=3000, minVoltage=4000, maxTemperature=800000, minTemperature=680000, availableCapacity=400000, vehicleStatus=1, 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-21 19:27:46.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:46.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"400000","bmsSelfCheck":"80","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"23000","dischargeVoltage":"445000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"592900000","latitude":"39.5742560","location":"1","longitude":"116.7607660","maxDischargePower":"530000","maxFeedbackPower":"780000","maxTemperature":"800000","maxVoltage":"3000","mcu":"1","mileage":"24.26000000","minTemperature":"680000","minVoltage":"4000","motorControllerTemperature":"300000","motorCurrent":"20640000","motorSpeed":"24945","motorTemperature":"470000","motorTorque":"1100","motorVoltage":"19000","powerBattery":"66587.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"675000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969267060","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:46.017 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969267060, longitude=116.7607660, latitude=39.5742560, speed=54.000, mileage=24.26000000, dischargeVoltage=445000, dischargeCurrent=23000, insulationResistance=592900000, gear=D, accelerationPedal=50, brakePedal=90, fuelConsumption=11.10, motorControllerTemperature=300000, motorSpeed=24945, motorTorque=1100, motorTemperature=470000, motorVoltage=19000, motorCurrent=20640000, powerBattery=66587., maxFeedbackPower=780000, maxDischargePower=530000, bmsSelfCheck=80, powerBatteryCurrent=00000, powerBatteryV3=675000, maxVoltage=3000, minVoltage=4000, maxTemperature=800000, minTemperature=680000, availableCapacity=400000, vehicleStatus=1, 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-21 19:27:46.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:46.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:46.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:46.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:46.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:46.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:46.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:46.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:46.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:46.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:46.159 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:46.159 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:46.190 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:46.190 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:46.219 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:46.219 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:46.254 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:46.254 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:46.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:46.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:46.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:46.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:46.327 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:46.327 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:46.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:46.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:46.367 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:46.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:46.398 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:46.398 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:46.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:46.417 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:47.024 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:47.024 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:47.024 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 36 38 30 35 39 31 31 36 2e 37 36 31 35 38 31 30 33 39 2e 35 37 34 34 31 33 30 33 36 2e 30 30 30 32 34 2e 32 38 30 30 30 30 30 30 32 32 31 30 30 30 34 32 30 30 30 32 39 33 36 30 30 30 30 30 44 36 30 31 30 39 2e 39 30 30 39 34 30 30 30 30 34 30 39 33 34 34 30 32 30 32 39 30 30 30 30 32 33 37 30 30 36 33 33 39 30 30 30 30 36 36 35 38 37 2e 35 30 30 30 30 30 31 37 30 30 30 30 31 34 31 31 30 30 30 37 32 30 30 30 30 34 30 30 30 34 30 30 30 34 32 30 30 30 30 39 34 30 30 30 30 32 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 7E -2024-06-21 19:27:47.024 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969268059, longitude=116.7615810, latitude=39.5744130, speed=36.000, mileage=24.28000000, dischargeVoltage=221000, dischargeCurrent=42000, insulationResistance=293600000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=9.900, motorControllerTemperature=940000, motorSpeed=40934, motorTorque=4020, motorTemperature=290000, motorVoltage=23700, motorCurrent=63390000, powerBattery=66587., maxFeedbackPower=500000, maxDischargePower=170000, bmsSelfCheck=14, powerBatteryCurrent=11000, powerBatteryV3=720000, maxVoltage=4000, minVoltage=4000, maxTemperature=420000, minTemperature=940000, availableCapacity=250000, vehicleStatus=1, 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-21 19:27:47.025 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:47.026 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"250000","bmsSelfCheck":"14","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"42000","dischargeVoltage":"221000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.900","gear":"D","insulationResistance":"293600000","latitude":"39.5744130","location":"1","longitude":"116.7615810","maxDischargePower":"170000","maxFeedbackPower":"500000","maxTemperature":"420000","maxVoltage":"4000","mcu":"1","mileage":"24.28000000","minTemperature":"940000","minVoltage":"4000","motorControllerTemperature":"940000","motorCurrent":"63390000","motorSpeed":"40934","motorTemperature":"290000","motorTorque":"4020","motorVoltage":"23700","powerBattery":"66587.","powerBatteryCurrent":"11000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"720000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969268059","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:47.026 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969268059, longitude=116.7615810, latitude=39.5744130, speed=36.000, mileage=24.28000000, dischargeVoltage=221000, dischargeCurrent=42000, insulationResistance=293600000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=9.900, motorControllerTemperature=940000, motorSpeed=40934, motorTorque=4020, motorTemperature=290000, motorVoltage=23700, motorCurrent=63390000, powerBattery=66587., maxFeedbackPower=500000, maxDischargePower=170000, bmsSelfCheck=14, powerBatteryCurrent=11000, powerBatteryV3=720000, maxVoltage=4000, minVoltage=4000, maxTemperature=420000, minTemperature=940000, availableCapacity=250000, vehicleStatus=1, 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-21 19:27:47.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:47.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:47.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:47.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:47.118 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:47.118 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:47.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:47.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:47.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:47.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:47.194 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:47.194 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:47.224 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:47.224 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:47.260 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:47.261 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:47.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:47.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:47.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:47.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:47.364 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:47.364 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:47.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:47.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:47.418 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:47.418 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:47.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:47.438 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:47.456 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:47.456 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:47.479 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:47.479 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:48.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:48.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:48.008 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 36 39 30 35 34 31 31 36 2e 37 36 32 36 31 36 30 33 39 2e 35 37 34 35 36 36 30 37 32 2e 30 30 30 32 34 2e 33 32 30 30 30 30 30 30 34 36 33 30 30 30 38 30 30 30 30 32 30 34 30 31 30 30 30 30 44 36 30 33 30 31 31 2e 37 30 32 31 30 30 30 30 37 32 32 36 33 37 39 38 30 31 33 37 30 30 30 32 36 30 30 30 34 38 35 30 30 30 30 30 36 36 35 38 37 2e 35 32 30 30 30 30 31 30 30 30 30 30 31 31 32 30 30 30 30 36 32 34 30 30 30 33 30 30 30 33 30 30 30 32 35 30 30 30 30 34 36 30 30 30 30 31 31 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 19 7E -2024-06-21 19:27:48.008 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969269054, longitude=116.7626160, latitude=39.5745660, speed=72.000, mileage=24.32000000, dischargeVoltage=463000, dischargeCurrent=80000, insulationResistance=204010000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=11.70, motorControllerTemperature=210000, motorSpeed=72263, motorTorque=7980, motorTemperature=137000, motorVoltage=26000, motorCurrent=48500000, powerBattery=66587., maxFeedbackPower=520000, maxDischargePower=100000, bmsSelfCheck=11, powerBatteryCurrent=20000, powerBatteryV3=624000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=460000, availableCapacity=110000, vehicleStatus=1, 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-21 19:27:48.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:48.009 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"110000","bmsSelfCheck":"11","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"463000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"204010000","latitude":"39.5745660","location":"1","longitude":"116.7626160","maxDischargePower":"100000","maxFeedbackPower":"520000","maxTemperature":"250000","maxVoltage":"3000","mcu":"1","mileage":"24.32000000","minTemperature":"460000","minVoltage":"3000","motorControllerTemperature":"210000","motorCurrent":"48500000","motorSpeed":"72263","motorTemperature":"137000","motorTorque":"7980","motorVoltage":"26000","powerBattery":"66587.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"624000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969269054","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:48.010 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969269054, longitude=116.7626160, latitude=39.5745660, speed=72.000, mileage=24.32000000, dischargeVoltage=463000, dischargeCurrent=80000, insulationResistance=204010000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=11.70, motorControllerTemperature=210000, motorSpeed=72263, motorTorque=7980, motorTemperature=137000, motorVoltage=26000, motorCurrent=48500000, powerBattery=66587., maxFeedbackPower=520000, maxDischargePower=100000, bmsSelfCheck=11, powerBatteryCurrent=20000, powerBatteryV3=624000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=460000, availableCapacity=110000, vehicleStatus=1, 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-21 19:27:48.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:48.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:48.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:48.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:48.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:48.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:48.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:48.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:48.121 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:48.121 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:48.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:48.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:48.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:48.162 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:48.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:48.180 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:48.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:48.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:48.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:48.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:48.243 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:48.243 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:48.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:48.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:48.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:48.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:48.320 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:48.320 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:48.347 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:48.347 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:48.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:48.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:27:49.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:27:49.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:27:49.002 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 4a 41 56 30 56 4a 55 4a 59 4f 54 4f 4b 39 4b 53 59 31 37 31 38 39 36 39 32 37 30 30 34 38 31 31 36 2e 37 36 34 36 35 30 30 33 39 2e 35 37 34 38 38 30 30 32 37 30 2e 30 30 32 34 2e 34 37 30 30 30 30 30 30 33 31 35 30 30 30 31 36 30 30 30 31 39 35 39 37 30 30 30 30 44 33 30 38 30 31 30 2e 32 30 39 30 30 30 30 30 38 31 36 32 39 31 36 30 30 35 38 30 30 30 30 32 37 39 30 30 31 33 31 38 36 30 30 30 36 36 35 36 36 2e 34 33 30 30 30 30 38 35 30 30 30 30 31 33 31 32 30 30 30 32 35 30 30 30 30 33 30 30 30 34 30 30 30 38 37 30 30 30 30 36 39 30 30 30 30 36 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 4e 7E -2024-06-21 19:27:49.002 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969270048, longitude=116.7646500, latitude=39.5748800, speed=270.00, mileage=24.47000000, dischargeVoltage=315000, dischargeCurrent=16000, insulationResistance=195970000, gear=D, accelerationPedal=30, brakePedal=80, fuelConsumption=10.20, motorControllerTemperature=900000, motorSpeed=81629, motorTorque=1600, motorTemperature=580000, motorVoltage=27900, motorCurrent=13186000, powerBattery=66566., maxFeedbackPower=430000, maxDischargePower=850000, bmsSelfCheck=13, powerBatteryCurrent=12000, powerBatteryV3=250000, maxVoltage=3000, minVoltage=4000, maxTemperature=870000, minTemperature=690000, availableCapacity=640000, vehicleStatus=1, 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-21 19:27:49.003 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:27:49.003 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"640000","bmsSelfCheck":"13","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"16000","dischargeVoltage":"315000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"195970000","latitude":"39.5748800","location":"1","longitude":"116.7646500","maxDischargePower":"850000","maxFeedbackPower":"430000","maxTemperature":"870000","maxVoltage":"3000","mcu":"1","mileage":"24.47000000","minTemperature":"690000","minVoltage":"4000","motorControllerTemperature":"900000","motorCurrent":"13186000","motorSpeed":"81629","motorTemperature":"580000","motorTorque":"1600","motorVoltage":"27900","powerBattery":"66566.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"250000","ptc":"1","runStatus":"1","soc":"1","speed":"270.00","timestamp":"1718969270048","vehicleStatus":"1","vin":"JAV0VJUJYOTOK9KSY"} -2024-06-21 19:27:49.003 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=JAV0VJUJYOTOK9KSY, timestamp=1718969270048, longitude=116.7646500, latitude=39.5748800, speed=270.00, mileage=24.47000000, dischargeVoltage=315000, dischargeCurrent=16000, insulationResistance=195970000, gear=D, accelerationPedal=30, brakePedal=80, fuelConsumption=10.20, motorControllerTemperature=900000, motorSpeed=81629, motorTorque=1600, motorTemperature=580000, motorVoltage=27900, motorCurrent=13186000, powerBattery=66566., maxFeedbackPower=430000, maxDischargePower=850000, bmsSelfCheck=13, powerBatteryCurrent=12000, powerBatteryV3=250000, maxVoltage=3000, minVoltage=4000, maxTemperature=870000, minTemperature=690000, availableCapacity=640000, vehicleStatus=1, 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-21 19:27:49.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:27:49.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:27:49.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:27:49.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:27:49.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:27:49.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:27:49.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:27:49.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:27:49.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:27:49.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:27:49.119 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:27:49.119 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:27:49.153 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:27:49.153 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:27:49.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:27:49.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:27:49.203 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:27:49.204 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:27:49.226 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:27:49.226 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:27:49.252 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:27:49.252 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:27:49.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:27:49.281 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:27:49.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:27:49.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:27:49.373 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:27:49.373 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:27:49.390 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:27:49.391 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:27:49.410 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:27:49.410 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:28:17.975 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:28:17.976 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:28:17.976 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 36 39 32 39 39 30 31 33 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 31 31 2e 32 35 30 30 30 30 30 30 35 31 30 30 30 30 33 32 30 30 30 31 38 39 33 30 30 30 30 30 44 38 30 37 30 31 30 2e 36 30 36 38 30 30 30 30 32 37 30 30 30 32 31 34 30 31 30 32 30 30 30 32 37 33 30 30 34 32 35 38 30 30 30 30 37 37 38 36 33 2e 39 30 30 30 30 30 31 33 30 30 30 30 31 31 35 30 30 30 30 35 39 31 30 30 30 33 30 30 30 34 30 30 30 31 36 30 30 30 30 39 37 30 30 30 30 32 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 fe 7E -2024-06-21 19:28:17.976 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969299013, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=11.25000000, dischargeVoltage=510000, dischargeCurrent=32000, insulationResistance=189300000, gear=D, accelerationPedal=80, brakePedal=70, fuelConsumption=10.60, motorControllerTemperature=680000, motorSpeed=27000, motorTorque=2140, motorTemperature=102000, motorVoltage=27300, motorCurrent=42580000, powerBattery=77863., maxFeedbackPower=900000, maxDischargePower=130000, bmsSelfCheck=11, powerBatteryCurrent=50000, powerBatteryV3=591000, maxVoltage=3000, minVoltage=4000, maxTemperature=160000, minTemperature=970000, availableCapacity=240000, vehicleStatus=1, 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-21 19:28:17.978 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:28:17.978 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"240000","bmsSelfCheck":"11","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"32000","dischargeVoltage":"510000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.60","gear":"D","insulationResistance":"189300000","latitude":"39.5209220","location":"1","longitude":"116.6555800","maxDischargePower":"130000","maxFeedbackPower":"900000","maxTemperature":"160000","maxVoltage":"3000","mcu":"1","mileage":"11.25000000","minTemperature":"970000","minVoltage":"4000","motorControllerTemperature":"680000","motorCurrent":"42580000","motorSpeed":"27000","motorTemperature":"102000","motorTorque":"2140","motorVoltage":"27300","powerBattery":"77863.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"591000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969299013","vehicleStatus":"1","vin":"WZHFHDAIYUVKSHH3G"} -2024-06-21 19:28:17.978 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969299013, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=11.25000000, dischargeVoltage=510000, dischargeCurrent=32000, insulationResistance=189300000, gear=D, accelerationPedal=80, brakePedal=70, fuelConsumption=10.60, motorControllerTemperature=680000, motorSpeed=27000, motorTorque=2140, motorTemperature=102000, motorVoltage=27300, motorCurrent=42580000, powerBattery=77863., maxFeedbackPower=900000, maxDischargePower=130000, bmsSelfCheck=11, powerBatteryCurrent=50000, powerBatteryV3=591000, maxVoltage=3000, minVoltage=4000, maxTemperature=160000, minTemperature=970000, availableCapacity=240000, vehicleStatus=1, 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-21 19:28:18.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:28:18.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:28:18.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:28:18.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:28:18.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:28:18.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:28:18.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:28:18.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:28:18.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:28:18.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:28:18.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:28:18.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:28:18.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:28:18.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:28:18.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:28:18.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:28:18.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:28:18.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:28:18.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:28:18.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:28:18.251 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:28:18.251 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:28:18.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:28:18.272 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:28:18.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:28:18.290 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:28:18.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:28:18.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:28:18.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:28:18.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:28:18.377 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:28:18.377 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:28:18.977 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:28:18.977 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:28:18.977 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 36 39 33 30 30 30 32 33 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 31 31 2e 32 38 30 30 30 30 30 30 34 38 37 30 30 30 34 32 30 30 30 32 37 39 39 34 30 30 30 30 44 31 30 30 30 39 2e 32 30 30 35 38 30 30 30 30 39 30 34 39 36 39 39 39 30 31 30 35 30 30 30 31 32 35 30 30 38 34 32 31 30 30 30 30 37 37 38 36 33 2e 33 38 30 30 30 30 33 38 30 30 30 30 39 30 30 30 30 30 30 34 36 30 30 30 30 33 30 30 30 33 30 30 30 36 39 30 30 30 30 32 36 30 30 30 30 37 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 38 7E -2024-06-21 19:28:18.977 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969300023, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=11.28000000, dischargeVoltage=487000, dischargeCurrent=42000, insulationResistance=279940000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=9.200, motorControllerTemperature=580000, motorSpeed=90496, motorTorque=9990, motorTemperature=105000, motorVoltage=12500, motorCurrent=84210000, powerBattery=77863., maxFeedbackPower=380000, maxDischargePower=380000, bmsSelfCheck=90, powerBatteryCurrent=00000, powerBatteryV3=460000, maxVoltage=3000, minVoltage=3000, maxTemperature=690000, minTemperature=260000, availableCapacity=750000, vehicleStatus=1, 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-21 19:28:18.978 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:28:18.978 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"750000","bmsSelfCheck":"90","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"42000","dischargeVoltage":"487000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.200","gear":"D","insulationResistance":"279940000","latitude":"39.5209970","location":"1","longitude":"116.6563730","maxDischargePower":"380000","maxFeedbackPower":"380000","maxTemperature":"690000","maxVoltage":"3000","mcu":"1","mileage":"11.28000000","minTemperature":"260000","minVoltage":"3000","motorControllerTemperature":"580000","motorCurrent":"84210000","motorSpeed":"90496","motorTemperature":"105000","motorTorque":"9990","motorVoltage":"12500","powerBattery":"77863.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"460000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969300023","vehicleStatus":"1","vin":"WZHFHDAIYUVKSHH3G"} -2024-06-21 19:28:18.979 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969300023, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=11.28000000, dischargeVoltage=487000, dischargeCurrent=42000, insulationResistance=279940000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=9.200, motorControllerTemperature=580000, motorSpeed=90496, motorTorque=9990, motorTemperature=105000, motorVoltage=12500, motorCurrent=84210000, powerBattery=77863., maxFeedbackPower=380000, maxDischargePower=380000, bmsSelfCheck=90, powerBatteryCurrent=00000, powerBatteryV3=460000, maxVoltage=3000, minVoltage=3000, maxTemperature=690000, minTemperature=260000, availableCapacity=750000, vehicleStatus=1, 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-21 19:28:19.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:28:19.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:28:19.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:28:19.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:28:19.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:28:19.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:28:19.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:28:19.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:28:19.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:28:19.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:28:19.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:28:19.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:28:19.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:28:19.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:28:19.240 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:28:19.240 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:28:19.268 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:28:19.268 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:28:19.295 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:28:19.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:28:19.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:28:19.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:28:19.342 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:28:19.342 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:28:19.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:28:19.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:28:19.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:28:19.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:28:19.426 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:28:19.426 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:28:19.456 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:28:19.456 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:28:19.971 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:28:19.972 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:28:19.972 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 36 39 33 30 31 30 31 38 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 31 31 2e 33 32 30 30 30 30 30 30 34 31 31 30 30 30 33 36 30 30 30 31 39 33 30 39 30 30 30 30 44 31 30 32 30 31 31 2e 33 30 32 35 30 30 30 30 36 39 38 36 30 37 39 38 30 31 32 34 30 30 30 31 34 30 30 30 32 30 34 31 30 30 30 30 37 37 38 36 33 2e 38 33 30 30 30 30 39 31 30 30 30 30 33 30 31 30 30 30 30 32 37 39 30 30 30 33 30 30 30 33 30 30 30 36 37 30 30 30 30 33 32 30 30 30 30 34 35 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 fa 7E -2024-06-21 19:28:19.972 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969301018, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=11.32000000, dischargeVoltage=411000, dischargeCurrent=36000, insulationResistance=193090000, gear=D, accelerationPedal=10, brakePedal=20, fuelConsumption=11.30, motorControllerTemperature=250000, motorSpeed=69860, motorTorque=7980, motorTemperature=124000, motorVoltage=14000, motorCurrent=20410000, powerBattery=77863., maxFeedbackPower=830000, maxDischargePower=910000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=279000, maxVoltage=3000, minVoltage=3000, maxTemperature=670000, minTemperature=320000, availableCapacity=450000, vehicleStatus=1, 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-21 19:28:19.974 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:28:19.974 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"450000","bmsSelfCheck":"30","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"36000","dischargeVoltage":"411000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.30","gear":"D","insulationResistance":"193090000","latitude":"39.5211210","location":"1","longitude":"116.6576290","maxDischargePower":"910000","maxFeedbackPower":"830000","maxTemperature":"670000","maxVoltage":"3000","mcu":"1","mileage":"11.32000000","minTemperature":"320000","minVoltage":"3000","motorControllerTemperature":"250000","motorCurrent":"20410000","motorSpeed":"69860","motorTemperature":"124000","motorTorque":"7980","motorVoltage":"14000","powerBattery":"77863.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"279000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969301018","vehicleStatus":"1","vin":"WZHFHDAIYUVKSHH3G"} -2024-06-21 19:28:19.974 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969301018, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=11.32000000, dischargeVoltage=411000, dischargeCurrent=36000, insulationResistance=193090000, gear=D, accelerationPedal=10, brakePedal=20, fuelConsumption=11.30, motorControllerTemperature=250000, motorSpeed=69860, motorTorque=7980, motorTemperature=124000, motorVoltage=14000, motorCurrent=20410000, powerBattery=77863., maxFeedbackPower=830000, maxDischargePower=910000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=279000, maxVoltage=3000, minVoltage=3000, maxTemperature=670000, minTemperature=320000, availableCapacity=450000, vehicleStatus=1, 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-21 19:28:20.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:28:20.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:28:20.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:28:20.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:28:20.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:28:20.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:28:20.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:28:20.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:28:20.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:28:20.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:28:20.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:28:20.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:28:20.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:28:20.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:28:20.169 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:28:20.169 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:28:20.201 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:28:20.201 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:28:20.219 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:28:20.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:28:20.239 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:28:20.239 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:28:20.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:28:20.262 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:28:20.287 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:28:20.287 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:28:20.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:28:20.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:28:20.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:28:20.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:28:20.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:28:20.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:28:20.984 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:28:20.984 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:28:20.984 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 36 39 33 30 32 30 32 38 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 31 31 2e 33 35 30 30 30 30 30 30 35 34 36 30 30 30 34 34 30 30 30 33 36 31 38 30 30 30 30 30 44 30 30 32 30 31 32 2e 30 30 34 34 30 30 30 30 38 31 37 39 36 39 33 36 30 31 37 30 30 30 30 32 37 34 30 30 39 32 38 35 30 30 30 30 37 37 38 36 33 2e 39 36 30 30 30 30 32 39 30 30 30 30 31 31 31 34 30 30 30 36 30 30 30 30 30 33 30 30 30 33 30 30 30 36 31 30 30 30 30 38 37 30 30 30 30 39 36 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 26 7E -2024-06-21 19:28:20.984 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969302028, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=11.35000000, dischargeVoltage=546000, dischargeCurrent=44000, insulationResistance=361800000, gear=D, accelerationPedal=00, brakePedal=20, fuelConsumption=12.00, motorControllerTemperature=440000, motorSpeed=81796, motorTorque=9360, motorTemperature=170000, motorVoltage=27400, motorCurrent=92850000, powerBattery=77863., maxFeedbackPower=960000, maxDischargePower=290000, bmsSelfCheck=11, powerBatteryCurrent=14000, powerBatteryV3=600000, maxVoltage=3000, minVoltage=3000, maxTemperature=610000, minTemperature=870000, availableCapacity=960000, vehicleStatus=1, 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-21 19:28:20.986 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:28:20.986 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"960000","bmsSelfCheck":"11","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"44000","dischargeVoltage":"546000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"361800000","latitude":"39.5211630","location":"1","longitude":"116.6584780","maxDischargePower":"290000","maxFeedbackPower":"960000","maxTemperature":"610000","maxVoltage":"3000","mcu":"1","mileage":"11.35000000","minTemperature":"870000","minVoltage":"3000","motorControllerTemperature":"440000","motorCurrent":"92850000","motorSpeed":"81796","motorTemperature":"170000","motorTorque":"9360","motorVoltage":"27400","powerBattery":"77863.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"600000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718969302028","vehicleStatus":"1","vin":"WZHFHDAIYUVKSHH3G"} -2024-06-21 19:28:20.986 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969302028, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=11.35000000, dischargeVoltage=546000, dischargeCurrent=44000, insulationResistance=361800000, gear=D, accelerationPedal=00, brakePedal=20, fuelConsumption=12.00, motorControllerTemperature=440000, motorSpeed=81796, motorTorque=9360, motorTemperature=170000, motorVoltage=27400, motorCurrent=92850000, powerBattery=77863., maxFeedbackPower=960000, maxDischargePower=290000, bmsSelfCheck=11, powerBatteryCurrent=14000, powerBatteryV3=600000, maxVoltage=3000, minVoltage=3000, maxTemperature=610000, minTemperature=870000, availableCapacity=960000, vehicleStatus=1, 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-21 19:28:21.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:28:21.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:28:21.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:28:21.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:28:21.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:28:21.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:28:21.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:28:21.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:28:21.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:28:21.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:28:21.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:28:21.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:28:21.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:28:21.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:28:21.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:28:21.196 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:28:21.226 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:28:21.227 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:28:21.247 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:28:21.247 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:28:21.264 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:28:21.265 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:28:21.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:28:21.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:28:21.316 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:28:21.316 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:28:21.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:28:21.355 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:28:21.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:28:21.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:28:21.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:28:21.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:28:21.972 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:28:21.972 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:28:21.972 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 36 39 33 30 33 30 31 37 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 31 31 2e 33 39 30 30 30 30 30 30 33 35 35 30 30 30 38 30 30 30 30 31 36 30 34 33 30 30 30 30 44 37 30 39 30 31 30 2e 36 30 38 36 30 30 30 30 37 35 38 30 31 39 31 30 30 37 37 30 30 30 30 31 33 37 30 30 37 31 39 36 30 30 30 30 37 37 38 36 33 2e 39 36 30 30 30 30 38 39 30 30 30 30 36 30 37 30 30 30 30 36 31 39 30 30 30 34 30 30 30 33 30 30 30 34 30 30 30 30 30 35 33 30 30 30 30 31 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 28 7E -2024-06-21 19:28:21.972 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969303017, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=11.39000000, dischargeVoltage=355000, dischargeCurrent=80000, insulationResistance=160430000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=10.60, motorControllerTemperature=860000, motorSpeed=75801, motorTorque=9100, motorTemperature=770000, motorVoltage=13700, motorCurrent=71960000, powerBattery=77863., maxFeedbackPower=960000, maxDischargePower=890000, bmsSelfCheck=60, powerBatteryCurrent=70000, powerBatteryV3=619000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=530000, availableCapacity=130000, 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-21 19:28:21.973 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:28:21.974 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"130000","bmsSelfCheck":"60","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"80000","dischargeVoltage":"355000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.60","gear":"D","insulationResistance":"160430000","latitude":"39.5212540","location":"1","longitude":"116.6594440","maxDischargePower":"890000","maxFeedbackPower":"960000","maxTemperature":"400000","maxVoltage":"4000","mcu":"1","mileage":"11.39000000","minTemperature":"530000","minVoltage":"3000","motorControllerTemperature":"860000","motorCurrent":"71960000","motorSpeed":"75801","motorTemperature":"770000","motorTorque":"9100","motorVoltage":"13700","powerBattery":"77863.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"619000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969303017","vehicleStatus":"0","vin":"WZHFHDAIYUVKSHH3G"} -2024-06-21 19:28:21.974 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969303017, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=11.39000000, dischargeVoltage=355000, dischargeCurrent=80000, insulationResistance=160430000, gear=D, accelerationPedal=70, brakePedal=90, fuelConsumption=10.60, motorControllerTemperature=860000, motorSpeed=75801, motorTorque=9100, motorTemperature=770000, motorVoltage=13700, motorCurrent=71960000, powerBattery=77863., maxFeedbackPower=960000, maxDischargePower=890000, bmsSelfCheck=60, powerBatteryCurrent=70000, powerBatteryV3=619000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=530000, availableCapacity=130000, 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-21 19:28:22.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:691 - 故障信息发送到RabbitMQ -2024-06-21 19:28:22.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:282 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 19:28:22.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:28:22.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:28:22.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:28:22.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:28:22.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:28:22.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:28:22.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:28:22.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:28:22.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:28:22.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:28:22.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:28:22.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:28:22.192 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:28:22.192 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:28:22.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:28:22.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:28:22.247 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:28:22.247 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:28:22.265 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:28:22.267 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:28:22.287 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:28:22.287 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:28:22.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:28:22.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:28:22.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:28:22.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:28:22.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:28:22.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:28:22.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:28:22.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:28:22.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:28:22.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:28:22.972 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:28:22.972 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:28:22.972 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 36 39 33 30 34 30 31 37 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 31 31 2e 34 35 30 30 30 30 30 30 32 33 33 30 30 30 31 36 30 30 30 32 31 31 32 35 30 30 30 30 44 34 30 35 30 39 2e 38 30 30 33 33 30 30 30 30 31 31 39 32 32 37 31 39 30 36 32 30 30 30 30 31 37 33 30 30 37 39 38 32 30 30 30 30 37 37 38 35 33 2e 36 30 30 30 30 30 38 30 30 30 30 30 31 33 31 34 30 30 30 36 30 35 30 30 30 34 30 30 30 33 30 30 30 32 30 30 30 30 30 35 35 30 30 30 30 39 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0b 7E -2024-06-21 19:28:22.972 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969304017, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=11.45000000, dischargeVoltage=233000, dischargeCurrent=16000, insulationResistance=211250000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=9.800, motorControllerTemperature=330000, motorSpeed=11922, motorTorque=7190, motorTemperature=620000, motorVoltage=17300, motorCurrent=79820000, powerBattery=77853., maxFeedbackPower=600000, maxDischargePower=800000, bmsSelfCheck=13, powerBatteryCurrent=14000, powerBatteryV3=605000, maxVoltage=4000, minVoltage=3000, maxTemperature=200000, minTemperature=550000, availableCapacity=970000, 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-21 19:28:22.973 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:28:22.973 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"970000","bmsSelfCheck":"13","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"16000","dischargeVoltage":"233000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.800","gear":"D","insulationResistance":"211250000","latitude":"39.5213450","location":"1","longitude":"116.6606990","maxDischargePower":"800000","maxFeedbackPower":"600000","maxTemperature":"200000","maxVoltage":"4000","mcu":"1","mileage":"11.45000000","minTemperature":"550000","minVoltage":"3000","motorControllerTemperature":"330000","motorCurrent":"79820000","motorSpeed":"11922","motorTemperature":"620000","motorTorque":"7190","motorVoltage":"17300","powerBattery":"77853.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"605000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969304017","vehicleStatus":"0","vin":"WZHFHDAIYUVKSHH3G"} -2024-06-21 19:28:22.974 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969304017, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=11.45000000, dischargeVoltage=233000, dischargeCurrent=16000, insulationResistance=211250000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=9.800, motorControllerTemperature=330000, motorSpeed=11922, motorTorque=7190, motorTemperature=620000, motorVoltage=17300, motorCurrent=79820000, powerBattery=77853., maxFeedbackPower=600000, maxDischargePower=800000, bmsSelfCheck=13, powerBatteryCurrent=14000, powerBatteryV3=605000, maxVoltage=4000, minVoltage=3000, maxTemperature=200000, minTemperature=550000, availableCapacity=970000, 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-21 19:28:23.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:287 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:28:23.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:28:23.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:28:23.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:28:23.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:28:23.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:28:23.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:28:23.119 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:28:23.119 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:28:23.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:28:23.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:28:23.160 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:28:23.160 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:28:23.180 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:28:23.180 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:28:23.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:28:23.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:28:23.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:28:23.230 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:28:23.258 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:28:23.258 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:28:23.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:28:23.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:28:23.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:28:23.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:28:23.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:28:23.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:28:23.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:28:23.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:28:23.385 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:28:23.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:28:23.405 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:28:23.406 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:28:23.993 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:28:23.993 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:28:23.993 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 36 39 33 30 35 30 32 36 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 31 31 2e 34 37 30 30 30 30 30 30 36 32 37 30 30 30 33 31 30 30 30 32 36 30 39 35 30 30 30 30 44 30 30 32 30 31 31 2e 31 30 34 37 30 30 30 30 39 34 36 30 30 37 39 33 30 38 35 30 30 30 30 32 33 37 30 30 31 31 32 34 35 30 30 30 37 37 38 35 33 2e 35 33 30 30 30 30 39 37 30 30 30 30 31 34 33 30 30 30 30 34 36 30 30 30 30 34 30 30 30 34 30 30 30 31 30 30 30 30 30 33 30 30 30 30 30 31 34 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 fa 7E -2024-06-21 19:28:23.993 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969305026, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=11.47000000, dischargeVoltage=627000, dischargeCurrent=31000, insulationResistance=260950000, gear=D, accelerationPedal=00, brakePedal=20, fuelConsumption=11.10, motorControllerTemperature=470000, motorSpeed=94600, motorTorque=7930, motorTemperature=850000, motorVoltage=23700, motorCurrent=11245000, powerBattery=77853., maxFeedbackPower=530000, maxDischargePower=970000, bmsSelfCheck=14, powerBatteryCurrent=30000, powerBatteryV3=460000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=300000, availableCapacity=140000, vehicleStatus=1, 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-21 19:28:23.995 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:28:23.995 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"140000","bmsSelfCheck":"14","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"31000","dischargeVoltage":"627000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"260950000","latitude":"39.5213780","location":"1","longitude":"116.6611070","maxDischargePower":"970000","maxFeedbackPower":"530000","maxTemperature":"100000","maxVoltage":"4000","mcu":"1","mileage":"11.47000000","minTemperature":"300000","minVoltage":"4000","motorControllerTemperature":"470000","motorCurrent":"11245000","motorSpeed":"94600","motorTemperature":"850000","motorTorque":"7930","motorVoltage":"23700","powerBattery":"77853.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"460000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718969305026","vehicleStatus":"1","vin":"WZHFHDAIYUVKSHH3G"} -2024-06-21 19:28:23.995 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969305026, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=11.47000000, dischargeVoltage=627000, dischargeCurrent=31000, insulationResistance=260950000, gear=D, accelerationPedal=00, brakePedal=20, fuelConsumption=11.10, motorControllerTemperature=470000, motorSpeed=94600, motorTorque=7930, motorTemperature=850000, motorVoltage=23700, motorCurrent=11245000, powerBattery=77853., maxFeedbackPower=530000, maxDischargePower=970000, bmsSelfCheck=14, powerBatteryCurrent=30000, powerBatteryV3=460000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=300000, availableCapacity=140000, vehicleStatus=1, 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-21 19:28:24.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:28:24.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:28:24.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:28:24.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:28:24.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:28:24.073 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:28:24.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:28:24.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:28:24.119 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:28:24.119 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:28:24.144 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:28:24.144 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:28:24.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:28:24.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:28:24.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:28:24.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:28:24.204 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:28:24.205 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:28:24.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:28:24.231 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:28:24.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:28:24.256 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:28:24.288 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:28:24.288 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:28:24.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:28:24.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:28:24.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:28:24.330 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:28:24.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:28:24.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:28:24.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:28:24.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:28:24.980 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:28:24.980 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:28:24.980 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 36 39 33 30 36 30 31 36 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 31 31 2e 35 34 30 30 30 30 30 30 31 38 30 30 30 30 32 35 30 30 30 31 35 30 32 39 30 30 30 30 44 30 30 35 30 31 32 2e 30 30 36 33 30 30 30 30 35 32 30 30 37 38 38 32 30 36 38 30 30 30 30 31 32 35 30 30 33 37 34 38 30 30 30 30 37 37 38 34 31 2e 39 31 30 30 30 30 34 34 30 30 30 30 38 30 33 30 30 30 30 33 35 31 30 30 30 33 30 30 30 33 30 30 30 37 35 30 30 30 30 37 38 30 30 30 30 38 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0e 7E -2024-06-21 19:28:24.980 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969306016, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=11.54000000, dischargeVoltage=180000, dischargeCurrent=25000, insulationResistance=150290000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=12.00, motorControllerTemperature=630000, motorSpeed=52007, motorTorque=8820, motorTemperature=680000, motorVoltage=12500, motorCurrent=37480000, powerBattery=77841., maxFeedbackPower=910000, maxDischargePower=440000, bmsSelfCheck=80, powerBatteryCurrent=30000, powerBatteryV3=351000, maxVoltage=3000, minVoltage=3000, maxTemperature=750000, minTemperature=780000, availableCapacity=820000, vehicleStatus=1, 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-21 19:28:24.984 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:28:24.984 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"820000","bmsSelfCheck":"80","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"25000","dischargeVoltage":"180000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"12.00","gear":"D","insulationResistance":"150290000","latitude":"39.5214670","location":"1","longitude":"116.6620990","maxDischargePower":"440000","maxFeedbackPower":"910000","maxTemperature":"750000","maxVoltage":"3000","mcu":"1","mileage":"11.54000000","minTemperature":"780000","minVoltage":"3000","motorControllerTemperature":"630000","motorCurrent":"37480000","motorSpeed":"52007","motorTemperature":"680000","motorTorque":"8820","motorVoltage":"12500","powerBattery":"77841.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"351000","ptc":"1","runStatus":"1","soc":"1","speed":"126.00","timestamp":"1718969306016","vehicleStatus":"1","vin":"WZHFHDAIYUVKSHH3G"} -2024-06-21 19:28:24.984 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969306016, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=11.54000000, dischargeVoltage=180000, dischargeCurrent=25000, insulationResistance=150290000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=12.00, motorControllerTemperature=630000, motorSpeed=52007, motorTorque=8820, motorTemperature=680000, motorVoltage=12500, motorCurrent=37480000, powerBattery=77841., maxFeedbackPower=910000, maxDischargePower=440000, bmsSelfCheck=80, powerBatteryCurrent=30000, powerBatteryV3=351000, maxVoltage=3000, minVoltage=3000, maxTemperature=750000, minTemperature=780000, availableCapacity=820000, vehicleStatus=1, 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-21 19:28:25.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:28:25.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:28:25.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:28:25.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:28:25.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:28:25.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:28:25.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:28:25.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:28:25.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:28:25.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:28:25.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:28:25.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:28:25.169 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:28:25.169 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:28:25.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:28:25.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:28:25.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:28:25.232 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:28:25.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:28:25.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:28:25.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:28:25.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:28:25.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:28:25.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:28:25.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:28:25.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:28:25.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:28:25.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:28:25.364 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:28:25.364 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:28:25.385 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:28:25.385 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:28:55.116 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:28:55.116 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:28:55.116 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 36 39 33 33 36 31 36 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 31 31 2e 35 38 30 30 30 30 30 30 36 30 39 30 30 30 37 30 30 30 30 32 31 31 39 30 30 30 30 30 44 37 30 37 30 31 31 2e 30 30 30 30 30 30 30 30 35 33 37 34 33 32 31 33 30 31 32 32 30 30 30 32 30 37 30 30 31 32 33 38 35 30 30 30 37 37 38 34 31 2e 33 31 30 30 30 30 39 34 30 30 30 30 38 30 34 30 30 30 30 33 33 37 30 30 30 33 30 30 30 33 30 30 30 37 36 30 30 30 30 31 32 30 30 30 30 31 39 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f9 7E -2024-06-21 19:28:55.116 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969336162, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=11.58000000, dischargeVoltage=609000, dischargeCurrent=70000, insulationResistance=211900000, gear=D, accelerationPedal=70, brakePedal=70, fuelConsumption=11.00, motorControllerTemperature=000000, motorSpeed=53743, motorTorque=2130, motorTemperature=122000, motorVoltage=20700, motorCurrent=12385000, powerBattery=77841., maxFeedbackPower=310000, maxDischargePower=940000, bmsSelfCheck=80, powerBatteryCurrent=40000, powerBatteryV3=337000, maxVoltage=3000, minVoltage=3000, maxTemperature=760000, minTemperature=120000, availableCapacity=190000, vehicleStatus=1, 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-21 19:28:55.118 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:28:55.118 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"190000","bmsSelfCheck":"80","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"70000","dischargeVoltage":"609000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.00","gear":"D","insulationResistance":"211900000","latitude":"39.5215620","location":"1","longitude":"116.6633180","maxDischargePower":"940000","maxFeedbackPower":"310000","maxTemperature":"760000","maxVoltage":"3000","mcu":"1","mileage":"11.58000000","minTemperature":"120000","minVoltage":"3000","motorControllerTemperature":"000000","motorCurrent":"12385000","motorSpeed":"53743","motorTemperature":"122000","motorTorque":"2130","motorVoltage":"20700","powerBattery":"77841.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"337000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718969336162","vehicleStatus":"1","vin":"WZHFHDAIYUVKSHH3G"} -2024-06-21 19:28:55.118 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969336162, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=11.58000000, dischargeVoltage=609000, dischargeCurrent=70000, insulationResistance=211900000, gear=D, accelerationPedal=70, brakePedal=70, fuelConsumption=11.00, motorControllerTemperature=000000, motorSpeed=53743, motorTorque=2130, motorTemperature=122000, motorVoltage=20700, motorCurrent=12385000, powerBattery=77841., maxFeedbackPower=310000, maxDischargePower=940000, bmsSelfCheck=80, powerBatteryCurrent=40000, powerBatteryV3=337000, maxVoltage=3000, minVoltage=3000, maxTemperature=760000, minTemperature=120000, availableCapacity=190000, vehicleStatus=1, 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-21 19:28:55.137 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:28:55.138 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:28:55.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:28:55.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:28:55.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:28:55.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:28:55.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:28:55.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:28:55.237 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:28:55.237 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:28:55.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:28:55.255 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:28:55.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:28:55.276 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:28:55.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:28:55.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:28:55.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:28:55.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:28:55.352 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:28:55.352 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:28:55.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:28:55.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:28:55.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:28:55.399 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:28:55.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:28:55.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:28:55.440 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:28:55.440 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:28:55.464 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:28:55.464 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:28:55.486 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:28:55.486 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:28:56.132 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:28:56.132 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:28:56.132 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 57 5a 48 46 48 44 41 49 59 55 56 4b 53 48 48 33 47 31 37 31 38 39 36 39 33 33 37 31 37 32 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 31 31 2e 36 34 30 30 30 30 30 30 34 36 30 30 30 30 32 38 30 30 30 37 35 31 33 30 30 30 30 30 44 38 30 32 30 31 31 2e 31 30 31 36 30 30 30 30 38 33 34 35 36 38 34 30 30 31 31 37 30 30 30 32 38 33 30 30 31 30 35 30 30 30 30 30 37 37 38 33 30 2e 39 35 30 30 30 30 33 32 30 30 30 30 35 30 31 30 30 30 30 32 38 35 30 30 30 33 30 30 30 34 30 30 30 37 30 30 30 30 30 31 37 30 30 30 30 31 32 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 fd 7E -2024-06-21 19:28:56.132 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969337172, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=11.64000000, dischargeVoltage=460000, dischargeCurrent=28000, insulationResistance=751300000, gear=D, accelerationPedal=80, brakePedal=20, fuelConsumption=11.10, motorControllerTemperature=160000, motorSpeed=83456, motorTorque=8400, motorTemperature=117000, motorVoltage=28300, motorCurrent=10500000, powerBattery=77830., maxFeedbackPower=950000, maxDischargePower=320000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=285000, maxVoltage=3000, minVoltage=4000, maxTemperature=700000, minTemperature=170000, availableCapacity=120000, vehicleStatus=1, 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-21 19:28:56.133 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 19:28:56.133 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"120000","bmsSelfCheck":"50","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"28000","dischargeVoltage":"460000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"751300000","latitude":"39.5216700","location":"1","longitude":"116.6648360","maxDischargePower":"320000","maxFeedbackPower":"950000","maxTemperature":"700000","maxVoltage":"3000","mcu":"1","mileage":"11.64000000","minTemperature":"170000","minVoltage":"4000","motorControllerTemperature":"160000","motorCurrent":"10500000","motorSpeed":"83456","motorTemperature":"117000","motorTorque":"8400","motorVoltage":"28300","powerBattery":"77830.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"285000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718969337172","vehicleStatus":"1","vin":"WZHFHDAIYUVKSHH3G"} -2024-06-21 19:28:56.134 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=WZHFHDAIYUVKSHH3G, timestamp=1718969337172, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=11.64000000, dischargeVoltage=460000, dischargeCurrent=28000, insulationResistance=751300000, gear=D, accelerationPedal=80, brakePedal=20, fuelConsumption=11.10, motorControllerTemperature=160000, motorSpeed=83456, motorTorque=8400, motorTemperature=117000, motorVoltage=28300, motorCurrent=10500000, powerBattery=77830., maxFeedbackPower=950000, maxDischargePower=320000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=285000, maxVoltage=3000, minVoltage=4000, maxTemperature=700000, minTemperature=170000, availableCapacity=120000, vehicleStatus=1, 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-21 19:28:56.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:28:56.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:28:56.198 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:28:56.198 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:28:56.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:28:56.221 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:28:56.249 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:28:56.249 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:28:56.268 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:28:56.268 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:28:56.287 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:28:56.288 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:28:56.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:28:56.310 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:28:56.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:28:56.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:28:56.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:28:56.356 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:28:56.389 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:28:56.389 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:28:56.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:28:56.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:28:56.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:28:56.425 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:28:56.443 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:28:56.443 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:28:56.467 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:28:56.467 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:28:56.494 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:28:56.494 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:28:56.515 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:28:56.515 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:10.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:10.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:10.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 35 31 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bd 7E -2024-06-21 19:29:10.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969351721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:10.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:10.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:10.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:10.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:10.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:10.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:10.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:10.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:10.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:10.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:10.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:10.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:10.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:10.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:10.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:10.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:10.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:10.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:10.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:10.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:10.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:10.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:10.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:10.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:11.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:11.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:11.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:11.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:11.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:11.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:11.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:11.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:11.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:11.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:11.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 35 32 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:29:11.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969352723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:11.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:11.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:11.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:11.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:11.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:11.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:11.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:11.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:11.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:11.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:11.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:11.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:11.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:11.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:11.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:11.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:11.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:11.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:11.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:11.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:11.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:11.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:11.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:11.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:12.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:12.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:12.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:12.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:12.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:12.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:12.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:12.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:12.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:12.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:12.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 35 33 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:29:12.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969353721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:12.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:12.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:12.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:12.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:12.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:12.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:12.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:12.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:12.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:12.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:12.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:12.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:12.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:12.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:12.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:12.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:12.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:12.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:12.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:12.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:12.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:12.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:12.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:12.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:12.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:12.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:12.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:12.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:13.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:13.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:13.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:13.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:13.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:13.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:13.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 35 34 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 bf 7E -2024-06-21 19:29:13.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969354721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=0, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:13.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:13.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:13.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:13.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:13.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:13.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:13.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:13.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:13.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:13.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:13.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:13.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:13.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:13.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:13.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:13.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:13.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:13.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:13.948 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:13.948 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:13.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:13.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:13.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:13.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:14.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:14.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:14.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:14.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:14.073 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:14.073 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:14.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:14.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:15.031 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:15.031 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:15.031 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 35 35 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 c0 7E -2024-06-21 19:29:15.031 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969355721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=0, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:15.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:15.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:15.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:15.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:15.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:15.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:15.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:15.129 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:15.149 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:15.150 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:15.177 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:15.178 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:15.195 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:15.195 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:15.233 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:15.233 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:15.260 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:15.260 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:15.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:15.294 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:15.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:15.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:15.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:15.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:15.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:15.384 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:15.412 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:15.412 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:15.430 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:15.431 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:15.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:15.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:15.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:15.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:15.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 35 36 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 c2 7E -2024-06-21 19:29:15.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969356722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=0, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:15.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:15.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:15.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:15.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:15.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:15.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:15.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:15.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:15.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:15.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:15.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:15.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:15.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:15.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:15.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:15.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:15.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:15.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:15.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:15.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:15.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:15.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:15.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:15.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:15.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:15.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:16.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:16.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:16.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:16.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:16.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:16.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:16.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:16.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:16.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 35 37 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 c3 7E -2024-06-21 19:29:16.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969357722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=0, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:16.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:16.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:16.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:16.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:16.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:16.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:16.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:16.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:16.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:16.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:16.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:16.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:16.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:16.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:16.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:16.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:16.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:16.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:16.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:16.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:16.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:16.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:16.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:16.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:17.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:17.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:17.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:17.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:17.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:17.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:17.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:17.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:17.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:17.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:17.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 35 38 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 c5 7E -2024-06-21 19:29:17.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969358723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=0, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:17.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:17.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:17.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:17.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:17.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:17.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:17.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:17.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:17.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:17.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:17.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:17.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:17.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:17.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:17.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:17.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:17.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:17.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:17.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:17.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:17.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:17.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:17.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:17.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:17.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:17.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:17.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:17.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:18.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:18.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:18.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:18.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:18.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:18.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:18.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 35 39 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 c5 7E -2024-06-21 19:29:18.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969359722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=0, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:18.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:18.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:18.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:18.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:18.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:18.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:18.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:18.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:18.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:18.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:18.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:18.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:18.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:18.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:18.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:18.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:18.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:18.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:18.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:18.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:18.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:18.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:18.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:18.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:18.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:18.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:19.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:19.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:19.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:19.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:19.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:19.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:19.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:19.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:19.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 36 30 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 bd 7E -2024-06-21 19:29:19.680 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969360722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=0, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:19.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:19.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:19.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:19.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:19.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:19.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:19.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:19.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:19.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:19.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:19.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:19.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:19.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:19.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:19.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:19.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:19.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:19.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:19.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:19.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:19.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:19.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:19.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:19.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:19.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:19.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:20.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:20.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:20.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:20.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:20.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:20.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:20.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:20.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:20.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 36 31 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 bf 7E -2024-06-21 19:29:20.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969361723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=0, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:20.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:20.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:20.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:20.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:20.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:20.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:20.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:20.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:20.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:20.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:20.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:20.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:20.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:20.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:20.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:20.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:20.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:20.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:20.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:20.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:20.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:20.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:21.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:21.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:21.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:21.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:21.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:21.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:21.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:21.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:21.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:21.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:21.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:21.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:21.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 36 32 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 be 7E -2024-06-21 19:29:21.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969362721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=0, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:21.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:21.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:21.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:21.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:21.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:21.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:21.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:21.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:21.788 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:21.788 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:21.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:21.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:21.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:21.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:21.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:21.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:21.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:21.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:21.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:21.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:21.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:21.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:21.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:21.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:22.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:22.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:22.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:22.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:22.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:22.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:22.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:22.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:22.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:22.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:22.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 36 33 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 bf 7E -2024-06-21 19:29:22.672 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969363721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=0, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:22.691 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:22.691 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:22.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:22.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:22.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:22.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:22.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:22.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:22.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:22.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:22.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:22.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:22.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:22.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:22.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:22.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:22.857 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:22.857 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:22.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:22.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:22.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:22.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:22.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:22.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:22.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:22.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:22.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:22.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:22.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:22.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:23.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:23.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:23.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:23.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:23.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 36 34 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 c1 7E -2024-06-21 19:29:23.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969364722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=0, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:23.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:23.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:23.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:23.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:23.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:23.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:23.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:23.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:23.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:23.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:23.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:23.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:23.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:23.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:23.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:23.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:23.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:23.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:23.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:23.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:23.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:23.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:23.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:23.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:23.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:23.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:24.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:24.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:24.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:24.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:24.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:24.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:24.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:24.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:24.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 36 35 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 c3 7E -2024-06-21 19:29:24.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969365723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=0, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:24.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:24.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:24.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:24.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:24.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:24.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:24.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:24.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:24.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:24.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:24.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:24.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:24.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:24.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:24.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:24.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:24.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:24.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:24.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:24.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:25.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:25.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:25.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:25.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:25.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:25.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:25.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:25.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:25.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:25.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:25.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:25.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:25.702 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:25.702 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:25.702 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 36 36 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 c4 7E -2024-06-21 19:29:25.702 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969366723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=0, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:25.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:25.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:25.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:25.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:25.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:25.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:25.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:25.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:25.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:25.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:25.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:25.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:25.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:25.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:25.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:25.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:25.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:25.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:25.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:25.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:25.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:25.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:25.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:25.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:26.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:26.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:26.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:26.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:26.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:26.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:26.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:26.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:26.712 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:26.712 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:26.712 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 36 37 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 c3 7E -2024-06-21 19:29:26.713 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969367721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=1, location=0, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:26.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:26.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:26.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:26.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:26.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:26.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:26.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:26.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:26.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:26.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:26.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:26.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:26.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:26.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:26.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:26.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:26.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:26.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:26.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:26.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:26.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:26.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:26.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:26.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:27.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:27.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:27.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:27.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:27.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:27.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:27.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:27.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:27.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:27.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:27.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 36 38 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:29:27.689 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969368721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:27.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:27.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:27.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:27.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:27.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:27.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:27.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:27.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:27.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:27.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:27.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:27.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:27.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:27.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:27.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:27.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:27.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:27.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:27.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:27.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:27.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:27.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:27.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:27.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:28.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:28.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:28.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:28.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:28.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:28.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:28.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:28.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:28.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:28.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:28.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 36 39 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:29:28.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969369722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:28.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:28.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:28.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:28.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:28.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:28.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:28.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:28.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:28.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:28.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:28.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:28.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:28.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:28.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:28.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:28.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:28.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:28.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:28.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:28.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:28.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:28.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:28.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:28.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:28.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:28.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:29.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:29.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:29.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:29.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:29.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:29.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:29.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:29.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:29.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 37 30 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:29:29.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969370723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:29.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:29.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:29.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:29.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:29.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:29.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:29.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:29.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:29.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:29.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:29.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:29.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:29.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:29.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:29.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:29.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:29.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:29.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:29.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:29.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:29.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:29.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:29.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:29.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:30.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:30.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:30.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:30.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:30.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:30.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:30.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:30.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:30.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:30.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:30.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 37 31 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:29:30.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969371728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:30.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:30.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:30.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:30.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:30.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:30.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:30.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:30.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:30.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:30.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:30.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:30.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:30.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:30.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:30.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:30.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:30.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:30.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:30.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:30.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:30.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:30.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:30.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:30.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:30.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:30.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:31.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:31.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:31.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:31.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:31.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:31.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:31.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:31.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:31.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 37 32 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:29:31.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969372722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:31.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:31.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:31.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:31.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:31.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:31.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:31.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:31.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:31.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:31.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:31.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:31.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:31.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:31.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:31.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:31.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:31.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:31.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:31.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:31.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:31.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:31.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:31.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:31.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:31.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:31.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:32.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:32.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:32.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:32.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:32.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:32.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:32.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:32.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:32.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 37 33 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:29:32.690 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969373721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:32.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:32.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:32.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:32.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:32.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:32.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:32.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:32.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:32.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:32.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:32.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:32.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:32.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:32.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:32.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:32.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:32.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:32.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:32.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:32.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:32.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:32.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:32.948 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:32.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:32.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:32.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:32.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:32.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:33.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:33.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:33.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:33.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:33.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:33.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:33.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 37 34 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:29:33.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969374722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:33.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:33.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:33.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:33.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:33.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:33.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:33.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:33.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:33.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:33.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:33.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:33.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:33.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:33.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:33.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:33.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:33.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:33.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:33.918 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:33.918 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:33.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:33.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:33.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:33.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:33.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:33.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:34.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:34.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:34.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:34.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:34.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:34.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:34.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:34.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:34.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 37 35 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:29:34.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969375721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:34.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:34.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:34.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:34.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:34.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:34.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:34.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:34.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:34.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:34.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:34.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:34.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:34.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:34.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:34.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:34.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:34.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:34.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:34.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:34.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:34.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:34.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:34.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:34.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:35.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:35.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:35.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:35.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:35.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:35.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:35.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:35.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:35.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:35.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:35.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 37 36 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:29:35.689 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969376721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:35.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:35.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:35.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:35.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:35.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:35.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:35.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:35.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:35.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:35.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:35.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:35.973 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:36.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:36.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:36.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:36.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:36.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:36.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:36.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:36.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:36.214 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:36.214 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:36.234 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:36.234 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:36.282 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:36.283 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:36.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:36.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:36.351 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:36.351 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:36.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:36.420 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:36.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:36.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:36.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 37 37 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:29:36.695 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969377722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:36.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:36.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:36.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:36.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:36.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:36.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:36.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:36.857 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:36.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:36.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:36.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:36.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:37.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:37.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:37.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:37.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:37.112 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:37.112 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:37.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:37.176 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:37.197 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:37.197 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:37.243 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:37.243 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:37.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:37.312 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:37.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:37.336 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:37.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:37.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:37.520 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:37.520 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:37.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:37.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:37.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 37 38 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:29:37.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969378722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:37.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:37.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:37.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:37.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:37.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:37.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:37.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:37.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:38.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:38.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:38.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:38.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:38.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:38.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:38.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:38.112 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:38.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:38.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:38.198 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:38.198 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:38.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:38.220 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:38.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:38.266 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:38.335 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:38.335 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:38.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:38.404 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:38.475 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:38.475 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:38.542 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:38.542 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:38.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:38.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:38.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 37 39 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:29:38.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969379721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:38.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:38.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:38.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:38.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:38.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:38.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:38.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:38.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:38.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:38.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:38.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:38.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:39.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:39.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:39.158 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:39.158 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:39.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:39.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:39.234 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:39.234 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:39.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:39.304 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:39.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:39.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:39.434 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:39.434 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:39.460 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:39.460 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:39.569 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:39.569 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:39.595 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:39.595 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:39.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:39.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:39.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 38 30 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:29:39.692 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969380721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:39.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:39.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:39.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:39.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:39.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:39.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:39.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:39.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:39.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:39.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:39.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:39.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:39.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:39.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:40.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:40.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:40.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:40.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:40.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:40.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:40.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:40.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:40.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:40.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:40.149 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:40.149 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:40.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:40.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:40.189 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:40.189 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:40.211 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:40.211 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:40.697 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:40.697 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:40.697 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 38 31 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:29:40.697 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969381721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:40.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:40.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:40.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:40.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:40.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:40.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:40.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:40.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:40.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:40.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:40.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:40.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:40.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:40.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:40.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:40.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:40.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:40.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:40.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:40.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:40.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:40.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:41.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:41.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:41.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:41.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:41.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:41.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:41.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:41.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:41.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:41.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:41.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:41.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:41.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 38 32 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:29:41.683 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969382732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:41.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:41.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:41.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:41.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:41.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:41.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:41.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:41.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:41.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:41.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:41.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:41.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:41.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:41.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:41.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:41.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:41.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:41.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:41.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:41.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:41.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:41.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:41.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:41.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:41.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:41.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:42.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:42.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:42.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:42.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:42.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:42.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:42.696 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:42.696 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:42.696 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 38 33 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:29:42.696 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969383735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:42.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:42.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:42.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:42.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:42.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:42.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:42.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:42.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:42.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:42.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:42.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:42.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:42.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:42.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:42.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:42.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:42.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:42.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:42.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:42.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:42.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:42.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:42.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:42.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:43.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:43.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:43.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:43.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:43.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:43.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:43.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:43.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:43.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:43.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:43.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 38 34 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:29:43.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969384722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:43.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:43.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:43.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:43.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:43.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:43.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:43.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:43.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:43.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:43.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:43.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:43.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:43.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:43.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:43.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:43.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:43.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:43.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:43.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:43.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:43.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:43.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:43.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:43.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:44.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:44.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:44.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:44.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:44.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:44.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:44.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:44.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:44.709 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:44.709 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:44.709 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 38 35 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:29:44.709 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969385734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:29:44.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:44.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:44.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:44.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:44.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:44.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:44.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:44.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:44.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:44.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:44.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:44.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:44.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:44.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:44.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:44.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:44.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:44.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:44.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:44.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:44.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:44.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:45.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:45.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:45.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:45.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:45.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:45.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:45.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:45.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:45.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:45.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:45.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:45.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:45.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 38 36 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 c6 7E -2024-06-21 19:29:45.690 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969386732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:45.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:45.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:45.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:45.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:45.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:45.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:45.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:45.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:45.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:45.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:410 - 该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:45.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:45.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:45.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:45.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:45.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:45.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:45.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:45.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:45.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:45.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:45.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:45.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:46.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:46.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:46.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:46.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:46.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:46.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:46.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:46.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:46.103 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:46.103 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:46.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:46.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:46.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 38 37 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 c9 7E -2024-06-21 19:29:46.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969387725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:46.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:46.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:46.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:46.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:46.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:46.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:46.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:46.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:46.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:46.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:46.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:46.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:46.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:46.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:46.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:46.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:46.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:46.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:46.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:46.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:46.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:47.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:47.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:47.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:47.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:47.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:47.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:47.119 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:47.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:47.159 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:47.159 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:47.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:47.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:47.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 38 38 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 c7 7E -2024-06-21 19:29:47.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969388722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:47.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:47.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:47.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:47.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:47.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:47.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:47.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:47.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:47.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:47.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:47.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:47.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:47.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:47.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:47.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:47.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:47.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:47.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:47.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:47.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:47.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:47.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:47.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:48.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:48.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:48.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:48.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:48.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:48.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:48.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:48.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:48.714 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:48.714 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:48.714 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 38 39 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 ca 7E -2024-06-21 19:29:48.714 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969389733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:48.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:48.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:48.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:48.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:48.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:48.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:48.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:48.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:48.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:48.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:48.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:48.867 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:48.867 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:48.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:48.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:48.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:48.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:48.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:48.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:48.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:48.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:49.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:49.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:49.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:49.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:49.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:49.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:49.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:49.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:49.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:49.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:49.791 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:49.791 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:49.791 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 39 30 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 c6 7E -2024-06-21 19:29:49.791 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969390728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:49.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:49.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:49.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:49.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:49.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:49.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:50.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:50.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:50.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:50.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:50.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:50.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:50.285 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:50.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:50.382 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:50.430 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:50.430 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:50.455 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:50.456 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:50.476 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:50.476 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:50.607 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:50.607 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:50.653 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:50.653 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:50.673 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:50.673 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:50.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:50.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:50.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 39 31 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 c4 7E -2024-06-21 19:29:50.689 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969391734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:50.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:50.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:50.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:50.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:50.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:50.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:50.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:50.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:51.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:51.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:51.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:51.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:51.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:51.207 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:51.208 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:51.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:51.270 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:51.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:51.296 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:51.323 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:51.323 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:51.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:51.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:51.384 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:51.385 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:51.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:51.452 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:51.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:51.471 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:51.500 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:51.500 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:51.551 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:51.551 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:51.580 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:51.580 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:51.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:51.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:51.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 39 32 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 c7 7E -2024-06-21 19:29:51.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969392727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:51.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:51.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:51.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:51.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:51.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:51.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:51.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:51.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:51.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:51.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:51.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:51.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:51.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:51.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:51.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:51.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:51.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:51.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:51.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:51.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:51.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:52.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:52.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:52.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:52.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:52.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:52.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:52.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:52.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:52.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:52.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:52.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:52.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:52.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 39 33 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 c4 7E -2024-06-21 19:29:52.694 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969393723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:52.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:52.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:52.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:52.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:52.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:52.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:52.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:52.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:52.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:52.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:52.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:52.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:52.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:52.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:52.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:52.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:52.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:52.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:52.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:52.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:52.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:53.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:53.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:53.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:53.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:53.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:53.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:53.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:53.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:53.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:53.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:53.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:53.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:53.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 39 34 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 c6 7E -2024-06-21 19:29:53.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969394733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:53.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:53.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:53.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:53.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:53.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:53.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:53.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:53.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:53.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:53.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:53.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:53.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:53.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:53.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:53.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:53.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:53.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:53.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:53.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:54.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:54.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:54.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:54.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:54.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:54.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:54.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:54.093 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:54.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:54.128 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:54.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:54.154 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:54.702 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:54.702 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:54.702 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 39 35 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 c8 7E -2024-06-21 19:29:54.702 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969395734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:54.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:54.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:54.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:54.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:54.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:54.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:54.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:54.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:54.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:54.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:54.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:54.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:54.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:54.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:54.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:54.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:54.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:54.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:54.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:55.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:55.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:55.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:55.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:55.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:55.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:55.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:55.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:55.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:55.145 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:55.187 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:55.187 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:55.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:55.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:55.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 39 36 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 c9 7E -2024-06-21 19:29:55.681 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969396725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:55.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:55.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:55.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:55.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:55.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:55.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:55.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:55.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:55.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:55.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:55.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:55.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:55.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:55.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:55.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:55.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:55.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:55.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:55.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:55.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:55.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:55.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:55.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:56.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:56.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:56.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:56.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:56.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:56.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:56.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:56.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:56.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:56.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:56.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 39 37 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 c8 7E -2024-06-21 19:29:56.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969397723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:56.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:56.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:56.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:56.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:56.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:56.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:56.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:56.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:56.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:56.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:410 - 该车故障GZ006信息存储到Redis中 -2024-06-21 19:29:56.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:56.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:56.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:56.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:56.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:56.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:56.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:56.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:56.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:56.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:56.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:56.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:56.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:56.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:56.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:56.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:57.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:57.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:57.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:57.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:57.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:57.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:57.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:57.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:57.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 39 38 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 c7 7E -2024-06-21 19:29:57.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969398721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:57.697 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:57.697 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:57.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:57.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:57.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:57.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:57.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:57.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:57.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:57.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:57.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:57.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:57.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:57.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:57.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:57.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:57.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:57.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:57.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:57.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:57.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:57.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:57.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:57.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:57.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:58.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:58.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:58.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:58.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:58.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:58.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:58.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:58.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:58.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 33 39 39 37 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 c8 7E -2024-06-21 19:29:58.683 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969399730, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:58.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:58.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:58.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:58.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:58.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:58.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:58.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:58.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:58.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:58.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:58.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:58.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:58.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:58.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:58.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:58.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:58.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:58.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:58.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:58.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:58.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:58.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:58.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:58.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:58.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:29:58.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:29:58.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:29:59.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:29:59.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:29:59.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:29:59.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:29:59.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:29:59.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:29:59.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 30 30 37 33 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 bd 7E -2024-06-21 19:29:59.691 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969400736, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:29:59.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:29:59.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:29:59.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:29:59.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:29:59.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:29:59.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:29:59.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:29:59.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:29:59.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:29:59.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:29:59.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:29:59.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:29:59.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:29:59.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:29:59.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:29:59.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:29:59.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:29:59.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:29:59.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:29:59.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:29:59.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:29:59.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:29:59.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:29:59.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:29:59.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:00.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:00.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:00.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:00.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:00.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:00.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:00.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:00.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:00.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 30 31 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 c0 7E -2024-06-21 19:30:00.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969401729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:30:00.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:00.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:00.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:00.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:00.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:00.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:00.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:00.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:00.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:00.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:00.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:00.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:00.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:00.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:00.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:00.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:00.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:00.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:00.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:00.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:00.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:00.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:00.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:01.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:01.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:01.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:01.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:01.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:01.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:01.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:01.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:01.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:01.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:01.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 30 32 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 31 31 31 31 30 31 31 31 31 31 31 31 31 31 31 31 ba 7E -2024-06-21 19:30:01.680 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969402722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, chargeStatus=1, runStatus=1, soc=1, chargeWorkStatus=1, driveMotorStatus=0, location=1, eas=1, ptc=1, eps=1, abs=1, mcu=1, powerBatteryHeating=1, powerBatteryCurrentStatus=1, powerBatteryHeat=1, dcdc=1, chg=1) -2024-06-21 19:30:01.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:01.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:01.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:01.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:01.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:01.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:01.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:01.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:01.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:407 - 该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:01.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:01.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:01.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:01.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:01.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:01.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:01.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:01.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:01.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:01.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:01.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:01.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:01.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:01.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:01.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:01.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:02.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:02.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:02.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:02.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:02.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:02.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:02.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:02.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:02.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 30 33 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bb 7E -2024-06-21 19:30:02.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969403721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:02.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:02.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:02.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:02.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:02.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:02.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:02.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:02.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:02.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:02.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:02.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:02.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:02.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:02.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:02.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:02.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:02.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:02.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:02.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:02.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:02.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:02.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:02.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:02.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:02.963 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:02.963 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:02.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:02.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:03.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:03.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:03.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:03.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:03.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:03.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:03.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 30 34 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bc 7E -2024-06-21 19:30:03.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969404721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:03.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:03.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:03.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:03.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:03.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:03.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:03.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:03.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:03.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:03.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:03.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:03.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:03.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:03.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:03.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:03.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:03.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:03.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:03.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:03.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:03.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:03.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:03.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:03.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:03.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:03.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:04.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:04.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:04.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:04.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:04.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:04.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:04.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:04.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:04.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 30 35 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bd 7E -2024-06-21 19:30:04.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969405721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:04.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:04.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:04.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:04.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:04.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:04.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:04.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:04.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:04.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:04.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:04.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:04.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:04.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:04.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:04.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:04.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:04.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:04.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:04.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:04.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:04.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:04.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:04.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:04.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:05.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:05.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:05.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:05.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:05.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:05.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:05.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:05.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:05.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:05.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:05.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 30 36 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:30:05.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969406723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:05.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:05.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:05.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:05.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:05.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:05.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:05.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:05.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:05.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:05.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:05.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:05.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:05.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:05.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:05.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:05.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:05.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:05.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:05.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:05.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:05.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:05.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:06.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:06.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:06.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:06.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:06.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:06.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:06.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:06.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:06.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:06.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:06.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:06.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:06.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 30 37 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:30:06.694 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969407721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:06.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:06.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:06.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:06.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:06.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:06.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:06.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:06.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:06.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:06.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:06.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:06.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:06.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:06.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:06.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:06.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:06.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:06.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:06.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:06.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:06.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:06.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:06.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:06.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:07.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:07.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:07.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:07.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:07.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:07.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:07.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:07.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:07.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:07.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:07.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 30 38 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:30:07.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969408723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:07.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:07.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:07.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:07.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:07.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:07.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:07.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:07.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:07.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:07.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:07.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:07.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:07.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:07.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:07.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:07.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:07.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:07.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:07.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:07.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:07.927 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:07.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:07.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:07.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:07.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:07.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:08.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:08.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:08.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:08.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:08.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:08.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:08.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:08.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:08.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 30 39 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:30:08.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969409722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:08.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:08.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:08.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:08.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:08.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:08.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:08.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:08.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:08.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:08.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:08.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:08.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:08.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:08.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:08.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:08.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:08.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:08.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:08.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:08.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:08.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:08.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:08.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:08.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:09.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:09.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:09.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:09.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:09.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:09.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:09.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:09.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:09.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:09.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:09.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 31 30 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 b9 7E -2024-06-21 19:30:09.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969410721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:09.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:09.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:09.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:09.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:09.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:09.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:09.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:09.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:09.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:09.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:09.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:09.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:09.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:09.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:09.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:09.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:09.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:09.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:09.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:09.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:09.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:09.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:09.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:09.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:09.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:09.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:09.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:09.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:09.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:09.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:10.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:10.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:10.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:10.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:10.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 31 31 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ba 7E -2024-06-21 19:30:10.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969411721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:10.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:10.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:10.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:10.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:10.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:10.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:10.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:10.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:10.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:10.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:10.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:10.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:10.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:10.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:10.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:10.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:10.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:10.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:10.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:10.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:10.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:10.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:10.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:10.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:10.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:10.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:10.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:10.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:11.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:11.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:11.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:11.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:11.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:11.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:11.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 31 32 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bb 7E -2024-06-21 19:30:11.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969412721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:11.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:11.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:11.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:11.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:11.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:11.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:11.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:11.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:11.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:11.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:11.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:11.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:11.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:11.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:11.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:11.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:11.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:11.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:11.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:11.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:11.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:11.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:12.018 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:12.018 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:12.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:12.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:12.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:12.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:12.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:12.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:12.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:12.105 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:12.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:12.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:12.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 31 33 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bc 7E -2024-06-21 19:30:12.681 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969413721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:12.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:12.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:12.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:12.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:12.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:12.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:12.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:12.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:12.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:12.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:12.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:12.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:12.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:12.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:12.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:12.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:12.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:12.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:12.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:12.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:12.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:12.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:12.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:12.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:12.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:12.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:12.973 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:12.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:12.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:12.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:13.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:13.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:13.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:13.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:13.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 31 34 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:30:13.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969414723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:13.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:13.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:13.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:13.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:13.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:13.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:13.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:13.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:13.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:13.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:13.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:13.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:13.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:13.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:13.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:13.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:13.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:13.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:13.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:13.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:13.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:13.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:13.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:13.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:13.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:13.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:14.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:14.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:14.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:14.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:14.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:14.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:14.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:14.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:14.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 31 35 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:30:14.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969415722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:14.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:14.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:14.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:14.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:14.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:14.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:14.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:14.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:14.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:14.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:14.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:14.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:14.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:14.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:14.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:14.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:14.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:14.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:14.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:14.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:14.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:14.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:14.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:14.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:14.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:14.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:14.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:14.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:14.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:14.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:15.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:15.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:15.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:15.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:15.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 31 36 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:30:15.694 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969416721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:15.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:15.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:15.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:15.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:15.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:15.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:15.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:15.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:15.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:15.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:15.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:15.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:15.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:15.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:15.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:15.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:15.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:15.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:15.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:15.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:15.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:15.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:15.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:15.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:16.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:16.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:16.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:16.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:16.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:16.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:16.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:16.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:16.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:16.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:16.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 31 37 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:30:16.683 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969417721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:16.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:16.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:16.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:16.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:16.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:16.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:16.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:16.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:16.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:16.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:16.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:16.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:16.867 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:16.867 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:16.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:16.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:16.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:16.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:16.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:16.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:16.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:16.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:17.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:17.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:17.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:17.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:17.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:17.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:17.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:17.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:17.117 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:17.117 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:17.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:17.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:17.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 31 38 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:30:17.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969418721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:17.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:17.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:17.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:17.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:17.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:17.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:17.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:17.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:17.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:17.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:17.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:17.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:17.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:17.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:17.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:17.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:17.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:17.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:17.927 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:17.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:17.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:17.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:17.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:17.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:17.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:17.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:18.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:18.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:18.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:18.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:18.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:18.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:18.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:18.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:18.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 31 39 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:30:18.672 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969419722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:18.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:18.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:18.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:18.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:18.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:18.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:18.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:18.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:18.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:18.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:18.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:18.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:18.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:18.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:18.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:18.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:18.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:18.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:18.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:18.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:18.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:18.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:18.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:18.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:18.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:18.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:19.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:19.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:19.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:19.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:19.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:19.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:19.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:19.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:19.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 32 30 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bb 7E -2024-06-21 19:30:19.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969420722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:19.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:19.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:19.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:19.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:19.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:19.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:19.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:19.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:19.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:19.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:19.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:19.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:19.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:19.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:19.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:19.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:19.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:19.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:19.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:19.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:20.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:20.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:20.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:20.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:20.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:20.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:20.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:20.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:20.138 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:20.138 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:20.172 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:20.172 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:20.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:20.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:20.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 32 31 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:30:20.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969421726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:20.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:20.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:20.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:20.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:20.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:20.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:20.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:20.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:20.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:20.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:20.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:20.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:20.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:20.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:20.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:20.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:20.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:20.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:20.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:20.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:20.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:20.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:20.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:20.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:20.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:20.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:21.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:21.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:21.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:21.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:21.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:21.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:21.720 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:21.720 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:21.720 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 32 32 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 be 7E -2024-06-21 19:30:21.720 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969422723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:21.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:21.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:21.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:21.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:21.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:21.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:21.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:21.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:21.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:21.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:21.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:21.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:21.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:21.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:21.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:21.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:22.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:22.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:22.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:22.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:22.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:22.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:22.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:22.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:22.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:22.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:22.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:22.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:22.180 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:22.180 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:22.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:22.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:22.702 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:22.702 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:22.702 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 32 33 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:30:22.702 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969423734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:22.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:22.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:22.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:22.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:22.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:22.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:22.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:22.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:22.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:22.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:22.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:22.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:22.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:22.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:22.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:22.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:22.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:22.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:22.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:22.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:22.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:22.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:22.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:22.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:22.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:22.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:23.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:23.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:23.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:23.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:23.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:23.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:23.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:23.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:23.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 32 34 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 be 7E -2024-06-21 19:30:23.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969424721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:23.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:23.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:23.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:23.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:23.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:23.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:23.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:23.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:23.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:23.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:23.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:23.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:23.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:23.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:23.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:23.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:23.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:23.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:23.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:23.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:23.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:23.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:23.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:23.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:23.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:23.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:23.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:23.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:24.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:24.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:24.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:24.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:24.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:24.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:24.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 32 35 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:30:24.690 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969425728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:24.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:24.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:24.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:24.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:24.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:24.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:24.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:24.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:24.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:24.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:24.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:24.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:24.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:24.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:24.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:24.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:24.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:24.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:24.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:24.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:24.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:24.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:24.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:24.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:24.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:24.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:25.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:25.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:25.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:25.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:25.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:25.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:25.705 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:25.705 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:25.705 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 32 36 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:30:25.705 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969426722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:25.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:25.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:25.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:25.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:25.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:25.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:25.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:25.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:25.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:25.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:25.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:25.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:25.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:25.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:25.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:25.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:25.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:25.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:25.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:25.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:25.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:25.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:25.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:25.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:25.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:25.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:26.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:26.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:26.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:26.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:26.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:26.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:26.721 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:26.722 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:26.722 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 32 37 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:30:26.722 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969427734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:26.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:26.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:26.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:26.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:26.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:26.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:26.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:26.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:26.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:26.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:26.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:26.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:26.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:26.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:26.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:26.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:26.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:26.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:26.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:26.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:26.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:26.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:27.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:27.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:27.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:27.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:27.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:27.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:27.088 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:27.088 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:27.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:27.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:27.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:27.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:27.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 32 38 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:30:27.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969428728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:27.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:27.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:27.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:27.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:27.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:27.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:27.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:27.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:27.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:27.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:27.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:27.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:27.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:27.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:27.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:27.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:27.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:27.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:27.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:27.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:27.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:27.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:27.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:27.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:27.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:27.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:28.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:28.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:28.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:28.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:28.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:28.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:28.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:28.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:28.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 32 39 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:30:28.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969429729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:28.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:28.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:28.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:28.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:28.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:28.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:28.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:28.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:28.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:28.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:28.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:28.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:28.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:28.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:28.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:28.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:28.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:28.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:28.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:28.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:28.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:28.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:28.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:28.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:28.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:28.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:28.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:28.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:29.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:29.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:29.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:29.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:29.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:29.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:29.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 33 30 37 32 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 be 7E -2024-06-21 19:30:29.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969430724, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:29.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:29.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:29.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:29.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:29.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:29.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:29.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:29.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:29.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:29.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:29.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:29.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:29.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:29.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:29.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:29.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:29.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:29.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:29.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:29.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:29.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:29.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:30.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:30.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:30.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:30.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:30.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:30.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:30.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:30.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:30.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:30.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:30.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:30.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:30.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 33 31 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:30:30.687 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969431733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:30.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:30.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:30.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:30.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:30.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:30.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:30.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:30.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:30.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:30.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:30.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:30.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:30.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:30.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:30.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:30.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:30.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:30.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:30.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:30.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:30.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:30.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:30.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:30.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:31.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:31.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:31.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:31.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:31.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:31.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:31.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:31.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:31.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:31.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:31.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 33 32 37 33 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 be 7E -2024-06-21 19:30:31.689 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969432731, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:31.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:31.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:31.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:31.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:31.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:31.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:31.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:31.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:31.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:31.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:31.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:31.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:31.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:31.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:31.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:31.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:31.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:31.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:31.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:31.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:31.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:31.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:32.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:32.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:32.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:32.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:32.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:32.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:32.103 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:32.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:32.132 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:32.133 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:32.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:32.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:32.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 33 33 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:30:32.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969433732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:32.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:32.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:32.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:32.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:32.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:32.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:32.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:32.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:32.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:32.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:32.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:32.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:32.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:32.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:32.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:32.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:32.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:32.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:32.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:32.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:32.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:32.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:32.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:32.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:32.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:32.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:33.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:33.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:33.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:33.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:33.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:33.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:33.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:33.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:33.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 33 34 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:30:33.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969434729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:33.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:33.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:33.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:33.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:33.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:33.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:33.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:33.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:33.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:33.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:33.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:33.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:33.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:33.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:33.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:33.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:33.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:33.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:33.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:33.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:33.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:33.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:34.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:34.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:34.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:34.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:34.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:34.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:34.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:34.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:34.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:34.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:34.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:34.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:34.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 33 35 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:30:34.683 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969435722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:34.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:34.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:34.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:34.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:34.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:34.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:34.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:34.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:34.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:34.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:34.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:34.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:34.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:34.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:34.893 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:34.893 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:34.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:34.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:34.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:34.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:34.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:34.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:34.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:34.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:34.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:34.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:35.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:35.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:35.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:35.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:35.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:35.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:35.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:35.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:35.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 33 36 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:30:35.672 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969436722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:35.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:35.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:35.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:35.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:35.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:35.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:35.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:35.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:36.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:36.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:36.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:36.161 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:36.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:36.241 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:36.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:36.302 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:36.322 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:36.322 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:36.363 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:36.363 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:36.436 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:36.437 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:36.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:36.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:36.570 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:36.570 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:36.632 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:36.632 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:36.654 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:36.654 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:36.778 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:36.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:36.779 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:36.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:36.779 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 33 37 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:30:36.779 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969437722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:36.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:36.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:36.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:36.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:36.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:36.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:36.893 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:36.893 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:36.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:36.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:36.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:36.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:36.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:36.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:36.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:36.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:37.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:37.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:37.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:37.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:37.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:37.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:37.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:37.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:37.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:37.111 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:37.134 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:37.134 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:37.160 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:37.160 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:37.197 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:37.197 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:37.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:37.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:37.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 33 38 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:30:37.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969438722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:37.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:37.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:37.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:37.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:37.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:37.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:37.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:37.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:37.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:37.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:37.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:37.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:37.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:37.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:37.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:37.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:37.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:37.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:37.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:37.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:37.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:37.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:37.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:37.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:37.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:37.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:38.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:38.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:38.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:38.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:38.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:38.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:38.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:38.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:38.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 33 39 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:30:38.694 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969439735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:38.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:38.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:38.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:38.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:38.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:38.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:38.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:38.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:38.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:38.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:38.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:38.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:38.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:38.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:38.938 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:38.938 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:38.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:38.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:38.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:38.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:39.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:39.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:39.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:39.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:39.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:39.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:39.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:39.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:39.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:39.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:39.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:39.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:39.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:39.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:39.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 34 30 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:30:39.692 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969440734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:39.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:39.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:39.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:39.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:39.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:39.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:39.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:39.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:39.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:39.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:39.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:39.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:39.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:39.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:39.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:39.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:39.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:39.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:39.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:39.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:39.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:39.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:39.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:39.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:40.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:40.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:40.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:40.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:40.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:40.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:40.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:40.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:40.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:40.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:40.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 34 31 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:30:40.681 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969441726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:40.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:40.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:40.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:40.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:40.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:40.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:40.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:40.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:40.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:40.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:40.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:40.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:40.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:40.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:40.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:40.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:40.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:40.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:40.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:40.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:40.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:40.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:40.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:40.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:40.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:40.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:41.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:41.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:41.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:41.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:41.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:41.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:41.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:41.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:41.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 34 32 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:30:41.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969442725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:41.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:41.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:41.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:41.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:41.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:41.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:41.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:41.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:41.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:41.787 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:41.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:41.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:41.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:41.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:41.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:41.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:41.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:41.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:41.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:41.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:41.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:41.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:41.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:41.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:41.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:41.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:41.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:41.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:41.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:41.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:42.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:42.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:42.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:42.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:42.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 34 33 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:30:42.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969443734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:42.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:42.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:42.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:42.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:42.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:42.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:42.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:42.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:42.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:42.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:42.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:42.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:42.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:42.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:42.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:42.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:42.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:42.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:42.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:42.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:42.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:42.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:42.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:42.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:43.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:43.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:43.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:43.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:43.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:43.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:43.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:43.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:43.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:43.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:43.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 34 34 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:30:43.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969444733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:43.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:43.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:43.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:43.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:43.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:43.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:43.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:43.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:43.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:43.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:43.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:43.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:43.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:43.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:43.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:43.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:43.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:43.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:43.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:43.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:43.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:43.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:43.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:43.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:43.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:43.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:44.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:44.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:44.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:44.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:44.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:44.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:44.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:44.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:44.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 34 35 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:30:44.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969445728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:44.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:44.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:44.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:44.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:44.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:44.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:44.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:44.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:44.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:44.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:44.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:44.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:44.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:44.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:44.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:44.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:44.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:44.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:44.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:44.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:44.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:44.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:44.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:44.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:45.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:45.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:45.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:45.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:45.073 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:45.073 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:45.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:45.106 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:45.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:45.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:45.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 34 36 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:30:45.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969446722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:45.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:45.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:45.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:45.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:45.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:45.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:45.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:45.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:45.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:45.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:45.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:45.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:45.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:45.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:45.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:45.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:45.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:45.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:45.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:45.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:45.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:45.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:45.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:45.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:46.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:46.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:46.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:46.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:46.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:46.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:46.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:46.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:46.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:46.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:46.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 34 37 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:30:46.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969447725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:46.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:46.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:46.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:46.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:46.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:46.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:46.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:46.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:46.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:46.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:46.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:46.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:46.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:46.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:46.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:46.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:46.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:46.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:46.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:46.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:46.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:46.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:46.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:46.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:46.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:46.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:46.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:46.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:47.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:47.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:47.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:47.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:47.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:47.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:47.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 34 38 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:30:47.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969448721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:47.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:47.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:47.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:47.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:47.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:47.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:47.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:47.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:47.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:47.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:47.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:47.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:47.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:47.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:47.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:47.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:47.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:47.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:47.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:47.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:47.918 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:47.918 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:47.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:47.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:47.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:47.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:47.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:47.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:48.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:48.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:48.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:48.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:48.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:48.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:48.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 34 39 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cd 7E -2024-06-21 19:30:48.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969449729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:48.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:48.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:48.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:48.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:48.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:48.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:48.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:48.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:48.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:48.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:48.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:48.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:48.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:48.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:48.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:48.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:48.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:48.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:48.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:48.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:48.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:48.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:48.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:48.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:48.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:48.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:49.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:49.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:49.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:49.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:49.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:49.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:49.699 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:49.699 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:49.699 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 35 30 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:30:49.699 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969450728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:49.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:49.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:49.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:49.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:49.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:49.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:49.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:49.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:49.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:49.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:49.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:49.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:49.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:49.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:49.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:49.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:49.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:49.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:49.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:49.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:49.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:49.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:49.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:49.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:49.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:49.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:50.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:50.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:50.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:50.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:50.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:50.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:50.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:50.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:50.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 35 31 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:30:50.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969451723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:50.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:50.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:50.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:50.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:50.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:50.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:50.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:50.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:50.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:50.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:50.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:50.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:50.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:50.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:50.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:50.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:50.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:50.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:50.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:50.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:50.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:50.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:50.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:50.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:50.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:50.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:50.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:50.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:51.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:51.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:51.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:51.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:51.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:51.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:51.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 35 32 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:30:51.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969452729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:51.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:51.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:51.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:51.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:51.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:51.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:51.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:51.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:51.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:51.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:51.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:51.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:51.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:51.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:51.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:51.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:51.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:51.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:51.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:51.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:51.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:51.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:51.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:51.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:51.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:51.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:51.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:51.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:51.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:51.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:52.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:52.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:52.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:52.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:52.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 35 33 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:30:52.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969453727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:52.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:52.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:52.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:52.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:52.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:52.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:52.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:52.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:52.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:52.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:52.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:52.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:52.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:52.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:52.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:52.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:52.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:52.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:52.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:52.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:52.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:52.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:52.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:52.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:53.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:53.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:53.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:53.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:53.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:53.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:53.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:53.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:53.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:53.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:53.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 35 34 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:30:53.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969454721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:53.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:53.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:53.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:53.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:53.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:53.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:53.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:53.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:53.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:53.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:53.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:53.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:53.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:53.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:53.893 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:53.893 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:53.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:53.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:53.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:53.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:53.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:53.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:53.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:53.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:54.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:54.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:54.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:54.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:54.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:54.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:54.122 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:54.122 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:54.720 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:54.720 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:54.720 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 35 35 37 33 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:30:54.720 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969455736, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:54.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:54.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:54.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:54.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:54.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:54.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:54.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:54.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:54.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:54.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:54.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:54.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:54.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:54.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:54.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:54.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:54.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:54.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:54.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:54.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:54.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:54.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:55.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:55.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:55.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:55.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:55.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:55.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:55.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:55.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:55.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:55.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:55.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:55.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:55.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 35 36 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:30:55.695 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969456735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:55.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:55.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:55.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:55.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:55.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:55.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:55.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:55.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:55.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:55.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:55.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:55.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:55.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:55.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:55.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:55.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:55.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:55.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:55.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:55.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:55.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:55.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:55.963 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:55.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:55.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:55.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:56.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:56.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:56.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:56.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:56.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:56.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:56.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:56.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:56.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 35 37 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:30:56.696 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969457735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:56.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:56.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:56.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:56.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:56.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:56.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:56.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:56.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:56.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:56.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:56.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:56.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:56.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:56.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:56.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:56.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:56.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:56.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:56.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:56.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:56.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:56.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:57.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:57.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:57.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:57.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:57.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:57.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:57.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:57.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:57.105 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:57.105 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:57.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:57.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:57.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 35 38 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cd 7E -2024-06-21 19:30:57.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969458729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:57.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:57.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:57.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:57.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:57.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:57.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:57.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:57.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:57.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:57.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:57.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:57.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:57.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:57.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:57.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:57.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:57.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:57.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:57.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:57.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:57.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:57.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:57.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:57.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:58.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:58.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:58.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:58.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:58.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:58.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:58.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:58.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:58.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:58.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:58.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 35 39 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cc 7E -2024-06-21 19:30:58.680 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969459727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:58.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:58.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:58.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:58.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:58.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:58.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:58.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:58.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:58.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:58.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:58.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:58.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:58.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:58.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:58.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:58.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:58.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:58.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:58.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:58.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:58.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:58.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:58.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:58.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:58.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:58.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:58.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:58.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:30:59.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:30:59.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:30:59.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:30:59.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:30:59.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:30:59.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:30:59.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 36 30 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:30:59.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969460732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:30:59.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:30:59.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:30:59.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:30:59.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:30:59.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:30:59.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:30:59.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:30:59.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:30:59.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:30:59.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:30:59.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:30:59.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:30:59.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:30:59.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:30:59.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:30:59.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:30:59.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:30:59.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:30:59.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:30:59.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:30:59.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:30:59.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:30:59.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:30:59.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:30:59.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:30:59.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:30:59.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:30:59.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:00.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:00.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:00.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:00.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:00.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:00.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:00.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 36 31 37 32 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:31:00.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969461724, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:00.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:00.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:00.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:00.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:00.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:00.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:00.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:00.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:00.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:00.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:00.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:00.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:00.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:00.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:00.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:00.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:00.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:00.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:00.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:00.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:00.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:00.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:01.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:01.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:01.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:01.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:01.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:01.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:01.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:01.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:01.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:01.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:01.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:01.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:01.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 36 32 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:31:01.687 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969462734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:01.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:01.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:01.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:01.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:01.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:01.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:01.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:01.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:01.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:01.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:01.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:01.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:01.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:01.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:01.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:01.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:01.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:01.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:01.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:01.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:01.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:01.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:01.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:01.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:02.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:02.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:02.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:02.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:02.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:02.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:02.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:02.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:02.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:02.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:02.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 36 33 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:31:02.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969463727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:02.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:02.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:02.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:02.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:02.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:02.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:02.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:02.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:02.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:02.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:02.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:02.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:02.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:02.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:02.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:02.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:02.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:02.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:02.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:02.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:02.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:02.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:02.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:02.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:03.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:03.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:03.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:03.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:03.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:03.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:03.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:03.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:03.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:03.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:03.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 36 34 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:31:03.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969464728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:03.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:03.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:03.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:03.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:03.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:03.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:03.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:03.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:03.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:03.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:03.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:03.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:03.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:03.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:03.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:03.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:03.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:03.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:03.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:03.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:04.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:04.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:04.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:04.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:04.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:04.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:04.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:04.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:04.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:04.116 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:04.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:04.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:04.711 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:04.711 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:04.711 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 36 35 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:31:04.711 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969465725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:04.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:04.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:04.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:04.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:04.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:04.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:04.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:04.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:04.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:04.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:04.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:04.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:04.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:04.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:04.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:04.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:04.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:04.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:04.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:04.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:04.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:04.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:05.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:05.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:05.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:05.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:05.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:05.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:05.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:05.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:05.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:05.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:05.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:05.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:05.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 36 36 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:31:05.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969466722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:05.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:05.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:05.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:05.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:05.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:05.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:05.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:05.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:05.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:05.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:05.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:05.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:05.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:05.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:05.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:05.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:05.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:05.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:05.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:05.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:05.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:05.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:05.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:05.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:05.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:05.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:05.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:05.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:06.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:06.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:06.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:06.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:06.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:06.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:06.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 36 37 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:31:06.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969467733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:06.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:06.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:06.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:06.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:06.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:06.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:06.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:06.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:06.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:06.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:06.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:06.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:06.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:06.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:06.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:06.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:06.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:06.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:06.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:06.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:06.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:06.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:07.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:07.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:07.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:07.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:07.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:07.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:07.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:07.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:07.126 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:07.126 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:07.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:07.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:07.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 36 38 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:31:07.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969468733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:07.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:07.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:07.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:07.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:07.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:07.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:07.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:07.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:07.823 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:07.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:07.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:07.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:07.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:07.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:07.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:07.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:07.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:07.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:07.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:07.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:07.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:07.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:07.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:07.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:08.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:08.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:08.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:08.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:08.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:08.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:08.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:08.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:08.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:08.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:08.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 36 39 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:31:08.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969469732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:08.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:08.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:08.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:08.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:08.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:08.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:08.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:08.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:08.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:08.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:08.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:08.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:08.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:08.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:08.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:08.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:08.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:08.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:08.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:08.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:08.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:08.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:08.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:08.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:09.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:09.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:09.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:09.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:09.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:09.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:09.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:09.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:09.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:09.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:09.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 37 30 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:31:09.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969470726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:09.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:09.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:09.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:09.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:09.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:09.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:09.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:09.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:09.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:09.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:09.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:09.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:09.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:09.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:09.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:09.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:09.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:09.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:09.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:09.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:09.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:09.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:09.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:09.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:10.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:10.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:10.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:10.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:10.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:10.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:10.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:10.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:10.696 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:10.696 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:10.696 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 37 31 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:31:10.696 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969471725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:10.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:10.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:10.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:10.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:10.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:10.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:10.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:10.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:10.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:10.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:10.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:10.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:10.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:10.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:10.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:10.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:10.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:10.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:10.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:10.973 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:11.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:11.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:11.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:11.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:11.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:11.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:11.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:11.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:11.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:11.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:11.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:11.113 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:11.706 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:11.706 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:11.706 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 37 32 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:31:11.706 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969472733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:11.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:11.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:11.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:11.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:11.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:11.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:11.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:11.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:11.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:11.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:11.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:11.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:11.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:11.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:11.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:11.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:11.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:11.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:11.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:11.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:11.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:11.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:11.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:11.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:12.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:12.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:12.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:12.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:12.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:12.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:12.088 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:12.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:12.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:12.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:12.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 37 33 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:31:12.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969473725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:12.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:12.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:12.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:12.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:12.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:12.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:12.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:12.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:12.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:12.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:12.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:12.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:12.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:12.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:12.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:12.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:12.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:12.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:12.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:12.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:12.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:12.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:12.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:12.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:12.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:12.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:12.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:12.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:12.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:12.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:13.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:13.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:13.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:13.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:13.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 37 34 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:31:13.692 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969474735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:13.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:13.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:13.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:13.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:13.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:13.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:13.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:13.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:13.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:13.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:13.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:13.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:13.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:13.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:13.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:13.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:13.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:13.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:13.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:13.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:13.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:13.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:13.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:13.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:13.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:13.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:13.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:13.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:14.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:14.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:14.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:14.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:14.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:14.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:14.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 37 35 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:31:14.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969475733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:14.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:14.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:14.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:14.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:14.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:14.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:14.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:14.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:14.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:14.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:14.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:14.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:14.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:14.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:14.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:14.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:14.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:14.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:14.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:14.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:14.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:14.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:14.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:14.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:14.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:14.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:15.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:15.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:15.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:15.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:15.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:15.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:15.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:15.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:15.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 37 36 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cd 7E -2024-06-21 19:31:15.680 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969476729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:15.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:15.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:15.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:15.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:15.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:15.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:15.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:15.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:15.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:15.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:15.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:15.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:15.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:15.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:15.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:15.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:15.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:15.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:15.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:15.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:15.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:15.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:15.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:15.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:15.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:15.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:16.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:16.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:16.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:16.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:16.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:16.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:16.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:16.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:16.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 37 37 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:31:16.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969477725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:16.697 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:16.697 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:16.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:16.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:16.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:16.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:16.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:16.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:16.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:16.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:16.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:16.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:16.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:16.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:16.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:16.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:16.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:16.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:16.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:16.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:16.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:16.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:16.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:16.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:17.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:17.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:17.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:17.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:17.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:17.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:17.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:17.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:17.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:17.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:17.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 37 38 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:31:17.690 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969478734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:17.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:17.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:17.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:17.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:17.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:17.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:17.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:17.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:17.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:17.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:17.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:17.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:17.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:17.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:17.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:17.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:17.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:17.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:17.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:17.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:17.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:17.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:17.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:17.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:17.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:17.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:18.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:18.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:18.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:18.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:18.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:18.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:18.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:18.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:18.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 37 39 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ce 7E -2024-06-21 19:31:18.683 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969479727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:18.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:18.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:18.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:18.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:18.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:18.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:18.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:18.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:18.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:18.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:18.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:18.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:18.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:18.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:18.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:18.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:18.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:18.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:18.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:18.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:18.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:18.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:18.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:18.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:18.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:18.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:19.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:19.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:19.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:19.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:19.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:19.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:19.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:19.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:19.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 38 30 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:31:19.690 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969480723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:19.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:19.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:19.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:19.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:19.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:19.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:19.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:19.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:19.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:19.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:19.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:19.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:19.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:19.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:19.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:19.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:19.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:19.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:19.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:19.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:19.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:19.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:19.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:19.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:20.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:20.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:20.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:20.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:20.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:20.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:20.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:20.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:20.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:20.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:20.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 38 31 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:31:20.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969481722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:20.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:20.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:20.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:20.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:20.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:20.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:20.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:20.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:20.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:20.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:20.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:20.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:20.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:20.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:20.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:20.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:20.867 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:20.867 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:20.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:20.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:20.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:20.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:20.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:20.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:20.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:20.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:20.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:20.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:21.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:21.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:21.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:21.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:21.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:21.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:21.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 38 32 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:31:21.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969482722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:21.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:21.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:21.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:21.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:21.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:21.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:21.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:21.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:21.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:21.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:21.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:21.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:21.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:21.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:21.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:21.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:21.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:21.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:21.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:21.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:21.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:21.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:21.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:21.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:22.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:22.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:22.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:22.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:22.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:22.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:22.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:22.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:22.704 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:22.704 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:22.704 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 38 33 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:31:22.704 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969483721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:22.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:22.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:22.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:22.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:22.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:22.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:22.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:22.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:22.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:22.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:22.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:22.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:22.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:22.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:22.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:22.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:22.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:22.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:22.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:22.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:22.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:22.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:22.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:22.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:23.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:23.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:23.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:23.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:23.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:23.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:23.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:23.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:23.703 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:23.703 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:23.703 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 38 34 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:31:23.703 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969484721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:23.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:23.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:23.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:23.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:23.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:23.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:23.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:23.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:23.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:23.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:23.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:23.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:23.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:23.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:23.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:23.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:23.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:23.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:23.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:23.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:23.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:23.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:23.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:23.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:24.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:24.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:24.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:24.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:24.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:24.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:24.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:24.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:24.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:24.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:24.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 38 35 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:31:24.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969485722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:24.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:24.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:24.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:24.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:24.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:24.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:24.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:24.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:24.787 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:24.787 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:24.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:24.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:24.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:24.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:24.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:24.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:24.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:24.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:24.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:24.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:24.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:24.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:24.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:24.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:24.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:24.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:24.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:24.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:25.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:25.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:25.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:25.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:25.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:25.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:25.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 38 36 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:31:25.672 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969486721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:25.688 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:25.688 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:25.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:25.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:25.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:25.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:25.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:25.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:25.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:25.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:25.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:25.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:25.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:25.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:25.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:25.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:25.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:25.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:25.948 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:25.948 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:25.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:25.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:25.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:25.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:26.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:26.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:26.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:26.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:26.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:26.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:26.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:26.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:26.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:26.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:26.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 38 37 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:31:26.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969487722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:26.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:26.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:26.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:26.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:26.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:26.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:26.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:26.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:26.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:26.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:26.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:26.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:26.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:26.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:26.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:26.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:26.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:26.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:26.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:26.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:26.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:26.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:26.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:26.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:26.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:26.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:26.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:26.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:26.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:26.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:27.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:27.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:27.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:27.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:27.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 38 38 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:31:27.695 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969488722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:27.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:27.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:27.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:27.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:27.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:27.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:27.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:27.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:27.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:27.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:27.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:27.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:27.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:27.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:27.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:27.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:27.927 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:27.927 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:27.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:27.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:27.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:27.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:27.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:27.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:28.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:28.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:28.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:28.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:28.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:28.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:28.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:28.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:28.671 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:28.671 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:28.671 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 38 39 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:31:28.671 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969489721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:28.690 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:28.690 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:28.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:28.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:28.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:28.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:28.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:28.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:28.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:28.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:28.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:28.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:28.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:28.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:28.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:28.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:28.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:28.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:28.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:28.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:28.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:28.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:28.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:28.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:28.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:28.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:28.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:28.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:28.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:28.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:28.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:28.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:29.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:29.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:29.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 39 30 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:31:29.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969490722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:29.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:29.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:29.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:29.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:29.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:29.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:29.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:29.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:29.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:29.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:29.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:29.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:29.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:29.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:29.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:29.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:29.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:29.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:29.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:29.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:29.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:29.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:29.918 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:29.918 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:29.938 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:29.938 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:29.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:29.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:29.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:29.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:29.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:29.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:30.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:30.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:30.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 39 31 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:31:30.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969491723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:30.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:30.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:30.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:30.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:30.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:30.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:30.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:30.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:30.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:30.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:30.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:30.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:30.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:30.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:30.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:30.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:30.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:30.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:30.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:30.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:30.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:30.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:30.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:30.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:30.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:30.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:30.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:30.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:30.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:30.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:31.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:31.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:31.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:31.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:31.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 39 32 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:31:31.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969492722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:31.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:31.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:31.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:31.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:31.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:31.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:31.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:31.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:31.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:31.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:31.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:31.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:31.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:31.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:31.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:31.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:31.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:31.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:31.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:31.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:31.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:31.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:32.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:32.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:32.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:32.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:32.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:32.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:32.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:32.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:32.112 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:32.112 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:32.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:32.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:32.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 39 33 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:31:32.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969493722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:32.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:32.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:32.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:32.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:32.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:32.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:32.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:32.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:32.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:32.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:32.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:32.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:32.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:32.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:32.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:32.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:32.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:32.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:32.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:32.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:32.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:32.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:32.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:32.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:32.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:32.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:33.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:33.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:33.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:33.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:33.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:33.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:33.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:33.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:33.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 39 34 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:31:33.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969494723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:33.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:33.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:33.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:33.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:33.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:33.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:33.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:33.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:33.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:33.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:33.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:33.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:33.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:33.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:33.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:33.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:33.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:33.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:33.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:33.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:33.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:33.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:33.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:33.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:33.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:33.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:33.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:33.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:34.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:34.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:34.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:34.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:34.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:34.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:34.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 39 35 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:31:34.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969495723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:34.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:34.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:34.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:34.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:34.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:34.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:34.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:34.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:34.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:34.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:34.823 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:34.823 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:34.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:34.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:34.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:34.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:34.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:34.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:34.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:34.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:34.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:34.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:34.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:34.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:34.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:34.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:34.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:34.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:35.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:35.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:35.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:35.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:35.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:35.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:35.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 39 36 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:31:35.687 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969496721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:35.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:35.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:35.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:35.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:35.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:35.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:35.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:35.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:35.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:35.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:35.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:35.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:35.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:35.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:35.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:35.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:35.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:35.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:35.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:35.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:35.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:35.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:35.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:35.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:35.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:35.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:35.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:35.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:36.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:36.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:36.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:36.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:36.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:36.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:36.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 39 37 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:31:36.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969497722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:36.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:36.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:36.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:36.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:36.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:36.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:36.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:36.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:36.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:36.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:36.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:36.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:36.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:36.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:36.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:36.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:36.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:36.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:36.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:36.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:36.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:36.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:36.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:36.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:37.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:37.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:37.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:37.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:37.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:37.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:37.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:37.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:37.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:37.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:37.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 39 38 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:31:37.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969498722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:37.693 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:37.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:37.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:37.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:37.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:37.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:37.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:37.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:37.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:37.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:37.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:37.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:37.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:37.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:37.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:37.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:37.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:37.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:37.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:37.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:37.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:37.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:37.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:37.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:37.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:37.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:37.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:37.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:38.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:38.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:38.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:38.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:38.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:38.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:38.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 34 39 39 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:31:38.672 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969499721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:38.691 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:38.691 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:38.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:38.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:38.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:38.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:38.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:38.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:38.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:38.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:38.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:38.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:38.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:38.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:38.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:38.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:38.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:38.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:38.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:38.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:38.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:38.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:38.948 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:38.948 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:38.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:38.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:38.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:38.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:39.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:39.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:39.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:39.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:39.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:39.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:39.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 30 30 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 b9 7E -2024-06-21 19:31:39.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969500721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:39.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:39.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:39.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:39.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:39.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:39.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:39.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:39.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:39.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:39.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:39.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:39.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:39.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:39.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:39.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:39.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:39.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:39.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:39.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:39.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:39.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:39.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:39.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:39.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:39.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:39.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:39.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:39.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:40.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:40.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:40.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:40.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:40.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:40.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:40.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 30 31 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 be 7E -2024-06-21 19:31:40.681 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969501725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:40.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:40.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:40.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:40.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:40.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:40.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:40.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:40.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:40.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:40.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:40.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:40.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:40.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:40.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:40.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:40.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:40.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:40.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:40.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:40.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:40.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:40.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:40.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:40.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:40.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:40.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:41.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:41.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:41.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:41.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:41.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:41.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:41.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:41.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:41.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 30 32 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bd 7E -2024-06-21 19:31:41.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969502732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:41.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:41.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:41.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:41.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:41.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:41.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:41.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:41.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:41.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:41.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:41.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:41.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:41.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:41.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:41.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:41.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:41.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:41.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:41.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:41.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:41.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:41.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:42.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:42.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:42.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:42.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:42.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:42.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:42.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:42.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:42.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:42.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:42.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:42.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:42.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 30 33 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:31:42.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969503726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:42.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:42.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:42.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:42.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:42.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:42.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:42.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:42.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:42.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:42.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:42.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:42.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:42.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:42.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:42.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:42.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:42.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:42.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:42.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:42.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:42.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:42.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:42.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:42.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:42.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:42.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:43.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:43.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:43.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:43.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:43.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:43.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:43.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:43.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:43.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 30 34 37 33 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:31:43.689 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969504736, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:43.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:43.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:43.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:43.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:43.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:43.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:43.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:43.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:43.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:43.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:43.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:43.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:43.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:43.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:43.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:43.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:43.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:43.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:43.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:43.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:43.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:43.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:43.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:43.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:43.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:43.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:44.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:44.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:44.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:44.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:44.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:44.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:44.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:44.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:44.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 30 35 37 33 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:31:44.690 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969505731, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:44.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:44.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:44.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:44.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:44.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:44.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:44.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:44.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:44.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:44.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:44.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:44.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:44.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:44.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:44.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:44.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:44.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:44.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:44.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:44.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:44.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:44.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:44.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:44.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:44.963 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:44.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:44.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:44.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:45.018 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:45.018 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:45.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:45.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:45.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:45.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:45.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 30 36 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:31:45.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969506729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:45.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:45.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:45.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:45.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:45.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:45.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:45.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:45.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:45.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:45.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:45.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:45.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:45.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:45.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:45.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:45.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:45.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:45.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:45.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:45.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:45.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:45.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:45.973 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:45.973 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:45.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:45.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:46.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:46.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:46.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:46.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:46.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:46.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:46.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:46.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:46.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 30 37 37 32 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:31:46.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969507724, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:46.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:46.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:46.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:46.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:46.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:46.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:46.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:46.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:46.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:46.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:46.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:46.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:46.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:46.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:46.857 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:46.857 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:46.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:46.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:46.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:46.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:46.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:46.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:46.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:46.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:47.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:47.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:47.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:47.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:47.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:47.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:47.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:47.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:47.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:47.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:47.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 30 38 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:31:47.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969508723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:47.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:47.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:47.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:47.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:47.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:47.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:47.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:47.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:47.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:47.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:47.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:47.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:47.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:47.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:47.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:47.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:47.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:47.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:47.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:47.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:47.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:47.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:47.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:47.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:47.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:47.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:48.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:48.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:48.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:48.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:48.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:48.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:48.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:48.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:48.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 30 39 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:31:48.690 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969509732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:48.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:48.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:48.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:48.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:48.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:48.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:48.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:48.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:48.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:48.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:48.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:48.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:48.867 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:48.867 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:48.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:48.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:48.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:48.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:48.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:48.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:48.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:48.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:48.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:48.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:49.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:49.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:49.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:49.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:49.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:49.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:49.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:49.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:49.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:49.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:49.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 31 30 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:31:49.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969510727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:49.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:49.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:49.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:49.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:49.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:49.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:49.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:49.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:49.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:49.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:49.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:49.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:49.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:49.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:49.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:49.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:49.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:49.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:49.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:49.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:49.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:49.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:49.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:49.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:49.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:49.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:50.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:50.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:50.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:50.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:50.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:50.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:50.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:50.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:50.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 31 31 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:31:50.681 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969511726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:50.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:50.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:50.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:50.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:50.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:50.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:50.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:50.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:50.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:50.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:50.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:50.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:50.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:50.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:50.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:50.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:50.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:50.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:50.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:50.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:50.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:50.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:50.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:50.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:50.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:50.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:51.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:51.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:51.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:51.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:51.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:51.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:51.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:51.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:51.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 31 32 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:31:51.693 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969512735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:51.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:51.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:51.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:51.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:51.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:51.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:51.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:51.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:51.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:51.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:51.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:51.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:51.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:51.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:51.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:51.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:51.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:51.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:51.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:51.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:51.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:51.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:51.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:51.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:51.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:51.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:52.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:52.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:52.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:52.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:52.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:52.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:52.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:52.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:52.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 31 33 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:31:52.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969513732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:52.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:52.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:52.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:52.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:52.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:52.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:52.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:52.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:52.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:52.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:52.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:52.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:52.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:52.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:52.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:52.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:52.918 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:52.918 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:52.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:52.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:52.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:52.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:53.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:53.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:53.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:53.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:53.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:53.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:53.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:53.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:53.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:53.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:53.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:53.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:53.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 31 34 37 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 be 7E -2024-06-21 19:31:53.691 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969514730, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:53.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:53.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:53.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:53.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:53.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:53.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:53.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:53.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:53.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:53.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:53.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:53.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:53.867 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:53.867 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:53.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:53.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:53.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:53.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:53.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:53.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:53.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:53.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:53.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:53.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:54.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:54.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:54.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:54.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:54.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:54.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:54.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:54.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:54.702 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:54.702 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:54.702 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 31 35 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:31:54.702 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969515726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:54.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:54.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:54.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:54.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:54.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:54.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:54.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:54.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:54.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:54.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:54.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:54.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:54.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:54.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:54.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:54.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:54.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:54.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:54.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:54.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:54.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:54.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:54.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:54.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:54.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:54.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:55.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:55.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:55.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:55.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:55.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:55.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:55.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:55.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:55.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 31 36 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:31:55.690 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969516733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:55.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:55.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:55.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:55.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:55.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:55.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:55.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:55.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:55.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:55.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:55.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:55.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:55.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:55.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:55.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:55.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:55.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:55.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:55.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:55.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:55.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:55.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:55.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:55.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:56.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:56.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:56.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:56.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:56.088 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:56.088 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:56.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:56.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:56.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:56.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:56.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 31 37 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:31:56.689 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969517734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:56.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:56.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:56.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:56.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:56.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:56.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:56.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:56.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:56.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:56.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:56.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:56.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:56.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:56.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:56.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:56.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:56.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:56.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:56.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:56.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:56.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:56.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:56.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:56.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:56.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:56.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:56.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:57.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:57.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:57.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:57.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:57.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:57.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:57.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:57.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 31 38 37 32 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:31:57.689 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969518724, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:57.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:57.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:57.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:57.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:57.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:57.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:57.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:57.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:57.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:57.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:57.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:57.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:57.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:57.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:57.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:57.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:57.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:57.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:57.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:57.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:57.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:57.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:57.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:57.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:57.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:57.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:58.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:58.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:58.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:58.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:58.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:58.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:58.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:58.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:58.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 31 39 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:31:58.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969519722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:58.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:58.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:58.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:58.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:58.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:58.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:58.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:58.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:58.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:58.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:58.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:58.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:58.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:58.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:58.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:58.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:58.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:58.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:58.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:58.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:58.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:58.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:31:58.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:31:58.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:31:59.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:31:59.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:31:59.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:31:59.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:31:59.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:31:59.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:31:59.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:31:59.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:31:59.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:31:59.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:31:59.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 32 30 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 be 7E -2024-06-21 19:31:59.692 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969520733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:31:59.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:31:59.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:31:59.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:31:59.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:31:59.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:31:59.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:31:59.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:31:59.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:31:59.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:31:59.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:31:59.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:31:59.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:31:59.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:31:59.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:31:59.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:31:59.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:31:59.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:31:59.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:31:59.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:31:59.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:31:59.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:31:59.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:00.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:00.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:00.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:00.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:00.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:00.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:00.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:00.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:00.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:00.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:00.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:00.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:00.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 32 31 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bc 7E -2024-06-21 19:32:00.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969521721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:00.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:00.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:00.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:00.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:00.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:00.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:00.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:00.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:00.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:00.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:00.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:00.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:00.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:00.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:00.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:00.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:00.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:00.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:00.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:00.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:00.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:00.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:00.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:00.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:00.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:00.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:00.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:00.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:01.018 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:01.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:01.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:01.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:01.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:01.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:01.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 32 32 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bd 7E -2024-06-21 19:32:01.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969522721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:01.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:01.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:01.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:01.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:01.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:01.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:01.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:01.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:01.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:01.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:01.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:01.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:01.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:01.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:01.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:01.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:01.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:01.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:01.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:01.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:01.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:01.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:01.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:01.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:01.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:01.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:01.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:01.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:01.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:01.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:02.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:02.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:02.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:02.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:02.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 32 33 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:32:02.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969523722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:02.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:02.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:02.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:02.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:02.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:02.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:02.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:02.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:02.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:02.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:02.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:02.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:02.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:02.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:02.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:02.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:02.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:02.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:02.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:02.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:02.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:02.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:02.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:02.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:02.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:02.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:02.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:02.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:03.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:03.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:03.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:03.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:03.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:03.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:03.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 32 34 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:32:03.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969524722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:03.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:03.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:03.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:03.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:03.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:03.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:03.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:03.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:03.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:03.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:03.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:03.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:03.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:03.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:03.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:03.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:03.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:03.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:03.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:03.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:03.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:03.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:03.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:03.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:03.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:03.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:03.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:03.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:04.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:04.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:04.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:04.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:04.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:04.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:04.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 32 35 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:32:04.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969525721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:04.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:04.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:04.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:04.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:04.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:04.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:04.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:04.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:04.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:04.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:04.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:04.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:04.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:04.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:04.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:04.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:04.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:04.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:04.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:04.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:04.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:04.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:04.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:04.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:04.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:04.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:05.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:05.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:05.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:05.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:05.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:05.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:05.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:05.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:05.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 32 36 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:32:05.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969526722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:05.697 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:05.697 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:05.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:05.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:05.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:05.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:05.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:05.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:05.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:05.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:05.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:05.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:05.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:05.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:05.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:05.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:05.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:05.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:05.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:05.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:05.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:05.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:05.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:05.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:05.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:05.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:05.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:05.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:06.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:06.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:06.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:06.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:06.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:06.696 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:06.696 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 32 37 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:32:06.696 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969527721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:06.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:06.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:06.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:06.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:06.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:06.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:06.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:06.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:06.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:06.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:06.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:06.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:06.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:06.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:06.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:06.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:06.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:06.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:06.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:06.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:06.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:06.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:07.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:07.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:07.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:07.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:07.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:07.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:07.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:07.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:07.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:07.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:07.703 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:07.703 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:07.703 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 32 38 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:32:07.704 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969528722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:07.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:07.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:07.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:07.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:07.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:07.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:07.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:07.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:07.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:07.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:07.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:07.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:07.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:07.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:07.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:07.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:07.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:07.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:07.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:07.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:07.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:07.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:07.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:07.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:07.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:07.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:08.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:08.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:08.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:08.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:08.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:08.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:08.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:08.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:08.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 32 39 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:32:08.695 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969529722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:08.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:08.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:08.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:08.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:08.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:08.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:08.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:08.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:08.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:08.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:08.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:08.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:08.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:08.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:08.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:08.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:08.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:08.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:08.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:08.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:08.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:08.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:09.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:09.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:09.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:09.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:09.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:09.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:09.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:09.131 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:09.157 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:09.158 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:09.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:09.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:09.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 33 30 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 be 7E -2024-06-21 19:32:09.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969530723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:09.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:09.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:09.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:09.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:09.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:09.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:09.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:09.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:09.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:09.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:09.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:09.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:09.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:09.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:09.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:09.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:09.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:09.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:09.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:09.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:09.927 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:09.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:09.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:09.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:09.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:09.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:10.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:10.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:10.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:10.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:10.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:10.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:10.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:10.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:10.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 33 31 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bd 7E -2024-06-21 19:32:10.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969531721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:10.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:10.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:10.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:10.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:10.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:10.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:10.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:10.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:10.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:10.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:10.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:10.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:10.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:10.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:10.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:10.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:10.893 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:10.893 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:10.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:10.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:10.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:10.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:10.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:10.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:10.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:10.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:10.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:10.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:11.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:11.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:11.043 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:11.043 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:11.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:11.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:11.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 33 32 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 be 7E -2024-06-21 19:32:11.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969532721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:11.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:11.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:11.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:11.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:11.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:11.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:11.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:11.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:11.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:11.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:11.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:11.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:11.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:11.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:11.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:11.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:11.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:11.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:11.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:11.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:11.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:11.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:11.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:11.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:11.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:11.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:12.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:12.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:12.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:12.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:12.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:12.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:12.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:12.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:12.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 33 33 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:32:12.672 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969533721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:12.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:12.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:12.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:12.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:12.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:12.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:12.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:12.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:12.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:12.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:12.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:12.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:12.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:12.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:12.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:12.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:12.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:12.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:12.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:12.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:12.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:12.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:12.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:12.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:12.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:12.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:12.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:12.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:12.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:13.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:13.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:13.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:13.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:13.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:13.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 33 34 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:32:13.693 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969534721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:13.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:13.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:13.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:13.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:13.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:13.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:13.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:13.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:13.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:13.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:13.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:13.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:13.893 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:13.893 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:13.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:13.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:13.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:13.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:13.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:13.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:13.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:13.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:14.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:14.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:14.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:14.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:14.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:14.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:14.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:14.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:14.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:14.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:14.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:14.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:14.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 33 35 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:32:14.691 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969535721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:14.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:14.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:14.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:14.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:14.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:14.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:14.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:14.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:14.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:14.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:14.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:14.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:14.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:14.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:14.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:14.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:14.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:14.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:14.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:14.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:14.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:14.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:14.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:14.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:14.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:14.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:14.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:14.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:15.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:15.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:15.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:15.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:15.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:15.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:15.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 33 36 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:32:15.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969536722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:15.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:15.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:15.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:15.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:15.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:15.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:15.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:15.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:15.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:15.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:15.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:15.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:15.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:15.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:15.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:15.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:15.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:15.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:15.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:15.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:15.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:15.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:15.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:15.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:16.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:16.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:16.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:16.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:16.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:16.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:16.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:16.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:16.712 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:16.712 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:16.712 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 33 37 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:32:16.713 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969537721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:16.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:16.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:16.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:16.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:16.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:16.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:16.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:16.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:16.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:16.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:16.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:16.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:16.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:16.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:16.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:16.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:16.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:16.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:16.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:16.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:16.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:16.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:16.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:16.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:17.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:17.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:17.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:17.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:17.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:17.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:17.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:17.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:17.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:17.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:17.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 33 38 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:32:17.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969538721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:17.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:17.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:17.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:17.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:17.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:17.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:17.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:17.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:17.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:17.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:17.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:17.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:17.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:17.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:17.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:17.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:17.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:17.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:17.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:17.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:17.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:17.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:17.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:17.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:17.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:17.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:17.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:17.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:17.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:17.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:18.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:18.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:18.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:18.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:18.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 33 39 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:32:18.680 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969539721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:18.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:18.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:18.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:18.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:18.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:18.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:18.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:18.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:18.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:18.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:18.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:18.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:18.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:18.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:18.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:18.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:18.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:18.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:18.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:18.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:18.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:18.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:18.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:18.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:18.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:18.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:18.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:18.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:19.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:19.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:19.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:19.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:19.700 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:19.700 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:19.700 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 34 30 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:32:19.700 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969540726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:19.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:19.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:19.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:19.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:19.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:19.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:19.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:19.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:19.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:19.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:19.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:19.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:19.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:19.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:19.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:19.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:19.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:19.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:19.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:19.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:19.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:19.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:19.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:19.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:19.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:19.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:20.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:20.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:20.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:20.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:20.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:20.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:20.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:20.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:20.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 34 31 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:32:20.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969541734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:20.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:20.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:20.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:20.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:20.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:20.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:20.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:20.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:20.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:20.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:20.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:20.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:20.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:20.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:20.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:20.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:20.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:20.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:20.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:20.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:20.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:20.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:20.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:20.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:21.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:21.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:21.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:21.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:21.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:21.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:21.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:21.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:21.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:21.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:21.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 34 32 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:32:21.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969542729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:21.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:21.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:21.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:21.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:21.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:21.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:21.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:21.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:21.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:21.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:21.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:21.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:21.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:21.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:21.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:21.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:21.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:21.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:21.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:21.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:21.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:21.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:21.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:21.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:21.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:21.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:21.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:21.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:21.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:21.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:22.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:22.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:22.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:22.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:22.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 34 33 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:32:22.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969543726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:22.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:22.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:22.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:22.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:22.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:22.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:22.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:22.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:22.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:22.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:22.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:22.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:22.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:22.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:22.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:22.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:22.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:22.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:22.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:22.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:22.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:22.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:22.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:22.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:22.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:22.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:23.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:23.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:23.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:23.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:23.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:23.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:23.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:23.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:23.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 34 34 37 32 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:32:23.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969544724, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:23.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:23.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:23.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:23.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:23.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:23.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:23.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:23.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:23.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:23.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:23.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:23.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:23.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:23.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:23.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:23.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:23.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:23.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:23.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:23.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:23.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:23.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:23.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:23.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:23.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:23.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:23.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:23.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:24.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:24.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:24.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:24.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:24.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:24.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:24.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 34 35 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:32:24.672 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969545722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:24.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:24.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:24.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:24.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:24.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:24.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:24.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:24.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:24.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:24.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:24.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:24.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:24.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:24.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:24.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:24.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:24.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:24.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:24.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:24.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:24.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:24.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:24.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:24.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:24.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:24.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:25.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:25.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:25.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:25.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:25.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:25.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:25.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:25.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:25.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 34 36 37 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:32:25.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969546730, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:25.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:25.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:25.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:25.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:25.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:25.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:25.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:25.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:25.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:25.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:25.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:25.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:25.857 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:25.857 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:25.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:25.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:25.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:25.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:25.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:25.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:25.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:25.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:25.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:25.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:26.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:26.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:26.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:26.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:26.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:26.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:26.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:26.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:26.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:26.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:26.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 34 37 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:32:26.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969547726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:26.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:26.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:26.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:26.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:26.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:26.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:26.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:26.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:26.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:26.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:26.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:26.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:26.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:26.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:26.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:26.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:27.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:27.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:27.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:27.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:27.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:27.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:27.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:27.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:27.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:27.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:27.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:27.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:27.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:27.124 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:27.148 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:27.148 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:27.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:27.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:27.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 34 38 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:32:27.690 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969548732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:27.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:27.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:27.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:27.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:27.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:27.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:27.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:27.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:27.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:27.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:27.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:27.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:27.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:27.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:27.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:27.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:27.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:27.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:27.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:27.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:27.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:27.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:27.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:27.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:27.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:27.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:28.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:28.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:28.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:28.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:28.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:28.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:28.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:28.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:28.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 34 39 37 33 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:32:28.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969549731, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:28.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:28.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:28.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:28.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:28.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:28.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:28.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:28.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:28.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:28.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:28.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:28.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:28.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:28.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:28.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:28.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:28.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:28.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:28.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:28.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:28.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:28.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:28.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:28.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:29.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:29.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:29.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:29.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:29.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:29.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:29.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:29.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:29.715 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:29.715 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:29.715 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 35 30 37 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 be 7E -2024-06-21 19:32:29.715 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969550730, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:29.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:29.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:29.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:29.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:29.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:29.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:29.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:29.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:29.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:29.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:29.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:29.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:29.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:29.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:29.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:29.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:29.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:29.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:29.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:29.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:30.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:30.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:30.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:30.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:30.068 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:30.068 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:30.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:30.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:30.117 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:30.117 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:30.147 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:30.147 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:30.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:30.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:30.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 35 31 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:32:30.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969551729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:30.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:30.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:30.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:30.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:30.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:30.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:30.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:30.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:30.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:30.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:30.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:30.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:30.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:30.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:30.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:30.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:30.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:30.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:30.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:30.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:30.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:30.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:30.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:30.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:30.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:30.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:31.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:31.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:31.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:31.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:31.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:31.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:31.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:31.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:31.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 35 32 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:32:31.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969552726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:31.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:31.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:31.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:31.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:31.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:31.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:31.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:31.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:31.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:31.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:31.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:31.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:31.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:31.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:31.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:31.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:31.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:31.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:31.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:31.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:31.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:31.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:32.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:32.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:32.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:32.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:32.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:32.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:32.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:32.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:32.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:32.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:32.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:32.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:32.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 35 33 37 32 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:32:32.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969553724, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:32.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:32.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:32.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:32.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:32.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:32.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:32.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:32.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:32.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:32.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:32.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:32.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:32.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:32.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:32.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:32.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:32.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:32.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:32.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:32.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:32.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:32.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:32.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:32.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:33.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:33.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:33.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:33.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:33.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:33.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:33.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:33.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:33.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:33.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:33.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 35 34 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:32:33.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969554732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:33.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:33.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:33.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:33.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:33.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:33.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:33.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:33.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:33.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:33.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:33.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:33.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:33.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:33.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:33.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:33.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:33.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:33.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:33.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:33.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:33.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:33.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:33.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:33.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:33.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:33.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:33.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:33.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:34.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:34.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:34.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:34.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:34.699 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:34.699 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:34.699 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 35 35 37 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:32:34.699 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969555730, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:34.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:34.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:34.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:34.752 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:34.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:34.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:34.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:34.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:34.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:34.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:34.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:34.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:34.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:34.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:34.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:34.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:34.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:34.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:34.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:34.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:34.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:34.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:34.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:34.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:34.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:34.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:35.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:35.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:35.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:35.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:35.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:35.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:35.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:35.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:35.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 35 36 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:32:35.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969556722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:35.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:35.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:35.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:35.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:35.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:35.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:35.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:35.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:35.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:35.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:35.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:35.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:35.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:35.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:35.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:35.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:35.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:35.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:35.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:35.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:35.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:35.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:35.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:35.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:35.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:35.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:35.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:35.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:36.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:36.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:36.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:36.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:36.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:36.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:36.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 35 37 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:32:36.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969557727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:36.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:36.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:36.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:36.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:36.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:36.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:36.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:36.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:36.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:36.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:36.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:36.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:36.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:36.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:36.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:36.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:36.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:36.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:36.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:36.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:36.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:36.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:36.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:36.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:36.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:36.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:37.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:37.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:37.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:37.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:37.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:37.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:37.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:37.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:37.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 35 38 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:32:37.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969558725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:37.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:37.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:37.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:37.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:37.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:37.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:37.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:37.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:37.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:37.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:37.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:37.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:37.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:37.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:37.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:37.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:37.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:37.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:37.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:37.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:37.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:37.927 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:37.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:37.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:37.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:37.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:38.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:38.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:38.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:38.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:38.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:38.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:38.781 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:38.781 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:38.782 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 35 39 37 37 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cd 7E -2024-06-21 19:32:38.782 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969559772, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:38.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:38.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:38.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:38.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:38.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:38.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:38.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:38.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:38.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:38.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:38.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:38.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:38.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:38.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:38.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:38.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:38.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:38.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:39.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:39.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:39.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:39.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:39.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:39.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:39.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:39.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:39.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:39.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:39.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:39.143 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:39.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:39.171 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:39.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:39.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:39.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 36 30 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:32:39.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969560723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:39.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:39.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:39.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:39.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:39.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:39.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:39.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:39.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:39.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:39.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:39.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:39.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:39.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:39.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:39.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:39.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:39.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:39.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:39.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:39.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:39.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:39.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:39.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:39.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:39.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:39.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:40.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:40.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:40.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:40.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:40.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:40.073 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:40.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:40.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:40.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 36 31 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:32:40.692 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969561722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:40.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:40.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:40.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:40.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:40.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:40.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:40.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:40.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:40.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:40.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:40.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:40.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:40.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:40.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:40.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:40.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:40.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:40.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:40.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:40.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:40.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:40.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:41.018 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:41.018 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:41.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:41.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:41.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:41.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:41.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:41.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:41.119 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:41.119 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:41.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:41.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:41.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 36 32 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:32:41.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969562722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:41.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:41.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:41.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:41.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:41.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:41.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:41.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:41.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:41.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:41.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:41.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:41.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:41.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:41.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:41.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:41.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:41.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:41.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:41.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:41.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:41.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:41.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:41.948 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:41.948 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:41.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:41.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:42.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:42.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:42.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:42.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:42.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:42.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:42.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:42.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:42.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 36 33 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:32:42.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969563722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:42.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:42.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:42.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:42.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:42.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:42.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:42.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:42.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:42.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:42.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:42.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:42.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:42.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:42.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:42.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:42.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:42.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:42.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:42.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:42.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:42.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:42.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:42.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:42.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:42.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:42.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:42.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:42.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:43.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:43.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:43.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:43.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:43.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:43.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:43.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 36 34 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:32:43.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969564722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:43.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:43.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:43.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:43.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:43.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:43.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:43.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:43.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:43.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:43.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:43.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:43.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:43.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:43.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:43.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:43.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:43.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:43.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:43.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:43.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:43.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:43.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:43.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:43.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:43.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:43.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:43.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:43.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:43.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:43.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:44.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:44.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:44.721 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:44.721 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:44.721 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 36 35 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cc 7E -2024-06-21 19:32:44.722 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969565729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:44.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:44.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:44.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:44.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:44.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:44.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:44.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:44.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:44.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:44.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:44.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:44.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:44.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:44.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:44.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:44.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:44.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:44.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:44.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:44.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:44.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:44.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:45.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:45.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:45.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:45.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:45.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:45.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:45.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:45.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:45.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:45.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:45.709 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:45.709 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:45.709 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 36 36 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:32:45.709 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969566722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:45.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:45.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:45.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:45.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:45.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:45.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:45.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:45.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:45.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:45.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:45.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:45.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:45.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:45.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:45.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:45.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:45.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:45.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:45.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:45.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:45.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:45.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:45.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:45.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:46.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:46.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:46.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:46.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:46.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:46.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:46.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:46.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:46.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:46.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:46.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 36 37 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:32:46.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969567722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:46.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:46.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:46.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:46.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:46.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:46.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:46.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:46.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:46.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:46.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:46.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:46.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:46.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:46.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:46.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:46.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:46.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:46.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:46.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:46.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:46.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:46.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:46.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:46.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:46.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:46.953 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:46.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:46.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:46.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:46.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:47.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:47.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:47.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:47.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:47.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 36 38 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:32:47.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969568723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:47.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:47.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:47.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:47.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:47.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:47.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:47.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:47.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:47.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:47.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:47.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:47.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:47.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:47.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:47.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:47.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:47.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:47.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:47.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:47.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:47.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:47.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:47.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:47.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:48.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:48.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:48.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:48.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:48.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:48.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:48.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:48.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:48.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:48.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:48.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 36 39 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:32:48.683 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969569722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:48.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:48.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:48.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:48.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:48.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:48.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:48.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:48.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:48.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:48.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:48.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:48.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:48.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:48.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:48.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:48.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:48.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:48.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:48.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:48.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:48.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:48.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:49.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:49.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:49.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:49.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:49.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:49.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:49.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:49.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:49.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:49.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:49.706 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:49.706 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:49.706 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 37 30 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:32:49.706 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969570722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:49.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:49.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:49.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:49.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:49.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:49.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:49.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:49.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:49.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:49.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:49.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:49.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:49.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:49.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:49.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:49.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:49.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:49.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:49.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:49.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:49.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:49.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:49.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:49.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:49.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:49.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:50.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:50.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:50.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:50.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:50.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:50.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:50.671 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:50.671 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:50.671 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 37 31 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:32:50.671 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969571722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:50.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:50.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:50.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:50.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:50.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:50.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:50.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:50.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:50.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:50.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:50.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:50.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:50.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:50.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:50.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:50.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:50.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:50.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:50.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:50.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:50.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:50.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:50.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:50.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:50.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:50.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:50.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:50.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:51.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:51.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:51.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:51.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:51.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:51.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:51.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 37 32 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:32:51.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969572722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:51.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:51.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:51.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:51.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:51.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:51.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:51.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:51.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:51.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:51.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:51.857 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:51.857 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:51.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:51.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:51.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:51.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:51.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:51.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:51.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:51.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:51.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:51.963 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:51.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:51.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:51.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:51.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:52.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:52.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:52.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:52.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:52.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:52.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:52.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:52.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:52.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 37 33 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:32:52.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969573722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:52.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:52.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:52.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:52.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:52.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:52.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:52.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:52.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:52.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:52.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:52.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:52.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:52.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:52.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:52.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:52.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:52.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:52.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:52.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:52.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:52.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:52.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:52.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:52.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:52.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:52.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:52.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:52.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:53.018 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:53.018 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:53.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:53.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:53.671 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:53.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:53.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 37 34 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:32:53.672 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969574721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:53.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:53.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:53.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:53.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:53.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:53.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:53.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:53.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:53.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:53.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:53.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:53.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:53.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:53.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:53.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:53.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:53.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:53.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:53.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:53.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:53.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:53.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:53.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:53.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:53.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:53.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:54.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:54.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:54.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:54.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:54.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:54.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:54.671 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:54.671 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:54.671 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 37 35 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:32:54.671 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969575721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:54.689 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:54.689 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:54.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:54.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:54.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:54.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:54.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:54.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:54.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:54.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:54.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:54.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:54.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:54.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:54.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:54.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:54.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:54.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:54.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:54.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:54.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:54.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:54.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:54.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:54.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:54.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:54.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:54.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:54.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:54.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:55.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:55.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:55.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:55.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:55.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 37 36 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:32:55.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969576721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:55.697 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:55.697 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:55.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:55.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:55.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:55.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:55.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:55.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:55.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:55.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:55.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:55.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:55.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:55.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:55.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:55.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:55.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:55.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:55.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:55.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:55.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:55.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:55.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:55.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:55.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:55.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:55.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:55.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:56.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:56.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:56.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:56.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:56.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:56.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:56.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 37 37 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:32:56.672 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969577721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:56.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:56.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:56.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:56.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:56.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:56.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:56.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:56.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:56.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:56.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:56.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:56.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:56.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:56.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:56.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:56.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:56.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:56.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:56.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:56.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:56.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:56.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:56.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:56.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:56.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:56.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:57.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:57.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:57.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:57.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:57.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:57.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:57.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:57.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:57.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 37 38 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:32:57.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969578721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:57.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:57.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:57.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:57.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:57.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:57.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:57.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:57.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:57.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:57.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:57.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:57.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:57.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:57.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:57.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:57.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:57.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:57.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:57.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:57.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:57.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:57.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:57.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:57.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:57.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:57.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:57.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:57.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:58.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:58.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:58.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:58.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:58.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:58.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:58.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 37 39 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:32:58.693 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969579732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:58.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:58.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:58.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:58.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:58.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:58.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:58.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:58.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:58.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:58.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:58.823 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:58.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:58.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:58.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:58.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:58.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:58.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:58.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:58.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:58.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:58.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:58.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:58.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:58.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:58.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:58.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:58.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:58.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:32:59.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:32:59.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:32:59.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:32:59.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:32:59.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:32:59.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:32:59.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 38 30 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:32:59.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969580726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:32:59.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:32:59.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:32:59.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:32:59.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:32:59.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:32:59.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:32:59.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:32:59.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:32:59.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:32:59.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:32:59.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:32:59.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:32:59.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:32:59.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:32:59.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:32:59.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:32:59.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:32:59.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:32:59.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:32:59.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:32:59.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:32:59.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:32:59.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:32:59.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:32:59.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:32:59.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:32:59.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:32:59.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:00.018 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:00.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:00.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:00.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:00.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:00.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:00.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 38 31 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:33:00.683 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969581726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:00.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:00.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:00.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:00.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:00.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:00.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:00.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:00.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:00.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:00.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:00.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:00.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:00.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:00.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:00.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:00.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:00.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:00.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:00.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:00.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:00.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:00.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:00.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:00.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:00.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:00.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:00.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:00.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:00.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:00.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:01.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:01.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:01.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:01.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:01.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 38 32 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:33:01.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969582722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:01.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:01.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:01.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:01.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:01.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:01.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:01.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:01.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:01.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:01.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:01.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:01.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:01.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:01.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:01.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:01.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:01.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:01.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:01.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:01.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:01.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:01.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:01.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:01.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:01.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:01.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:01.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:01.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:02.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:02.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:02.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:02.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:02.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:02.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:02.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 38 33 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:33:02.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969583734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:02.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:02.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:02.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:02.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:02.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:02.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:02.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:02.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:02.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:02.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:02.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:02.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:02.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:02.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:02.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:02.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:02.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:02.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:02.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:02.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:02.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:02.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:02.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:02.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:02.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:02.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:02.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:02.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:03.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:03.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:03.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:03.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:03.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:03.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:03.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 38 34 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cc 7E -2024-06-21 19:33:03.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969584728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:03.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:03.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:03.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:03.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:03.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:03.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:03.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:03.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:03.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:03.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:03.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:03.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:03.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:03.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:03.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:03.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:03.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:03.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:03.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:03.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:03.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:03.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:03.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:03.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:03.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:03.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:04.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:04.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:04.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:04.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:04.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:04.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:04.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:04.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:04.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 38 35 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:33:04.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969585723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:04.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:04.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:04.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:04.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:04.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:04.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:04.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:04.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:04.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:04.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:04.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:04.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:04.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:04.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:04.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:04.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:04.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:04.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:04.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:04.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:04.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:04.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:04.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:04.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:04.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:04.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:05.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:05.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:05.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:05.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:05.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:05.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:05.738 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:05.739 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:05.739 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 38 36 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:33:05.739 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969586733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:05.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:05.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:05.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:05.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:05.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:05.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:05.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:05.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:05.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:05.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:05.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:05.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:05.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:05.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:05.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:05.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:05.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:05.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:06.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:06.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:06.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:06.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:06.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:06.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:06.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:06.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:06.133 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:06.133 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:06.148 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:06.148 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:06.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:06.174 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:06.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:06.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:06.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 38 37 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:33:06.694 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969587733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:06.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:06.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:06.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:06.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:06.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:06.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:06.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:06.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:06.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:06.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:06.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:06.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:06.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:06.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:06.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:06.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:06.927 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:06.927 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:06.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:06.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:06.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:06.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:06.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:06.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:07.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:07.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:07.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:07.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:07.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:07.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:07.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:07.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:07.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:07.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:07.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 38 38 37 32 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cc 7E -2024-06-21 19:33:07.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969588724, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:07.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:07.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:07.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:07.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:07.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:07.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:07.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:07.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:07.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:07.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:07.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:07.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:07.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:07.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:07.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:07.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:07.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:07.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:07.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:07.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:07.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:07.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:07.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:07.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:07.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:07.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:08.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:08.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:08.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:08.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:08.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:08.062 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:08.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:08.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:08.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 38 39 37 32 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cd 7E -2024-06-21 19:33:08.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969589724, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:08.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:08.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:08.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:08.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:08.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:08.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:08.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:08.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:08.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:08.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:08.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:08.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:08.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:08.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:08.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:08.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:08.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:08.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:08.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:08.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:08.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:08.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:08.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:08.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:08.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:08.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:09.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:09.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:09.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:09.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:09.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:09.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:09.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:09.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:09.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 39 30 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:33:09.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969590733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:09.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:09.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:09.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:09.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:09.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:09.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:09.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:09.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:09.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:09.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:09.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:09.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:09.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:09.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:09.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:09.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:09.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:09.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:09.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:09.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:09.973 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:09.973 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:10.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:10.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:10.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:10.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:10.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:10.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:10.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:10.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:10.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:10.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:10.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:10.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:10.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 39 31 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:33:10.680 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969591728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:10.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:10.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:10.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:10.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:10.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:10.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:10.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:10.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:10.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:10.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:10.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:10.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:10.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:10.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:10.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:10.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:10.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:10.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:10.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:10.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:10.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:10.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:10.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:10.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:11.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:11.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:11.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:11.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:11.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:11.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:11.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:11.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:11.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:11.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:11.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 39 32 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:33:11.681 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969592728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:11.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:11.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:11.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:11.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:11.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:11.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:11.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:11.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:11.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:11.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:11.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:11.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:11.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:11.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:11.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:11.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:11.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:11.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:11.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:11.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:11.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:11.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:12.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:12.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:12.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:12.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:12.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:12.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:12.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:12.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:12.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:12.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:12.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:12.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:12.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 39 33 37 32 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:33:12.683 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969593724, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:12.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:12.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:12.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:12.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:12.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:12.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:12.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:12.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:12.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:12.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:12.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:12.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:12.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:12.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:12.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:12.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:12.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:12.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:12.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:12.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:12.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:12.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:12.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:12.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:13.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:13.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:13.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:13.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:13.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:13.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:13.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:13.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:13.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:13.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:13.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 39 34 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:33:13.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969594723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:13.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:13.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:13.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:13.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:13.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:13.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:13.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:13.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:13.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:13.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:13.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:13.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:13.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:13.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:13.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:13.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:13.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:13.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:13.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:13.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:13.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:13.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:13.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:13.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:13.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:13.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:14.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:14.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:14.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:14.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:14.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:14.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:14.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:14.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:14.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 39 35 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cc 7E -2024-06-21 19:33:14.693 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969595735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:14.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:14.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:14.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:14.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:14.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:14.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:14.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:14.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:14.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:14.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:14.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:14.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:14.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:14.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:14.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:14.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:14.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:14.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:14.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:14.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:15.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:15.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:15.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:15.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:15.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:15.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:15.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:15.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:15.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:15.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:15.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:15.107 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:15.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:15.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:15.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 39 36 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cc 7E -2024-06-21 19:33:15.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969596725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:15.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:15.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:15.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:15.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:15.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:15.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:15.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:15.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:15.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:15.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:15.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:15.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:15.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:15.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:15.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:15.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:15.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:15.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:15.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:15.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:16.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:16.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:16.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:16.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:16.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:16.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:16.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:16.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:16.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:16.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:16.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:16.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:16.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:16.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:16.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 39 37 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:33:16.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969597723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:16.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:16.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:16.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:16.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:16.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:16.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:16.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:16.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:16.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:16.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:16.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:16.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:16.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:16.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:16.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:16.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:16.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:16.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:16.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:16.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:16.973 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:16.973 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:17.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:17.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:17.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:17.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:17.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:17.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:17.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:17.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:17.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:17.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:17.698 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:17.698 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:17.698 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 39 38 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ce 7E -2024-06-21 19:33:17.698 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969598734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:17.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:17.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:17.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:17.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:17.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:17.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:17.788 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:17.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:17.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:17.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:17.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:17.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:17.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:17.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:17.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:17.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:17.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:17.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:17.948 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:17.948 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:17.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:17.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:17.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:17.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:18.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:18.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:18.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:18.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:18.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:18.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:18.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:18.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:18.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:18.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:18.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 35 39 39 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 d2 7E -2024-06-21 19:33:18.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969599728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:18.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:18.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:18.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:18.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:18.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:18.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:18.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:18.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:18.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:18.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:18.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:18.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:18.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:18.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:18.927 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:18.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:18.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:18.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:18.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:18.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:19.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:19.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:19.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:19.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:19.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:19.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:19.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:19.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:19.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:19.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:19.121 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:19.121 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:19.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:19.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:19.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 30 30 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:33:19.681 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969600729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:19.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:19.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:19.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:19.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:19.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:19.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:19.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:19.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:19.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:19.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:19.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:19.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:19.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:19.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:19.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:19.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:19.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:19.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:19.918 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:19.918 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:19.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:19.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:19.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:19.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:19.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:19.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:20.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:20.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:20.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:20.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:20.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:20.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:20.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:20.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:20.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 30 31 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:33:20.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969601728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:20.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:20.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:20.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:20.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:20.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:20.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:20.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:20.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:20.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:20.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:20.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:20.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:20.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:20.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:20.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:20.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:20.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:20.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:20.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:20.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:20.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:20.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:20.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:20.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:20.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:20.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:21.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:21.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:21.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:21.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:21.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:21.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:21.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:21.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:21.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 30 32 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:33:21.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969602726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:21.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:21.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:21.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:21.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:21.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:21.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:21.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:21.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:21.787 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:21.787 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:21.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:21.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:21.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:21.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:21.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:21.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:21.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:21.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:21.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:21.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:21.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:21.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:21.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:21.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:21.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:21.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:22.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:22.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:22.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:22.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:22.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:22.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:22.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:22.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:22.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 30 33 37 33 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 be 7E -2024-06-21 19:33:22.693 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969603731, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:22.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:22.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:22.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:22.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:22.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:22.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:22.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:22.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:22.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:22.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:22.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:22.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:22.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:22.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:22.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:22.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:22.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:22.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:22.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:22.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:22.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:22.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:22.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:22.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:22.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:22.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:23.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:23.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:23.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:23.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:23.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:23.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:23.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:23.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:23.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 30 34 37 33 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:33:23.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969604731, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:23.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:23.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:23.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:23.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:23.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:23.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:23.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:23.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:23.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:23.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:23.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:23.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:23.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:23.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:23.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:23.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:23.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:23.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:23.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:23.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:23.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:23.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:23.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:23.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:23.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:23.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:23.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:23.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:23.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:23.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:24.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:24.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:24.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:24.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:24.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 30 35 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:33:24.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969605727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:24.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:24.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:24.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:24.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:24.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:24.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:24.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:24.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:24.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:24.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:24.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:24.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:24.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:24.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:24.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:24.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:24.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:24.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:24.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:24.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:24.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:24.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:24.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:24.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:24.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:24.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:24.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:24.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:25.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:25.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:25.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:25.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:25.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:25.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:25.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 30 36 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:33:25.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969606723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:25.697 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:25.697 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:25.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:25.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:25.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:25.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:25.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:25.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:25.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:25.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:25.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:25.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:25.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:25.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:25.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:25.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:25.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:25.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:25.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:25.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:25.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:25.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:25.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:25.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:25.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:25.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:26.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:26.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:26.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:26.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:26.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:26.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:26.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:26.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:26.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 30 37 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:33:26.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969607722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:26.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:26.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:26.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:26.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:26.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:26.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:26.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:26.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:26.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:26.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:26.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:26.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:26.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:26.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:26.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:26.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:26.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:26.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:26.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:26.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:26.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:26.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:26.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:26.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:26.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:26.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:26.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:26.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:27.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:27.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:27.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:27.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:27.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:27.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:27.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 30 38 37 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:33:27.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969608730, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:27.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:27.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:27.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:27.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:27.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:27.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:27.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:27.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:27.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:27.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:27.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:27.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:27.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:27.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:27.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:27.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:27.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:27.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:27.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:27.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:27.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:27.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:27.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:27.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:27.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:27.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:27.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:27.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:28.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:28.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:28.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:28.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:28.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:28.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:28.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 30 39 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:33:28.691 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969609728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:28.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:28.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:28.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:28.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:28.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:28.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:28.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:28.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:28.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:28.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:28.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:28.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:28.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:28.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:28.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:28.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:28.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:28.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:28.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:28.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:28.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:28.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:28.973 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:28.973 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:28.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:28.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:29.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:29.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:29.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:29.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:29.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:29.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:29.715 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:29.715 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:29.715 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 31 30 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:33:29.715 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969610735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:29.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:29.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:29.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:29.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:29.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:29.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:29.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:29.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:29.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:29.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:29.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:29.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:29.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:29.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:29.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:29.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:29.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:29.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:29.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:29.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:29.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:29.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:30.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:30.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:30.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:30.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:30.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:30.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:30.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:30.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:30.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:30.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:30.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:30.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:30.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 31 31 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:33:30.683 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969611734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:30.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:30.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:30.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:30.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:30.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:30.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:30.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:30.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:30.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:30.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:30.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:30.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:30.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:30.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:30.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:30.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:30.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:30.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:30.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:30.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:30.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:30.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:30.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:30.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:30.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:30.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:30.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:30.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:31.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:31.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:31.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:31.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:31.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:31.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:31.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 31 32 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:33:31.687 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969612729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:31.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:31.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:31.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:31.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:31.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:31.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:31.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:31.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:31.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:31.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:31.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:31.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:31.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:31.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:31.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:31.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:31.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:31.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:31.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:31.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:31.963 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:31.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:32.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:32.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:32.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:32.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:32.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:32.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:32.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:32.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:32.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:32.104 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:32.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:32.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:32.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 31 33 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:33:32.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969613723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:32.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:32.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:32.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:32.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:32.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:32.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:32.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:32.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:32.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:32.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:32.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:32.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:32.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:32.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:32.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:32.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:32.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:32.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:32.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:32.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:32.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:32.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:32.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:32.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:32.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:32.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:32.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:32.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:33.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:33.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:33.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:33.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:33.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:33.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:33.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 31 34 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:33:33.693 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969614733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:33.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:33.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:33.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:33.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:33.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:33.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:33.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:33.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:33.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:33.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:33.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:33.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:33.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:33.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:33.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:33.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:33.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:33.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:33.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:33.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:33.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:33.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:33.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:33.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:33.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:33.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:34.018 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:34.018 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:34.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:34.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:34.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:34.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:34.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:34.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:34.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 31 35 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:33:34.683 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969615727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:34.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:34.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:34.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:34.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:34.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:34.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:34.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:34.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:34.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:34.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:34.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:34.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:34.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:34.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:34.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:34.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:34.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:34.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:34.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:34.938 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:34.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:34.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:34.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:34.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:35.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:35.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:35.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:35.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:35.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:35.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:35.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:35.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:35.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:35.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:35.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 31 36 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:33:35.687 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969616735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:35.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:35.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:35.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:35.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:35.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:35.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:35.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:35.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:35.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:35.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:35.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:35.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:35.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:35.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:35.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:35.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:35.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:35.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:35.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:35.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:35.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:35.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:35.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:35.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:35.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:35.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:36.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:36.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:36.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:36.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:36.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:36.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:36.724 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:36.725 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:36.725 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 31 37 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:33:36.725 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969617729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:36.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:36.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:36.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:36.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:36.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:36.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:36.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:36.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:36.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:36.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:36.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:36.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:36.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:36.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:36.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:36.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:36.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:36.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:37.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:37.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:37.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:37.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:37.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:37.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:37.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:37.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:37.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:37.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:37.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:37.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:37.139 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:37.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:37.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:37.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:37.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 31 38 37 33 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:33:37.692 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969618736, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:37.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:37.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:37.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:37.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:37.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:37.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:37.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:37.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:37.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:37.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:37.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:37.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:37.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:37.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:37.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:37.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:37.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:37.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:37.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:37.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:37.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:37.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:37.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:37.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:38.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:38.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:38.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:38.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:38.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:38.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:38.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:38.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:38.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:38.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:38.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 31 39 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cc 7E -2024-06-21 19:33:38.687 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969619729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:38.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:38.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:38.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:38.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:38.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:38.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:38.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:38.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:38.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:38.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:38.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:38.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:38.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:38.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:38.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:38.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:38.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:38.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:38.918 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:38.918 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:38.938 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:38.938 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:38.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:38.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:38.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:38.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:39.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:39.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:39.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:39.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:39.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:39.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:39.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:39.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:39.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 32 30 37 32 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:33:39.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969620724, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:39.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:39.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:39.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:39.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:39.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:39.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:39.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:39.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:39.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:39.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:39.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:39.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:39.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:39.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:39.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:39.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:39.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:39.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:39.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:39.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:39.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:39.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:39.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:39.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:39.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:39.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:39.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:39.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:40.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:40.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:40.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:40.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:40.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:40.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:40.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 32 31 37 32 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:33:40.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969621724, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:40.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:40.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:40.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:40.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:40.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:40.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:40.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:40.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:40.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:40.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:40.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:40.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:40.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:40.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:40.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:40.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:40.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:40.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:40.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:40.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:40.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:40.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:40.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:40.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:40.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:40.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:41.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:41.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:41.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:41.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:41.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:41.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:41.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:41.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:41.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 32 32 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:33:41.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969622726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:41.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:41.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:41.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:41.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:41.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:41.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:41.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:41.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:41.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:41.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:41.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:41.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:41.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:41.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:41.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:41.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:41.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:41.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:41.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:41.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:41.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:41.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:41.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:41.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:41.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:41.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:41.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:41.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:42.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:42.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:42.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:42.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:42.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:42.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:42.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 32 33 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:33:42.695 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969623732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:42.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:42.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:42.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:42.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:42.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:42.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:42.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:42.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:42.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:42.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:42.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:42.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:42.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:42.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:42.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:42.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:42.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:42.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:42.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:42.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:42.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:42.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:43.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:43.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:43.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:43.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:43.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:43.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:43.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:43.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:43.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:43.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:43.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:43.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:43.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 32 34 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:33:43.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969624721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:43.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:43.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:43.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:43.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:43.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:43.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:43.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:43.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:43.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:43.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:43.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:43.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:43.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:43.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:43.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:43.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:43.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:43.872 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:43.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:43.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:43.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:43.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:43.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:43.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:43.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:43.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:43.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:43.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:43.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:43.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:44.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:44.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:44.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:44.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:44.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 32 35 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:33:44.695 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969625732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:44.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:44.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:44.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:44.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:44.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:44.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:44.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:44.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:44.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:44.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:44.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:44.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:44.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:44.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:44.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:44.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:44.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:44.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:44.938 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:44.938 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:44.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:44.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:44.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:45.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:45.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:45.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:45.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:45.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:45.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:45.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:45.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:45.092 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:45.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:45.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:45.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 32 36 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:33:45.683 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969626727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:45.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:45.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:45.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:45.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:45.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:45.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:45.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:45.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:45.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:45.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:45.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:45.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:45.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:45.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:45.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:45.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:45.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:45.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:45.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:45.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:45.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:45.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:45.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:45.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:45.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:45.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:45.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:45.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:46.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:46.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:46.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:46.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:46.707 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:46.707 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:46.707 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 32 37 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:33:46.707 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969627732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:46.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:46.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:46.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:46.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:46.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:46.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:46.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:46.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:46.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:46.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:46.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:46.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:46.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:46.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:46.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:46.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:46.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:46.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:46.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:46.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:46.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:46.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:46.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:46.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:46.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:46.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:47.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:47.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:47.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:47.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:47.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:47.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:47.709 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:47.709 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:47.709 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 32 38 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:33:47.709 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969628735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:47.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:47.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:47.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:47.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:47.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:47.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:47.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:47.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:47.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:47.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:47.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:47.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:47.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:47.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:47.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:47.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:47.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:47.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:47.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:47.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:47.948 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:47.948 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:47.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:47.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:47.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:47.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:48.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:48.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:48.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:48.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:48.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:48.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:48.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:48.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:48.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 32 39 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:33:48.692 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969629732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:48.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:48.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:48.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:48.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:48.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:48.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:48.787 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:48.787 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:48.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:48.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:48.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:48.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:48.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:48.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:48.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:48.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:48.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:48.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:48.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:48.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:48.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:48.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:48.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:48.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:49.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:49.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:49.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:49.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:49.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:49.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:49.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:49.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:49.701 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:49.701 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:49.701 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 33 30 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:33:49.701 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969630734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:49.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:49.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:49.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:49.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:49.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:49.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:49.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:49.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:49.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:49.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:49.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:49.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:49.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:49.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:49.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:49.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:49.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:49.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:49.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:49.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:49.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:49.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:49.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:49.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:49.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:49.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:50.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:50.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:50.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:50.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:50.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:50.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:50.712 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:50.713 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:50.713 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 33 31 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:33:50.713 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969631729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:50.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:50.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:50.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:50.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:50.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:50.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:50.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:50.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:50.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:50.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:50.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:50.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:50.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:50.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:50.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:50.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:50.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:50.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:50.938 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:50.938 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:50.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:50.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:50.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:51.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:51.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:51.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:51.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:51.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:51.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:51.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:51.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:51.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:51.706 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:51.706 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:51.706 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 33 32 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:33:51.706 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969632723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:51.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:51.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:51.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:51.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:51.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:51.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:51.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:51.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:51.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:51.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:51.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:51.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:51.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:51.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:51.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:51.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:51.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:51.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:51.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:51.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:51.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:51.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:51.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:51.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:52.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:52.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:52.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:52.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:52.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:52.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:52.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:52.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:52.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:52.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:52.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 33 33 37 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:33:52.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969633730, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:52.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:52.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:52.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:52.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:52.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:52.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:52.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:52.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:52.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:52.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:52.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:52.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:52.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:52.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:52.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:52.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:52.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:52.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:52.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:52.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:52.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:52.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:52.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:52.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:52.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:52.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:52.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:52.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:52.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:52.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:53.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:53.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:53.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:53.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:53.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 33 34 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:33:53.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969634722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:53.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:53.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:53.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:53.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:53.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:53.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:53.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:53.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:53.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:53.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:53.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:53.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:53.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:53.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:53.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:53.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:53.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:53.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:53.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:53.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:54.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:54.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:54.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:54.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:54.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:54.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:54.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:54.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:54.112 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:54.112 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:54.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:54.165 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:54.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:54.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:54.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 33 35 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:33:54.691 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969635734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:54.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:54.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:54.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:54.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:54.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:54.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:54.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:54.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:54.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:54.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:54.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:54.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:54.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:54.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:54.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:54.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:54.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:54.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:54.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:54.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:54.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:54.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:54.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:54.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:54.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:54.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:55.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:55.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:55.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:55.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:55.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:55.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:55.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:55.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:55.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 33 36 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:33:55.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969636726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:55.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:55.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:55.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:55.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:55.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:55.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:55.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:55.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:55.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:55.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:55.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:55.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:55.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:55.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:55.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:55.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:55.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:55.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:55.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:55.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:55.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:55.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:55.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:55.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:55.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:55.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:55.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:55.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:55.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:55.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:56.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:56.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:56.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:56.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:56.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 33 37 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:33:56.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969637722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:56.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:56.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:56.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:56.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:56.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:56.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:56.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:56.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:56.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:56.777 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:56.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:56.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:56.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:56.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:56.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:56.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:56.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:56.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:56.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:56.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:56.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:56.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:56.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:56.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:56.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:56.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:56.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:56.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:57.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:57.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:57.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:57.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:57.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:57.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:57.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 33 38 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:33:57.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969638723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:57.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:57.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:57.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:57.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:57.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:57.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:57.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:57.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:57.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:57.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:57.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:57.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:57.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:57.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:57.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:57.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:57.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:57.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:57.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:57.914 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:57.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:57.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:57.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:57.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:57.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:57.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:58.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:58.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:58.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:58.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:58.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:58.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:58.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:58.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:58.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 33 39 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:33:58.672 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969639721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:58.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:58.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:58.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:58.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:58.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:58.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:58.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:58.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:58.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:58.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:58.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:58.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:58.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:58.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:58.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:58.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:58.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:58.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:58.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:58.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:58.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:58.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:58.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:58.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:58.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:58.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:58.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:58.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:33:59.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:33:59.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:33:59.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:33:59.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:33:59.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:33:59.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:33:59.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 34 30 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:33:59.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969640723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:33:59.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:33:59.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:33:59.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:33:59.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:33:59.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:33:59.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:33:59.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:33:59.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:33:59.788 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:33:59.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:33:59.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:33:59.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:33:59.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:33:59.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:33:59.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:33:59.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:33:59.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:33:59.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:33:59.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:33:59.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:33:59.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:33:59.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:33:59.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:33:59.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:33:59.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:33:59.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:33:59.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:33:59.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:00.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:00.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:00.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:00.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:00.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:00.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:00.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 34 31 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:34:00.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969641721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:00.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:00.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:00.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:00.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:00.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:00.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:00.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:00.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:00.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:00.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:00.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:00.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:00.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:00.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:00.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:00.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:00.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:00.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:00.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:00.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:00.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:00.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:00.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:00.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:01.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:01.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:01.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:01.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:01.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:01.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:01.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:01.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:01.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:01.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:01.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 34 32 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:34:01.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969642721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:01.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:01.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:01.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:01.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:01.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:01.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:01.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:01.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:01.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:01.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:01.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:01.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:01.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:01.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:01.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:01.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:01.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:01.885 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:01.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:01.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:01.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:01.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:01.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:01.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:01.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:01.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:01.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:01.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:02.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:02.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:02.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:02.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:02.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:02.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:02.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 34 33 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:34:02.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969643723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:02.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:02.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:02.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:02.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:02.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:02.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:02.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:02.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:02.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:02.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:02.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:02.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:02.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:02.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:02.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:02.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:02.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:02.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:02.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:02.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:03.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:03.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:03.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:03.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:03.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:03.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:03.080 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:03.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:03.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:03.109 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:03.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:03.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:03.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:03.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:03.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 34 34 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:34:03.672 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969644721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:03.693 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:03.693 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:03.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:03.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:03.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:03.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:03.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:03.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:03.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:03.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:03.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:03.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:03.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:03.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:03.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:03.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:03.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:03.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:03.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:03.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:04.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:04.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:04.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:04.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:04.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:04.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:04.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:04.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:04.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:04.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:04.103 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:04.103 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:04.701 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:04.701 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:04.701 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 34 35 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:34:04.701 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969645722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:04.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:04.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:04.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:04.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:04.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:04.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:04.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:04.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:04.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:04.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:04.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:04.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:04.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:04.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:04.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:04.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:04.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:04.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:04.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:04.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:04.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:04.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:04.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:04.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:05.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:05.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:05.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:05.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:05.073 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:05.073 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:05.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:05.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:05.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:05.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:05.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 34 36 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:34:05.680 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969646721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:05.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:05.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:05.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:05.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:05.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:05.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:05.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:05.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:05.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:05.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:05.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:05.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:05.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:05.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:05.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:05.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:05.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:05.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:05.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:05.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:05.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:05.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:06.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:06.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:06.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:06.052 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:06.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:06.076 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:06.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:06.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:06.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:06.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:06.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:06.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:06.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 34 37 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:34:06.681 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969647723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:06.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:06.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:06.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:06.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:06.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:06.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:06.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:06.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:06.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:06.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:06.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:06.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:06.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:06.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:06.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:06.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:06.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:06.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:06.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:06.917 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:06.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:06.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:06.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:06.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:06.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:06.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:07.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:07.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:07.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:07.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:07.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:07.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:07.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:07.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:07.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 34 38 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:34:07.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969648721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:07.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:07.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:07.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:07.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:07.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:07.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:07.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:07.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:07.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:07.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:07.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:07.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:07.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:07.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:07.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:07.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:07.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:07.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:07.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:07.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:07.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:07.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:07.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:07.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:07.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:07.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:07.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:07.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:08.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:08.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:08.043 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:08.043 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:08.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:08.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:08.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 34 39 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:34:08.680 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969649723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:08.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:08.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:08.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:08.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:08.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:08.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:08.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:08.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:08.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:08.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:08.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:08.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:08.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:08.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:08.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:08.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:08.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:08.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:08.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:08.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:08.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:08.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:08.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:08.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:08.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:08.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:09.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:09.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:09.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:09.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:09.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:09.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:09.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:09.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:09.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 35 30 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:34:09.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969650721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:09.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:09.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:09.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:09.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:09.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:09.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:09.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:09.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:09.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:09.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:09.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:09.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:09.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:09.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:09.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:09.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:09.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:09.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:09.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:09.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:09.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:09.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:09.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:09.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:10.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:10.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:10.037 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:10.038 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:10.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:10.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:10.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:10.086 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:10.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:10.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:10.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 35 31 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:34:10.687 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969651721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:10.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:10.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:10.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:10.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:10.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:10.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:10.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:10.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:10.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:10.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:10.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:10.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:10.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:10.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:10.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:10.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:10.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:10.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:10.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:10.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:10.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:10.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:11.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:11.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:11.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:11.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:11.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:11.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:11.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:11.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:11.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:11.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:11.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:11.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:11.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 35 32 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:34:11.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969652721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:11.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:11.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:11.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:11.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:11.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:11.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:11.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:11.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:11.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:11.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:11.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:11.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:11.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:11.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:11.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:11.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:11.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:11.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:11.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:11.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:11.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:11.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:11.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:11.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:11.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:11.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:11.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:11.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:12.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:12.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:12.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:12.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:12.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:12.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:12.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 35 33 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:34:12.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969653723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:12.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:12.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:12.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:12.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:12.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:12.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:12.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:12.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:12.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:12.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:12.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:12.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:12.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:12.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:12.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:12.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:12.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:12.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:12.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:12.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:12.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:12.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:12.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:12.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:13.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:13.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:13.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:13.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:13.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:13.061 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:13.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:13.085 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:13.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:13.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:13.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 35 34 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:34:13.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969654723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:13.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:13.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:13.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:13.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:13.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:13.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:13.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:13.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:13.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:13.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:13.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:13.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:13.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:13.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:13.867 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:13.867 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:13.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:13.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:13.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:13.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:13.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:13.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:13.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:13.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:13.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:13.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:14.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:14.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:14.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:14.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:14.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:14.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:14.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:14.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:14.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 35 35 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:34:14.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969655722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:14.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:14.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:14.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:14.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:14.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:14.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:14.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:14.776 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:14.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:14.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:14.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:14.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:14.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:14.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:14.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:14.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:14.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:14.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:14.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:14.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:14.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:14.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:15.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:15.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:15.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:15.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:15.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:15.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:15.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:15.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:15.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:15.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:15.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:15.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:15.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 35 36 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:34:15.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969656723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:15.693 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:15.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:15.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:15.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:15.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:15.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:15.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:15.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:15.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:15.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:15.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:15.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:15.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:15.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:15.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:15.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:15.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:15.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:15.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:15.896 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:15.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:15.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:15.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:15.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:15.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:15.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:15.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:15.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:16.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:16.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:16.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:16.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:16.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:16.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:16.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 35 37 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:34:16.672 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969657722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:16.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:16.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:16.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:16.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:16.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:16.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:16.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:16.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:16.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:16.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:16.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:16.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:16.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:16.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:16.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:16.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:16.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:16.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:16.938 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:16.938 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:16.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:16.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:17.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:17.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:17.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:17.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:17.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:17.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:17.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:17.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:17.090 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:17.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:17.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:17.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:17.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 35 38 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:34:17.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969658732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:17.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:17.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:17.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:17.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:17.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:17.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:17.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:17.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:17.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:17.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:17.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:17.832 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:17.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:17.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:17.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:17.871 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:17.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:17.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:17.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:17.912 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:17.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:17.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:17.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:17.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:17.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:17.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:17.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:17.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:18.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:18.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:18.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:18.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:18.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:18.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:18.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 35 39 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cd 7E -2024-06-21 19:34:18.690 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969659735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:18.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:18.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:18.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:18.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:18.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:18.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:18.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:18.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:18.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:18.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:18.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:18.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:18.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:18.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:18.861 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:18.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:18.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:18.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:18.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:18.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:18.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:18.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:18.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:18.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:18.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:18.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:18.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:18.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:19.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:19.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:19.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:19.039 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:19.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:19.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:19.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 36 30 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:34:19.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969660734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:19.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:19.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:19.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:19.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:19.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:19.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:19.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:19.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:19.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:19.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:19.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:19.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:19.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:19.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:19.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:19.868 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:19.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:19.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:19.927 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:19.927 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:19.956 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:19.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:19.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:19.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:20.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:20.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:20.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:20.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:20.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:20.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:20.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:20.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:20.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:20.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:20.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 36 31 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:34:20.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969661722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:20.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:20.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:20.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:20.751 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:20.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:20.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:20.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:20.791 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:20.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:20.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:20.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:20.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:20.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:20.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:20.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:20.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:20.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:20.942 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:20.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:20.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:20.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:20.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:21.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:21.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:21.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:21.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:21.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:21.089 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:21.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:21.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:21.130 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:21.130 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:21.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:21.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:21.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 36 32 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:34:21.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969662721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:21.697 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:21.697 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:21.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:21.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:21.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:21.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:21.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:21.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:21.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:21.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:21.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:21.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:21.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:21.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:21.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:21.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:21.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:21.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:21.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:21.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:21.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:21.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:21.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:21.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:22.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:22.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:22.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:22.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:22.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:22.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:22.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:22.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:22.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:22.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:22.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 36 33 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:34:22.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969663735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:22.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:22.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:22.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:22.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:22.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:22.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:22.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:22.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:22.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:22.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:22.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:22.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:22.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:22.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:22.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:22.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:22.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:22.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:22.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:22.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:22.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:22.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:22.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:22.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:22.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:22.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:22.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:22.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:22.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:22.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:23.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:23.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:23.722 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:23.722 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:23.722 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 36 34 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:34:23.722 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969664732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:23.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:23.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:23.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:23.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:23.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:23.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:23.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:23.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:23.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:23.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:23.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:23.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:23.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:23.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:23.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:23.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:23.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:23.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:23.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:23.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:23.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:23.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:23.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:23.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:23.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:23.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:24.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:24.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:24.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:24.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:24.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:24.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:24.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:24.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:24.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 36 35 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:34:24.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969665733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:24.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:24.734 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:24.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:24.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:24.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:24.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:24.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:24.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:24.823 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:24.823 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:24.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:24.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:24.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:24.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:24.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:24.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:24.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:24.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:24.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:24.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:24.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:24.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:24.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:24.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:25.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:25.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:25.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:25.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:25.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:25.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:25.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:25.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:25.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:25.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:25.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 36 36 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cc 7E -2024-06-21 19:34:25.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969666727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:25.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:25.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:25.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:25.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:25.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:25.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:25.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:25.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:25.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:25.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:25.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:25.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:25.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:25.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:25.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:25.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:25.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:25.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:25.963 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:25.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:25.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:25.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:26.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:26.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:26.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:26.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:26.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:26.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:26.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:26.078 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:26.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:26.100 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:26.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:26.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:26.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 36 37 37 33 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ce 7E -2024-06-21 19:34:26.695 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969667737, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:26.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:26.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:26.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:26.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:26.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:26.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:26.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:26.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:26.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:26.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:26.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:26.887 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:26.918 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:26.918 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:26.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:26.936 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:26.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:26.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:26.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:26.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:27.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:27.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:27.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:27.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:27.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:27.081 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:27.105 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:27.105 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:27.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:27.125 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:27.144 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:27.144 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:27.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:27.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:27.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 36 38 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:34:27.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969668721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:27.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:27.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:27.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:27.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:27.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:27.745 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:27.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:27.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:27.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:27.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:27.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:27.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:27.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:27.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:27.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:27.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:27.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:27.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:27.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:27.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:27.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:27.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:27.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:27.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:27.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:27.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:27.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:27.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:27.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:27.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:28.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:28.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:28.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:28.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:28.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 36 39 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 d0 7E -2024-06-21 19:34:28.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969669728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:28.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:28.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:28.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:28.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:28.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:28.767 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:28.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:28.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:28.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:28.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:28.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:28.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:28.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:28.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:28.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:28.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:28.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:28.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:28.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:28.955 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:28.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:28.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:28.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:28.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:29.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:29.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:29.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:29.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:29.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:29.077 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:29.095 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:29.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:29.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:29.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:29.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 37 30 37 33 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:34:29.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969670731, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:29.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:29.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:29.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:29.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:29.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:29.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:29.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:29.771 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:29.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:29.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:29.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:29.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:29.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:29.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:29.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:29.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:29.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:29.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:29.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:29.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:29.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:29.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:29.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:29.939 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:29.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:29.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:29.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:29.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:29.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:29.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:30.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:30.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:30.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:30.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:30.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 37 31 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:34:30.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969671728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:30.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:30.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:30.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:30.736 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:30.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:30.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:30.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:30.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:30.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:30.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:30.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:30.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:30.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:30.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:30.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:30.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:30.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:30.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:30.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:30.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:31.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:31.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:31.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:31.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:31.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:31.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:31.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:31.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:31.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:31.084 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:31.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:31.108 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:31.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:31.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:31.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 37 32 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:34:31.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969672732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:31.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:31.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:31.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:31.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:31.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:31.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:31.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:31.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:31.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:31.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:31.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:31.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:31.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:31.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:31.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:31.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:31.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:31.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:31.963 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:31.963 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:31.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:31.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:32.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:32.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:32.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:32.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:32.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:32.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:32.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:32.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:32.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:32.083 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:32.699 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:32.699 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:32.699 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 37 33 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:34:32.699 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969673733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:32.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:32.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:32.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:32.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:32.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:32.759 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:32.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:32.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:32.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:32.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:32.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:32.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:32.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:32.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:32.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:32.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:32.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:32.878 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:32.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:32.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:32.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:32.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:32.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:32.945 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:32.963 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:32.963 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:32.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:32.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:33.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:33.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:33.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:33.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:33.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:33.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:33.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 37 34 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cc 7E -2024-06-21 19:34:33.681 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969674728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:33.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:33.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:33.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:33.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:33.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:33.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:33.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:33.762 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:33.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:33.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:33.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:33.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:33.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:33.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:33.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:33.844 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:33.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:33.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:33.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:33.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:33.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:33.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:33.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:33.933 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:33.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:33.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:33.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:33.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:33.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:33.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:34.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:34.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:34.700 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:34.700 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:34.700 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 37 35 37 33 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cd 7E -2024-06-21 19:34:34.700 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969675737, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:34.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:34.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:34.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:34.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:34.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:34.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:34.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:34.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:34.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:34.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:34.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:34.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:34.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:34.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:34.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:34.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:34.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:34.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:34.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:34.932 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:34.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:34.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:34.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:34.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:34.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:34.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:35.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:35.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:35.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:35.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:35.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:35.063 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:35.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:35.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:35.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 37 36 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:34:35.692 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969676733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:35.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:35.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:35.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:35.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:35.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:35.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:35.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:35.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:35.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:35.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:35.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:35.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:35.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:35.897 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:35.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:35.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:35.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:35.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:35.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:35.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:36.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:36.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:36.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:36.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:36.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:36.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:36.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:36.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:36.133 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:36.133 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:36.155 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:36.156 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:36.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:36.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:36.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 37 37 37 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:34:36.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969677730, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:36.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:36.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:36.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:36.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:36.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:36.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:36.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:36.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:36.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:36.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:36.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:36.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:36.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:36.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:36.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:36.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:36.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:36.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:36.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:36.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:36.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:36.931 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:36.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:36.952 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:36.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:36.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:36.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:36.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:37.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:37.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:37.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:37.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:37.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:37.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:37.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 37 38 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:34:37.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969678721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:37.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:37.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:37.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:37.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:37.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:37.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:37.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:37.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:37.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:37.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:37.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:37.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:37.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:37.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:37.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:37.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:37.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:37.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:37.921 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:37.922 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:37.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:37.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:37.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:37.960 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:37.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:37.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:38.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:38.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:38.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:38.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:38.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:38.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:38.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:38.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:38.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 37 39 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:34:38.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969679721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:38.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:38.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:38.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:38.728 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:38.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:38.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:38.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:38.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:38.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:38.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:38.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:38.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:38.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:38.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:38.852 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:38.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:38.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:38.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:38.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:38.898 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:38.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:38.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:38.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:38.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:38.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:38.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:38.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:38.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:39.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:39.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:39.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:39.029 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:39.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:39.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:39.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 38 30 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:34:39.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969680723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:39.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:39.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:39.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:39.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:39.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:39.749 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:39.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:39.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:39.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:39.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:39.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:39.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:39.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:39.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:39.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:39.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:39.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:39.892 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:39.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:39.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:39.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:39.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:39.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:39.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:39.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:39.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:40.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:40.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:40.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:40.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:40.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:40.059 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:40.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:40.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:40.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 38 31 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:34:40.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969681721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:40.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:40.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:40.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:40.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:40.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:40.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:40.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:40.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:40.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:40.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:40.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:40.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:40.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:40.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:40.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:40.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:40.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:40.886 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:40.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:40.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:40.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:40.935 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:40.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:40.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:40.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:40.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:41.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:41.001 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:41.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:41.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:41.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:41.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:41.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:41.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:41.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 38 32 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:34:41.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969682722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:41.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:41.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:41.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:41.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:41.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:41.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:41.763 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:41.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:41.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:41.786 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:41.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:41.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:41.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:41.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:41.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:41.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:41.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:41.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:41.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:41.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:41.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:41.954 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:41.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:41.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:41.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:41.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:42.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:42.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:42.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:42.036 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:42.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:42.058 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:42.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:42.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:42.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 38 33 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:34:42.680 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969683721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:42.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:42.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:42.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:42.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:42.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:42.783 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:42.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:42.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:42.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:42.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:42.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:42.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:42.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:42.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:42.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:42.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:42.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:42.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:42.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:42.943 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:42.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:42.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:42.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:42.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:43.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:43.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:43.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:43.033 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:43.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:43.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:43.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:43.087 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:43.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:43.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:43.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 38 34 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:34:43.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969684722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:43.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:43.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:43.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:43.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:43.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:43.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:43.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:43.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:43.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:43.784 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:43.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:43.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:43.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:43.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:43.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:43.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:43.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:43.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:43.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:43.894 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:43.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:43.913 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:43.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:43.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:43.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:43.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:44.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:44.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:44.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:44.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:44.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:44.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:44.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:44.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:44.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 38 35 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:34:44.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969685721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:44.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:44.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:44.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:44.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:44.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:44.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:44.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:44.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:44.787 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:44.787 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:44.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:44.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:44.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:44.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:44.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:44.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:44.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:44.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:44.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:44.925 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:44.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:44.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:44.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:44.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:45.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:45.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:45.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:45.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:45.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:45.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:45.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:45.110 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:45.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:45.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:45.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 38 36 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:34:45.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969686721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:45.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:45.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:45.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:45.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:45.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:45.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:45.788 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:45.788 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:45.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:45.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:45.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:45.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:45.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:45.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:45.893 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:45.893 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:45.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:45.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:45.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:45.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:45.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:45.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:46.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:46.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:46.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:46.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:46.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:46.067 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:46.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:46.094 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:46.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:46.114 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:46.671 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:46.671 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:46.671 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 38 37 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:34:46.671 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969687721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:46.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:46.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:46.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:46.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:46.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:46.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:46.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:46.772 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:46.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:46.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:46.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:46.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:46.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:46.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:46.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:46.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:46.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:46.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:46.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:46.906 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:46.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:46.923 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:46.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:46.946 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:46.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:46.965 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:46.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:46.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:47.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:47.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:47.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:47.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:47.714 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:47.714 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:47.714 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 38 38 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:34:47.714 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969688721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:47.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:47.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:47.788 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:47.788 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:47.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:47.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:47.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:47.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:47.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:47.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:47.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:47.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:47.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:47.904 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:47.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:47.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:47.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:47.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:48.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:48.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:48.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:48.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:48.043 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:48.043 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:48.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:48.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:48.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:48.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:48.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:48.115 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:48.134 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:48.134 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:48.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:48.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:48.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 38 39 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cd 7E -2024-06-21 19:34:48.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969689723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:48.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:48.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:48.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:48.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:48.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:48.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:48.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:48.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:48.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:48.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:48.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:48.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:48.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:48.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:48.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:48.862 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:48.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:48.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:48.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:48.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:48.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:48.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:48.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:48.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:48.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:48.968 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:48.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:48.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:49.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:49.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:49.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:49.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:49.671 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:49.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:49.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 39 30 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:34:49.672 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969690722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:49.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:49.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:49.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:49.729 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:49.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:49.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:49.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:49.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:49.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:49.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:49.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:49.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:49.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:49.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:49.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:49.865 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:49.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:49.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:49.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:49.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:49.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:49.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:49.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:49.972 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:49.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:49.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:50.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:50.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:50.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:50.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:50.065 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:50.066 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:50.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:50.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:50.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 39 31 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:34:50.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969691721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:50.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:50.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:50.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:50.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:50.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:50.761 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:50.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:50.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:50.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:50.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:50.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:50.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:50.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:50.866 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:50.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:50.884 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:50.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:50.908 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:50.927 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:50.928 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:50.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:50.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:50.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:50.967 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:50.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:50.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:51.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:51.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:51.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:51.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:51.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:51.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:51.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:51.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:51.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 39 32 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:34:51.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969692721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:51.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:51.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:51.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:51.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:51.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:51.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:51.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:51.770 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:51.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:51.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:51.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:51.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:51.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:51.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:51.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:51.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:51.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:51.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:51.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:51.888 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:51.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:51.911 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:51.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:51.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:51.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:51.950 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:51.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:51.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:52.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:52.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:52.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:52.034 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:52.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:52.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:52.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 39 33 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:34:52.687 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969693722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:52.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:52.733 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:52.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:52.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:52.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:52.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:52.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:52.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:53.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:53.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:53.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:53.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:53.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:53.152 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:53.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:53.170 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:53.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:53.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:53.347 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:53.348 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:53.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:53.376 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:53.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:53.495 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:53.552 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:53.552 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:53.580 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:53.580 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:53.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:53.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:53.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:53.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:53.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 39 34 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:34:53.695 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969694721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:53.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:53.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:53.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:53.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:53.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:53.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:53.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:53.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:53.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:53.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:54.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:54.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:54.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:54.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:54.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:54.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:54.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:54.074 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:54.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:54.096 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:54.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:54.120 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:54.149 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:54.149 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:54.173 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:54.173 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:54.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:54.200 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:54.222 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:54.222 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:54.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:54.250 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:54.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:54.280 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:54.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:54.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:54.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 39 35 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:34:54.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969695721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:54.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:54.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:54.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:54.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:54.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:54.747 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:54.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:54.780 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:54.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:54.799 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:54.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:54.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:54.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:54.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:54.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:54.859 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:54.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:54.879 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:54.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:54.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:54.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:54.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:54.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:54.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:54.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:54.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:55.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:55.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:55.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:55.051 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:55.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:55.075 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:55.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:55.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:55.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 39 36 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:34:55.681 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969696721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:55.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:55.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:55.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:55.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:55.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:55.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:55.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:55.775 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:55.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:55.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:55.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:55.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:55.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:55.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:55.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:55.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:55.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:55.883 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:55.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:55.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:55.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:55.924 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:55.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:55.944 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:55.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:55.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:55.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:55.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:56.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:56.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:56.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:56.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:56.704 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:56.704 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:56.704 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 39 37 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 d2 7E -2024-06-21 19:34:56.704 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969697729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:56.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:56.723 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:56.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:56.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:56.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:56.764 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:56.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:56.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:56.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:56.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:56.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:56.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:56.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:56.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:56.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:56.870 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:56.889 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:56.890 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:56.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:56.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:56.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:56.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:56.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:56.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:56.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:56.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:56.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:56.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:57.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:57.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:57.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:57.031 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:57.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:57.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:57.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 39 38 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 d2 7E -2024-06-21 19:34:57.680 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969698728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:57.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:57.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:57.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:57.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:57.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:57.765 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:57.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:57.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:57.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:57.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:57.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:57.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:57.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:57.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:57.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:57.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:57.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:57.903 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:57.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:57.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:57.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:57.951 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:57.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:57.971 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:57.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:57.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:58.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:58.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:58.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:58.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:58.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:58.070 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:58.703 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:58.703 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:58.703 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 36 39 39 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 d0 7E -2024-06-21 19:34:58.703 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969699725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:58.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:58.737 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:58.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:58.757 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:58.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:58.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:58.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:58.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:58.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:58.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:58.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:58.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:58.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:58.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:58.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:58.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:58.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:58.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:58.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:58.930 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:58.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:58.949 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:58.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:58.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:34:59.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:34:59.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:34:59.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:34:59.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:34:59.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:34:59.054 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:34:59.073 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:34:59.073 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:34:59.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:34:59.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:34:59.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 30 30 37 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bb 7E -2024-06-21 19:34:59.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969700730, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:34:59.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:34:59.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:34:59.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:34:59.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:34:59.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:34:59.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:34:59.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:34:59.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:34:59.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:34:59.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:34:59.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:34:59.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:34:59.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:34:59.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:34:59.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:34:59.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:34:59.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:34:59.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:34:59.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:34:59.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:34:59.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:34:59.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:34:59.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:34:59.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:35:00.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:35:00.015 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:35:00.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:35:00.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:35:00.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:35:00.079 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:35:00.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:35:00.098 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:35:00.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:00.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:00.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 30 31 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bd 7E -2024-06-21 19:35:00.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969701722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:00.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:00.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:00.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:35:00.726 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:35:00.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:35:00.750 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:35:00.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:35:00.773 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:35:00.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:35:00.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:35:00.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:35:00.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:35:00.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:35:00.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:35:00.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:35:00.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:35:00.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:35:00.901 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:35:00.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:35:00.919 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:35:00.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:35:00.940 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:35:00.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:35:00.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:35:00.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:35:00.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:35:01.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:35:01.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:35:01.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:35:01.042 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:35:01.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:35:01.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:35:01.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:01.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:01.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 30 32 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:35:01.692 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969702734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:01.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:01.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:01.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:35:01.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:35:01.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:35:01.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:35:01.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:35:01.779 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:35:01.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:35:01.804 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:35:01.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:35:01.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:35:01.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:35:01.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:35:01.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:35:01.882 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:35:01.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:35:01.916 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:35:01.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:35:01.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:35:01.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:35:01.959 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:35:01.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:35:01.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:35:02.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:35:02.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:35:02.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:35:02.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:35:02.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:35:02.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:35:02.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:35:02.064 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:35:02.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:02.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:02.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 30 33 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:35:02.680 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969703729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:02.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:02.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:02.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:35:02.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:35:02.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:35:02.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:35:02.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:35:02.760 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:35:02.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:35:02.790 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:35:02.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:35:02.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:35:02.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:35:02.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:35:02.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:35:02.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:35:02.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:35:02.899 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:35:02.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:35:02.926 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:35:02.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:35:02.957 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:35:02.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:35:02.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:35:03.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:35:03.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:35:03.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:35:03.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:35:03.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:35:03.069 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:35:03.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:35:03.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:35:03.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:03.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:03.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 30 34 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:35:03.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969704727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:03.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:03.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:03.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:35:03.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:35:03.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:35:03.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:35:03.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:35:03.774 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:35:03.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:35:03.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:35:03.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:35:03.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:35:03.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:35:03.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:35:03.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:35:03.869 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:35:03.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:35:03.891 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:35:03.909 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:35:03.910 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:35:03.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:35:03.934 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:35:03.961 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:35:03.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:35:03.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:35:03.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:35:04.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:35:04.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:35:04.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:35:04.035 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:35:04.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:35:04.060 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:35:04.364 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:35:04.392 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:35:04.418 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:35:04.534 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:35:04.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:04.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:04.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 30 35 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:35:04.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969705725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:04.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:313 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:04.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:04.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:339 - 删除该车故障GZ003信息存储到本地缓存中 -2024-06-21 19:35:04.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:340 - 删除该车故障GZ003信息存储到Redis中 -2024-06-21 19:35:04.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:364 - 删除该车故障GZ004信息存储到本地缓存中 -2024-06-21 19:35:04.746 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:365 - 删除该车故障GZ004信息存储到Redis中 -2024-06-21 19:35:04.768 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:391 - 删除该车故障GZ005信息存储到本地缓存中 -2024-06-21 19:35:04.769 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:392 - 删除该车故障GZ005信息存储到Redis中 -2024-06-21 19:35:04.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:417 - 删除该车故障GZ006信息存储到本地缓存中 -2024-06-21 19:35:04.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:418 - 删除该车故障GZ006信息存储到Redis中 -2024-06-21 19:35:04.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:442 - 删除该车故障GZ007信息存储到本地缓存中 -2024-06-21 19:35:04.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:443 - 删除该车故障GZ007信息存储到Redis中 -2024-06-21 19:35:04.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:467 - 删除该车故障GZ008信息存储到本地缓存中 -2024-06-21 19:35:04.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:468 - 删除该车故障GZ008信息存储到Redis中 -2024-06-21 19:35:04.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:491 - 删除该车故障GZ009信息存储到本地缓存中 -2024-06-21 19:35:04.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:492 - 删除该车故障GZ009信息存储到Redis中 -2024-06-21 19:35:04.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:515 - 删除该车故障GZ010信息存储到本地缓存中 -2024-06-21 19:35:04.902 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:516 - 删除该车故障GZ010信息存储到Redis中 -2024-06-21 19:35:04.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:539 - 删除该车故障GZ011信息存储到本地缓存中 -2024-06-21 19:35:04.920 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:540 - 删除该车故障GZ011信息存储到Redis中 -2024-06-21 19:35:04.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:564 - 删除该车故障GZ012信息存储到本地缓存中 -2024-06-21 19:35:04.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:565 - 删除该车故障GZ012信息存储到Redis中 -2024-06-21 19:35:04.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:588 - 删除该车故障GZ013信息存储到本地缓存中 -2024-06-21 19:35:04.966 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:589 - 删除该车故障GZ013信息存储到Redis中 -2024-06-21 19:35:04.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:612 - 删除该车故障GZ014信息存储到本地缓存中 -2024-06-21 19:35:04.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:613 - 删除该车故障GZ014信息存储到Redis中 -2024-06-21 19:35:05.000 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:35:05.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:636 - 删除该车故障GZ015信息存储到本地缓存中 -2024-06-21 19:35:05.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:637 - 删除该车故障GZ015信息存储到Redis中 -2024-06-21 19:35:05.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:660 - 删除该车故障GZ016信息存储到本地缓存中 -2024-06-21 19:35:05.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:661 - 删除该车故障GZ016信息存储到Redis中 -2024-06-21 19:35:05.065 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:35:05.085 [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-21 19:35:05.085 [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-21 19:35:05.085 [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-21 19:35:05.085 [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-21 19:35:05.085 [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-5d6a552c-d09f-46ea-9cb5-b0374b3dd99a sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:35:05.085 [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-20b4c391-e66d-4df7-96d5-443d860436ce sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:35:05.085 [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-21 19:35:05.085 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 19:35:05.085 [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-21 19:35:05.085 [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-21 19:35:05.085 [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-0315e4ea-d1f0-4a21-b98c-0d43e744185c sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:35:05.086 [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-21 19:35:05.087 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:35:05.087 [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-21 19:35:05.087 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:35:05.088 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:35:05.088 [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-21 19:35:05.088 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:35:05.089 [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-21 19:35:05.089 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:35:05.089 [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-21 19:35:05.089 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:35:05.089 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:35:05.089 [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-21 19:35:05.089 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:35:05.090 [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-21 19:35:05.090 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:35:05.092 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:35:05.092 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:35:05.092 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:35:05.097 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 19:35:05.098 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:35:05.098 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 19:35:05.098 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:35:05.099 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 19:35:05.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:684 - 删除该车故障GZ017信息存储到本地缓存中 -2024-06-21 19:35:05.102 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:685 - 删除该车故障GZ017信息存储到Redis中 -2024-06-21 19:35:05.293 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 19:35:05.299 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 19:35:27.927 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 32732 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 19:35:27.928 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 19:35:27.928 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 19:35:28.670 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 19:35:28.673 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 19:35:28.707 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 18 ms. Found 0 Redis repository interfaces. -2024-06-21 19:35:29.000 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 19:35:29.112 [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-21 19:35:29.114 [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-21 19:35:29.116 [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-21 19:35:29.129 [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-21 19:35:29.164 [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-21 19:35:29.169 [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-21 19:35:29.603 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 19:35:29.615 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 19:35:29.616 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 19:35:29.768 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 19:35:29.769 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1797 ms -2024-06-21 19:35:30.662 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 19:35:31.029 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 19:35:31.035 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 19:35:31.054 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 19:35:31.098 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 19:35:31.125 [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-21 19:35:31.233 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:35:31.234 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:35:31.234 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718969731231 -2024-06-21 19:35:31.237 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 19:35:31.403 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 19:35:31.506 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 19:35:31.658 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:35:31.659 [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-21 19:35:31.661 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:35:31.669 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:35:31.671 [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-6344d827-fcae-4db4-a1ec-303b92876955', protocol='range'} -2024-06-21 19:35:31.672 [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-6344d827-fcae-4db4-a1ec-303b92876955=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:35:31.676 [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-6344d827-fcae-4db4-a1ec-303b92876955', protocol='range'} -2024-06-21 19:35:31.677 [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-21 19:35:31.679 [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-21 19:35:31.685 [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-21 19:35:31.685 [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-21 19:35:31.685 [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-21 19:35:31.686 [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-21 19:35:31.686 [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=230, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:35:31.686 [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=10, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:35:31.686 [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-21 19:35:31.686 [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=359, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:35:32.433 [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-21 19:35:32.437 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:35:32.438 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:35:32.438 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718969732437 -2024-06-21 19:35:32.439 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:35:32.444 [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-21 19:35:32.447 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:35:32.448 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:35:32.448 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718969732447 -2024-06-21 19:35:32.448 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:35:32.448 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:35:32.448 [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-21 19:35:32.449 [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-21 19:35:32.449 [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-21 19:35:32.450 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:35:32.450 [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-21 19:35:32.452 [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-21 19:35:32.453 [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-21 19:35:32.453 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:35:32.453 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:35:32.453 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718969732453 -2024-06-21 19:35:32.453 [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-f8399604-aa8a-4c87-b052-c7876a9e9078', protocol='range'} -2024-06-21 19:35:32.453 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:35:32.453 [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-f8399604-aa8a-4c87-b052-c7876a9e9078=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:35:32.455 [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=19, memberId='consumer-Topics-2-f8399604-aa8a-4c87-b052-c7876a9e9078', protocol='range'} -2024-06-21 19:35:32.455 [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-21 19:35:32.455 [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-21 19:35:32.455 [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-21 19:35:32.456 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:35:32.456 [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-21 19:35:32.457 [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-21 19:35:32.458 [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-21 19:35:32.458 [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-21 19:35:32.458 [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-21 19:35:32.458 [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-21 19:35:32.458 [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=230, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:35:32.458 [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=10, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:35:32.459 [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-21 19:35:32.459 [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=362, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:35:32.459 [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-21 19:35:32.460 [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-21 19:35:32.465 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 19:35:32.466 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 19:35:32.601 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@20d92f1e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 51777] -2024-06-21 19:35:33.239 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.894 seconds (JVM running for 6.519) -2024-06-21 19:35:33.241 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 19:35:33.242 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:33.242 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:33.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:33.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:33.305 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:33.306 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:35.455 [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-21 19:35:35.457 [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-21 19:35:35.457 [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-21 19:35:35.457 [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-21 19:35:35.458 [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-02f2dbfb-f1ce-4b14-ae4e-76f52bdc352f', protocol='range'} -2024-06-21 19:35:35.459 [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-5c0eff66-52ef-40b7-b227-cb5e8d5d37e6', protocol='range'} -2024-06-21 19:35:35.459 [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-f8399604-aa8a-4c87-b052-c7876a9e9078', protocol='range'} -2024-06-21 19:35:35.459 [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-f8399604-aa8a-4c87-b052-c7876a9e9078=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-3-5c0eff66-52ef-40b7-b227-cb5e8d5d37e6=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-02f2dbfb-f1ce-4b14-ae4e-76f52bdc352f=Assignment(partitions=[test1-6, test1-7])} -2024-06-21 19:35:35.460 [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-5c0eff66-52ef-40b7-b227-cb5e8d5d37e6', protocol='range'} -2024-06-21 19:35:35.460 [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-02f2dbfb-f1ce-4b14-ae4e-76f52bdc352f', protocol='range'} -2024-06-21 19:35:35.460 [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-21 19:35:35.460 [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-21 19:35:35.460 [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-21 19:35:35.460 [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-21 19:35:35.460 [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-f8399604-aa8a-4c87-b052-c7876a9e9078', protocol='range'} -2024-06-21 19:35:35.461 [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-21 19:35:35.461 [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-21 19:35:35.462 [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-21 19:35:35.463 [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-21 19:35:35.463 [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=362, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:35:35.463 [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-21 19:35:35.463 [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-21 19:35:35.463 [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-21 19:35:35.463 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 19:35:35.465 [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=230, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:35:35.466 [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=10, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:35:35.466 [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-21 19:35:35.467 [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-21 19:35:36.639 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 19:35:36.643 [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-21 19:35:37.083 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:35:37.083 [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-21 19:35:37.456 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:35:37.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:37.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:37.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 33 38 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:35:37.695 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969738725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:37.714 [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-21 19:35:37.723 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:35:37.723 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:35:37.723 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718969737723 -2024-06-21 19:35:37.725 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: rSh-TEkXSuePZXotKmnVvw -2024-06-21 19:35:37.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:37.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:38.705 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:38.705 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:38.705 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 33 39 37 33 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cd 7E -2024-06-21 19:35:38.706 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969739736, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:38.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:38.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:39.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:39.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:39.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 34 30 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:35:39.689 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969740735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:39.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:39.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:40.726 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:40.727 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:40.727 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 34 31 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:35:40.727 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969741734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:40.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:40.756 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:41.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:41.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:41.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 34 32 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:35:41.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969742721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:41.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:41.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:42.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:42.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:42.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 34 33 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:35:42.689 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969743733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:42.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:42.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:43.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:43.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:43.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 34 34 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:35:43.692 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969744735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:43.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:43.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:44.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:44.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:44.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 34 35 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cc 7E -2024-06-21 19:35:44.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969745729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:44.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:44.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:45.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:45.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:45.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 34 36 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cc 7E -2024-06-21 19:35:45.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969746728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:45.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:45.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:46.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:46.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:46.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 34 37 37 33 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cc 7E -2024-06-21 19:35:46.689 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969747736, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:46.719 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:46.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:47.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:47.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:47.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 34 38 37 33 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:35:47.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969748731, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:47.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:47.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:48.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:48.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:48.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 34 39 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ce 7E -2024-06-21 19:35:48.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969749727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:48.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:48.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:49.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:49.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:49.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 35 30 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:35:49.689 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969750733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:49.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:49.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:50.710 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:50.711 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:50.711 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 35 31 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:35:50.711 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969751733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:50.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:50.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:51.697 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:51.697 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:51.697 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 35 32 37 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:35:51.698 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969752730, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:51.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:51.755 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:52.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:52.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:52.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 35 33 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:35:52.690 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969753723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:52.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:52.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:53.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:53.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:53.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 35 34 37 33 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:35:53.691 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969754736, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:53.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:53.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:53.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:53.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:53.926 [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 38 39 36 39 37 35 33 38 39 32 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 31 32 35 30 30 30 31 39 30 30 30 33 35 35 34 30 30 30 30 30 44 38 30 37 30 31 30 2e 34 30 36 30 30 30 30 30 31 38 38 30 30 34 39 38 30 39 34 30 30 30 30 32 36 36 30 30 37 37 30 37 30 30 30 30 36 30 37 31 32 2e 34 38 30 30 30 30 32 37 30 30 30 30 31 30 36 30 30 30 30 33 32 33 30 30 30 34 30 30 30 33 30 30 30 38 36 30 30 30 30 37 31 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 ed 7E -2024-06-21 19:35:53.926 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969753892, longitude=116.6736620, latitude=39.5223630, speed=36.000, mileage=44.18000000, dischargeVoltage=125000, dischargeCurrent=19000, insulationResistance=355400000, gear=D, accelerationPedal=80, brakePedal=70, fuelConsumption=10.40, motorControllerTemperature=600000, motorSpeed=18800, motorTorque=4980, motorTemperature=940000, motorVoltage=26600, motorCurrent=77070000, powerBattery=60712., maxFeedbackPower=480000, maxDischargePower=270000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=323000, maxVoltage=4000, minVoltage=3000, maxTemperature=860000, minTemperature=710000, 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-21 19:35:54.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:694 - 故障信息发送到RabbitMQ -2024-06-21 19:35:54.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:284 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 19:35:54.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:54.057 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:54.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:54.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:54.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 35 35 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:35:54.695 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969755734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:54.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:54.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:54.940 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:54.940 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:54.941 [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 38 39 36 39 37 35 34 39 30 34 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 36 31 33 30 30 30 32 38 30 30 30 31 36 38 36 31 30 30 30 30 44 35 30 38 30 31 31 2e 33 30 36 36 30 30 30 30 39 35 30 33 30 31 30 30 30 39 36 30 30 30 30 31 32 33 30 30 33 30 35 31 30 30 30 30 36 30 37 31 32 2e 34 34 30 30 30 30 35 31 30 30 30 30 31 30 33 30 30 30 30 34 33 31 30 30 30 34 30 30 30 34 30 30 30 37 30 30 30 30 30 35 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 b2 7E -2024-06-21 19:35:54.942 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969754904, longitude=116.6744210, latitude=39.5224200, speed=54.000, mileage=44.21000000, dischargeVoltage=613000, dischargeCurrent=28000, insulationResistance=168610000, gear=D, accelerationPedal=50, brakePedal=80, fuelConsumption=11.30, motorControllerTemperature=660000, motorSpeed=95030, motorTorque=1000, motorTemperature=960000, motorVoltage=12300, motorCurrent=30510000, powerBattery=60712., maxFeedbackPower=440000, maxDischargePower=510000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=431000, maxVoltage=4000, minVoltage=4000, maxTemperature=700000, minTemperature=590000, 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-21 19:35:54.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:35:55.025 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:55.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:55.706 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:55.706 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:55.706 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 35 36 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:35:55.707 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969756732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:55.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:55.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:55.933 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:55.933 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:55.933 [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 38 39 36 39 37 35 35 38 39 32 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 35 37 30 30 30 30 32 35 30 30 30 33 31 31 39 30 30 30 30 30 44 34 30 37 30 31 30 2e 38 30 37 33 30 30 30 30 39 34 36 31 32 34 30 32 30 38 30 30 30 30 30 32 32 30 30 30 32 33 35 36 30 30 30 30 36 30 37 31 32 2e 35 35 30 30 30 30 33 36 30 30 30 30 31 31 30 30 30 30 30 32 37 34 30 30 30 33 30 30 30 34 30 30 30 34 37 30 30 30 30 35 31 30 30 30 30 33 30 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-21 19:35:55.934 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969755892, longitude=116.6755690, latitude=39.5225240, speed=72.000, mileage=44.25000000, dischargeVoltage=570000, dischargeCurrent=25000, insulationResistance=311900000, gear=D, accelerationPedal=40, brakePedal=70, fuelConsumption=10.80, motorControllerTemperature=730000, motorSpeed=94612, motorTorque=4020, motorTemperature=800000, motorVoltage=22000, motorCurrent=23560000, powerBattery=60712., maxFeedbackPower=550000, maxDischargePower=360000, bmsSelfCheck=11, powerBatteryCurrent=00000, powerBatteryV3=274000, maxVoltage=3000, minVoltage=4000, maxTemperature=470000, minTemperature=510000, availableCapacity=300000, 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-21 19:35:56.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:35:56.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:56.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:56.724 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:56.724 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:56.724 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 35 37 37 33 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:35:56.724 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969757732, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:56.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:56.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:56.943 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:56.943 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:56.943 [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 38 39 36 39 37 35 36 38 39 32 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 36 31 39 30 30 30 32 39 30 30 30 31 39 30 32 31 30 30 30 30 44 31 30 33 30 39 2e 34 30 30 36 37 30 30 30 30 37 32 30 32 31 34 36 35 30 31 34 30 30 30 30 31 33 34 30 30 31 30 38 39 38 30 30 30 36 30 37 30 32 2e 38 35 30 30 30 30 31 34 30 30 30 30 31 30 31 30 30 30 30 37 32 33 30 30 30 34 30 30 30 34 30 30 30 34 30 30 30 30 30 39 38 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 d1 7E -2024-06-21 19:35:56.943 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969756892, longitude=116.6766100, latitude=39.5226150, speed=108.00, mileage=44.31000000, dischargeVoltage=619000, dischargeCurrent=29000, insulationResistance=190210000, gear=D, accelerationPedal=10, brakePedal=30, fuelConsumption=9.400, motorControllerTemperature=670000, motorSpeed=72021, motorTorque=4650, motorTemperature=140000, motorVoltage=13400, motorCurrent=10898000, powerBattery=60702., maxFeedbackPower=850000, maxDischargePower=140000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=723000, maxVoltage=4000, minVoltage=4000, maxTemperature=400000, minTemperature=980000, 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-21 19:35:57.024 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:35:57.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:57.053 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:57.705 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:57.705 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:57.705 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 35 38 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:35:57.705 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969758723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:57.739 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:57.741 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:57.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:57.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:57.932 [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 38 39 36 39 37 35 37 38 39 38 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 33 39 38 30 30 30 34 31 30 30 30 31 33 31 39 36 30 30 30 30 44 32 30 34 30 31 30 2e 34 30 37 33 30 30 30 30 35 33 33 30 30 36 38 31 30 31 30 32 30 30 30 31 37 31 30 30 31 30 35 38 30 30 30 30 36 30 36 39 32 2e 39 32 30 30 30 30 36 34 30 30 30 30 31 33 37 30 30 30 30 33 32 36 30 30 30 33 30 30 30 33 30 30 30 39 35 30 30 30 30 36 35 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 f4 7E -2024-06-21 19:35:57.932 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969757898, longitude=116.6778270, latitude=39.5227060, speed=126.00, mileage=44.38000000, dischargeVoltage=398000, dischargeCurrent=41000, insulationResistance=131960000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=10.40, motorControllerTemperature=730000, motorSpeed=53300, motorTorque=6810, motorTemperature=102000, motorVoltage=17100, motorCurrent=10580000, powerBattery=60692., maxFeedbackPower=920000, maxDischargePower=640000, bmsSelfCheck=13, powerBatteryCurrent=70000, powerBatteryV3=326000, maxVoltage=3000, minVoltage=3000, maxTemperature=950000, minTemperature=650000, 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-21 19:35:57.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:35:57.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:57.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:58.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:58.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:58.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 35 39 37 33 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:35:58.695 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969759731, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:58.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:58.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:58.939 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:58.939 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:58.939 [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 38 39 36 39 37 35 38 39 30 36 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 36 30 33 30 30 30 33 36 30 30 30 31 36 37 36 30 30 30 30 30 44 38 30 31 30 31 30 2e 30 30 32 34 30 30 30 30 35 30 34 39 30 32 33 30 30 38 39 30 30 30 30 31 31 37 30 30 33 36 31 39 30 30 30 30 36 30 36 39 32 2e 33 35 30 30 30 30 37 30 30 30 30 30 39 30 38 30 30 30 30 37 33 31 30 30 30 34 30 30 30 33 30 30 30 34 38 30 30 30 30 38 33 30 30 30 30 39 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f8 7E -2024-06-21 19:35:58.939 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969758906, longitude=116.6788900, latitude=39.5227930, speed=72.000, mileage=44.42000000, dischargeVoltage=603000, dischargeCurrent=36000, insulationResistance=167600000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=10.00, motorControllerTemperature=240000, motorSpeed=50490, motorTorque=2300, motorTemperature=890000, motorVoltage=11700, motorCurrent=36190000, powerBattery=60692., maxFeedbackPower=350000, maxDischargePower=700000, bmsSelfCheck=90, powerBatteryCurrent=80000, powerBatteryV3=731000, maxVoltage=4000, minVoltage=3000, maxTemperature=480000, minTemperature=830000, availableCapacity=970000, 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-21 19:35:58.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:35:59.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:59.003 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:59.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:59.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:59.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 36 30 37 33 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:35:59.683 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969760731, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:35:59.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:35:59.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:35:59.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:35:59.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:35:59.928 [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 38 39 36 39 37 35 39 38 39 34 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 31 31 35 30 30 30 32 32 30 30 30 31 30 36 35 38 30 30 30 30 44 33 30 32 30 39 2e 37 30 30 38 33 30 30 30 30 39 36 32 36 35 33 34 30 30 35 39 30 30 30 30 32 30 32 30 30 31 32 35 36 39 30 30 30 36 30 36 39 32 2e 34 36 30 30 30 30 31 30 30 30 30 30 33 30 31 33 30 30 30 35 39 37 30 30 30 34 30 30 30 34 30 30 30 39 30 30 30 30 30 35 30 30 30 30 30 35 37 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-21 19:35:59.928 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969759894, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=44.44000000, dischargeVoltage=115000, dischargeCurrent=22000, insulationResistance=106580000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=9.700, motorControllerTemperature=830000, motorSpeed=96265, motorTorque=3400, motorTemperature=590000, motorVoltage=20200, motorCurrent=12569000, powerBattery=60692., maxFeedbackPower=460000, maxDischargePower=100000, bmsSelfCheck=30, powerBatteryCurrent=13000, powerBatteryV3=597000, maxVoltage=4000, minVoltage=4000, maxTemperature=900000, minTemperature=500000, availableCapacity=570000, 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-21 19:35:59.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:00.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:00.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:00.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:00.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:00.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 36 31 37 33 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:36:00.689 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969761731, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:00.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:00.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:00.933 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:00.933 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:00.933 [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 38 39 36 39 37 36 30 38 39 34 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 37 30 36 30 30 30 34 37 30 30 30 32 32 33 33 39 30 30 30 30 44 35 30 32 30 39 2e 30 30 30 34 37 30 30 30 30 34 34 37 32 37 35 33 31 30 34 34 30 30 30 30 31 34 32 30 30 31 34 31 34 32 30 30 30 36 30 36 39 32 2e 35 38 30 30 30 30 32 35 30 30 30 30 36 30 33 30 30 30 30 34 33 32 30 30 30 33 30 30 30 34 30 30 30 31 30 30 30 30 30 31 32 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 d8 7E -2024-06-21 19:36:00.933 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969760894, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=44.46000000, dischargeVoltage=706000, dischargeCurrent=47000, insulationResistance=223390000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=9.000, motorControllerTemperature=470000, motorSpeed=44727, motorTorque=5310, motorTemperature=440000, motorVoltage=14200, motorCurrent=14142000, powerBattery=60692., maxFeedbackPower=580000, maxDischargePower=250000, bmsSelfCheck=60, powerBatteryCurrent=30000, powerBatteryV3=432000, maxVoltage=3000, minVoltage=4000, maxTemperature=100000, minTemperature=120000, 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-21 19:36:00.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:01.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:01.028 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:01.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:01.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:01.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 36 32 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:36:01.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969762728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:01.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:01.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:01.931 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:01.931 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:01.931 [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 38 39 36 39 37 36 31 39 30 30 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 34 37 35 30 30 30 32 32 30 30 30 32 38 32 36 30 30 30 30 30 44 30 30 37 30 31 30 2e 33 30 34 34 30 30 30 30 34 36 36 31 34 33 31 32 30 32 34 30 30 30 30 32 31 39 30 30 37 35 35 38 30 30 30 30 36 30 36 39 32 2e 37 38 30 30 30 30 39 30 30 30 30 30 33 30 35 30 30 30 30 37 31 37 30 30 30 34 30 30 30 33 30 30 30 39 36 30 30 30 30 39 38 30 30 30 30 33 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ea 7E -2024-06-21 19:36:01.931 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969761900, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=44.48000000, dischargeVoltage=475000, dischargeCurrent=22000, insulationResistance=282600000, gear=D, accelerationPedal=00, brakePedal=70, fuelConsumption=10.30, motorControllerTemperature=440000, motorSpeed=46614, motorTorque=3120, motorTemperature=240000, motorVoltage=21900, motorCurrent=75580000, powerBattery=60692., maxFeedbackPower=780000, maxDischargePower=900000, bmsSelfCheck=30, powerBatteryCurrent=50000, powerBatteryV3=717000, maxVoltage=4000, minVoltage=3000, maxTemperature=960000, minTemperature=980000, availableCapacity=360000, 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-21 19:36:01.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:02.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:02.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:02.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:02.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:02.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 36 33 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:36:02.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969763727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:02.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:02.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:02.937 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:02.938 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:02.938 [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 38 39 36 39 37 36 32 39 30 30 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 33 34 36 30 30 30 37 30 30 30 30 38 36 30 39 30 30 30 30 30 44 36 30 34 30 31 31 2e 32 30 37 35 30 30 30 30 39 36 39 39 39 37 38 39 30 31 33 37 30 30 30 32 33 39 30 30 33 33 38 35 30 30 30 30 36 30 36 38 31 2e 31 30 30 30 30 30 33 38 30 30 30 30 35 30 38 30 30 30 30 32 38 33 30 30 30 33 30 30 30 34 30 30 30 34 38 30 30 30 30 38 30 30 30 30 30 37 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 02 7E -2024-06-21 19:36:02.938 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969762900, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=44.53000000, dischargeVoltage=346000, dischargeCurrent=70000, insulationResistance=860900000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=11.20, motorControllerTemperature=750000, motorSpeed=96999, motorTorque=7890, motorTemperature=137000, motorVoltage=23900, motorCurrent=33850000, powerBattery=60681., maxFeedbackPower=100000, maxDischargePower=380000, bmsSelfCheck=50, powerBatteryCurrent=80000, powerBatteryV3=283000, maxVoltage=3000, minVoltage=4000, maxTemperature=480000, minTemperature=800000, availableCapacity=740000, 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-21 19:36:02.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:03.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:03.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:03.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:03.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:03.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 36 34 37 33 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:36:03.683 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969764731, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:03.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:03.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:03.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:03.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:03.932 [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 38 39 36 39 37 36 33 39 30 32 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 31 38 37 30 30 30 32 39 30 30 30 34 32 34 39 30 30 30 30 30 44 33 30 33 30 31 30 2e 30 30 33 30 30 30 30 30 39 34 37 33 34 35 37 37 30 33 30 30 30 30 30 32 33 37 30 30 31 33 31 33 32 30 30 30 36 30 36 37 31 2e 38 30 30 30 30 30 39 38 30 30 30 30 31 30 37 30 30 30 30 34 31 31 30 30 30 33 30 30 30 34 30 30 30 34 33 30 30 30 30 38 30 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 e0 7E -2024-06-21 19:36:03.932 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969763902, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=44.58000000, dischargeVoltage=187000, dischargeCurrent=29000, insulationResistance=424900000, gear=D, accelerationPedal=30, brakePedal=30, fuelConsumption=10.00, motorControllerTemperature=300000, motorSpeed=94734, motorTorque=5770, motorTemperature=300000, motorVoltage=23700, motorCurrent=13132000, powerBattery=60671., maxFeedbackPower=800000, maxDischargePower=980000, bmsSelfCheck=10, powerBatteryCurrent=70000, powerBatteryV3=411000, maxVoltage=3000, minVoltage=4000, maxTemperature=430000, minTemperature=800000, 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-21 19:36:03.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:04.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:04.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:04.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:04.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:04.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 36 35 37 33 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cc 7E -2024-06-21 19:36:04.690 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969765736, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:04.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:04.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:04.922 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:04.922 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:04.923 [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 38 39 36 39 37 36 34 38 39 32 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 37 32 30 30 30 34 39 30 30 30 37 31 35 32 30 30 30 30 30 44 32 30 30 30 39 2e 31 30 30 35 37 30 30 30 30 32 37 35 33 30 31 34 33 30 36 30 30 30 30 30 31 33 35 30 30 31 33 39 39 37 30 30 30 36 30 36 37 31 2e 33 30 30 30 30 30 38 35 30 30 30 30 31 31 31 34 30 30 30 32 38 38 30 30 30 34 30 30 30 34 30 30 30 31 39 30 30 30 30 36 37 30 30 30 30 34 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f4 7E -2024-06-21 19:36:04.923 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969764892, longitude=116.6836000, latitude=39.5229670, speed=36.000, mileage=44.60000000, dischargeVoltage=672000, dischargeCurrent=49000, insulationResistance=715200000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=9.100, motorControllerTemperature=570000, motorSpeed=27530, motorTorque=1430, motorTemperature=600000, motorVoltage=13500, motorCurrent=13997000, powerBattery=60671., maxFeedbackPower=300000, maxDischargePower=850000, bmsSelfCheck=11, powerBatteryCurrent=14000, powerBatteryV3=288000, maxVoltage=4000, minVoltage=4000, maxTemperature=190000, minTemperature=670000, availableCapacity=490000, 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-21 19:36:04.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:05.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:05.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:05.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:05.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:05.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 36 36 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:36:05.687 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969766733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:05.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:05.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:05.934 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:05.935 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:05.935 [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 38 39 36 39 37 36 35 38 39 33 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 32 33 37 30 30 30 31 36 30 30 30 33 33 33 32 30 30 30 30 30 44 33 30 35 30 31 30 2e 33 30 36 38 30 30 30 30 38 30 37 34 35 33 39 33 30 38 35 30 30 30 30 31 35 36 30 30 32 34 38 35 30 30 30 30 36 30 36 37 31 2e 31 33 30 30 30 30 39 36 30 30 30 30 30 30 37 30 30 30 30 33 33 30 30 30 30 33 30 30 30 34 30 30 30 34 37 30 30 30 30 34 34 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 e8 7E -2024-06-21 19:36:05.935 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969765893, longitude=116.6840660, latitude=39.5228470, speed=36.000, mileage=44.62000000, dischargeVoltage=237000, dischargeCurrent=16000, insulationResistance=333200000, gear=D, accelerationPedal=30, brakePedal=50, fuelConsumption=10.30, motorControllerTemperature=680000, motorSpeed=80745, motorTorque=3930, motorTemperature=850000, motorVoltage=15600, motorCurrent=24850000, powerBattery=60671., maxFeedbackPower=130000, maxDischargePower=960000, bmsSelfCheck=00, powerBatteryCurrent=70000, powerBatteryV3=330000, maxVoltage=3000, minVoltage=4000, maxTemperature=470000, minTemperature=440000, 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-21 19:36:05.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:06.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:06.010 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:06.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:06.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:06.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 36 37 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 d0 7E -2024-06-21 19:36:06.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969767729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:06.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:06.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:06.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:06.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:06.927 [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 38 39 36 39 37 36 36 38 39 33 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 31 38 32 30 30 30 34 35 30 30 30 31 37 32 31 30 30 30 30 30 44 32 30 33 30 31 31 2e 34 30 39 36 30 30 30 30 34 37 39 39 30 33 34 38 30 31 32 39 30 30 30 32 36 33 30 30 31 33 30 30 30 30 30 30 36 30 36 37 31 2e 34 35 30 30 30 30 35 34 30 30 30 30 31 31 31 30 30 30 30 33 39 34 30 30 30 33 30 30 30 33 30 30 30 35 33 30 30 30 30 32 33 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 da 7E -2024-06-21 19:36:06.927 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969766893, longitude=116.6845220, latitude=39.5227510, speed=36.000, mileage=44.64000000, dischargeVoltage=182000, dischargeCurrent=45000, insulationResistance=172100000, gear=D, accelerationPedal=20, brakePedal=30, fuelConsumption=11.40, motorControllerTemperature=960000, motorSpeed=47990, motorTorque=3480, motorTemperature=129000, motorVoltage=26300, motorCurrent=13000000, powerBattery=60671., maxFeedbackPower=450000, maxDischargePower=540000, bmsSelfCheck=11, powerBatteryCurrent=10000, powerBatteryV3=394000, maxVoltage=3000, minVoltage=3000, maxTemperature=530000, minTemperature=230000, 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-21 19:36:06.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:07.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:07.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:07.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:07.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:07.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 36 38 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:36:07.680 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969768723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:07.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:07.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:07.930 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:07.930 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:07.930 [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 38 39 36 39 37 36 37 38 39 34 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 32 33 37 30 30 30 32 33 30 30 30 37 34 33 36 30 30 30 30 30 44 34 30 32 30 39 2e 39 30 30 32 37 30 30 30 30 31 38 32 39 30 38 30 32 30 38 36 30 30 30 30 31 34 33 30 30 39 32 36 36 30 30 30 30 36 30 36 37 31 2e 38 34 30 30 30 30 36 38 30 30 30 30 39 30 30 30 30 30 30 33 36 34 30 30 30 34 30 30 30 33 30 30 30 37 31 30 30 30 30 36 36 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 05 7E -2024-06-21 19:36:07.930 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969767894, longitude=116.6852250, latitude=39.5226150, speed=54.000, mileage=44.67000000, dischargeVoltage=237000, dischargeCurrent=23000, insulationResistance=743600000, gear=D, accelerationPedal=40, brakePedal=20, fuelConsumption=9.900, motorControllerTemperature=270000, motorSpeed=18290, motorTorque=8020, motorTemperature=860000, motorVoltage=14300, motorCurrent=92660000, powerBattery=60671., maxFeedbackPower=840000, maxDischargePower=680000, bmsSelfCheck=90, powerBatteryCurrent=00000, powerBatteryV3=364000, maxVoltage=4000, minVoltage=3000, maxTemperature=710000, minTemperature=660000, 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-21 19:36:07.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:08.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:08.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:08.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:08.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:08.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 36 39 37 33 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 d0 7E -2024-06-21 19:36:08.690 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969769736, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:08.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:08.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:08.931 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:08.931 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:08.931 [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 38 39 36 39 37 36 38 38 39 37 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 36 33 30 30 30 30 33 39 30 30 30 33 39 30 38 30 30 30 30 30 44 34 30 31 30 39 2e 31 30 30 32 31 30 30 30 30 38 33 36 30 35 32 33 31 30 31 33 37 30 30 30 31 32 30 30 30 34 33 38 30 30 30 30 30 36 30 36 37 31 2e 34 37 30 30 30 30 36 30 30 30 30 30 31 30 34 30 30 30 30 37 34 33 30 30 30 33 30 30 30 33 30 30 30 37 37 30 30 30 30 38 39 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 f6 7E -2024-06-21 19:36:08.931 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969768897, longitude=116.6859650, latitude=39.5224990, speed=72.000, mileage=44.71000000, dischargeVoltage=630000, dischargeCurrent=39000, insulationResistance=390800000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=9.100, motorControllerTemperature=210000, motorSpeed=83605, motorTorque=2310, motorTemperature=137000, motorVoltage=12000, motorCurrent=43800000, powerBattery=60671., maxFeedbackPower=470000, maxDischargePower=600000, bmsSelfCheck=10, powerBatteryCurrent=40000, powerBatteryV3=743000, maxVoltage=3000, minVoltage=3000, maxTemperature=770000, minTemperature=890000, 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-21 19:36:08.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:09.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:09.041 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:09.696 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:09.696 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:09.696 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 37 30 37 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:36:09.696 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969770730, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:09.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:09.725 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:09.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:09.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:09.928 [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 38 39 36 39 37 36 39 38 39 34 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 35 36 36 30 30 30 31 30 30 30 30 31 35 38 39 35 30 30 30 30 44 32 30 32 30 31 30 2e 31 30 37 30 30 30 30 30 37 34 36 32 30 39 33 34 30 39 34 30 30 30 30 32 31 34 30 30 32 32 32 39 30 30 30 30 36 30 36 37 31 2e 36 35 30 30 30 30 36 39 30 30 30 30 30 30 31 33 30 30 30 36 32 36 30 30 30 34 30 30 30 34 30 30 30 39 39 30 30 30 30 37 30 30 30 30 30 34 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0c 7E -2024-06-21 19:36:09.928 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969769894, longitude=116.6868880, latitude=39.5227270, speed=72.000, mileage=44.75000000, dischargeVoltage=566000, dischargeCurrent=10000, insulationResistance=158950000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=10.10, motorControllerTemperature=700000, motorSpeed=74620, motorTorque=9340, motorTemperature=940000, motorVoltage=21400, motorCurrent=22290000, powerBattery=60671., maxFeedbackPower=650000, maxDischargePower=690000, bmsSelfCheck=00, powerBatteryCurrent=13000, powerBatteryV3=626000, maxVoltage=4000, minVoltage=4000, maxTemperature=990000, minTemperature=700000, availableCapacity=470000, 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-21 19:36:09.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:10.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:10.014 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:10.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:10.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:10.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 37 31 37 32 39 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:36:10.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969771729, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:10.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:10.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:10.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:10.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:10.932 [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 38 39 36 39 37 37 30 38 39 32 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 32 30 32 30 30 30 36 30 30 30 30 32 34 38 34 34 30 30 30 30 44 30 30 31 30 39 2e 36 30 30 33 38 30 30 30 30 33 36 34 33 30 35 36 36 30 31 31 30 30 30 30 31 36 35 30 30 31 32 31 35 32 30 30 30 36 30 36 37 31 2e 31 39 30 30 30 30 38 33 30 30 30 30 32 30 33 30 30 30 30 34 31 34 30 30 30 33 30 30 30 33 30 30 30 34 37 30 30 30 30 32 34 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 d2 7E -2024-06-21 19:36:10.932 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969770892, longitude=116.6871620, latitude=39.5228750, speed=0.0000, mileage=44.75000000, dischargeVoltage=202000, dischargeCurrent=60000, insulationResistance=248440000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=9.600, motorControllerTemperature=380000, motorSpeed=36430, motorTorque=5660, motorTemperature=110000, motorVoltage=16500, motorCurrent=12152000, powerBattery=60671., maxFeedbackPower=190000, maxDischargePower=830000, bmsSelfCheck=20, powerBatteryCurrent=30000, powerBatteryV3=414000, maxVoltage=3000, minVoltage=3000, maxTemperature=470000, minTemperature=240000, 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-21 19:36:10.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:11.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:11.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:11.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:11.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:11.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 37 32 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:36:11.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969772723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:11.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:11.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:11.945 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:11.945 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:11.945 [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 38 39 36 39 37 37 31 38 39 32 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 33 30 30 30 31 36 30 30 30 31 34 34 31 30 30 30 30 30 44 30 30 30 30 39 2e 32 30 30 37 37 30 30 30 30 32 34 34 33 38 33 34 39 30 31 35 30 30 30 30 32 35 36 30 30 36 38 36 37 30 30 30 30 36 30 36 36 31 2e 35 38 30 30 30 30 35 36 30 30 30 30 36 30 38 30 30 30 30 34 30 35 30 30 30 34 30 30 30 33 30 30 30 32 36 30 30 30 30 35 39 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 f4 7E -2024-06-21 19:36:11.945 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969771892, longitude=116.6890280, latitude=39.5238560, speed=126.00, mileage=44.82000000, dischargeVoltage=333000, dischargeCurrent=16000, insulationResistance=144100000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=9.200, motorControllerTemperature=770000, motorSpeed=24438, motorTorque=3490, motorTemperature=150000, motorVoltage=25600, motorCurrent=68670000, powerBattery=60661., maxFeedbackPower=580000, maxDischargePower=560000, bmsSelfCheck=60, powerBatteryCurrent=80000, powerBatteryV3=405000, maxVoltage=4000, minVoltage=3000, maxTemperature=260000, minTemperature=590000, 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-21 19:36:12.021 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:12.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:12.048 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:12.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:12.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:12.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 37 33 37 33 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:36:12.694 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969773733, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:12.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:12.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:12.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:12.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:12.927 [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 38 39 36 39 37 37 32 38 39 33 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 33 30 34 30 30 30 31 35 30 30 30 37 36 33 32 30 30 30 30 30 44 31 30 31 30 31 30 2e 38 30 32 36 30 30 30 30 35 36 34 32 35 35 33 37 30 39 39 30 30 30 30 31 39 38 30 30 37 39 33 36 30 30 30 30 36 30 36 35 31 2e 38 33 30 30 30 30 35 38 30 30 30 30 30 30 33 30 30 30 30 33 38 32 30 30 30 33 30 30 30 33 30 30 30 38 31 30 30 30 30 33 39 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 fc 7E -2024-06-21 19:36:12.928 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969772893, longitude=116.6901760, latitude=39.5245800, speed=180.00, mileage=44.92000000, dischargeVoltage=304000, dischargeCurrent=15000, insulationResistance=763200000, gear=D, accelerationPedal=10, brakePedal=10, fuelConsumption=10.80, motorControllerTemperature=260000, motorSpeed=56425, motorTorque=5370, motorTemperature=990000, motorVoltage=19800, motorCurrent=79360000, powerBattery=60651., maxFeedbackPower=830000, maxDischargePower=580000, bmsSelfCheck=00, powerBatteryCurrent=30000, powerBatteryV3=382000, maxVoltage=3000, minVoltage=3000, maxTemperature=810000, minTemperature=390000, 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-21 19:36:12.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:13.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:13.012 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:13.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:13.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:13.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 37 34 37 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:36:13.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969774730, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:13.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:13.712 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:13.933 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:13.933 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:13.933 [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 38 39 36 39 37 37 33 39 30 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 36 30 39 30 30 30 31 36 30 30 30 34 38 31 30 30 30 30 30 30 44 38 30 34 30 39 2e 37 30 30 32 34 30 30 30 30 33 37 31 31 30 35 36 36 30 38 35 30 30 30 30 31 33 32 30 30 31 32 30 32 37 30 30 30 36 30 36 34 31 2e 34 30 30 30 30 30 38 39 30 30 30 30 36 30 34 30 30 30 30 37 31 36 30 30 30 34 30 30 30 33 30 30 30 33 31 30 30 30 30 39 31 30 30 30 30 31 34 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-21 19:36:13.934 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969773900, longitude=116.6912060, latitude=39.5254530, speed=162.00, mileage=45.01000000, dischargeVoltage=609000, dischargeCurrent=16000, insulationResistance=481000000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=9.700, motorControllerTemperature=240000, motorSpeed=37110, motorTorque=5660, motorTemperature=850000, motorVoltage=13200, motorCurrent=12027000, powerBattery=60641., maxFeedbackPower=400000, maxDischargePower=890000, bmsSelfCheck=60, powerBatteryCurrent=40000, powerBatteryV3=716000, maxVoltage=4000, minVoltage=3000, maxTemperature=310000, minTemperature=910000, availableCapacity=140000, 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-21 19:36:13.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:14.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:14.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:14.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:14.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:14.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 37 35 37 33 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cd 7E -2024-06-21 19:36:14.691 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969775736, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:14.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:14.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:14.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:14.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:14.927 [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 38 39 36 39 37 37 34 38 39 32 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 32 37 33 30 30 30 33 33 30 30 30 32 35 31 37 38 30 30 30 30 44 33 30 36 30 39 2e 33 30 30 32 33 30 30 30 30 32 30 35 31 32 39 38 37 30 34 35 30 30 30 30 32 32 32 30 30 39 38 33 32 30 30 30 30 36 30 36 34 31 2e 35 31 30 30 30 30 37 30 30 30 30 30 36 30 37 30 30 30 30 35 36 31 30 30 30 34 30 30 30 33 30 30 30 39 30 30 30 30 30 34 33 30 30 30 30 39 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-21 19:36:14.927 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969774892, longitude=116.6916840, latitude=39.5258630, speed=18.000, mileage=45.02000000, dischargeVoltage=273000, dischargeCurrent=33000, insulationResistance=251780000, gear=D, accelerationPedal=30, brakePedal=60, fuelConsumption=9.300, motorControllerTemperature=230000, motorSpeed=20512, motorTorque=9870, motorTemperature=450000, motorVoltage=22200, motorCurrent=98320000, powerBattery=60641., maxFeedbackPower=510000, maxDischargePower=700000, bmsSelfCheck=60, powerBatteryCurrent=70000, powerBatteryV3=561000, maxVoltage=4000, minVoltage=3000, maxTemperature=900000, minTemperature=430000, availableCapacity=960000, 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-21 19:36:14.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:15.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:15.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:15.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:15.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:15.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 37 36 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ce 7E -2024-06-21 19:36:15.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969776727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:15.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:15.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:15.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:15.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:15.933 [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 38 39 36 39 37 37 35 38 39 33 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 35 36 32 30 30 30 31 37 30 30 30 31 30 32 34 39 30 30 30 30 44 39 30 31 30 31 30 2e 35 30 32 35 30 30 30 30 39 38 32 34 39 37 33 39 30 34 34 30 30 30 30 32 38 30 30 30 35 37 36 39 30 30 30 30 36 30 36 34 31 2e 34 30 30 30 30 30 35 31 30 30 30 30 34 30 31 30 30 30 30 37 32 32 30 30 30 33 30 30 30 34 30 30 30 33 37 30 30 30 30 32 32 30 30 30 30 32 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-21 19:36:15.933 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969775893, longitude=116.6921130, latitude=39.5259090, speed=54.000, mileage=45.05000000, dischargeVoltage=562000, dischargeCurrent=17000, insulationResistance=102490000, gear=D, accelerationPedal=90, brakePedal=10, fuelConsumption=10.50, motorControllerTemperature=250000, motorSpeed=98249, motorTorque=7390, motorTemperature=440000, motorVoltage=28000, motorCurrent=57690000, powerBattery=60641., maxFeedbackPower=400000, maxDischargePower=510000, bmsSelfCheck=40, powerBatteryCurrent=10000, powerBatteryV3=722000, maxVoltage=3000, minVoltage=4000, maxTemperature=370000, minTemperature=220000, availableCapacity=250000, 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-21 19:36:15.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:16.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:16.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:16.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:16.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:16.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 37 37 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:36:16.684 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969777723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:16.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:16.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:16.929 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:16.929 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:16.929 [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 38 39 36 39 37 37 36 38 39 32 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 33 31 39 30 30 30 34 30 30 30 30 32 30 38 32 37 30 30 30 30 44 33 30 31 30 39 2e 34 30 30 36 38 30 30 30 30 37 38 37 32 32 32 34 35 30 38 30 30 30 30 30 32 37 33 30 30 31 33 39 31 38 30 30 30 36 30 36 34 31 2e 34 32 30 30 30 30 36 37 30 30 30 30 31 31 32 30 30 30 30 33 34 37 30 30 30 33 30 30 30 33 30 30 30 33 39 30 30 30 30 32 36 30 30 30 30 33 35 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-21 19:36:16.929 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969776892, longitude=116.6924240, latitude=39.5261490, speed=54.000, mileage=45.08000000, dischargeVoltage=319000, dischargeCurrent=40000, insulationResistance=208270000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=9.400, motorControllerTemperature=680000, motorSpeed=78722, motorTorque=2450, motorTemperature=800000, motorVoltage=27300, motorCurrent=13918000, powerBattery=60641., maxFeedbackPower=420000, maxDischargePower=670000, bmsSelfCheck=11, powerBatteryCurrent=20000, powerBatteryV3=347000, maxVoltage=3000, minVoltage=3000, maxTemperature=390000, minTemperature=260000, availableCapacity=350000, 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-21 19:36:16.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:17.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:17.006 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:17.708 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:17.708 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:17.708 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 37 38 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:36:17.708 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969778722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:17.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:17.735 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:17.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:17.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:17.928 [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 38 39 36 39 37 37 37 38 39 33 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 34 37 32 30 30 30 31 39 30 30 30 32 35 33 35 33 30 30 30 30 44 35 30 32 30 31 32 2e 31 30 37 36 30 30 30 30 31 32 32 37 30 37 37 30 30 38 36 30 30 30 30 31 33 36 30 30 36 31 31 32 30 30 30 30 36 30 36 34 31 2e 30 30 30 30 30 30 37 31 30 30 30 30 31 32 31 30 30 30 30 35 35 33 30 30 30 34 30 30 30 34 30 30 30 36 36 30 30 30 30 36 39 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 d2 7E -2024-06-21 19:36:17.928 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969777893, longitude=116.6932070, latitude=39.5262310, speed=72.000, mileage=45.12000000, dischargeVoltage=472000, dischargeCurrent=19000, insulationResistance=253530000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=12.10, motorControllerTemperature=760000, motorSpeed=12270, motorTorque=7700, motorTemperature=860000, motorVoltage=13600, motorCurrent=61120000, powerBattery=60641., maxFeedbackPower=000000, maxDischargePower=710000, bmsSelfCheck=12, powerBatteryCurrent=10000, powerBatteryV3=553000, maxVoltage=4000, minVoltage=4000, maxTemperature=660000, minTemperature=690000, 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-21 19:36:17.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:18.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:18.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:18.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:18.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:18.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 37 39 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:36:18.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969779721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:18.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:18.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:18.936 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:18.937 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:18.937 [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 38 39 36 39 37 37 38 38 39 33 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 32 30 39 30 30 30 34 30 30 30 30 31 31 32 33 37 30 30 30 30 44 32 30 33 30 39 2e 31 30 30 32 36 30 30 30 30 35 30 37 34 31 36 39 30 30 35 30 30 30 30 30 32 30 38 30 30 31 33 33 32 36 30 30 30 36 30 36 33 32 2e 37 30 30 30 30 30 38 38 30 30 30 30 38 30 31 33 30 30 30 35 31 30 30 30 30 33 30 30 30 34 30 30 30 35 34 30 30 30 30 37 32 30 30 30 30 38 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 de 7E -2024-06-21 19:36:18.937 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969778893, longitude=116.6946190, latitude=39.5263430, speed=144.00, mileage=45.20000000, dischargeVoltage=209000, dischargeCurrent=40000, insulationResistance=112370000, gear=D, accelerationPedal=20, brakePedal=30, fuelConsumption=9.100, motorControllerTemperature=260000, motorSpeed=50741, motorTorque=6900, motorTemperature=500000, motorVoltage=20800, motorCurrent=13326000, powerBattery=60632., maxFeedbackPower=700000, maxDischargePower=880000, bmsSelfCheck=80, powerBatteryCurrent=13000, powerBatteryV3=510000, maxVoltage=3000, minVoltage=4000, maxTemperature=540000, minTemperature=720000, availableCapacity=870000, 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-21 19:36:18.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:19.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:19.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:19.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:19.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:19.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 38 30 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:36:19.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969780723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:19.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:19.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:19.931 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:19.931 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:19.931 [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 38 39 36 39 37 37 39 38 39 33 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 32 37 30 30 30 31 39 30 30 30 36 37 33 38 30 30 30 30 30 44 38 30 31 30 31 30 2e 30 30 32 39 30 30 30 30 32 39 35 33 35 39 32 39 30 33 37 30 30 30 30 32 39 33 30 30 33 30 33 39 30 30 30 30 36 30 36 33 32 2e 32 38 30 30 30 30 39 38 30 30 30 30 32 30 30 30 30 30 30 36 34 39 30 30 30 34 30 30 30 34 30 30 30 39 34 30 30 30 30 31 37 30 30 30 30 35 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1a 7E -2024-06-21 19:36:19.931 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969779893, longitude=116.6953970, latitude=39.5263970, speed=54.000, mileage=45.23000000, dischargeVoltage=227000, dischargeCurrent=19000, insulationResistance=673800000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=10.00, motorControllerTemperature=290000, motorSpeed=29535, motorTorque=9290, motorTemperature=370000, motorVoltage=29300, motorCurrent=30390000, powerBattery=60632., maxFeedbackPower=280000, maxDischargePower=980000, bmsSelfCheck=20, powerBatteryCurrent=00000, powerBatteryV3=649000, maxVoltage=4000, minVoltage=4000, maxTemperature=940000, minTemperature=170000, availableCapacity=570000, 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-21 19:36:19.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:20.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:20.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:20.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:20.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:20.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 38 31 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:36:20.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969781721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:20.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:20.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:20.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:20.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:20.928 [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 38 39 36 39 37 38 30 38 39 32 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 32 32 30 30 30 34 35 30 30 30 34 35 35 37 30 30 30 30 30 44 35 30 33 30 31 30 2e 36 30 31 35 30 30 30 30 35 30 32 34 30 39 33 39 30 31 31 38 30 30 30 31 35 33 30 30 33 37 32 39 30 30 30 30 36 30 36 33 32 2e 39 35 30 30 30 30 32 31 30 30 30 30 39 30 33 30 30 30 30 36 33 36 30 30 30 33 30 30 30 34 30 30 30 31 37 30 30 30 30 34 37 30 30 30 30 37 34 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-21 19:36:20.928 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969780892, longitude=116.6958480, latitude=39.5264340, speed=36.000, mileage=45.25000000, dischargeVoltage=122000, dischargeCurrent=45000, insulationResistance=455700000, gear=D, accelerationPedal=50, brakePedal=30, fuelConsumption=10.60, motorControllerTemperature=150000, motorSpeed=50240, motorTorque=9390, motorTemperature=118000, motorVoltage=15300, motorCurrent=37290000, powerBattery=60632., maxFeedbackPower=950000, maxDischargePower=210000, bmsSelfCheck=90, powerBatteryCurrent=30000, powerBatteryV3=636000, maxVoltage=3000, minVoltage=4000, maxTemperature=170000, minTemperature=470000, availableCapacity=740000, 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-21 19:36:21.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:21.043 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:21.044 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:21.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:21.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:21.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 38 32 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:36:21.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969782723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:21.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:21.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:21.922 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:21.922 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:21.922 [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 38 39 36 39 37 38 31 38 39 33 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 35 30 39 30 30 30 34 35 30 30 30 31 35 33 30 30 30 30 30 30 44 33 30 38 30 39 2e 35 30 30 33 30 30 30 30 30 34 39 30 39 35 39 32 38 30 31 31 34 30 30 30 31 36 38 30 30 31 32 35 39 38 30 30 30 36 30 36 32 32 2e 37 34 30 30 30 30 33 30 30 30 30 30 33 30 34 30 30 30 30 35 34 36 30 30 30 33 30 30 30 34 30 30 30 39 32 30 30 30 30 39 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 f7 7E -2024-06-21 19:36:21.922 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969781893, longitude=116.6970220, latitude=39.5265370, speed=90.000, mileage=45.30000000, dischargeVoltage=509000, dischargeCurrent=45000, insulationResistance=153000000, gear=D, accelerationPedal=30, brakePedal=80, fuelConsumption=9.500, motorControllerTemperature=300000, motorSpeed=49095, motorTorque=9280, motorTemperature=114000, motorVoltage=16800, motorCurrent=12598000, powerBattery=60622., maxFeedbackPower=740000, maxDischargePower=300000, bmsSelfCheck=30, powerBatteryCurrent=40000, powerBatteryV3=546000, maxVoltage=3000, minVoltage=4000, maxTemperature=920000, minTemperature=940000, 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-21 19:36:21.964 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:21.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:21.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:22.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:22.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:22.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 38 33 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:36:22.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969783721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:22.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:22.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:22.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:22.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:22.928 [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 38 39 36 39 37 38 32 38 39 32 31 31 36 2e 36 39 38 34 37 36 30 33 39 2e 35 32 36 36 35 37 30 35 34 2e 30 30 30 34 35 2e 33 33 30 30 30 30 30 30 36 39 33 30 30 30 31 38 30 30 30 32 36 30 31 31 30 30 30 30 44 39 30 32 30 31 32 2e 30 30 34 39 30 30 30 30 32 30 38 30 38 33 36 31 30 35 35 30 30 30 30 31 34 30 30 30 35 38 32 32 30 30 30 30 36 30 36 32 32 2e 39 36 30 30 30 30 35 31 30 30 30 30 32 30 31 33 30 30 30 36 39 39 30 30 30 34 30 30 30 34 30 30 30 38 35 30 30 30 30 38 30 30 30 30 30 31 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f5 7E -2024-06-21 19:36:22.928 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969782892, longitude=116.6984760, latitude=39.5266570, speed=54.000, mileage=45.33000000, dischargeVoltage=693000, dischargeCurrent=18000, insulationResistance=260110000, gear=D, accelerationPedal=90, brakePedal=20, fuelConsumption=12.00, motorControllerTemperature=490000, motorSpeed=20808, motorTorque=3610, motorTemperature=550000, motorVoltage=14000, motorCurrent=58220000, powerBattery=60622., maxFeedbackPower=960000, maxDischargePower=510000, bmsSelfCheck=20, powerBatteryCurrent=13000, powerBatteryV3=699000, maxVoltage=4000, minVoltage=4000, maxTemperature=850000, minTemperature=800000, availableCapacity=130000, 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-21 19:36:22.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:23.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:23.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:23.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:23.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:23.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 38 34 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:36:23.693 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969784721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:23.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:23.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:23.934 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:23.934 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:23.934 [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 38 39 36 39 37 38 33 38 39 38 31 31 36 2e 36 39 39 33 31 39 30 33 39 2e 35 32 36 37 34 31 30 39 30 2e 30 30 30 34 35 2e 33 38 30 30 30 30 30 30 36 39 38 30 30 30 33 38 30 30 30 34 39 36 31 30 30 30 30 30 44 39 30 35 30 31 30 2e 34 30 34 32 30 30 30 30 39 34 33 38 35 32 37 34 30 32 39 30 30 30 30 31 31 34 30 30 36 36 31 32 30 30 30 30 36 30 36 31 32 2e 36 31 30 30 30 30 34 30 30 30 30 30 31 32 39 30 30 30 30 36 33 36 30 30 30 33 30 30 30 34 30 30 30 31 30 30 30 30 30 32 36 30 30 30 30 36 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 fc 7E -2024-06-21 19:36:23.934 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969783898, longitude=116.6993190, latitude=39.5267410, speed=90.000, mileage=45.38000000, dischargeVoltage=698000, dischargeCurrent=38000, insulationResistance=496100000, gear=D, accelerationPedal=90, brakePedal=50, fuelConsumption=10.40, motorControllerTemperature=420000, motorSpeed=94385, motorTorque=2740, motorTemperature=290000, motorVoltage=11400, motorCurrent=66120000, powerBattery=60612., maxFeedbackPower=610000, maxDischargePower=400000, bmsSelfCheck=12, powerBatteryCurrent=90000, powerBatteryV3=636000, maxVoltage=3000, minVoltage=4000, maxTemperature=100000, minTemperature=260000, availableCapacity=600000, 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-21 19:36:24.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:24.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:24.027 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:24.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:24.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:24.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 38 35 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:36:24.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969785721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:24.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:24.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:24.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:24.933 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:24.933 [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 38 39 36 39 37 38 34 39 30 32 31 31 36 2e 37 30 30 35 32 36 30 33 39 2e 35 32 36 38 32 38 30 37 32 2e 30 30 30 34 35 2e 34 32 30 30 30 30 30 30 33 32 35 30 30 30 32 38 30 30 30 32 32 39 39 34 30 30 30 30 44 30 30 39 30 31 32 2e 30 30 32 38 30 30 30 30 32 34 34 36 30 33 37 30 30 38 39 30 30 30 30 32 33 34 30 30 32 37 32 34 30 30 30 30 36 30 36 31 32 2e 37 35 30 30 30 30 36 31 30 30 30 30 34 30 31 33 30 30 30 33 36 33 30 30 30 33 30 30 30 33 30 30 30 31 31 30 30 30 30 31 30 30 30 30 30 35 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-21 19:36:24.933 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969784902, longitude=116.7005260, latitude=39.5268280, speed=72.000, mileage=45.42000000, dischargeVoltage=325000, dischargeCurrent=28000, insulationResistance=229940000, gear=D, accelerationPedal=00, brakePedal=90, fuelConsumption=12.00, motorControllerTemperature=280000, motorSpeed=24460, motorTorque=3700, motorTemperature=890000, motorVoltage=23400, motorCurrent=27240000, powerBattery=60612., maxFeedbackPower=750000, maxDischargePower=610000, bmsSelfCheck=40, powerBatteryCurrent=13000, powerBatteryV3=363000, maxVoltage=3000, minVoltage=3000, maxTemperature=110000, minTemperature=100000, availableCapacity=580000, 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-21 19:36:24.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:25.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:25.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:25.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:25.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:25.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 38 36 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:36:25.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969786721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:25.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:25.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:25.936 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:25.936 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:25.936 [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 38 39 36 39 37 38 35 39 30 34 31 31 36 2e 37 30 31 34 30 31 30 33 39 2e 35 32 36 39 30 37 30 37 32 2e 30 30 30 34 35 2e 34 36 30 30 30 30 30 30 32 37 35 30 30 30 33 34 30 30 30 32 36 31 30 33 30 30 30 30 44 38 30 39 30 31 30 2e 33 30 38 30 30 30 30 30 34 35 30 32 30 36 31 30 30 37 30 30 30 30 30 32 33 34 30 30 33 30 39 39 30 30 30 30 36 30 36 31 32 2e 37 30 30 30 30 30 37 36 30 30 30 30 34 30 31 31 30 30 30 35 37 36 30 30 30 33 30 30 30 34 30 30 30 35 32 30 30 30 30 38 35 30 30 30 30 36 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d3 7E -2024-06-21 19:36:25.936 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969785904, longitude=116.7014010, latitude=39.5269070, speed=72.000, mileage=45.46000000, dischargeVoltage=275000, dischargeCurrent=34000, insulationResistance=261030000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=10.30, motorControllerTemperature=800000, motorSpeed=45020, motorTorque=6100, motorTemperature=700000, motorVoltage=23400, motorCurrent=30990000, powerBattery=60612., maxFeedbackPower=700000, maxDischargePower=760000, bmsSelfCheck=40, powerBatteryCurrent=11000, powerBatteryV3=576000, maxVoltage=3000, minVoltage=4000, maxTemperature=520000, minTemperature=850000, availableCapacity=690000, 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-21 19:36:25.996 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:26.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:26.013 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:26.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:26.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:26.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 38 37 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cc 7E -2024-06-21 19:36:26.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969787723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:26.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:26.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:26.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:26.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:26.927 [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 38 39 36 39 37 38 36 38 39 33 31 31 36 2e 37 30 32 39 30 38 30 33 39 2e 35 32 37 30 33 31 30 31 32 36 2e 30 30 34 35 2e 35 33 30 30 30 30 30 30 31 35 36 30 30 30 34 31 30 30 30 32 38 39 31 37 30 30 30 30 44 35 30 38 30 39 2e 36 30 30 32 39 30 30 30 30 31 38 37 31 36 39 36 39 30 32 31 30 30 30 30 32 33 34 30 30 33 34 31 30 30 30 30 30 36 30 36 30 32 2e 31 36 30 30 30 30 36 36 30 30 30 30 31 30 33 30 30 30 30 36 33 37 30 30 30 34 30 30 30 34 30 30 30 31 30 30 30 30 30 36 30 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 e8 7E -2024-06-21 19:36:26.928 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969786893, longitude=116.7029080, latitude=39.5270310, speed=126.00, mileage=45.53000000, dischargeVoltage=156000, dischargeCurrent=41000, insulationResistance=289170000, gear=D, accelerationPedal=50, brakePedal=80, fuelConsumption=9.600, motorControllerTemperature=290000, motorSpeed=18716, motorTorque=9690, motorTemperature=210000, motorVoltage=23400, motorCurrent=34100000, powerBattery=60602., maxFeedbackPower=160000, maxDischargePower=660000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=637000, maxVoltage=4000, minVoltage=4000, maxTemperature=100000, minTemperature=600000, 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-21 19:36:26.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:26.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:26.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:27.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:27.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:27.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 38 38 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:36:27.692 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969788721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:27.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:27.724 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:27.938 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:27.938 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:27.938 [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 38 39 36 39 37 38 37 38 39 32 31 31 36 2e 37 30 34 30 37 32 30 33 39 2e 35 32 37 31 30 39 30 31 30 38 2e 30 30 34 35 2e 35 39 30 30 30 30 30 30 34 34 35 30 30 30 35 30 30 30 30 32 36 34 36 37 30 30 30 30 44 34 30 35 30 31 30 2e 36 30 33 38 30 30 30 30 31 31 39 30 33 37 31 32 30 31 34 34 30 30 30 31 39 31 30 30 31 32 32 36 32 30 30 30 36 30 35 39 32 2e 35 30 30 30 30 30 39 30 30 30 30 30 31 34 33 30 30 30 30 37 31 39 30 30 30 34 30 30 30 33 30 30 30 32 32 30 30 30 30 35 31 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 d9 7E -2024-06-21 19:36:27.938 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969787892, longitude=116.7040720, latitude=39.5271090, speed=108.00, mileage=45.59000000, dischargeVoltage=445000, dischargeCurrent=50000, insulationResistance=264670000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=10.60, motorControllerTemperature=380000, motorSpeed=11903, motorTorque=7120, motorTemperature=144000, motorVoltage=19100, motorCurrent=12262000, powerBattery=60592., maxFeedbackPower=500000, maxDischargePower=900000, bmsSelfCheck=14, powerBatteryCurrent=30000, powerBatteryV3=719000, maxVoltage=4000, minVoltage=3000, maxTemperature=220000, minTemperature=510000, 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-21 19:36:27.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:28.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:28.023 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:28.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:28.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:28.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 38 39 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cd 7E -2024-06-21 19:36:28.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969789722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:28.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:28.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:28.938 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:28.938 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:28.938 [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 38 39 36 39 37 38 38 38 39 39 31 31 36 2e 37 30 35 31 31 38 30 33 39 2e 35 32 37 31 39 32 30 39 30 2e 30 30 30 34 35 2e 36 34 30 30 30 30 30 30 34 32 39 30 30 30 33 32 30 30 30 31 39 34 35 38 30 30 30 30 44 32 30 35 30 31 30 2e 37 30 39 35 30 30 30 30 37 35 30 39 33 36 35 30 30 37 34 30 30 30 30 31 37 35 30 30 31 33 33 38 38 30 30 30 36 30 35 38 31 2e 37 36 30 30 30 30 32 30 30 30 30 30 38 30 35 30 30 30 30 36 36 35 30 30 30 33 30 30 30 34 30 30 30 39 38 30 30 30 30 34 39 30 30 30 30 34 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1e 7E -2024-06-21 19:36:28.938 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969788899, longitude=116.7051180, latitude=39.5271920, speed=90.000, mileage=45.64000000, dischargeVoltage=429000, dischargeCurrent=32000, insulationResistance=194580000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=10.70, motorControllerTemperature=950000, motorSpeed=75093, motorTorque=6500, motorTemperature=740000, motorVoltage=17500, motorCurrent=13388000, powerBattery=60581., maxFeedbackPower=760000, maxDischargePower=200000, bmsSelfCheck=80, powerBatteryCurrent=50000, powerBatteryV3=665000, maxVoltage=3000, minVoltage=4000, maxTemperature=980000, minTemperature=490000, availableCapacity=470000, 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-21 19:36:28.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:29.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:29.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:29.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:29.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:29.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 39 30 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:36:29.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969790721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:29.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:29.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:29.937 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:29.937 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:29.937 [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 38 39 36 39 37 38 39 39 30 32 31 31 36 2e 37 30 36 31 39 36 30 33 39 2e 35 32 37 32 38 37 30 37 32 2e 30 30 30 34 35 2e 36 38 30 30 30 30 30 30 32 30 30 30 30 30 31 36 30 30 30 32 33 37 31 30 30 30 30 30 44 34 30 33 30 31 31 2e 32 30 31 30 30 30 30 30 38 38 33 37 31 38 31 34 30 38 34 30 30 30 30 32 35 31 30 30 31 36 34 37 30 30 30 30 36 30 35 38 31 2e 38 36 30 30 30 30 39 31 30 30 30 30 31 30 36 30 30 30 30 35 31 30 30 30 30 33 30 30 30 34 30 30 30 31 30 30 30 30 30 36 32 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 d2 7E -2024-06-21 19:36:29.937 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969789902, longitude=116.7061960, latitude=39.5272870, speed=72.000, mileage=45.68000000, dischargeVoltage=200000, dischargeCurrent=16000, insulationResistance=237100000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=11.20, motorControllerTemperature=100000, motorSpeed=88371, motorTorque=8140, motorTemperature=840000, motorVoltage=25100, motorCurrent=16470000, powerBattery=60581., maxFeedbackPower=860000, maxDischargePower=910000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=510000, maxVoltage=3000, minVoltage=4000, maxTemperature=100000, minTemperature=620000, 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-21 19:36:29.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:30.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:30.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:30.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:30.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:30.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 39 31 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:36:30.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969791721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:30.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:30.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:30.936 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:30.936 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:30.937 [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 38 39 36 39 37 39 30 39 30 34 31 31 36 2e 37 30 37 33 33 39 30 33 39 2e 35 32 37 33 37 38 30 37 32 2e 30 30 30 34 35 2e 37 32 30 30 30 30 30 30 33 30 39 30 30 30 32 36 30 30 30 39 36 36 37 30 30 30 30 30 44 36 30 38 30 31 31 2e 31 30 37 39 30 30 30 30 35 33 35 31 38 38 34 37 30 31 33 36 30 30 30 31 31 35 30 30 31 33 33 30 37 30 30 30 36 30 35 38 31 2e 32 30 30 30 30 30 31 38 30 30 30 30 38 30 31 30 30 30 30 33 31 35 30 30 30 33 30 30 30 34 30 30 30 31 38 30 30 30 30 35 37 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 f6 7E -2024-06-21 19:36:30.937 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969790904, longitude=116.7073390, latitude=39.5273780, speed=72.000, mileage=45.72000000, dischargeVoltage=309000, dischargeCurrent=26000, insulationResistance=966700000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=11.10, motorControllerTemperature=790000, motorSpeed=53518, motorTorque=8470, motorTemperature=136000, motorVoltage=11500, motorCurrent=13307000, powerBattery=60581., maxFeedbackPower=200000, maxDischargePower=180000, bmsSelfCheck=80, powerBatteryCurrent=10000, powerBatteryV3=315000, maxVoltage=3000, minVoltage=4000, maxTemperature=180000, minTemperature=570000, 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-21 19:36:30.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:31.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:31.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:31.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:31.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:31.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 39 32 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:36:31.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969792721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:31.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:31.702 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:31.937 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:31.938 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:31.938 [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 38 39 36 39 37 39 31 39 30 35 31 31 36 2e 37 30 38 30 38 35 30 33 39 2e 35 32 37 34 35 37 30 37 32 2e 30 30 30 34 35 2e 37 36 30 30 30 30 30 30 34 37 30 30 30 30 34 30 30 30 30 37 33 35 38 30 30 30 30 30 44 36 30 39 30 31 30 2e 31 30 34 34 30 30 30 30 36 35 35 30 30 39 38 36 30 31 32 34 30 30 30 32 33 39 30 30 38 33 38 36 30 30 30 30 36 30 35 38 31 2e 33 31 30 30 30 30 38 35 30 30 30 30 31 33 33 30 30 30 30 36 35 39 30 30 30 34 30 30 30 34 30 30 30 37 30 30 30 30 30 36 36 30 30 30 30 34 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 04 7E -2024-06-21 19:36:31.938 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969791905, longitude=116.7080850, latitude=39.5274570, speed=72.000, mileage=45.76000000, dischargeVoltage=470000, dischargeCurrent=40000, insulationResistance=735800000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=10.10, motorControllerTemperature=440000, motorSpeed=65500, motorTorque=9860, motorTemperature=124000, motorVoltage=23900, motorCurrent=83860000, powerBattery=60581., maxFeedbackPower=310000, maxDischargePower=850000, bmsSelfCheck=13, powerBatteryCurrent=30000, powerBatteryV3=659000, maxVoltage=4000, minVoltage=4000, maxTemperature=700000, minTemperature=660000, availableCapacity=470000, 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-21 19:36:31.984 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:32.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:32.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:32.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:32.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:32.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 39 33 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:36:32.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969793721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:32.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:32.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:32.936 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:32.936 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:32.936 [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 38 39 36 39 37 39 32 38 39 35 31 31 36 2e 37 30 38 39 31 36 30 33 39 2e 35 32 37 35 33 36 30 35 34 2e 30 30 30 34 35 2e 37 39 30 30 30 30 30 30 31 38 32 30 30 30 33 35 30 30 30 31 31 31 37 36 30 30 30 30 44 36 30 31 30 31 30 2e 33 30 31 37 30 30 30 30 39 37 36 38 38 37 36 34 30 31 30 30 30 30 30 31 34 37 30 30 36 35 37 30 30 30 30 30 36 30 35 38 31 2e 31 32 30 30 30 30 36 30 30 30 30 30 33 30 31 31 30 30 30 37 34 35 30 30 30 34 30 30 30 33 30 30 30 34 33 30 30 30 30 35 35 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 f0 7E -2024-06-21 19:36:32.936 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969792895, longitude=116.7089160, latitude=39.5275360, speed=54.000, mileage=45.79000000, dischargeVoltage=182000, dischargeCurrent=35000, insulationResistance=111760000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=10.30, motorControllerTemperature=170000, motorSpeed=97688, motorTorque=7640, motorTemperature=100000, motorVoltage=14700, motorCurrent=65700000, powerBattery=60581., maxFeedbackPower=120000, maxDischargePower=600000, bmsSelfCheck=30, powerBatteryCurrent=11000, powerBatteryV3=745000, maxVoltage=4000, minVoltage=3000, maxTemperature=430000, minTemperature=550000, 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-21 19:36:32.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:33.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:33.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:33.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:33.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:33.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 39 34 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:36:33.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969794721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:33.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:33.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:33.949 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:33.949 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:33.949 [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 38 39 36 39 37 39 33 39 30 37 31 31 36 2e 37 30 39 35 32 38 30 33 39 2e 35 32 37 36 30 36 30 35 34 2e 30 30 30 34 35 2e 38 32 30 30 30 30 30 30 34 36 38 30 30 30 33 39 30 30 30 31 37 34 36 34 30 30 30 30 44 33 30 35 30 39 2e 38 30 30 32 37 30 30 30 30 37 36 30 33 39 38 36 31 30 34 31 30 30 30 30 31 36 32 30 30 34 36 31 32 30 30 30 30 36 30 35 38 31 2e 37 30 30 30 30 30 32 31 30 30 30 30 39 30 32 30 30 30 30 34 39 31 30 30 30 34 30 30 30 33 30 30 30 32 34 30 30 30 30 35 35 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 f7 7E -2024-06-21 19:36:33.949 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969793907, longitude=116.7095280, latitude=39.5276060, speed=54.000, mileage=45.82000000, dischargeVoltage=468000, dischargeCurrent=39000, insulationResistance=174640000, gear=D, accelerationPedal=30, brakePedal=50, fuelConsumption=9.800, motorControllerTemperature=270000, motorSpeed=76039, motorTorque=8610, motorTemperature=410000, motorVoltage=16200, motorCurrent=46120000, powerBattery=60581., maxFeedbackPower=700000, maxDischargePower=210000, bmsSelfCheck=90, powerBatteryCurrent=20000, powerBatteryV3=491000, maxVoltage=4000, minVoltage=3000, maxTemperature=240000, minTemperature=550000, 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-21 19:36:34.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:34.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:34.030 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:34.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:34.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:34.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 39 35 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:36:34.680 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969795723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:34.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:34.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:34.930 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:34.930 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:34.930 [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 38 39 36 39 37 39 34 38 39 36 31 31 36 2e 37 31 30 30 35 39 30 33 39 2e 35 32 37 36 33 35 30 33 36 2e 30 30 30 34 35 2e 38 34 30 30 30 30 30 30 34 33 34 30 30 30 34 38 30 30 30 31 37 30 33 31 30 30 30 30 44 35 30 34 30 31 31 2e 39 30 38 37 30 30 30 30 37 34 38 36 33 34 31 38 30 31 30 34 30 30 30 32 32 33 30 30 37 30 36 30 30 30 30 30 36 30 35 38 31 2e 35 34 30 30 30 30 33 34 30 30 30 30 30 30 38 30 30 30 30 35 37 31 30 30 30 33 30 30 30 34 30 30 30 39 30 30 30 30 30 31 39 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 f6 7E -2024-06-21 19:36:34.931 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969794896, longitude=116.7100590, latitude=39.5276350, speed=36.000, mileage=45.84000000, dischargeVoltage=434000, dischargeCurrent=48000, insulationResistance=170310000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=11.90, motorControllerTemperature=870000, motorSpeed=74863, motorTorque=4180, motorTemperature=104000, motorVoltage=22300, motorCurrent=70600000, powerBattery=60581., maxFeedbackPower=540000, maxDischargePower=340000, bmsSelfCheck=00, powerBatteryCurrent=80000, powerBatteryV3=571000, maxVoltage=3000, minVoltage=4000, maxTemperature=900000, minTemperature=190000, 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-21 19:36:34.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:35.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:35.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:35.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:35.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:35.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 39 36 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:36:35.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969796722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:35.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:35.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:35.937 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:35.937 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:35.937 [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 38 39 36 39 37 39 35 39 30 31 31 31 36 2e 37 31 30 35 39 30 30 33 39 2e 35 32 37 36 38 39 30 33 36 2e 30 30 30 34 35 2e 38 36 30 30 30 30 30 30 33 37 30 30 30 30 32 36 30 30 30 31 38 32 35 31 30 30 30 30 44 35 30 38 30 39 2e 33 30 30 39 38 30 30 30 30 35 36 31 34 30 33 32 38 30 31 30 36 30 30 30 31 38 32 30 30 32 38 30 31 30 30 30 30 36 30 35 38 31 2e 39 32 30 30 30 30 38 38 30 30 30 30 32 30 38 30 30 30 30 36 30 34 30 30 30 33 30 30 30 33 30 30 30 32 34 30 30 30 30 35 36 30 30 30 30 33 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f5 7E -2024-06-21 19:36:35.937 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969795901, longitude=116.7105900, latitude=39.5276890, speed=36.000, mileage=45.86000000, dischargeVoltage=370000, dischargeCurrent=26000, insulationResistance=182510000, gear=D, accelerationPedal=50, brakePedal=80, fuelConsumption=9.300, motorControllerTemperature=980000, motorSpeed=56140, motorTorque=3280, motorTemperature=106000, motorVoltage=18200, motorCurrent=28010000, powerBattery=60581., maxFeedbackPower=920000, maxDischargePower=880000, bmsSelfCheck=20, powerBatteryCurrent=80000, powerBatteryV3=604000, maxVoltage=3000, minVoltage=3000, maxTemperature=240000, minTemperature=560000, availableCapacity=350000, 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-21 19:36:35.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:36.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:36.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:36.702 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:36.702 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:36.702 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 39 37 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 d0 7E -2024-06-21 19:36:36.702 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969797726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:36.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:36.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:36.947 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:36.948 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:36.948 [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 38 39 36 39 37 39 36 39 30 38 31 31 36 2e 37 31 31 38 31 33 30 33 39 2e 35 32 37 37 38 34 30 31 30 38 2e 30 30 34 35 2e 39 32 30 30 30 30 30 30 31 38 31 30 30 30 33 36 30 30 30 32 38 32 32 32 30 30 30 30 44 39 30 36 30 31 31 2e 30 30 38 35 30 30 30 30 34 36 37 34 31 35 30 32 30 33 36 30 30 30 30 31 33 33 30 30 35 36 39 34 30 30 30 30 36 30 35 37 30 2e 32 32 30 30 30 30 38 37 30 30 30 30 31 31 34 30 30 30 30 36 34 36 30 30 30 34 30 30 30 33 30 30 30 36 39 30 30 30 30 34 34 30 30 30 30 39 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 fc 7E -2024-06-21 19:36:36.948 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969796908, longitude=116.7118130, latitude=39.5277840, speed=108.00, mileage=45.92000000, dischargeVoltage=181000, dischargeCurrent=36000, insulationResistance=282220000, gear=D, accelerationPedal=90, brakePedal=60, fuelConsumption=11.00, motorControllerTemperature=850000, motorSpeed=46741, motorTorque=5020, motorTemperature=360000, motorVoltage=13300, motorCurrent=56940000, powerBattery=60570., maxFeedbackPower=220000, maxDischargePower=870000, bmsSelfCheck=11, powerBatteryCurrent=40000, powerBatteryV3=646000, maxVoltage=4000, minVoltage=3000, maxTemperature=690000, minTemperature=440000, availableCapacity=980000, 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-21 19:36:37.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:37.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:37.032 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:37.751 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:37.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:37.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 39 38 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cd 7E -2024-06-21 19:36:37.752 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969798722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:37.781 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:37.782 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:38.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:38.012 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:38.012 [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 38 39 36 39 37 39 37 38 39 36 31 31 36 2e 37 31 32 38 34 33 30 33 39 2e 35 32 37 38 35 38 30 39 30 2e 30 30 30 34 35 2e 39 37 30 30 30 30 30 30 36 34 38 30 30 30 35 30 30 30 30 39 33 33 37 30 30 30 30 30 44 39 30 39 30 39 2e 39 30 30 39 33 30 30 30 30 39 36 36 30 33 34 31 38 30 33 34 30 30 30 30 31 38 30 30 30 35 36 37 30 30 30 30 30 36 30 35 36 30 2e 31 30 30 30 30 30 37 30 30 30 30 30 31 30 31 31 30 30 30 37 31 34 30 30 30 33 30 30 30 34 30 30 30 34 39 30 30 30 30 37 32 30 30 30 30 34 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 14 7E -2024-06-21 19:36:38.012 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969797896, longitude=116.7128430, latitude=39.5278580, speed=90.000, mileage=45.97000000, dischargeVoltage=648000, dischargeCurrent=50000, insulationResistance=933700000, gear=D, accelerationPedal=90, brakePedal=90, fuelConsumption=9.900, motorControllerTemperature=930000, motorSpeed=96603, motorTorque=4180, motorTemperature=340000, motorVoltage=18000, motorCurrent=56700000, powerBattery=60560., maxFeedbackPower=100000, maxDischargePower=700000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=714000, maxVoltage=3000, minVoltage=4000, maxTemperature=490000, minTemperature=720000, availableCapacity=490000, 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-21 19:36:38.159 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:38.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:38.206 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:38.772 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:38.772 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:38.772 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 37 39 39 37 33 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 d3 7E -2024-06-21 19:36:38.772 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969799736, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:38.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:38.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:38.968 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:38.968 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:38.968 [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 38 39 36 39 37 39 38 39 30 31 31 31 36 2e 37 31 33 39 39 31 30 33 39 2e 35 32 37 39 33 39 30 39 30 2e 30 30 30 34 36 2e 30 32 30 30 30 30 30 30 31 36 34 30 30 30 33 39 30 30 30 31 35 36 32 37 30 30 30 30 44 37 30 37 30 39 2e 39 30 30 35 31 30 30 30 30 38 37 32 36 34 33 32 33 30 31 30 30 30 30 30 31 34 35 30 30 33 33 30 35 30 30 30 30 36 30 35 35 30 2e 38 36 30 30 30 30 37 37 30 30 30 30 31 32 33 30 30 30 30 32 34 36 30 30 30 33 30 30 30 33 30 30 30 37 37 30 30 30 30 39 34 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 fc 7E -2024-06-21 19:36:38.968 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969798901, longitude=116.7139910, latitude=39.5279390, speed=90.000, mileage=46.02000000, dischargeVoltage=164000, dischargeCurrent=39000, insulationResistance=156270000, gear=D, accelerationPedal=70, brakePedal=70, fuelConsumption=9.900, motorControllerTemperature=510000, motorSpeed=87264, motorTorque=3230, motorTemperature=100000, motorVoltage=14500, motorCurrent=33050000, powerBattery=60550., maxFeedbackPower=860000, maxDischargePower=770000, bmsSelfCheck=12, powerBatteryCurrent=30000, powerBatteryV3=246000, maxVoltage=3000, minVoltage=3000, maxTemperature=770000, minTemperature=940000, 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-21 19:36:39.136 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:39.160 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:39.160 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:39.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:39.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:39.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 30 30 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:36:39.689 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969800735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:39.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:39.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:39.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:39.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:39.928 [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 38 39 36 39 37 39 39 38 39 37 31 31 36 2e 37 31 35 31 34 34 30 33 39 2e 35 32 38 30 37 31 30 31 30 38 2e 30 30 34 36 2e 30 38 30 30 30 30 30 30 37 33 38 30 30 30 34 32 30 30 30 31 34 38 34 39 30 30 30 30 44 30 30 30 30 31 31 2e 34 30 36 35 30 30 30 30 38 39 31 37 36 37 31 36 30 37 38 30 30 30 30 31 36 34 30 30 34 34 33 31 30 30 30 30 36 30 35 33 39 2e 34 38 30 30 30 30 37 34 30 30 30 30 35 30 38 30 30 30 30 36 38 30 30 30 30 34 30 30 30 34 30 30 30 30 30 30 30 30 30 34 32 30 30 30 30 37 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 07 7E -2024-06-21 19:36:39.928 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969799897, longitude=116.7151440, latitude=39.5280710, speed=108.00, mileage=46.08000000, dischargeVoltage=738000, dischargeCurrent=42000, insulationResistance=148490000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=11.40, motorControllerTemperature=650000, motorSpeed=89176, motorTorque=7160, motorTemperature=780000, motorVoltage=16400, motorCurrent=44310000, powerBattery=60539., maxFeedbackPower=480000, maxDischargePower=740000, bmsSelfCheck=50, powerBatteryCurrent=80000, powerBatteryV3=680000, maxVoltage=4000, minVoltage=4000, maxTemperature=000000, minTemperature=420000, availableCapacity=780000, 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-21 19:36:39.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:40.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:40.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:40.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:40.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:40.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 30 31 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:36:40.693 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969801734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:40.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:40.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:40.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:40.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:40.926 [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 38 39 36 39 38 30 30 38 39 36 31 31 36 2e 37 31 35 39 31 31 30 33 39 2e 35 32 38 31 37 30 30 37 32 2e 30 30 30 34 36 2e 31 32 30 30 30 30 30 30 37 30 39 30 30 30 31 32 30 30 30 31 36 39 38 31 30 30 30 30 44 36 30 36 30 31 32 2e 31 30 31 38 30 30 30 30 31 39 33 39 36 38 35 36 30 31 33 38 30 30 30 31 33 39 30 30 33 34 32 38 30 30 30 30 36 30 35 33 39 2e 35 30 30 30 30 30 34 36 30 30 30 30 36 30 39 30 30 30 30 37 30 36 30 30 30 34 30 30 30 33 30 30 30 37 32 30 30 30 30 37 34 30 30 30 30 35 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 fd 7E -2024-06-21 19:36:40.926 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969800896, longitude=116.7159110, latitude=39.5281700, speed=72.000, mileage=46.12000000, dischargeVoltage=709000, dischargeCurrent=12000, insulationResistance=169810000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=12.10, motorControllerTemperature=180000, motorSpeed=19396, motorTorque=8560, motorTemperature=138000, motorVoltage=13900, motorCurrent=34280000, powerBattery=60539., maxFeedbackPower=500000, maxDischargePower=460000, bmsSelfCheck=60, powerBatteryCurrent=90000, powerBatteryV3=706000, maxVoltage=4000, minVoltage=3000, maxTemperature=720000, minTemperature=740000, availableCapacity=570000, 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-21 19:36:40.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:40.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:40.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:41.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:41.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:41.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 30 32 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:36:41.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969802728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:41.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:41.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:41.933 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:41.933 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:41.933 [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 38 39 36 39 38 30 31 39 30 36 31 31 36 2e 37 31 36 36 37 33 30 33 39 2e 35 32 38 32 35 37 30 35 34 2e 30 30 30 34 36 2e 31 35 30 30 30 30 30 30 36 31 32 30 30 30 36 30 30 30 30 32 33 36 39 34 30 30 30 30 44 33 30 30 30 39 2e 32 30 30 39 32 30 30 30 30 38 36 34 32 38 33 39 32 30 34 30 30 30 30 30 32 34 33 30 30 35 34 35 35 30 30 30 30 36 30 35 33 39 2e 33 38 30 30 30 30 38 30 30 30 30 30 31 30 33 30 30 30 30 36 33 33 30 30 30 33 30 30 30 34 30 30 30 31 34 30 30 30 30 37 37 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 e1 7E -2024-06-21 19:36:41.933 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969801906, longitude=116.7166730, latitude=39.5282570, speed=54.000, mileage=46.15000000, dischargeVoltage=612000, dischargeCurrent=60000, insulationResistance=236940000, gear=D, accelerationPedal=30, brakePedal=00, fuelConsumption=9.200, motorControllerTemperature=920000, motorSpeed=86428, motorTorque=3920, motorTemperature=400000, motorVoltage=24300, motorCurrent=54550000, powerBattery=60539., maxFeedbackPower=380000, maxDischargePower=800000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=633000, maxVoltage=3000, minVoltage=4000, maxTemperature=140000, minTemperature=770000, 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-21 19:36:41.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:41.994 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:41.995 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:42.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:42.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:42.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 30 33 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:36:42.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969803722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:42.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:42.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:42.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:42.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:42.928 [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 38 39 36 39 38 30 32 38 39 32 31 31 36 2e 37 31 37 36 39 32 30 33 39 2e 35 32 38 33 39 30 30 37 32 2e 30 30 30 34 36 2e 31 39 30 30 30 30 30 30 31 38 31 30 30 30 34 30 30 30 30 31 37 34 31 32 30 30 30 30 44 32 30 39 30 31 30 2e 37 30 38 32 30 30 30 30 31 34 38 37 37 38 30 36 30 31 34 32 30 30 30 32 38 33 30 30 33 38 38 33 30 30 30 30 36 30 35 33 39 2e 33 32 30 30 30 30 35 32 30 30 30 30 39 30 39 30 30 30 30 32 36 30 30 30 30 33 30 30 30 33 30 30 30 35 37 30 30 30 30 31 33 30 30 30 30 38 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f6 7E -2024-06-21 19:36:42.928 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969802892, longitude=116.7176920, latitude=39.5283900, speed=72.000, mileage=46.19000000, dischargeVoltage=181000, dischargeCurrent=40000, insulationResistance=174120000, gear=D, accelerationPedal=20, brakePedal=90, fuelConsumption=10.70, motorControllerTemperature=820000, motorSpeed=14877, motorTorque=8060, motorTemperature=142000, motorVoltage=28300, motorCurrent=38830000, powerBattery=60539., maxFeedbackPower=320000, maxDischargePower=520000, bmsSelfCheck=90, powerBatteryCurrent=90000, powerBatteryV3=260000, maxVoltage=3000, minVoltage=3000, maxTemperature=570000, minTemperature=130000, availableCapacity=870000, 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-21 19:36:42.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:43.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:43.008 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:43.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:43.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:43.693 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 30 34 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:36:43.693 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969804721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:43.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:43.727 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:43.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:43.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:43.932 [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 38 39 36 39 38 30 33 38 39 34 31 31 36 2e 37 31 38 32 37 32 30 33 39 2e 35 32 38 34 36 30 30 35 34 2e 30 30 30 34 36 2e 32 32 30 30 30 30 30 30 32 32 35 30 30 30 34 39 30 30 30 31 35 31 37 39 30 30 30 30 44 34 30 38 30 31 31 2e 39 30 39 30 30 30 30 30 38 30 39 36 34 32 30 30 30 35 38 30 30 30 30 32 39 32 30 30 39 37 32 34 30 30 30 30 36 30 35 33 39 2e 32 30 30 30 30 30 37 39 30 30 30 30 31 34 32 30 30 30 30 33 37 38 30 30 30 33 30 30 30 34 30 30 30 36 36 30 30 30 30 39 35 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 03 7E -2024-06-21 19:36:43.932 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969803894, longitude=116.7182720, latitude=39.5284600, speed=54.000, mileage=46.22000000, dischargeVoltage=225000, dischargeCurrent=49000, insulationResistance=151790000, gear=D, accelerationPedal=40, brakePedal=80, fuelConsumption=11.90, motorControllerTemperature=900000, motorSpeed=80964, motorTorque=2000, motorTemperature=580000, motorVoltage=29200, motorCurrent=97240000, powerBattery=60539., maxFeedbackPower=200000, maxDischargePower=790000, bmsSelfCheck=14, powerBatteryCurrent=20000, powerBatteryV3=378000, maxVoltage=3000, minVoltage=4000, maxTemperature=660000, minTemperature=950000, 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-21 19:36:44.016 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:44.068 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:44.068 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:44.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:44.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:44.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 30 35 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:36:44.672 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969805721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:44.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:44.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:44.933 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:44.933 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:44.933 [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 38 39 36 39 38 30 34 38 39 33 31 31 36 2e 37 31 38 38 37 38 30 33 39 2e 35 32 38 35 33 30 30 33 36 2e 30 30 30 34 36 2e 32 34 30 30 30 30 30 30 36 33 38 30 30 30 33 33 30 30 30 31 30 36 38 39 30 30 30 30 44 31 30 34 30 39 2e 38 30 30 31 34 30 30 30 30 38 33 31 32 30 36 30 37 30 37 39 30 30 30 30 31 34 38 30 30 31 34 35 35 34 30 30 30 36 30 35 33 39 2e 35 32 30 30 30 30 37 38 30 30 30 30 31 32 31 30 30 30 30 34 33 30 30 30 30 33 30 30 30 33 30 30 30 37 35 30 30 30 30 32 37 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 fa 7E -2024-06-21 19:36:44.933 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969804893, longitude=116.7188780, latitude=39.5285300, speed=36.000, mileage=46.24000000, dischargeVoltage=638000, dischargeCurrent=33000, insulationResistance=106890000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=9.800, motorControllerTemperature=140000, motorSpeed=83120, motorTorque=6070, motorTemperature=790000, motorVoltage=14800, motorCurrent=14554000, powerBattery=60539., maxFeedbackPower=520000, maxDischargePower=780000, bmsSelfCheck=12, powerBatteryCurrent=10000, powerBatteryV3=430000, maxVoltage=3000, minVoltage=3000, maxTemperature=750000, minTemperature=270000, 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-21 19:36:44.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:45.004 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:45.005 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:45.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:45.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:45.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 30 36 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:36:45.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969806726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:45.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:45.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:45.922 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:45.922 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:45.922 [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 38 39 36 39 38 30 35 38 39 32 31 31 36 2e 37 32 30 31 31 34 30 33 39 2e 35 32 38 36 34 38 30 37 32 2e 30 30 30 34 36 2e 32 38 30 30 30 30 30 30 33 34 38 30 30 30 32 38 30 30 30 32 39 32 37 34 30 30 30 30 44 36 30 32 30 31 30 2e 34 30 34 34 30 30 30 30 39 37 31 31 38 32 30 30 30 32 30 30 30 30 30 31 37 35 30 30 31 31 33 39 30 30 30 30 36 30 35 33 39 2e 33 33 30 30 30 30 39 38 30 30 30 30 38 30 38 30 30 30 30 33 38 35 30 30 30 33 30 30 30 33 30 30 30 39 39 30 30 30 30 31 35 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 f1 7E -2024-06-21 19:36:45.922 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969805892, longitude=116.7201140, latitude=39.5286480, speed=72.000, mileage=46.28000000, dischargeVoltage=348000, dischargeCurrent=28000, insulationResistance=292740000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=10.40, motorControllerTemperature=440000, motorSpeed=97118, motorTorque=2000, motorTemperature=200000, motorVoltage=17500, motorCurrent=11390000, powerBattery=60539., maxFeedbackPower=330000, maxDischargePower=980000, bmsSelfCheck=80, powerBatteryCurrent=80000, powerBatteryV3=385000, maxVoltage=3000, minVoltage=3000, maxTemperature=990000, minTemperature=150000, 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-21 19:36:45.970 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:45.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:45.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:46.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:46.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:46.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 30 37 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:36:46.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969807721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:46.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:46.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:46.920 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:46.920 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:46.920 [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 38 39 36 39 38 30 36 38 39 32 31 31 36 2e 37 32 30 39 35 31 30 33 39 2e 35 32 38 37 31 30 30 35 34 2e 30 30 30 34 36 2e 33 31 30 30 30 30 30 30 34 33 36 30 30 30 34 34 30 30 30 32 31 32 33 30 30 30 30 30 44 35 30 34 30 31 30 2e 36 30 38 36 30 30 30 30 31 37 35 39 31 33 30 30 30 38 32 30 30 30 30 32 35 37 30 30 33 30 30 30 30 30 30 30 36 30 35 33 39 2e 35 39 30 30 30 30 34 38 30 30 30 30 34 30 33 30 30 30 30 36 34 36 30 30 30 34 30 30 30 33 30 30 30 32 35 30 30 30 30 35 30 30 30 30 30 39 32 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-21 19:36:46.920 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969806892, longitude=116.7209510, latitude=39.5287100, speed=54.000, mileage=46.31000000, dischargeVoltage=436000, dischargeCurrent=44000, insulationResistance=212300000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.60, motorControllerTemperature=860000, motorSpeed=17591, motorTorque=3000, motorTemperature=820000, motorVoltage=25700, motorCurrent=30000000, powerBattery=60539., maxFeedbackPower=590000, maxDischargePower=480000, bmsSelfCheck=40, powerBatteryCurrent=30000, powerBatteryV3=646000, maxVoltage=4000, minVoltage=3000, maxTemperature=250000, minTemperature=500000, availableCapacity=920000, 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-21 19:36:46.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:47.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:47.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:47.719 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:47.719 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:47.719 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 30 38 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:36:47.719 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969808735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:47.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:47.744 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:47.921 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:47.921 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:47.921 [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 38 39 36 39 38 30 37 38 39 33 31 31 36 2e 37 32 31 34 31 37 30 33 39 2e 35 32 38 37 34 33 30 33 36 2e 30 30 30 34 36 2e 33 33 30 30 30 30 30 30 34 31 31 30 30 30 32 32 30 30 30 31 38 37 34 39 30 30 30 30 44 32 30 38 30 31 32 2e 30 30 34 33 30 30 30 30 36 31 30 32 38 37 31 32 30 31 34 38 30 30 30 31 37 38 30 30 31 32 35 34 32 30 30 30 36 30 35 33 39 2e 37 30 30 30 30 30 33 31 30 30 30 30 31 30 34 30 30 30 30 33 36 36 30 30 30 33 30 30 30 33 30 30 30 34 30 30 30 30 30 33 38 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 d8 7E -2024-06-21 19:36:47.921 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969807893, longitude=116.7214170, latitude=39.5287430, speed=36.000, mileage=46.33000000, dischargeVoltage=411000, dischargeCurrent=22000, insulationResistance=187490000, gear=D, accelerationPedal=20, brakePedal=80, fuelConsumption=12.00, motorControllerTemperature=430000, motorSpeed=61028, motorTorque=7120, motorTemperature=148000, motorVoltage=17800, motorCurrent=12542000, powerBattery=60539., maxFeedbackPower=700000, maxDischargePower=310000, bmsSelfCheck=10, powerBatteryCurrent=40000, powerBatteryV3=366000, maxVoltage=3000, minVoltage=3000, maxTemperature=400000, minTemperature=380000, 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-21 19:36:47.958 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:47.978 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:47.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:48.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:48.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:48.689 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 30 39 37 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:36:48.689 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969809730, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:48.715 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:48.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:48.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:48.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:48.932 [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 38 39 36 39 38 30 38 38 39 32 31 31 36 2e 37 32 32 34 37 34 30 33 39 2e 35 32 38 37 39 32 30 35 34 2e 30 30 30 34 36 2e 33 36 30 30 30 30 30 30 33 34 37 30 30 30 33 31 30 30 30 32 31 38 35 36 30 30 30 30 44 38 30 39 30 31 32 2e 30 30 35 30 30 30 30 30 37 36 35 35 34 33 33 30 30 39 37 30 30 30 30 32 31 38 30 30 32 30 31 35 30 30 30 30 36 30 35 33 39 2e 36 34 30 30 30 30 35 30 30 30 30 30 31 30 39 30 30 30 30 33 31 30 30 30 30 34 30 30 30 33 30 30 30 39 36 30 30 30 30 39 33 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 f2 7E -2024-06-21 19:36:48.932 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969808892, longitude=116.7224740, latitude=39.5287920, speed=54.000, mileage=46.36000000, dischargeVoltage=347000, dischargeCurrent=31000, insulationResistance=218560000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=12.00, motorControllerTemperature=500000, motorSpeed=76554, motorTorque=3300, motorTemperature=970000, motorVoltage=21800, motorCurrent=20150000, powerBattery=60539., maxFeedbackPower=640000, maxDischargePower=500000, bmsSelfCheck=10, powerBatteryCurrent=90000, powerBatteryV3=310000, maxVoltage=4000, minVoltage=3000, maxTemperature=960000, minTemperature=930000, 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-21 19:36:48.992 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:49.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:49.011 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:49.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:49.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:49.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 31 30 37 32 37 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:36:49.681 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969810727, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:49.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:49.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:49.929 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:49.929 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:49.929 [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 38 39 36 39 38 30 39 38 39 32 31 31 36 2e 37 32 33 34 32 39 30 33 39 2e 35 32 38 38 37 31 30 37 32 2e 30 30 30 34 36 2e 34 30 30 30 30 30 30 30 33 38 38 30 30 30 33 39 30 30 30 35 32 38 30 30 30 30 30 30 44 30 30 31 30 31 31 2e 30 30 31 31 30 30 30 30 33 33 32 33 38 37 32 32 30 36 37 30 30 30 30 32 39 33 30 30 31 33 38 36 37 30 30 30 36 30 35 33 39 2e 38 37 30 30 30 30 35 38 30 30 30 30 35 30 35 30 30 30 30 36 32 35 30 30 30 33 30 30 30 33 30 30 30 36 34 30 30 30 30 32 31 30 30 30 30 34 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f4 7E -2024-06-21 19:36:49.929 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969809892, longitude=116.7234290, latitude=39.5288710, speed=72.000, mileage=46.40000000, dischargeVoltage=388000, dischargeCurrent=39000, insulationResistance=528000000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=11.00, motorControllerTemperature=110000, motorSpeed=33238, motorTorque=7220, motorTemperature=670000, motorVoltage=29300, motorCurrent=13867000, powerBattery=60539., maxFeedbackPower=870000, maxDischargePower=580000, bmsSelfCheck=50, powerBatteryCurrent=50000, powerBatteryV3=625000, maxVoltage=3000, minVoltage=3000, maxTemperature=640000, minTemperature=210000, availableCapacity=470000, 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-21 19:36:49.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:50.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:50.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:50.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:50.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:50.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 31 31 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:36:50.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969811723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:50.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:50.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:50.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:50.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:50.932 [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 38 39 36 39 38 31 30 38 39 32 31 31 36 2e 37 32 34 32 35 35 30 33 39 2e 35 32 38 39 32 35 30 37 32 2e 30 30 30 34 36 2e 34 34 30 30 30 30 30 30 33 35 34 30 30 30 38 30 30 30 30 34 31 33 38 30 30 30 30 30 44 32 30 33 30 39 2e 34 30 30 36 31 30 30 30 30 37 34 33 30 33 32 38 32 30 31 31 30 30 30 30 31 37 33 30 30 31 32 36 36 30 30 30 30 36 30 35 33 39 2e 34 33 30 30 30 30 38 35 30 30 30 30 31 31 38 30 30 30 30 36 35 38 30 30 30 33 30 30 30 34 30 30 30 33 31 30 30 30 30 37 30 30 30 30 30 39 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d9 7E -2024-06-21 19:36:50.933 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969810892, longitude=116.7242550, latitude=39.5289250, speed=72.000, mileage=46.44000000, dischargeVoltage=354000, dischargeCurrent=80000, insulationResistance=413800000, gear=D, accelerationPedal=20, brakePedal=30, fuelConsumption=9.400, motorControllerTemperature=610000, motorSpeed=74303, motorTorque=2820, motorTemperature=110000, motorVoltage=17300, motorCurrent=12660000, powerBattery=60539., maxFeedbackPower=430000, maxDischargePower=850000, bmsSelfCheck=11, powerBatteryCurrent=80000, powerBatteryV3=658000, maxVoltage=3000, minVoltage=4000, maxTemperature=310000, minTemperature=700000, availableCapacity=900000, vehicleStatus=0, chargeStatus=0, 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-21 19:36:50.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:50.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:305 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:51.047 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:308 - 该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:51.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:51.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:51.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 31 32 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:36:51.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969812723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:51.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:51.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:51.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:51.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:51.932 [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 38 39 36 39 38 31 31 38 39 32 31 31 36 2e 37 32 35 34 32 36 30 33 39 2e 35 32 39 30 30 38 30 37 32 2e 30 30 30 34 36 2e 34 38 30 30 30 30 30 30 33 35 34 30 30 30 32 39 30 30 30 32 36 32 39 33 30 30 30 30 44 35 30 30 30 31 30 2e 38 30 38 30 30 30 30 30 37 35 37 31 30 38 36 32 30 32 30 30 30 30 30 32 31 39 30 30 34 39 33 38 30 30 30 30 36 30 35 33 39 2e 38 37 30 30 30 30 33 34 30 30 30 30 35 30 31 34 30 30 30 36 31 32 30 30 30 34 30 30 30 34 30 30 30 35 34 30 30 30 30 34 35 30 30 30 30 32 35 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ed 7E -2024-06-21 19:36:51.932 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969811892, longitude=116.7254260, latitude=39.5290080, speed=72.000, mileage=46.48000000, dischargeVoltage=354000, dischargeCurrent=29000, insulationResistance=262930000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=10.80, motorControllerTemperature=800000, motorSpeed=75710, motorTorque=8620, motorTemperature=200000, motorVoltage=21900, motorCurrent=49380000, powerBattery=60539., maxFeedbackPower=870000, maxDischargePower=340000, bmsSelfCheck=50, powerBatteryCurrent=14000, powerBatteryV3=612000, maxVoltage=4000, minVoltage=4000, maxTemperature=540000, minTemperature=450000, availableCapacity=250000, vehicleStatus=0, chargeStatus=0, 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-21 19:36:51.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:52.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:52.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:52.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 31 33 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:36:52.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969813722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:52.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:52.699 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:52.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:52.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:52.928 [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 38 39 36 39 38 31 32 38 39 32 31 31 36 2e 37 32 36 36 39 32 30 33 39 2e 35 32 39 31 30 37 30 31 30 38 2e 30 30 34 36 2e 35 34 30 30 30 30 30 30 35 32 32 30 30 30 31 30 30 30 30 39 36 31 31 30 30 30 30 30 44 31 30 37 30 31 30 2e 35 30 31 30 30 30 30 30 31 34 39 30 32 35 34 37 30 31 31 39 30 30 30 32 39 37 30 30 31 30 30 34 30 30 30 30 36 30 35 32 38 2e 34 31 30 30 30 30 34 34 30 30 30 30 33 30 31 30 30 30 30 36 38 34 30 30 30 34 30 30 30 33 30 30 30 34 36 30 30 30 30 36 30 30 30 30 30 39 38 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 cf 7E -2024-06-21 19:36:52.928 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969812892, longitude=116.7266920, latitude=39.5291070, speed=108.00, mileage=46.54000000, dischargeVoltage=522000, dischargeCurrent=10000, insulationResistance=961100000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=10.50, motorControllerTemperature=100000, motorSpeed=14902, motorTorque=5470, motorTemperature=119000, motorVoltage=29700, motorCurrent=10040000, powerBattery=60528., maxFeedbackPower=410000, maxDischargePower=440000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=684000, maxVoltage=4000, minVoltage=3000, maxTemperature=460000, minTemperature=600000, availableCapacity=980000, vehicleStatus=0, chargeStatus=0, 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-21 19:36:52.987 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:53.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:53.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:53.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 31 34 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:36:53.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969814723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:53.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:53.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:53.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:53.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:53.927 [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 38 39 36 39 38 31 33 38 39 32 31 31 36 2e 37 32 37 36 32 30 30 33 39 2e 35 32 39 32 31 34 30 39 30 2e 30 30 30 34 36 2e 35 39 30 30 30 30 30 30 32 36 38 30 30 30 31 37 30 30 30 31 39 38 36 38 30 30 30 30 44 33 30 36 30 31 31 2e 31 30 35 30 30 30 30 30 31 36 33 35 37 34 33 36 30 36 36 30 30 30 30 31 31 33 30 30 37 39 36 37 30 30 30 30 36 30 35 31 37 2e 31 31 30 30 30 30 32 31 30 30 30 30 33 30 31 32 30 30 30 36 34 33 30 30 30 34 30 30 30 33 30 30 30 38 33 30 30 30 30 35 32 30 30 30 30 38 37 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ed 7E -2024-06-21 19:36:53.927 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969813892, longitude=116.7276200, latitude=39.5292140, speed=90.000, mileage=46.59000000, dischargeVoltage=268000, dischargeCurrent=17000, insulationResistance=198680000, gear=D, accelerationPedal=30, brakePedal=60, fuelConsumption=11.10, motorControllerTemperature=500000, motorSpeed=16357, motorTorque=4360, motorTemperature=660000, motorVoltage=11300, motorCurrent=79670000, powerBattery=60517., maxFeedbackPower=110000, maxDischargePower=210000, bmsSelfCheck=30, powerBatteryCurrent=12000, powerBatteryV3=643000, maxVoltage=4000, minVoltage=3000, maxTemperature=830000, minTemperature=520000, availableCapacity=870000, vehicleStatus=0, chargeStatus=0, 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-21 19:36:53.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:54.708 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:54.708 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:54.708 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 31 35 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:36:54.709 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969815722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:54.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:54.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:54.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:54.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:54.927 [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 38 39 36 39 38 31 34 38 39 33 31 31 36 2e 37 32 38 34 37 38 30 33 39 2e 35 32 39 32 36 30 30 39 30 2e 30 30 30 34 36 2e 36 34 30 30 30 30 30 30 35 39 33 30 30 30 33 30 30 30 30 38 32 36 39 30 30 30 30 30 44 32 30 31 30 31 31 2e 39 30 37 33 30 30 30 30 32 38 39 32 35 36 34 30 30 39 32 30 30 30 30 31 34 33 30 30 39 36 31 32 30 30 30 30 36 30 35 30 35 2e 38 35 30 30 30 30 36 36 30 30 30 30 31 34 31 31 30 30 30 36 37 37 30 30 30 33 30 30 30 33 30 30 30 37 30 30 30 30 30 31 31 30 30 30 30 32 34 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f2 7E -2024-06-21 19:36:54.927 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969814893, longitude=116.7284780, latitude=39.5292600, speed=90.000, mileage=46.64000000, dischargeVoltage=593000, dischargeCurrent=30000, insulationResistance=826900000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=11.90, motorControllerTemperature=730000, motorSpeed=28925, motorTorque=6400, motorTemperature=920000, motorVoltage=14300, motorCurrent=96120000, powerBattery=60505., maxFeedbackPower=850000, maxDischargePower=660000, bmsSelfCheck=14, powerBatteryCurrent=11000, powerBatteryV3=677000, maxVoltage=3000, minVoltage=3000, maxTemperature=700000, minTemperature=110000, availableCapacity=240000, vehicleStatus=0, chargeStatus=0, 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-21 19:36:54.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:55.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:55.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:55.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 31 36 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:36:55.691 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969816734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:55.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:55.720 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:55.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:55.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:55.927 [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 38 39 36 39 38 31 35 38 39 32 31 31 36 2e 37 33 30 32 35 34 30 33 39 2e 35 32 39 33 38 38 30 31 34 34 2e 30 30 34 36 2e 37 32 30 30 30 30 30 30 32 31 30 30 30 30 32 32 30 30 30 32 32 32 35 35 30 30 30 30 44 36 30 38 30 31 31 2e 36 30 34 31 30 30 30 30 35 35 38 39 32 31 34 30 30 34 30 30 30 30 30 31 32 39 30 30 33 32 32 32 30 30 30 30 36 30 34 39 34 2e 37 34 30 30 30 30 34 30 30 30 30 30 31 30 31 32 30 30 30 33 36 39 30 30 30 33 30 30 30 34 30 30 30 37 37 30 30 30 30 34 35 30 30 30 30 32 34 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d3 7E -2024-06-21 19:36:55.927 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969815892, longitude=116.7302540, latitude=39.5293880, speed=144.00, mileage=46.72000000, dischargeVoltage=210000, dischargeCurrent=22000, insulationResistance=222550000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=11.60, motorControllerTemperature=410000, motorSpeed=55892, motorTorque=1400, motorTemperature=400000, motorVoltage=12900, motorCurrent=32220000, powerBattery=60494., maxFeedbackPower=740000, maxDischargePower=400000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=369000, maxVoltage=3000, minVoltage=4000, maxTemperature=770000, minTemperature=450000, availableCapacity=240000, vehicleStatus=0, chargeStatus=0, 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-21 19:36:55.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:56.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:56.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:56.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 31 37 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:36:56.672 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969817722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:56.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:56.704 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:56.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:56.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:56.927 [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 38 39 36 39 38 31 36 38 39 32 31 31 36 2e 37 33 31 31 31 32 30 33 39 2e 35 32 39 34 36 33 30 35 34 2e 30 30 30 34 36 2e 37 35 30 30 30 30 30 30 35 39 31 30 30 30 34 30 30 30 30 31 31 34 39 31 30 30 30 30 44 33 30 31 30 39 2e 39 30 30 34 32 30 30 30 30 31 32 34 38 31 36 31 33 30 36 35 30 30 30 30 32 32 32 30 30 36 39 36 30 30 30 30 30 36 30 34 39 34 2e 36 33 30 30 30 30 32 30 30 30 30 30 34 30 33 30 30 30 30 36 36 32 30 30 30 34 30 30 30 33 30 30 30 33 39 30 30 30 30 39 33 30 30 30 30 38 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 db 7E -2024-06-21 19:36:56.927 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969816892, longitude=116.7311120, latitude=39.5294630, speed=54.000, mileage=46.75000000, dischargeVoltage=591000, dischargeCurrent=40000, insulationResistance=114910000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=9.900, motorControllerTemperature=420000, motorSpeed=12481, motorTorque=6130, motorTemperature=650000, motorVoltage=22200, motorCurrent=69600000, powerBattery=60494., maxFeedbackPower=630000, maxDischargePower=200000, bmsSelfCheck=40, powerBatteryCurrent=30000, powerBatteryV3=662000, maxVoltage=4000, minVoltage=3000, maxTemperature=390000, minTemperature=930000, availableCapacity=800000, vehicleStatus=0, chargeStatus=0, 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-21 19:36:56.975 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:56.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:305 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:57.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:57.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:57.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 31 38 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:36:57.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969818721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:57.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:57.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:57.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:57.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:57.926 [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 38 39 36 39 38 31 37 38 39 33 31 31 36 2e 37 33 32 31 38 35 30 33 39 2e 35 32 39 35 34 35 30 39 30 2e 30 30 30 34 36 2e 38 30 30 30 30 30 30 30 33 39 35 30 30 30 32 36 30 30 30 31 38 34 38 33 30 30 30 30 44 37 30 30 30 39 2e 39 30 30 34 36 30 30 30 30 38 31 36 33 38 35 31 39 30 32 30 30 30 30 30 32 38 37 30 30 37 37 33 30 30 30 30 30 36 30 34 38 34 2e 32 34 30 30 30 30 38 34 30 30 30 30 36 30 35 30 30 30 30 35 38 33 30 30 30 33 30 30 30 34 30 30 30 38 32 30 30 30 30 35 30 30 30 30 30 32 39 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0d 7E -2024-06-21 19:36:57.926 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969817893, longitude=116.7321850, latitude=39.5295450, speed=90.000, mileage=46.80000000, dischargeVoltage=395000, dischargeCurrent=26000, insulationResistance=184830000, gear=D, accelerationPedal=70, brakePedal=00, fuelConsumption=9.900, motorControllerTemperature=460000, motorSpeed=81638, motorTorque=5190, motorTemperature=200000, motorVoltage=28700, motorCurrent=77300000, powerBattery=60484., maxFeedbackPower=240000, maxDischargePower=840000, bmsSelfCheck=60, powerBatteryCurrent=50000, powerBatteryV3=583000, maxVoltage=3000, minVoltage=4000, maxTemperature=820000, minTemperature=500000, availableCapacity=290000, vehicleStatus=0, chargeStatus=0, 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-21 19:36:57.962 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:58.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:58.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:58.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 31 39 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:36:58.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969819723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:58.692 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:58.692 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:58.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:58.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:58.928 [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 38 39 36 39 38 31 38 38 39 34 31 31 36 2e 37 33 33 34 38 33 30 33 39 2e 35 32 39 36 35 33 30 39 30 2e 30 30 30 34 36 2e 38 35 30 30 30 30 30 30 32 31 33 30 30 30 38 30 30 30 30 32 33 38 39 35 30 30 30 30 44 30 30 31 30 39 2e 39 30 30 33 34 30 30 30 30 34 30 35 37 30 37 30 39 30 33 33 30 30 30 30 32 32 34 30 30 38 37 33 36 30 30 30 30 36 30 34 37 34 2e 39 33 30 30 30 30 36 33 30 30 30 30 39 30 31 32 30 30 30 32 33 31 30 30 30 34 30 30 30 33 30 30 30 36 37 30 30 30 30 33 37 30 30 30 30 36 35 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ff 7E -2024-06-21 19:36:58.928 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969818894, longitude=116.7334830, latitude=39.5296530, speed=90.000, mileage=46.85000000, dischargeVoltage=213000, dischargeCurrent=80000, insulationResistance=238950000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=9.900, motorControllerTemperature=340000, motorSpeed=40570, motorTorque=7090, motorTemperature=330000, motorVoltage=22400, motorCurrent=87360000, powerBattery=60474., maxFeedbackPower=930000, maxDischargePower=630000, bmsSelfCheck=90, powerBatteryCurrent=12000, powerBatteryV3=231000, maxVoltage=4000, minVoltage=3000, maxTemperature=670000, minTemperature=370000, availableCapacity=650000, vehicleStatus=0, chargeStatus=0, 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-21 19:36:58.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:36:59.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:59.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:59.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 32 30 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:36:59.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969820723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:36:59.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:36:59.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:36:59.934 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:36:59.935 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:36:59.935 [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 38 39 36 39 38 31 39 38 39 34 31 31 36 2e 37 33 34 34 38 31 30 33 39 2e 35 32 39 37 31 35 30 39 30 2e 30 30 30 34 36 2e 39 30 30 30 30 30 30 30 31 31 31 30 30 30 31 35 30 30 30 32 35 38 36 39 30 30 30 30 44 37 30 38 30 39 2e 35 30 30 35 32 30 30 30 30 39 34 39 31 37 35 33 34 30 34 35 30 30 30 30 31 36 31 30 30 31 33 37 31 34 30 30 30 36 30 34 36 34 2e 39 38 30 30 30 30 36 39 30 30 30 30 32 30 30 30 30 30 30 35 33 38 30 30 30 34 30 30 30 34 30 30 30 33 37 30 30 30 30 31 32 30 30 30 30 35 32 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 04 7E -2024-06-21 19:36:59.935 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969819894, longitude=116.7344810, latitude=39.5297150, speed=90.000, mileage=46.90000000, dischargeVoltage=111000, dischargeCurrent=15000, insulationResistance=258690000, gear=D, accelerationPedal=70, brakePedal=80, fuelConsumption=9.500, motorControllerTemperature=520000, motorSpeed=94917, motorTorque=5340, motorTemperature=450000, motorVoltage=16100, motorCurrent=13714000, powerBattery=60464., maxFeedbackPower=980000, maxDischargePower=690000, bmsSelfCheck=20, powerBatteryCurrent=00000, powerBatteryV3=538000, maxVoltage=4000, minVoltage=4000, maxTemperature=370000, minTemperature=120000, availableCapacity=520000, vehicleStatus=0, chargeStatus=0, 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-21 19:37:00.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:00.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:00.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:00.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 32 31 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 bf 7E -2024-06-21 19:37:00.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969821721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:00.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:00.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:00.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:00.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:00.927 [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 38 39 36 39 38 32 30 38 39 35 31 31 36 2e 37 33 34 38 37 33 30 33 39 2e 35 32 39 37 35 32 30 30 2e 30 30 30 30 34 36 2e 39 30 30 30 30 30 30 30 33 35 31 30 30 30 31 35 30 30 30 31 37 32 35 36 30 30 30 30 44 34 30 31 30 31 30 2e 30 30 37 38 30 30 30 30 32 33 30 34 38 37 39 32 30 39 30 30 30 30 30 32 31 32 30 30 31 30 33 37 36 30 30 30 36 30 34 36 34 2e 31 30 30 30 30 30 31 34 30 30 30 30 32 30 31 34 30 30 30 32 34 31 30 30 30 33 30 30 30 34 30 30 30 39 37 30 30 30 30 39 32 30 30 30 30 38 30 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ce 7E -2024-06-21 19:37:00.927 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969820895, longitude=116.7348730, latitude=39.5297520, speed=0.0000, mileage=46.90000000, dischargeVoltage=351000, dischargeCurrent=15000, insulationResistance=172560000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=10.00, motorControllerTemperature=780000, motorSpeed=23048, motorTorque=7920, motorTemperature=900000, motorVoltage=21200, motorCurrent=10376000, powerBattery=60464., maxFeedbackPower=100000, maxDischargePower=140000, bmsSelfCheck=20, powerBatteryCurrent=14000, powerBatteryV3=241000, maxVoltage=3000, minVoltage=4000, maxTemperature=970000, minTemperature=920000, availableCapacity=800000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:00.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:01.694 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:01.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:01.695 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 32 32 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:37:01.695 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969822723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:01.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:01.714 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:01.921 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:01.921 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:01.921 [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 38 39 36 39 38 32 31 38 39 32 31 31 36 2e 37 33 36 36 31 33 30 33 39 2e 35 32 39 38 34 34 30 31 39 38 2e 30 30 34 37 2e 30 31 30 30 30 30 30 30 34 39 32 30 30 30 34 33 30 30 30 31 37 36 33 32 30 30 30 30 44 30 30 37 30 31 30 2e 33 30 34 30 30 30 30 30 38 34 31 35 39 33 32 30 30 31 31 30 30 30 30 32 37 30 30 30 37 31 36 34 30 30 30 30 36 30 34 35 34 2e 35 33 30 30 30 30 32 34 30 30 30 30 31 30 31 34 30 30 30 35 30 37 30 30 30 34 30 30 30 34 30 30 30 39 35 30 30 30 30 34 38 30 30 30 30 31 32 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d3 7E -2024-06-21 19:37:01.921 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969821892, longitude=116.7366130, latitude=39.5298440, speed=198.00, mileage=47.01000000, dischargeVoltage=492000, dischargeCurrent=43000, insulationResistance=176320000, gear=D, accelerationPedal=00, brakePedal=70, fuelConsumption=10.30, motorControllerTemperature=400000, motorSpeed=84159, motorTorque=3200, motorTemperature=110000, motorVoltage=27000, motorCurrent=71640000, powerBattery=60454., maxFeedbackPower=530000, maxDischargePower=240000, bmsSelfCheck=10, powerBatteryCurrent=14000, powerBatteryV3=507000, maxVoltage=4000, minVoltage=4000, maxTemperature=950000, minTemperature=480000, availableCapacity=120000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:01.963 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:02.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:02.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:02.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 32 33 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:37:02.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969823721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:02.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:02.707 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:02.925 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:02.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:02.926 [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 38 39 36 39 38 32 32 38 39 32 31 31 36 2e 37 33 38 34 32 36 30 33 39 2e 35 32 39 39 33 35 30 31 30 38 2e 30 30 34 37 2e 30 37 30 30 30 30 30 30 33 39 38 30 30 30 37 30 30 30 30 31 35 33 35 36 30 30 30 30 44 33 30 30 30 31 31 2e 33 30 31 33 30 30 30 30 32 37 33 32 34 37 32 30 30 31 33 30 30 30 30 31 33 39 30 30 31 32 36 31 33 30 30 30 36 30 34 34 33 2e 33 34 30 30 30 30 37 37 30 30 30 30 39 30 31 31 30 30 30 32 37 36 30 30 30 34 30 30 30 34 30 30 30 36 38 30 30 30 30 39 39 30 30 30 30 36 36 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f1 7E -2024-06-21 19:37:02.926 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969822892, longitude=116.7384260, latitude=39.5299350, speed=108.00, mileage=47.07000000, dischargeVoltage=398000, dischargeCurrent=70000, insulationResistance=153560000, gear=D, accelerationPedal=30, brakePedal=00, fuelConsumption=11.30, motorControllerTemperature=130000, motorSpeed=27324, motorTorque=7200, motorTemperature=130000, motorVoltage=13900, motorCurrent=12613000, powerBattery=60443., maxFeedbackPower=340000, maxDischargePower=770000, bmsSelfCheck=90, powerBatteryCurrent=11000, powerBatteryV3=276000, maxVoltage=4000, minVoltage=4000, maxTemperature=680000, minTemperature=990000, availableCapacity=660000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:02.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:02.998 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:305 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:03.045 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:308 - 该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:03.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:03.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:03.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 32 34 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:37:03.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969824721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:03.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:03.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:03.947 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:03.947 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:03.947 [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 38 39 36 39 38 32 33 39 30 33 31 31 36 2e 37 33 39 31 36 37 30 33 39 2e 35 32 39 39 37 36 30 35 34 2e 30 30 30 34 37 2e 31 30 30 30 30 30 30 30 31 38 36 30 30 30 31 33 30 30 30 33 33 33 34 30 30 30 30 30 44 33 30 38 30 31 30 2e 33 30 39 34 30 30 30 30 37 30 35 39 31 39 30 31 30 33 37 30 30 30 30 31 39 33 30 30 31 33 33 32 37 30 30 30 36 30 34 34 33 2e 33 39 30 30 30 30 39 38 30 30 30 30 34 30 31 33 30 30 30 34 31 32 30 30 30 33 30 30 30 34 30 30 30 31 34 30 30 30 30 37 39 30 30 30 30 34 31 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e6 7E -2024-06-21 19:37:03.947 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969823903, longitude=116.7391670, latitude=39.5299760, speed=54.000, mileage=47.10000000, dischargeVoltage=186000, dischargeCurrent=13000, insulationResistance=333400000, gear=D, accelerationPedal=30, brakePedal=80, fuelConsumption=10.30, motorControllerTemperature=940000, motorSpeed=70591, motorTorque=9010, motorTemperature=370000, motorVoltage=19300, motorCurrent=13327000, powerBattery=60443., maxFeedbackPower=390000, maxDischargePower=980000, bmsSelfCheck=40, powerBatteryCurrent=13000, powerBatteryV3=412000, maxVoltage=3000, minVoltage=4000, maxTemperature=140000, minTemperature=790000, availableCapacity=410000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:03.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:04.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:04.684 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:04.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 32 35 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:37:04.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969825722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:04.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:04.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:04.941 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:04.941 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:04.941 [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 38 39 36 39 38 32 34 39 30 38 31 31 36 2e 37 34 30 31 35 39 30 33 39 2e 35 33 30 31 30 30 30 39 30 2e 30 30 30 34 37 2e 31 35 30 30 30 30 30 30 32 30 36 30 30 30 33 39 30 30 30 32 36 33 38 33 30 30 30 30 44 30 30 35 30 31 30 2e 32 30 34 38 30 30 30 30 38 32 38 39 37 39 32 30 30 38 38 30 30 30 30 32 32 34 30 30 34 37 35 38 30 30 30 30 36 30 34 33 33 2e 37 38 30 30 30 30 35 31 30 30 30 30 31 33 39 30 30 30 30 36 38 31 30 30 30 34 30 30 30 34 30 30 30 34 31 30 30 30 30 33 30 30 30 30 30 38 33 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e3 7E -2024-06-21 19:37:04.941 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969824908, longitude=116.7401590, latitude=39.5301000, speed=90.000, mileage=47.15000000, dischargeVoltage=206000, dischargeCurrent=39000, insulationResistance=263830000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=10.20, motorControllerTemperature=480000, motorSpeed=82897, motorTorque=9200, motorTemperature=880000, motorVoltage=22400, motorCurrent=47580000, powerBattery=60433., maxFeedbackPower=780000, maxDischargePower=510000, bmsSelfCheck=13, powerBatteryCurrent=90000, powerBatteryV3=681000, maxVoltage=4000, minVoltage=4000, maxTemperature=410000, minTemperature=300000, availableCapacity=830000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:04.990 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:05.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:05.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:05.678 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 32 36 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:37:05.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969826722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:05.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:05.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:05.940 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:05.941 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:05.941 [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 38 39 36 39 38 32 35 39 30 34 31 31 36 2e 37 34 31 32 35 32 30 33 39 2e 35 33 30 32 33 39 30 35 34 2e 30 30 30 34 37 2e 31 38 30 30 30 30 30 30 35 33 39 30 30 30 33 30 30 30 30 31 39 36 35 36 30 30 30 30 44 34 30 39 30 39 2e 32 30 30 31 35 30 30 30 30 35 31 32 31 37 39 31 37 30 38 31 30 30 30 30 31 38 31 30 30 36 32 39 36 30 30 30 30 36 30 34 33 33 2e 31 36 30 30 30 30 31 37 30 30 30 30 32 30 33 30 30 30 30 36 36 39 30 30 30 33 30 30 30 34 30 30 30 39 30 30 30 30 30 36 33 30 30 30 30 31 36 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e5 7E -2024-06-21 19:37:05.941 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969825904, longitude=116.7412520, latitude=39.5302390, speed=54.000, mileage=47.18000000, dischargeVoltage=539000, dischargeCurrent=30000, insulationResistance=196560000, gear=D, accelerationPedal=40, brakePedal=90, fuelConsumption=9.200, motorControllerTemperature=150000, motorSpeed=51217, motorTorque=9170, motorTemperature=810000, motorVoltage=18100, motorCurrent=62960000, powerBattery=60433., maxFeedbackPower=160000, maxDischargePower=170000, bmsSelfCheck=20, powerBatteryCurrent=30000, powerBatteryV3=669000, maxVoltage=3000, minVoltage=4000, maxTemperature=900000, minTemperature=630000, availableCapacity=160000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:06.020 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:06.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:06.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:06.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 32 37 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:37:06.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969827722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:06.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:06.694 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:06.950 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:06.950 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:06.950 [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 38 39 36 39 38 32 36 39 30 36 31 31 36 2e 37 34 32 33 31 39 30 33 39 2e 35 33 30 34 30 34 30 31 30 38 2e 30 30 34 37 2e 32 34 30 30 30 30 30 30 37 30 30 30 30 30 34 38 30 30 30 31 38 32 39 38 30 30 30 30 44 30 30 31 30 39 2e 34 30 30 38 34 30 30 30 30 38 39 33 35 33 35 32 30 30 31 35 30 30 30 30 31 37 34 30 30 36 30 33 30 30 30 30 30 36 30 34 32 33 2e 39 34 30 30 30 30 31 37 30 30 30 30 35 30 36 30 30 30 30 33 35 37 30 30 30 33 30 30 30 33 30 30 30 35 30 30 30 30 30 34 33 30 30 30 30 35 34 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d3 7E -2024-06-21 19:37:06.950 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969826906, longitude=116.7423190, latitude=39.5304040, speed=108.00, mileage=47.24000000, dischargeVoltage=700000, dischargeCurrent=48000, insulationResistance=182980000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=9.400, motorControllerTemperature=840000, motorSpeed=89353, motorTorque=5200, motorTemperature=150000, motorVoltage=17400, motorCurrent=60300000, powerBattery=60423., maxFeedbackPower=940000, maxDischargePower=170000, bmsSelfCheck=50, powerBatteryCurrent=60000, powerBatteryV3=357000, maxVoltage=3000, minVoltage=3000, maxTemperature=500000, minTemperature=430000, availableCapacity=540000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:06.991 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:07.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:07.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:07.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 32 38 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:37:07.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969828721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:07.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:07.698 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:07.939 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:07.939 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:07.939 [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 38 39 36 39 38 32 37 39 30 37 31 31 36 2e 37 34 33 30 33 38 30 33 39 2e 35 33 30 34 39 35 30 33 36 2e 30 30 30 34 37 2e 32 36 30 30 30 30 30 30 34 32 32 30 30 30 33 32 30 30 30 32 38 36 30 34 30 30 30 30 44 39 30 37 30 31 30 2e 31 30 36 30 30 30 30 30 37 39 37 34 36 38 30 36 30 35 30 30 30 30 30 31 38 37 30 30 31 30 31 31 30 30 30 30 36 30 34 32 33 2e 34 30 30 30 30 30 35 38 30 30 30 30 37 30 31 31 30 30 30 32 36 39 30 30 30 34 30 30 30 34 30 30 30 33 39 30 30 30 30 33 38 30 30 30 30 39 39 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 eb 7E -2024-06-21 19:37:07.939 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969827907, longitude=116.7430380, latitude=39.5304950, speed=36.000, mileage=47.26000000, dischargeVoltage=422000, dischargeCurrent=32000, insulationResistance=286040000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=10.10, motorControllerTemperature=600000, motorSpeed=79746, motorTorque=8060, motorTemperature=500000, motorVoltage=18700, motorCurrent=10110000, powerBattery=60423., maxFeedbackPower=400000, maxDischargePower=580000, bmsSelfCheck=70, powerBatteryCurrent=11000, powerBatteryV3=269000, maxVoltage=4000, minVoltage=4000, maxTemperature=390000, minTemperature=380000, availableCapacity=990000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:07.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:08.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:08.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:08.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 32 39 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:37:08.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969829721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:08.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:08.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:08.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:08.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:08.932 [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 38 39 36 39 38 32 38 38 39 39 31 31 36 2e 37 34 34 33 30 31 30 33 39 2e 35 33 30 36 38 31 30 31 30 38 2e 30 30 34 37 2e 33 32 30 30 30 30 30 30 31 39 37 30 30 30 31 33 30 30 30 31 38 39 31 31 30 30 30 30 44 37 30 36 30 31 30 2e 38 30 35 33 30 30 30 30 35 30 36 33 39 34 33 32 30 31 31 32 30 30 30 32 37 36 30 30 39 38 32 31 30 30 30 30 36 30 34 31 32 2e 34 35 30 30 30 30 34 35 30 30 30 30 31 33 34 30 30 30 30 34 31 39 30 30 30 34 30 30 30 33 30 30 30 31 36 30 30 30 30 37 30 30 30 30 30 31 31 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d9 7E -2024-06-21 19:37:08.932 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969828899, longitude=116.7443010, latitude=39.5306810, speed=108.00, mileage=47.32000000, dischargeVoltage=197000, dischargeCurrent=13000, insulationResistance=189110000, gear=D, accelerationPedal=70, brakePedal=60, fuelConsumption=10.80, motorControllerTemperature=530000, motorSpeed=50639, motorTorque=4320, motorTemperature=112000, motorVoltage=27600, motorCurrent=98210000, powerBattery=60412., maxFeedbackPower=450000, maxDischargePower=450000, bmsSelfCheck=13, powerBatteryCurrent=40000, powerBatteryV3=419000, maxVoltage=4000, minVoltage=3000, maxTemperature=160000, minTemperature=700000, availableCapacity=110000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:08.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:08.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:305 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:09.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:09.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:09.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 33 30 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:37:09.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969830723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:09.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:09.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:09.954 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:09.954 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:09.954 [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 38 39 36 39 38 32 39 39 30 34 31 31 36 2e 37 34 35 34 36 37 30 33 39 2e 35 33 30 38 34 35 30 31 30 38 2e 30 30 34 37 2e 33 38 30 30 30 30 30 30 32 31 38 30 30 30 31 34 30 30 30 32 32 30 31 38 30 30 30 30 44 34 30 36 30 31 31 2e 33 30 39 33 30 30 30 30 39 30 30 39 33 37 38 33 30 31 34 32 30 30 30 31 36 35 30 30 31 34 30 39 36 30 30 30 36 30 34 30 31 2e 31 33 30 30 30 30 39 30 30 30 30 30 31 30 31 34 30 30 30 34 39 39 30 30 30 33 30 30 30 34 30 30 30 36 32 30 30 30 30 38 32 30 30 30 30 39 34 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e9 7E -2024-06-21 19:37:09.954 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969829904, longitude=116.7454670, latitude=39.5308450, speed=108.00, mileage=47.38000000, dischargeVoltage=218000, dischargeCurrent=14000, insulationResistance=220180000, gear=D, accelerationPedal=40, brakePedal=60, fuelConsumption=11.30, motorControllerTemperature=930000, motorSpeed=90093, motorTorque=7830, motorTemperature=142000, motorVoltage=16500, motorCurrent=14096000, powerBattery=60401., maxFeedbackPower=130000, maxDischargePower=900000, bmsSelfCheck=10, powerBatteryCurrent=14000, powerBatteryV3=499000, maxVoltage=3000, minVoltage=4000, maxTemperature=620000, minTemperature=820000, availableCapacity=940000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:10.009 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:10.672 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:10.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:10.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 33 31 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c0 7E -2024-06-21 19:37:10.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969831721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:10.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:10.695 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:10.931 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:10.931 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:10.931 [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 38 39 36 39 38 33 30 38 39 33 31 31 36 2e 37 34 36 32 30 37 30 33 39 2e 35 33 30 39 36 35 30 35 34 2e 30 30 30 34 37 2e 34 31 30 30 30 30 30 30 31 38 30 30 30 30 33 35 30 30 30 32 37 39 30 30 30 30 30 30 44 32 30 33 30 39 2e 34 30 30 35 33 30 30 30 30 35 33 30 36 32 31 34 30 30 39 34 30 30 30 30 31 36 34 30 30 31 33 35 34 39 30 30 30 36 30 34 30 31 2e 35 32 30 30 30 30 31 37 30 30 30 30 31 34 33 30 30 30 30 33 38 37 30 30 30 33 30 30 30 34 30 30 30 35 33 30 30 30 30 31 39 30 30 30 30 35 38 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d8 7E -2024-06-21 19:37:10.932 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969830893, longitude=116.7462070, latitude=39.5309650, speed=54.000, mileage=47.41000000, dischargeVoltage=180000, dischargeCurrent=35000, insulationResistance=279000000, gear=D, accelerationPedal=20, brakePedal=30, fuelConsumption=9.400, motorControllerTemperature=530000, motorSpeed=53062, motorTorque=1400, motorTemperature=940000, motorVoltage=16400, motorCurrent=13549000, powerBattery=60401., maxFeedbackPower=520000, maxDischargePower=170000, bmsSelfCheck=14, powerBatteryCurrent=30000, powerBatteryV3=387000, maxVoltage=3000, minVoltage=4000, maxTemperature=530000, minTemperature=190000, availableCapacity=580000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:10.969 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:11.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:11.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:11.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 33 32 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c1 7E -2024-06-21 19:37:11.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969832721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:11.693 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:11.693 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:11.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:11.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:11.927 [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 38 39 36 39 38 33 31 38 39 35 31 31 36 2e 37 34 37 30 36 30 30 33 39 2e 35 33 31 30 37 37 30 35 34 2e 30 30 30 34 37 2e 34 34 30 30 30 30 30 30 34 38 32 30 30 30 33 31 30 30 30 35 39 33 34 30 30 30 30 30 44 30 30 30 30 31 30 2e 37 30 36 31 30 30 30 30 32 39 35 38 36 34 32 32 30 39 35 30 30 30 30 31 38 38 30 30 31 32 33 37 33 30 30 30 36 30 34 30 31 2e 34 37 30 30 30 30 38 32 30 30 30 30 31 30 35 30 30 30 30 33 34 31 30 30 30 34 30 30 30 33 30 30 30 32 39 30 30 30 30 39 31 30 30 30 30 39 30 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 db 7E -2024-06-21 19:37:11.927 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969831895, longitude=116.7470600, latitude=39.5310770, speed=54.000, mileage=47.44000000, dischargeVoltage=482000, dischargeCurrent=31000, insulationResistance=593400000, gear=D, accelerationPedal=00, brakePedal=00, fuelConsumption=10.70, motorControllerTemperature=610000, motorSpeed=29586, motorTorque=4220, motorTemperature=950000, motorVoltage=18800, motorCurrent=12373000, powerBattery=60401., maxFeedbackPower=470000, maxDischargePower=820000, bmsSelfCheck=10, powerBatteryCurrent=50000, powerBatteryV3=341000, maxVoltage=4000, minVoltage=3000, maxTemperature=290000, minTemperature=910000, availableCapacity=900000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:11.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:12.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:12.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:12.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 33 33 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:37:12.674 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969833723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:12.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:12.696 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:12.930 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:12.931 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:12.931 [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 38 39 36 39 38 33 32 38 39 37 31 31 36 2e 37 34 38 30 38 35 30 33 39 2e 35 33 31 32 31 37 30 35 34 2e 30 30 30 34 37 2e 34 37 30 30 30 30 30 30 37 30 32 30 30 30 31 31 30 30 30 33 36 30 32 30 30 30 30 30 44 32 30 32 30 39 2e 39 30 30 35 33 30 30 30 30 38 38 36 31 30 35 37 38 30 32 35 30 30 30 30 31 39 30 30 30 31 34 36 30 35 30 30 30 36 30 34 30 31 2e 34 34 30 30 30 30 32 39 30 30 30 30 31 30 34 30 30 30 30 32 38 30 30 30 30 34 30 30 30 33 30 30 30 32 37 30 30 30 30 32 30 30 30 30 30 36 34 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d0 7E -2024-06-21 19:37:12.931 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969832897, longitude=116.7480850, latitude=39.5312170, speed=54.000, mileage=47.47000000, dischargeVoltage=702000, dischargeCurrent=11000, insulationResistance=360200000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=9.900, motorControllerTemperature=530000, motorSpeed=88610, motorTorque=5780, motorTemperature=250000, motorVoltage=19000, motorCurrent=14605000, powerBattery=60401., maxFeedbackPower=440000, maxDischargePower=290000, bmsSelfCheck=10, powerBatteryCurrent=40000, powerBatteryV3=280000, maxVoltage=4000, minVoltage=3000, maxTemperature=270000, minTemperature=200000, availableCapacity=640000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:12.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:13.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:13.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:13.692 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 33 34 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c3 7E -2024-06-21 19:37:13.692 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969834721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:13.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:13.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:13.933 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:13.933 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:13.933 [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 38 39 36 39 38 33 33 38 39 38 31 31 36 2e 37 34 39 34 32 32 30 33 39 2e 35 33 31 34 30 37 30 31 32 36 2e 30 30 34 37 2e 35 34 30 30 30 30 30 30 32 33 33 30 30 30 32 37 30 30 30 38 33 30 36 30 30 30 30 30 44 36 30 39 30 39 2e 38 30 30 32 32 30 30 30 30 35 30 39 35 37 37 36 34 30 31 31 30 30 30 30 32 31 39 30 30 31 39 34 36 30 30 30 30 36 30 33 39 31 2e 37 31 30 30 30 30 33 37 30 30 30 30 31 34 31 30 30 30 30 34 36 35 30 30 30 33 30 30 30 34 30 30 30 33 37 30 30 30 30 34 39 30 30 30 30 36 30 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f5 7E -2024-06-21 19:37:13.933 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969833898, longitude=116.7494220, latitude=39.5314070, speed=126.00, mileage=47.54000000, dischargeVoltage=233000, dischargeCurrent=27000, insulationResistance=830600000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=9.800, motorControllerTemperature=220000, motorSpeed=50957, motorTorque=7640, motorTemperature=110000, motorVoltage=21900, motorCurrent=19460000, powerBattery=60391., maxFeedbackPower=710000, maxDischargePower=370000, bmsSelfCheck=14, powerBatteryCurrent=10000, powerBatteryV3=465000, maxVoltage=3000, minVoltage=4000, maxTemperature=370000, minTemperature=490000, availableCapacity=600000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:13.981 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:14.704 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:14.704 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:14.704 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 33 35 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:37:14.704 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969835722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:14.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:14.742 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:14.939 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:14.940 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:14.940 [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 38 39 36 39 38 33 34 38 39 39 31 31 36 2e 37 35 31 33 36 34 30 33 39 2e 35 33 31 36 31 38 30 31 36 32 2e 30 30 34 37 2e 36 33 30 30 30 30 30 30 32 39 31 30 30 30 33 30 30 30 30 31 32 34 37 30 30 30 30 30 44 34 30 34 30 31 30 2e 34 30 31 35 30 30 30 30 32 34 36 35 31 34 35 33 30 35 36 30 30 30 30 32 34 33 30 30 31 31 30 39 37 30 30 30 36 30 33 38 31 2e 33 38 30 30 30 30 35 37 30 30 30 30 36 30 32 30 30 30 30 33 37 38 30 30 30 34 30 30 30 33 30 30 30 34 34 30 30 30 30 37 38 30 30 30 30 38 35 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ea 7E -2024-06-21 19:37:14.940 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969834899, longitude=116.7513640, latitude=39.5316180, speed=162.00, mileage=47.63000000, dischargeVoltage=291000, dischargeCurrent=30000, insulationResistance=124700000, gear=D, accelerationPedal=40, brakePedal=40, fuelConsumption=10.40, motorControllerTemperature=150000, motorSpeed=24651, motorTorque=4530, motorTemperature=560000, motorVoltage=24300, motorCurrent=11097000, powerBattery=60381., maxFeedbackPower=380000, maxDischargePower=570000, bmsSelfCheck=60, powerBatteryCurrent=20000, powerBatteryV3=378000, maxVoltage=4000, minVoltage=3000, maxTemperature=440000, minTemperature=780000, availableCapacity=850000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:14.999 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:15.000 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:305 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:15.046 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:308 - 该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:15.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:15.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:15.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 33 36 37 32 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:37:15.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969836724, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:15.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:15.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:15.939 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:15.939 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:15.940 [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 38 39 36 39 38 33 35 39 30 35 31 31 36 2e 37 35 32 38 30 37 30 33 39 2e 35 33 31 37 35 34 30 31 30 38 2e 30 30 34 37 2e 36 39 30 30 30 30 30 30 34 39 36 30 30 30 32 38 30 30 30 31 31 38 38 30 30 30 30 30 44 38 30 31 30 31 30 2e 36 30 31 30 30 30 30 30 31 31 38 32 30 33 31 37 30 32 30 30 30 30 30 31 37 38 30 30 31 31 39 31 31 30 30 30 36 30 33 37 30 2e 35 32 30 30 30 30 39 38 30 30 30 30 31 34 31 34 30 30 30 36 36 32 30 30 30 34 30 30 30 34 30 30 30 31 39 30 30 30 30 35 30 30 30 30 30 37 39 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e4 7E -2024-06-21 19:37:15.940 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969835905, longitude=116.7528070, latitude=39.5317540, speed=108.00, mileage=47.69000000, dischargeVoltage=496000, dischargeCurrent=28000, insulationResistance=118800000, gear=D, accelerationPedal=80, brakePedal=10, fuelConsumption=10.60, motorControllerTemperature=100000, motorSpeed=11820, motorTorque=3170, motorTemperature=200000, motorVoltage=17800, motorCurrent=11911000, powerBattery=60370., maxFeedbackPower=520000, maxDischargePower=980000, bmsSelfCheck=14, powerBatteryCurrent=14000, powerBatteryV3=662000, maxVoltage=4000, minVoltage=4000, maxTemperature=190000, minTemperature=500000, availableCapacity=790000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:16.002 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:16.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:16.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:16.673 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 33 37 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:37:16.673 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969837721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:16.693 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:16.693 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:16.941 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:16.942 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:16.942 [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 38 39 36 39 38 33 36 39 30 35 31 31 36 2e 37 35 36 30 32 32 30 33 39 2e 35 33 32 30 33 33 30 31 30 38 2e 30 30 34 37 2e 37 35 30 30 30 30 30 30 33 39 36 30 30 30 35 30 30 30 30 31 39 39 34 30 30 30 30 30 44 38 30 32 30 31 31 2e 36 30 38 35 30 30 30 30 35 35 38 39 31 36 32 39 30 31 37 30 30 30 30 32 37 33 30 30 33 36 33 38 30 30 30 30 36 30 33 35 39 2e 38 36 30 30 30 30 37 30 30 30 30 30 34 30 31 30 30 30 30 35 32 37 30 30 30 33 30 30 30 34 30 30 30 37 30 30 30 30 30 33 38 30 30 30 30 36 32 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f7 7E -2024-06-21 19:37:16.942 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969836905, longitude=116.7560220, latitude=39.5320330, speed=108.00, mileage=47.75000000, dischargeVoltage=396000, dischargeCurrent=50000, insulationResistance=199400000, gear=D, accelerationPedal=80, brakePedal=20, fuelConsumption=11.60, motorControllerTemperature=850000, motorSpeed=55891, motorTorque=6290, motorTemperature=170000, motorVoltage=27300, motorCurrent=36380000, powerBattery=60359., maxFeedbackPower=860000, maxDischargePower=700000, bmsSelfCheck=40, powerBatteryCurrent=10000, powerBatteryV3=527000, maxVoltage=3000, minVoltage=4000, maxTemperature=700000, minTemperature=380000, availableCapacity=620000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:16.989 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:17.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:17.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:17.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 33 38 37 33 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cd 7E -2024-06-21 19:37:17.687 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969838736, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:17.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:17.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:17.929 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:17.930 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:17.930 [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 38 39 36 39 38 33 37 38 39 34 31 31 36 2e 37 35 37 31 37 36 30 33 39 2e 35 33 32 31 32 39 30 31 30 38 2e 30 30 34 37 2e 38 31 30 30 30 30 30 30 35 31 31 30 30 30 33 32 30 30 30 31 36 35 38 38 30 30 30 30 44 33 30 31 30 39 2e 32 30 30 35 39 30 30 30 30 37 31 30 39 33 32 34 36 30 32 33 30 30 30 30 32 31 38 30 30 31 32 35 36 38 30 30 30 36 30 33 34 39 2e 36 30 30 30 30 30 38 32 30 30 30 30 31 30 38 30 30 30 30 33 39 30 30 30 30 33 30 30 30 33 30 30 30 39 30 30 30 30 30 38 37 30 30 30 30 34 37 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 fa 7E -2024-06-21 19:37:17.930 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969837894, longitude=116.7571760, latitude=39.5321290, speed=108.00, mileage=47.81000000, dischargeVoltage=511000, dischargeCurrent=32000, insulationResistance=165880000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=9.200, motorControllerTemperature=590000, motorSpeed=71093, motorTorque=2460, motorTemperature=230000, motorVoltage=21800, motorCurrent=12568000, powerBattery=60349., maxFeedbackPower=600000, maxDischargePower=820000, bmsSelfCheck=10, powerBatteryCurrent=80000, powerBatteryV3=390000, maxVoltage=3000, minVoltage=3000, maxTemperature=900000, minTemperature=870000, availableCapacity=470000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:17.988 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:18.708 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:18.708 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:18.708 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 33 39 37 33 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ce 7E -2024-06-21 19:37:18.708 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969839736, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:18.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:18.738 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:18.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:18.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:18.928 [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 38 39 36 39 38 33 38 38 39 36 31 31 36 2e 37 35 38 34 32 30 30 33 39 2e 35 33 32 32 33 36 30 31 32 36 2e 30 30 34 37 2e 38 38 30 30 30 30 30 30 31 33 35 30 30 30 32 37 30 30 30 32 38 33 30 30 30 30 30 30 44 33 30 32 30 39 2e 34 30 30 32 35 30 30 30 30 36 37 34 34 34 35 39 37 30 39 36 30 30 30 30 31 36 30 30 30 37 33 34 37 30 30 30 30 36 30 33 34 30 2e 39 37 30 30 30 30 34 38 30 30 30 30 39 30 36 30 30 30 30 37 34 32 30 30 30 33 30 30 30 33 30 30 30 39 31 30 30 30 30 38 34 30 30 30 30 37 35 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0b 7E -2024-06-21 19:37:18.928 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969838896, longitude=116.7584200, latitude=39.5322360, speed=126.00, mileage=47.88000000, dischargeVoltage=135000, dischargeCurrent=27000, insulationResistance=283000000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=9.400, motorControllerTemperature=250000, motorSpeed=67444, motorTorque=5970, motorTemperature=960000, motorVoltage=16000, motorCurrent=73470000, powerBattery=60340., maxFeedbackPower=970000, maxDischargePower=480000, bmsSelfCheck=90, powerBatteryCurrent=60000, powerBatteryV3=742000, maxVoltage=3000, minVoltage=3000, maxTemperature=910000, minTemperature=840000, availableCapacity=750000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:18.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:19.709 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:19.709 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:19.709 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 34 30 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:37:19.709 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969840734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:19.731 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:19.732 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:19.936 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:19.937 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:19.937 [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 38 39 36 39 38 33 39 38 39 37 31 31 36 2e 37 36 30 33 30 33 30 33 39 2e 35 33 32 33 38 31 30 32 31 36 2e 30 30 34 38 2e 30 30 30 30 30 30 30 30 34 35 34 30 30 30 35 30 30 30 30 32 37 39 39 33 30 30 30 30 44 36 30 33 30 31 30 2e 39 30 37 35 30 30 30 30 31 38 30 37 35 38 35 39 30 34 38 30 30 30 30 32 37 37 30 30 38 36 34 31 30 30 30 30 36 30 33 32 39 2e 32 39 30 30 30 30 36 30 30 30 30 30 39 30 37 30 30 30 30 32 38 39 30 30 30 33 30 30 30 33 30 30 30 33 37 30 30 30 30 36 33 30 30 30 30 33 36 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0d 7E -2024-06-21 19:37:19.937 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969839897, longitude=116.7603030, latitude=39.5323810, speed=216.00, mileage=48.00000000, dischargeVoltage=454000, dischargeCurrent=50000, insulationResistance=279930000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=10.90, motorControllerTemperature=750000, motorSpeed=18075, motorTorque=8590, motorTemperature=480000, motorVoltage=27700, motorCurrent=86410000, powerBattery=60329., maxFeedbackPower=290000, maxDischargePower=600000, bmsSelfCheck=90, powerBatteryCurrent=70000, powerBatteryV3=289000, maxVoltage=3000, minVoltage=3000, maxTemperature=370000, minTemperature=630000, availableCapacity=360000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:19.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:20.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:20.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:20.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 34 31 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:37:20.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969841735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:20.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:20.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:20.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:20.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:20.932 [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 38 39 36 39 38 34 30 38 39 36 31 31 36 2e 37 36 31 38 37 32 30 33 39 2e 35 33 32 35 33 31 30 31 34 34 2e 30 30 34 38 2e 30 38 30 30 30 30 30 30 31 38 32 30 30 30 33 35 30 30 30 38 35 39 32 30 30 30 30 30 44 37 30 35 30 39 2e 35 30 30 37 35 30 30 30 30 32 37 30 38 30 37 34 36 30 39 39 30 30 30 30 32 37 39 30 30 31 34 37 38 37 30 30 30 36 30 33 32 30 2e 36 30 30 30 30 30 37 39 30 30 30 30 31 34 31 30 30 30 30 33 31 37 30 30 30 33 30 30 30 34 30 30 30 39 39 30 30 30 30 36 34 30 30 30 30 37 37 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 17 7E -2024-06-21 19:37:20.932 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969840896, longitude=116.7618720, latitude=39.5325310, speed=144.00, mileage=48.08000000, dischargeVoltage=182000, dischargeCurrent=35000, insulationResistance=859200000, gear=D, accelerationPedal=70, brakePedal=50, fuelConsumption=9.500, motorControllerTemperature=750000, motorSpeed=27080, motorTorque=7460, motorTemperature=990000, motorVoltage=27900, motorCurrent=14787000, powerBattery=60320., maxFeedbackPower=600000, maxDischargePower=790000, bmsSelfCheck=14, powerBatteryCurrent=10000, powerBatteryV3=317000, maxVoltage=3000, minVoltage=4000, maxTemperature=990000, minTemperature=640000, availableCapacity=770000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:20.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:20.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:305 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:21.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:21.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:21.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 34 32 37 32 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c5 7E -2024-06-21 19:37:21.678 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969842724, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:21.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:21.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:21.933 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:21.933 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:21.933 [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 38 39 36 39 38 34 31 39 30 32 31 31 36 2e 37 36 33 31 37 35 30 33 39 2e 35 33 32 36 31 37 30 37 32 2e 30 30 30 34 38 2e 31 32 30 30 30 30 30 30 36 39 35 30 30 30 31 36 30 30 30 32 39 35 33 32 30 30 30 30 44 33 30 30 30 31 32 2e 30 30 37 30 30 30 30 30 31 37 37 35 33 36 35 32 30 31 33 31 30 30 30 31 35 34 30 30 31 30 36 33 32 30 30 30 36 30 33 32 30 2e 35 33 30 30 30 30 37 35 30 30 30 30 33 30 34 30 30 30 30 37 33 33 30 30 30 34 30 30 30 34 30 30 30 39 34 30 30 30 30 31 32 30 30 30 30 31 30 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 bd 7E -2024-06-21 19:37:21.933 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969841902, longitude=116.7631750, latitude=39.5326170, speed=72.000, mileage=48.12000000, dischargeVoltage=695000, dischargeCurrent=16000, insulationResistance=295320000, gear=D, accelerationPedal=30, brakePedal=00, fuelConsumption=12.00, motorControllerTemperature=700000, motorSpeed=17753, motorTorque=6520, motorTemperature=131000, motorVoltage=15400, motorCurrent=10632000, powerBattery=60320., maxFeedbackPower=530000, maxDischargePower=750000, bmsSelfCheck=30, powerBatteryCurrent=40000, powerBatteryV3=733000, maxVoltage=4000, minVoltage=4000, maxTemperature=940000, minTemperature=120000, availableCapacity=100000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:21.980 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:22.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:22.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:22.682 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 34 33 37 33 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c4 7E -2024-06-21 19:37:22.682 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969843731, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:22.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:22.705 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:22.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:22.928 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:22.928 [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 38 39 36 39 38 34 32 38 39 34 31 31 36 2e 37 36 34 35 34 39 30 33 39 2e 35 33 32 37 32 35 30 31 39 38 2e 30 30 34 38 2e 32 33 30 30 30 30 30 30 32 36 37 30 30 30 35 30 30 30 30 31 31 37 35 35 30 30 30 30 44 39 30 39 30 39 2e 33 30 30 34 30 30 30 30 30 32 39 34 31 39 36 35 32 30 33 33 30 30 30 30 31 39 31 30 30 32 31 39 33 30 30 30 30 36 30 33 31 30 2e 36 39 30 30 30 30 33 32 30 30 30 30 31 30 31 32 30 30 30 32 34 37 30 30 30 34 30 30 30 33 30 30 30 38 38 30 30 30 30 35 31 30 30 30 30 37 30 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f3 7E -2024-06-21 19:37:22.928 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969842894, longitude=116.7645490, latitude=39.5327250, speed=198.00, mileage=48.23000000, dischargeVoltage=267000, dischargeCurrent=50000, insulationResistance=117550000, gear=D, accelerationPedal=90, brakePedal=90, fuelConsumption=9.300, motorControllerTemperature=400000, motorSpeed=29419, motorTorque=6520, motorTemperature=330000, motorVoltage=19100, motorCurrent=21930000, powerBattery=60310., maxFeedbackPower=690000, maxDischargePower=320000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=247000, maxVoltage=4000, minVoltage=3000, maxTemperature=880000, minTemperature=510000, availableCapacity=700000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:22.974 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:23.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:23.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:23.683 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 34 34 37 32 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:37:23.683 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969844723, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:23.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:23.710 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:23.942 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:23.942 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:23.942 [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 38 39 36 39 38 34 33 39 30 35 31 31 36 2e 37 36 36 31 32 31 30 33 39 2e 35 33 32 38 37 34 30 31 39 38 2e 30 30 34 38 2e 33 34 30 30 30 30 30 30 34 32 38 30 30 30 34 30 30 30 30 35 36 31 36 30 30 30 30 30 44 38 30 34 30 31 30 2e 32 30 31 32 30 30 30 30 33 35 36 30 30 36 38 33 30 35 32 30 30 30 30 31 37 30 30 30 36 39 33 35 30 30 30 30 36 30 33 30 30 2e 37 34 30 30 30 30 37 30 30 30 30 30 30 30 31 30 30 30 30 32 39 35 30 30 30 33 30 30 30 33 30 30 30 39 34 30 30 30 30 34 32 30 30 30 30 33 30 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c9 7E -2024-06-21 19:37:23.942 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969843905, longitude=116.7661210, latitude=39.5328740, speed=198.00, mileage=48.34000000, dischargeVoltage=428000, dischargeCurrent=40000, insulationResistance=561600000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=10.20, motorControllerTemperature=120000, motorSpeed=35600, motorTorque=6830, motorTemperature=520000, motorVoltage=17000, motorCurrent=69350000, powerBattery=60300., maxFeedbackPower=740000, maxDischargePower=700000, bmsSelfCheck=00, powerBatteryCurrent=10000, powerBatteryV3=295000, maxVoltage=3000, minVoltage=3000, maxTemperature=940000, minTemperature=420000, availableCapacity=300000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:23.993 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:24.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:24.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:24.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 34 35 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:37:24.687 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969845735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:24.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:24.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:24.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:24.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:24.932 [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 38 39 36 39 38 34 34 38 39 34 31 31 36 2e 37 36 37 30 31 37 30 33 39 2e 35 33 32 39 34 36 30 39 30 2e 30 30 30 34 38 2e 33 39 30 30 30 30 30 30 36 39 32 30 30 30 33 35 30 30 30 33 36 36 31 30 30 30 30 30 44 34 30 39 30 31 32 2e 30 30 38 33 30 30 30 30 35 32 34 38 30 33 38 32 30 32 37 30 30 30 30 31 32 37 30 30 31 31 36 34 38 30 30 30 36 30 32 38 38 2e 32 34 30 30 30 30 38 32 30 30 30 30 31 30 35 30 30 30 30 33 38 39 30 30 30 33 30 30 30 33 30 30 30 39 33 30 30 30 30 32 31 30 30 30 30 31 32 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f4 7E -2024-06-21 19:37:24.933 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969844894, longitude=116.7670170, latitude=39.5329460, speed=90.000, mileage=48.39000000, dischargeVoltage=692000, dischargeCurrent=35000, insulationResistance=366100000, gear=D, accelerationPedal=40, brakePedal=90, fuelConsumption=12.00, motorControllerTemperature=830000, motorSpeed=52480, motorTorque=3820, motorTemperature=270000, motorVoltage=12700, motorCurrent=11648000, powerBattery=60288., maxFeedbackPower=240000, maxDischargePower=820000, bmsSelfCheck=10, powerBatteryCurrent=50000, powerBatteryV3=389000, maxVoltage=3000, minVoltage=3000, maxTemperature=930000, minTemperature=210000, availableCapacity=120000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:24.982 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:25.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:25.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:25.691 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 34 36 37 33 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:37:25.691 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969846731, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:25.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:25.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:25.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:25.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:25.927 [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 38 39 36 39 38 34 35 38 39 32 31 31 36 2e 37 36 38 33 33 36 30 33 39 2e 35 33 33 30 38 36 30 37 32 2e 30 30 30 34 38 2e 34 33 30 30 30 30 30 30 35 37 39 30 30 30 34 32 30 30 30 37 39 38 35 30 30 30 30 30 44 39 30 39 30 39 2e 34 30 30 31 30 30 30 30 30 39 37 35 31 39 33 33 32 30 31 33 37 30 30 30 31 38 33 30 30 39 37 31 30 30 30 30 30 36 30 32 38 38 2e 31 35 30 30 30 30 34 36 30 30 30 30 36 30 30 30 30 30 30 35 32 39 30 30 30 33 30 30 30 34 30 30 30 35 36 30 30 30 30 34 38 30 30 30 30 38 39 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1e 7E -2024-06-21 19:37:25.927 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969845892, longitude=116.7683360, latitude=39.5330860, speed=72.000, mileage=48.43000000, dischargeVoltage=579000, dischargeCurrent=42000, insulationResistance=798500000, gear=D, accelerationPedal=90, brakePedal=90, fuelConsumption=9.400, motorControllerTemperature=100000, motorSpeed=97519, motorTorque=3320, motorTemperature=137000, motorVoltage=18300, motorCurrent=97100000, powerBattery=60288., maxFeedbackPower=150000, maxDischargePower=460000, bmsSelfCheck=60, powerBatteryCurrent=00000, powerBatteryV3=529000, maxVoltage=3000, minVoltage=4000, maxTemperature=560000, minTemperature=480000, availableCapacity=890000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:25.976 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:26.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:26.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:26.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 34 37 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:37:26.687 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969847734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:26.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:26.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:26.931 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:26.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:26.932 [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 38 39 36 39 38 34 36 38 39 33 31 31 36 2e 37 36 39 34 37 33 30 33 39 2e 35 33 33 31 39 30 30 39 30 2e 30 30 30 34 38 2e 34 38 30 30 30 30 30 30 31 39 31 30 30 30 31 33 30 30 30 31 33 36 35 36 30 30 30 30 44 34 30 31 30 31 30 2e 35 30 36 35 30 30 30 30 39 38 33 35 37 32 39 33 30 34 30 30 30 30 30 32 33 36 30 30 31 31 30 38 35 30 30 30 36 30 32 37 38 2e 34 37 30 30 30 30 37 34 30 30 30 30 32 30 34 30 30 30 30 35 31 35 30 30 30 33 30 30 30 34 30 30 30 37 31 30 30 30 30 35 31 30 30 30 30 34 30 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ed 7E -2024-06-21 19:37:26.932 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969846893, longitude=116.7694730, latitude=39.5331900, speed=90.000, mileage=48.48000000, dischargeVoltage=191000, dischargeCurrent=13000, insulationResistance=136560000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=10.50, motorControllerTemperature=650000, motorSpeed=98357, motorTorque=2930, motorTemperature=400000, motorVoltage=23600, motorCurrent=11085000, powerBattery=60278., maxFeedbackPower=470000, maxDischargePower=740000, bmsSelfCheck=20, powerBatteryCurrent=40000, powerBatteryV3=515000, maxVoltage=3000, minVoltage=4000, maxTemperature=710000, minTemperature=510000, availableCapacity=400000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:26.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:26.985 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:305 - 该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:27.026 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:308 - 该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:27.698 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:27.698 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:27.698 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 34 38 37 32 38 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cf 7E -2024-06-21 19:37:27.698 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969848728, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:27.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:27.721 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:27.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:27.926 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:27.926 [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 38 39 36 39 38 34 37 38 39 34 31 31 36 2e 37 37 30 35 32 35 30 33 39 2e 35 33 33 33 30 36 30 39 30 2e 30 30 30 34 38 2e 35 33 30 30 30 30 30 30 31 37 38 30 30 30 39 30 30 30 30 31 34 35 32 32 30 30 30 30 44 36 30 34 30 31 30 2e 32 30 34 38 30 30 30 30 36 39 39 30 34 35 39 34 30 36 30 30 30 30 30 32 35 37 30 30 31 34 31 34 30 30 30 30 36 30 32 36 37 2e 39 37 30 30 30 30 39 35 30 30 30 30 31 33 31 34 30 30 30 34 36 37 30 30 30 34 30 30 30 34 30 30 30 31 33 30 30 30 30 39 37 30 30 30 30 35 37 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 04 7E -2024-06-21 19:37:27.926 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969847894, longitude=116.7705250, latitude=39.5333060, speed=90.000, mileage=48.53000000, dischargeVoltage=178000, dischargeCurrent=90000, insulationResistance=145220000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=10.20, motorControllerTemperature=480000, motorSpeed=69904, motorTorque=5940, motorTemperature=600000, motorVoltage=25700, motorCurrent=14140000, powerBattery=60267., maxFeedbackPower=970000, maxDischargePower=950000, bmsSelfCheck=13, powerBatteryCurrent=14000, powerBatteryV3=467000, maxVoltage=4000, minVoltage=4000, maxTemperature=130000, minTemperature=970000, availableCapacity=570000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:27.973 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:28.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:28.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:28.685 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 34 39 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cd 7E -2024-06-21 19:37:28.685 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969849725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:28.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:28.709 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:28.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:28.932 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:28.932 [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 38 39 36 39 38 34 38 38 39 32 31 31 36 2e 37 37 33 35 35 30 30 33 39 2e 35 33 33 36 30 30 30 32 31 36 2e 30 30 34 38 2e 36 35 30 30 30 30 30 30 35 37 39 30 30 30 34 36 30 30 30 34 38 36 30 30 30 30 30 30 44 33 30 36 30 39 2e 39 30 30 32 38 30 30 30 30 34 31 31 38 32 37 31 34 30 33 39 30 30 30 30 32 35 30 30 30 37 37 39 34 30 30 30 30 36 30 32 35 38 2e 39 33 30 30 30 30 32 32 30 30 30 30 37 30 31 30 30 30 30 34 39 30 30 30 30 33 30 30 30 34 30 30 30 35 37 30 30 30 30 35 38 30 30 30 30 39 31 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 07 7E -2024-06-21 19:37:28.932 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969848892, longitude=116.7735500, latitude=39.5336000, speed=216.00, mileage=48.65000000, dischargeVoltage=579000, dischargeCurrent=46000, insulationResistance=486000000, gear=D, accelerationPedal=30, brakePedal=60, fuelConsumption=9.900, motorControllerTemperature=280000, motorSpeed=41182, motorTorque=7140, motorTemperature=390000, motorVoltage=25000, motorCurrent=77940000, powerBattery=60258., maxFeedbackPower=930000, maxDischargePower=220000, bmsSelfCheck=70, powerBatteryCurrent=10000, powerBatteryV3=490000, maxVoltage=3000, minVoltage=4000, maxTemperature=570000, minTemperature=580000, availableCapacity=910000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:28.979 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:29.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:29.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:29.690 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 35 30 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c6 7E -2024-06-21 19:37:29.690 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969850735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:29.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:29.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:29.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:29.927 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:29.927 [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 38 39 36 39 38 34 39 38 39 34 31 31 36 2e 37 37 35 39 39 30 30 33 39 2e 35 33 33 38 34 30 30 32 33 34 2e 30 30 34 38 2e 37 38 30 30 30 30 30 30 31 34 35 30 30 30 34 35 30 30 30 31 31 31 30 30 30 30 30 30 44 34 30 36 30 31 31 2e 35 30 35 37 30 30 30 30 39 32 35 30 35 34 38 39 30 34 33 30 30 30 30 32 38 37 30 30 31 33 32 31 34 30 30 30 36 30 32 34 36 2e 32 37 30 30 30 30 35 32 30 30 30 30 31 34 31 33 30 30 30 33 34 32 30 30 30 34 30 30 30 33 30 30 30 34 39 30 30 30 30 34 39 30 30 30 30 33 33 30 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f5 7E -2024-06-21 19:37:29.927 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718969849894, longitude=116.7759900, latitude=39.5338400, speed=234.00, mileage=48.78000000, dischargeVoltage=145000, dischargeCurrent=45000, insulationResistance=111000000, gear=D, accelerationPedal=40, brakePedal=60, fuelConsumption=11.50, motorControllerTemperature=570000, motorSpeed=92505, motorTorque=4890, motorTemperature=430000, motorVoltage=28700, motorCurrent=13214000, powerBattery=60246., maxFeedbackPower=270000, maxDischargePower=520000, bmsSelfCheck=14, powerBatteryCurrent=13000, powerBatteryV3=342000, maxVoltage=4000, minVoltage=3000, maxTemperature=490000, minTemperature=490000, availableCapacity=330000, vehicleStatus=0, chargeStatus=0, runStatus=0, 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-21 19:37:29.986 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 19:37:30.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:30.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:30.679 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 35 31 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c2 7E -2024-06-21 19:37:30.679 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969851721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:30.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:30.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:31.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:31.687 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:31.688 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 35 32 37 33 34 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:37:31.688 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969852734, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:31.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:31.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:32.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:32.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:32.676 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 35 33 37 32 36 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:37:32.676 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969853726, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:32.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:32.701 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:33.680 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:33.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:33.681 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 35 34 37 32 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c9 7E -2024-06-21 19:37:33.681 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969854725, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:33.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:33.711 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:34.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:34.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:34.686 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 35 35 37 33 35 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 cb 7E -2024-06-21 19:37:34.686 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969855735, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:34.716 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:34.717 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:35.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:35.674 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:35.675 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 35 36 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c7 7E -2024-06-21 19:37:35.675 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969856721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:35.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:35.706 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:36.705 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:36.705 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:36.706 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 35 37 37 32 31 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 c8 7E -2024-06-21 19:37:36.706 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969857721, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:36.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:36.730 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:37.357 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:37:37.392 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:37:37.412 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:37:37.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 19:37:37.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 19:37:37.677 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:48 - message content:7E 56 49 4e 31 32 33 34 35 36 37 38 39 31 32 33 34 35 31 37 31 38 39 36 39 38 35 38 37 32 32 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 31 32 2e 34 38 33 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 50 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 34 35 30 30 30 2e 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 30 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 31 ca 7E -2024-06-21 19:37:37.677 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=VIN12345678912345, timestamp=1718969858722, longitude=00000000000, latitude=0000000000, speed=000000, mileage=12.48300000, dischargeVoltage=000000, dischargeCurrent=00000, insulationResistance=000000000, gear=P, accelerationPedal=00, brakePedal=00, fuelConsumption=00000, motorControllerTemperature=000000, motorSpeed=00000, motorTorque=0000, motorTemperature=000000, motorVoltage=00000, motorCurrent=00000000, powerBattery=45000., maxFeedbackPower=000000, maxDischargePower=000000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=000000, maxVoltage=0000, minVoltage=0000, maxTemperature=000000, minTemperature=000000, availableCapacity=000000, vehicleStatus=1, 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-21 19:37:37.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 19:37:37.700 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 19:37:37.719 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:37:37.829 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:37:38.024 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:37:38.045 [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-21 19:37:38.046 [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-21 19:37:38.046 [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-f8399604-aa8a-4c87-b052-c7876a9e9078 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:37:38.046 [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-21 19:37:38.046 [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-21 19:37:38.046 [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-21 19:37:38.046 [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-5c0eff66-52ef-40b7-b227-cb5e8d5d37e6 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:37:38.046 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 19:37:38.046 [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-21 19:37:38.046 [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-21 19:37:38.046 [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-02f2dbfb-f1ce-4b14-ae4e-76f52bdc352f sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:37:38.046 [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-21 19:37:38.049 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:37:38.049 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:37:38.049 [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-21 19:37:38.049 [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-21 19:37:38.049 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:37:38.049 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:37:38.050 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:37:38.050 [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-21 19:37:38.050 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:37:38.052 [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-21 19:37:38.052 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:37:38.054 [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-21 19:37:38.054 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:37:38.054 [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-21 19:37:38.054 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:37:38.055 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:37:38.055 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:37:38.055 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:37:38.059 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 19:37:38.060 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:37:38.060 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 19:37:38.060 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:37:38.060 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 19:37:38.233 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 19:37:38.237 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 19:40:00.566 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 19688 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 19:40:00.567 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 19:40:00.568 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 19:40:01.070 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 19:40:01.072 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 19:40:01.095 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces. -2024-06-21 19:40:01.332 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 19:40:01.425 [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-21 19:40:01.427 [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-21 19:40:01.429 [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-21 19:40:01.444 [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-21 19:40:01.478 [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-21 19:40:01.482 [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-21 19:40:01.717 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 19:40:01.724 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 19:40:01.724 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 19:40:01.825 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 19:40:01.825 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1222 ms -2024-06-21 19:40:02.471 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 19:40:02.820 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 19:40:02.828 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 19:40:02.848 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 19:40:02.893 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 19:40:02.912 [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-21 19:40:02.976 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:40:02.976 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:40:02.976 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718970002975 -2024-06-21 19:40:02.977 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 19:40:03.080 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 19:40:03.149 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 19:40:03.208 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UTxeckGoTfSraEA7VjL-0A -2024-06-21 19:40:03.209 [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-21 19:40:03.210 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:40:03.237 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:40:03.257 [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-a46cf29c-0dfa-4ece-be33-5860e8e7a1c6', protocol='range'} -2024-06-21 19:40:03.260 [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-a46cf29c-0dfa-4ece-be33-5860e8e7a1c6=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:40:03.309 [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-a46cf29c-0dfa-4ece-be33-5860e8e7a1c6', protocol='range'} -2024-06-21 19:40:03.309 [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-21 19:40:03.312 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-1, test1-0, test1-7, test1-6, test1-3, test1-2, test1-5, test1-4 -2024-06-21 19:40:03.328 [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-21 19:40:03.328 [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-21 19:40:03.329 [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-21 19:40:03.329 [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-21 19:40:03.329 [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-21 19:40:03.329 [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-21 19:40:03.329 [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-21 19:40:03.329 [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-21 19:40:03.336 [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-21 19:40:03.337 [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-21 19:40:03.337 [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-21 19:40:03.337 [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-21 19:40:03.337 [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-21 19:40:03.337 [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-21 19:40:03.337 [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-21 19:40:03.337 [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-21 19:40:03.867 [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-21 19:40:03.872 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:40:03.872 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:40:03.872 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718970003872 -2024-06-21 19:40:03.874 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:40:03.880 [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-21 19:40:03.882 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:40:03.882 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:40:03.883 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718970003882 -2024-06-21 19:40:03.883 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:40:03.884 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UTxeckGoTfSraEA7VjL-0A -2024-06-21 19:40:03.884 [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-21 19:40:03.884 [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-21 19:40:03.884 [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-21 19:40:03.887 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:40:03.887 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:40:03.887 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718970003887 -2024-06-21 19:40:03.887 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:40:03.887 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UTxeckGoTfSraEA7VjL-0A -2024-06-21 19:40:03.888 [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-21 19:40:03.888 [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-21 19:40:03.889 [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-21 19:40:03.891 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UTxeckGoTfSraEA7VjL-0A -2024-06-21 19:40:03.891 [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-21 19:40:03.892 [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-21 19:40:03.892 [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-21 19:40:03.893 [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-500c9632-113e-42d5-b0ef-c40b60c5c7d1', protocol='range'} -2024-06-21 19:40:03.893 [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-500c9632-113e-42d5-b0ef-c40b60c5c7d1=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:40:03.896 [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-500c9632-113e-42d5-b0ef-c40b60c5c7d1', protocol='range'} -2024-06-21 19:40:03.897 [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-21 19:40:03.898 [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-21 19:40:03.898 [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-21 19:40:03.899 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 19:40:03.899 [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-500c9632-113e-42d5-b0ef-c40b60c5c7d1', protocol='range'} -2024-06-21 19:40:03.900 [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-4-4592d051-12ae-417e-a9a8-dadb5838ccf2=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-2-500c9632-113e-42d5-b0ef-c40b60c5c7d1=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-3-ab3414eb-d332-458f-a426-34efa300a99e=Assignment(partitions=[test1-3, test1-4, test1-5])} -2024-06-21 19:40:03.900 [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-ab3414eb-d332-458f-a426-34efa300a99e', protocol='range'} -2024-06-21 19:40:03.900 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 19:40:03.900 [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-4592d051-12ae-417e-a9a8-dadb5838ccf2', protocol='range'} -2024-06-21 19:40:03.903 [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-ab3414eb-d332-458f-a426-34efa300a99e', protocol='range'} -2024-06-21 19:40:03.903 [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-4592d051-12ae-417e-a9a8-dadb5838ccf2', protocol='range'} -2024-06-21 19:40:03.903 [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-500c9632-113e-42d5-b0ef-c40b60c5c7d1', protocol='range'} -2024-06-21 19:40:03.903 [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-21 19:40:03.903 [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-21 19:40:03.903 [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-3, test1-5, test1-4 -2024-06-21 19:40:03.904 [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-7, test1-6 -2024-06-21 19:40:03.904 [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-21 19:40:03.904 [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-1, test1-0, test1-2 -2024-06-21 19:40:03.905 [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-21 19:40:03.905 [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-21 19:40:03.905 [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-21 19:40:03.905 [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-21 19:40:03.905 [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-21 19:40:03.905 [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-21 19:40:03.906 [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-21 19:40:03.906 [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-21 19:40:03.906 [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-21 19:40:03.907 [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-21 19:40:03.907 [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-21 19:40:03.907 [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-21 19:40:03.907 [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-21 19:40:03.907 [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-21 19:40:03.907 [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-21 19:40:03.907 [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-21 19:40:03.910 [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-21 19:40:03.910 [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-21 19:40:03.910 [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-21 19:40:03.910 [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-21 19:40:03.910 [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-21 19:40:03.910 [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-21 19:40:03.910 [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-21 19:40:03.911 [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-21 19:40:03.931 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-7, test1-6] -2024-06-21 19:40:03.931 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-3, test1-5, test1-4] -2024-06-21 19:40:03.931 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-1, test1-0, test1-2] -2024-06-21 19:40:04.016 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@3cf7433e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 52267] -2024-06-21 19:40:04.346 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 19:40:04.350 [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-21 19:40:04.608 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.328 seconds (JVM running for 4.835) -2024-06-21 19:40:04.609 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 19:40:04.815 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:40:04.815 [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-21 19:40:05.237 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:49:59.405 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:49:59.428 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:49:59.447 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:49:59.839 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:50:00.182 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:50:00.264 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:50:00.284 [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-1, test1-0, test1-2 -2024-06-21 19:50:00.284 [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-7, test1-6 -2024-06-21 19:50:00.284 [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-3, test1-5, test1-4 -2024-06-21 19:50:00.284 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-1, test1-0, test1-2] -2024-06-21 19:50:00.284 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-3, test1-5, test1-4] -2024-06-21 19:50:00.284 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-7, test1-6] -2024-06-21 19:50:00.285 [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-500c9632-113e-42d5-b0ef-c40b60c5c7d1 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:50:00.285 [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-ab3414eb-d332-458f-a426-34efa300a99e sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:50:00.285 [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-4592d051-12ae-417e-a9a8-dadb5838ccf2 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:50:00.285 [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-21 19:50:00.285 [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-21 19:50:00.285 [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-21 19:50:00.293 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:50:00.293 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:50:00.293 [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-21 19:50:00.293 [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-21 19:50:00.293 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:50:00.293 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:50:00.293 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:50:00.293 [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-21 19:50:00.293 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:50:00.295 [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-21 19:50:00.295 [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-21 19:50:00.295 [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-21 19:50:00.295 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:50:00.295 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:50:00.295 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:50:00.297 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:50:00.297 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:50:00.297 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:50:00.341 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 19:50:00.346 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 19:50:08.918 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 34188 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 19:50:08.919 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 19:50:08.919 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 19:50:09.459 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 19:50:09.461 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 19:50:09.484 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 19:50:09.729 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 19:50:09.816 [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-21 19:50:09.817 [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-21 19:50:09.819 [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-21 19:50:09.833 [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-21 19:50:09.866 [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-21 19:50:09.869 [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-21 19:50:10.083 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 19:50:10.089 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 19:50:10.090 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 19:50:10.188 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 19:50:10.188 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1236 ms -2024-06-21 19:50:10.829 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 19:50:11.120 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 19:50:11.126 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 19:50:11.143 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 19:50:11.184 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 19:50:11.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-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-21 19:50:11.263 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:50:11.263 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:50:11.263 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718970611262 -2024-06-21 19:50:11.265 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 19:50:11.373 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 19:50:11.444 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 19:50:11.516 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: UTxeckGoTfSraEA7VjL-0A -2024-06-21 19:50:11.517 [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-21 19:50:11.519 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:50:11.526 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:50:11.528 [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-ae970009-fb43-4c34-ab7a-f9fab32ec555', protocol='range'} -2024-06-21 19:50:11.530 [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-ae970009-fb43-4c34-ab7a-f9fab32ec555=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:50:11.535 [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-ae970009-fb43-4c34-ab7a-f9fab32ec555', protocol='range'} -2024-06-21 19:50:11.536 [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-21 19:50:11.537 [Thread-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:288 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Adding newly assigned partitions: test1-1, test1-0, test1-7, test1-6, test1-3, test1-2, test1-5, test1-4 -2024-06-21 19:50:11.544 [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-21 19:50:11.544 [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-21 19:50:11.544 [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-21 19:50:11.544 [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-21 19:50:11.544 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:50:11.544 [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-21 19:50:11.544 [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-21 19:50:11.545 [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-21 19:50:12.219 [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-21 19:50:12.223 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:50:12.224 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:50:12.224 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718970612223 -2024-06-21 19:50:12.225 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:50:12.232 [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-21 19:50:12.236 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:50:12.236 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:50:12.236 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718970612236 -2024-06-21 19:50:12.236 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:50:12.237 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: UTxeckGoTfSraEA7VjL-0A -2024-06-21 19:50:12.237 [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-21 19:50:12.238 [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-21 19:50:12.238 [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-21 19:50:12.242 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: UTxeckGoTfSraEA7VjL-0A -2024-06-21 19:50:12.242 [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-21 19:50:12.242 [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-21 19:50:12.242 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:50:12.243 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:50:12.243 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718970612242 -2024-06-21 19:50:12.243 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:50:12.243 [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-21 19:50:12.244 [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-6a0200a8-57e3-48a2-829c-1c364b4f85e8', protocol='range'} -2024-06-21 19:50:12.244 [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-6a0200a8-57e3-48a2-829c-1c364b4f85e8=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:50:12.246 [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-21 19:50:12.247 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: UTxeckGoTfSraEA7VjL-0A -2024-06-21 19:50:12.247 [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=4, memberId='consumer-Topics-2-6a0200a8-57e3-48a2-829c-1c364b4f85e8', protocol='range'} -2024-06-21 19:50:12.247 [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-21 19:50:12.247 [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-21 19:50:12.248 [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-1, test1-0, test1-7, test1-6, test1-3, test1-2, test1-5, test1-4 -2024-06-21 19:50:12.248 [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-21 19:50:12.251 [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-21 19:50:12.252 [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-21 19:50:12.252 [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-21 19:50:12.252 [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-21 19:50:12.252 [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-21 19:50:12.252 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:50:12.253 [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-21 19:50:12.253 [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-21 19:50:12.253 [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-21 19:50:12.253 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-1, test1-0, test1-7, test1-6, test1-3, test1-2, test1-5, test1-4] -2024-06-21 19:50:12.257 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 19:50:12.259 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 19:50:12.401 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@36ec4071 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 52945] -2024-06-21 19:50:12.762 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 19:50:12.767 [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-21 19:50:13.020 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.382 seconds (JVM running for 4.864) -2024-06-21 19:50:13.021 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 19:50:13.218 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:50:13.218 [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-21 19:50:13.635 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:50:15.274 [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-21 19:50:15.274 [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-1, test1-0, test1-7, test1-6, test1-3, test1-2, test1-5, test1-4 -2024-06-21 19:50:15.275 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-1, test1-0, test1-7, test1-6, test1-3, test1-2, test1-5, test1-4] -2024-06-21 19:50:15.276 [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-21 19:50:15.278 [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-8616b4ca-0449-47d4-ae5c-e311a899d5a9', protocol='range'} -2024-06-21 19:50:15.278 [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-6a0200a8-57e3-48a2-829c-1c364b4f85e8', protocol='range'} -2024-06-21 19:50:15.278 [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-030b1eaf-7c4b-4756-a2ca-dc8577220d03', protocol='range'} -2024-06-21 19:50:15.279 [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-8616b4ca-0449-47d4-ae5c-e311a899d5a9=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-030b1eaf-7c4b-4756-a2ca-dc8577220d03=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-2-6a0200a8-57e3-48a2-829c-1c364b4f85e8=Assignment(partitions=[test1-0, test1-1, test1-2])} -2024-06-21 19:50:15.280 [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-8616b4ca-0449-47d4-ae5c-e311a899d5a9', protocol='range'} -2024-06-21 19:50:15.280 [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-6a0200a8-57e3-48a2-829c-1c364b4f85e8', protocol='range'} -2024-06-21 19:50:15.280 [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-21 19:50:15.280 [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-21 19:50:15.280 [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-1, test1-0, test1-2 -2024-06-21 19:50:15.280 [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-3, test1-5, test1-4 -2024-06-21 19:50:15.280 [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-030b1eaf-7c4b-4756-a2ca-dc8577220d03', protocol='range'} -2024-06-21 19:50:15.281 [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-21 19:50:15.281 [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-7, test1-6 -2024-06-21 19:50:15.283 [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-21 19:50:15.283 [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-21 19:50:15.283 [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-21 19:50:15.283 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:50:15.283 [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-21 19:50:15.283 [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-21 19:50:15.283 [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-21 19:50:15.283 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-1, test1-0, test1-2] -2024-06-21 19:50:15.284 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-7, test1-6] -2024-06-21 19:50:15.284 [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-21 19:50:15.284 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-3, test1-5, test1-4] -2024-06-21 19:50:30.986 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 19:50:30.986 [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-21 19:50:31.394 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:50:31.395 [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-21 19:50:31.788 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:52:54.829 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:52:54.855 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:52:54.874 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:52:55.080 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:52:55.269 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:52:55.491 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:52:55.505 [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-1, test1-0, test1-2 -2024-06-21 19:52:55.505 [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-7, test1-6 -2024-06-21 19:52:55.505 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-7, test1-6] -2024-06-21 19:52:55.505 [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-3, test1-5, test1-4 -2024-06-21 19:52:55.505 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-1, test1-0, test1-2] -2024-06-21 19:52:55.505 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-3, test1-5, test1-4] -2024-06-21 19:52:55.505 [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-030b1eaf-7c4b-4756-a2ca-dc8577220d03 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:52:55.505 [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-8616b4ca-0449-47d4-ae5c-e311a899d5a9 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:52:55.505 [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-6a0200a8-57e3-48a2-829c-1c364b4f85e8 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:52:55.506 [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-21 19:52:55.506 [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-21 19:52:55.506 [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-21 19:52:55.508 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:52:55.508 [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-21 19:52:55.508 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:52:55.508 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:52:55.508 [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-21 19:52:55.509 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:52:55.509 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:52:55.509 [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-21 19:52:55.509 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:52:55.510 [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-21 19:52:55.510 [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-21 19:52:55.510 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:52:55.510 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:52:55.512 [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-21 19:52:55.512 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:52:55.513 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:52:55.513 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:52:55.513 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:52:55.553 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 19:52:55.557 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 19:56:17.499 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 16972 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 19:56:17.501 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 19:56:17.502 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 19:56:18.726 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 19:56:18.730 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 19:56:18.796 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 21 ms. Found 0 Redis repository interfaces. -2024-06-21 19:56:19.192 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$d4e386ab] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 19:56:19.339 [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-21 19:56:19.341 [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-21 19:56:19.343 [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-21 19:56:19.357 [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-21 19:56:19.397 [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-21 19:56:19.402 [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-21 19:56:19.702 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 19:56:19.712 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 19:56:19.713 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 19:56:19.823 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 19:56:19.824 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 2244 ms -2024-06-21 19:56:20.881 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 19:56:21.311 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 19:56:21.321 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 19:56:21.352 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 19:56:21.416 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 19:56:21.437 [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-21 19:56:21.522 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:56:21.522 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:56:21.522 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718970981520 -2024-06-21 19:56:21.526 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 19:56:21.687 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 19:56:21.702 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'getSession' defined in class path resource [com/muyu/iotDB/config/IotDBSessionConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.iotdb.session.Session]: Factory method 'getSession' threw exception; nested exception is org.apache.iotdb.rpc.IoTDBConnectionException: org.apache.thrift.transport.TTransportException: java.net.ConnectException: Connection refused: connect -2024-06-21 19:56:21.724 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 19:56:21.763 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 19:56:21.763 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 19:56:21.862 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:776 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available. -2024-06-21 19:56:21.862 [Thread-1] WARN org.apache.kafka.clients.NetworkClient:1060 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Bootstrap broker localhost:9092 (id: -1 rack: null) disconnected -2024-06-21 19:56:21.908 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 19:57:56.496 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 23508 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 19:57:56.497 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 19:57:56.498 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 19:57:57.168 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 19:57:57.171 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 19:57:57.206 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 18 ms. Found 0 Redis repository interfaces. -2024-06-21 19:57:57.506 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 19:57:57.626 [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-21 19:57:57.628 [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-21 19:57:57.631 [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-21 19:57:57.646 [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-21 19:57:57.699 [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-21 19:57:57.705 [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-21 19:57:57.953 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 19:57:57.963 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 19:57:57.963 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 19:57:58.078 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 19:57:58.078 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1538 ms -2024-06-21 19:57:58.818 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 19:57:59.188 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 19:57:59.194 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 19:57:59.213 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 19:57:59.258 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 19:57:59.274 [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-21 19:57:59.331 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:57:59.331 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:57:59.332 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971079330 -2024-06-21 19:57:59.333 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 19:57:59.439 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 19:57:59.561 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 19:57:59.587 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 19:58:00.461 [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-21 19:58:00.463 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:58:00.490 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:58:00.498 [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-21 19:58:00.505 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:58:00.506 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:58:00.506 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971080505 -2024-06-21 19:58:00.507 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:58:00.516 [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-21 19:58:00.517 [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-65c110c9-9ffc-4d58-8167-e4961db24db8', protocol='range'} -2024-06-21 19:58:00.521 [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-65c110c9-9ffc-4d58-8167-e4961db24db8=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:58:00.522 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:58:00.523 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:58:00.523 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971080522 -2024-06-21 19:58:00.523 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 19:58:00.523 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:58:00.524 [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-21 19:58:00.524 [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-21 19:58:00.525 [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-21 19:58:00.529 [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-21 19:58:00.529 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 19:58:00.529 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:58:00.530 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:58:00.530 [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-21 19:58:00.530 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971080529 -2024-06-21 19:58:00.530 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:58:00.531 [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-21 19:58:00.532 [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-371d6ee1-1c12-4a89-8c50-072ae8132899', protocol='range'} -2024-06-21 19:58:00.532 [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-371d6ee1-1c12-4a89-8c50-072ae8132899=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:58:00.535 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 19:58:00.536 [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-21 19:58:00.537 [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-21 19:58:00.544 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 19:58:00.546 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 19:58:00.589 [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=1, memberId='consumer-Topics-2-371d6ee1-1c12-4a89-8c50-072ae8132899', protocol='range'} -2024-06-21 19:58:00.590 [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-65c110c9-9ffc-4d58-8167-e4961db24db8', protocol='range'} -2024-06-21 19:58:00.590 [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-21 19:58:00.590 [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-21 19:58:00.590 [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-21 19:58:00.592 [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-21 19:58:00.592 [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-21 19:58:00.592 [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-21 19:58:00.607 [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-21 19:58:00.607 [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-21 19:58:00.607 [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-21 19:58:00.607 [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-6 -2024-06-21 19:58:00.607 [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-21 19:58:00.607 [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-5 -2024-06-21 19:58:00.607 [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-21 19:58:00.607 [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-7 -2024-06-21 19:58:00.607 [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-21 19:58:00.607 [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-21 19:58:00.607 [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-21 19:58:00.607 [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-21 19:58:00.608 [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-21 19:58:00.607 [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-21 19:58:00.608 [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-4 -2024-06-21 19:58:00.608 [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-3 -2024-06-21 19:58:00.609 [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-21 19:58:00.610 [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-6 -2024-06-21 19:58:00.610 [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-5 -2024-06-21 19:58:00.610 [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-7 -2024-06-21 19:58:00.610 [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-21 19:58:00.610 [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-21 19:58:00.610 [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-4 -2024-06-21 19:58:00.610 [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-3 -2024-06-21 19:58:00.622 [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-21 19:58:00.622 [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-21 19:58:00.622 [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-21 19:58:00.622 [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-6 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 19:58:00.622 [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-21 19:58:00.622 [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-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 19:58:00.622 [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-21 19:58:00.622 [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-7 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 19:58:00.623 [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-21 19:58:00.623 [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-21 19:58:00.623 [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-21 19:58:00.623 [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-21 19:58:00.623 [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-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 19:58:00.623 [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-21 19:58:00.623 [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-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 19:58:00.623 [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-21 19:58:00.649 [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-21 19:58:00.693 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@68cc6319 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 64816] -2024-06-21 19:58:01.138 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 19:58:01.143 [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-21 19:58:01.382 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.306 seconds (JVM running for 5.979) -2024-06-21 19:58:01.384 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 19:58:01.563 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:58:01.563 [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-21 19:58:01.976 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 19:58:03.535 [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-21 19:58:03.535 [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-21 19:58:03.536 [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-21 19:58:03.537 [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-21 19:58:03.539 [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-3adbc351-8afc-4432-bdf0-8dd56fc77aba', protocol='range'} -2024-06-21 19:58:03.539 [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-d9c6a3f0-479c-4ebb-a21e-32f5a4c21ef8', protocol='range'} -2024-06-21 19:58:03.539 [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-371d6ee1-1c12-4a89-8c50-072ae8132899', protocol='range'} -2024-06-21 19:58:03.542 [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-3-d9c6a3f0-479c-4ebb-a21e-32f5a4c21ef8=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-371d6ee1-1c12-4a89-8c50-072ae8132899=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-3adbc351-8afc-4432-bdf0-8dd56fc77aba=Assignment(partitions=[test1-6, test1-7])} -2024-06-21 19:58:03.549 [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-d9c6a3f0-479c-4ebb-a21e-32f5a4c21ef8', protocol='range'} -2024-06-21 19:58:03.549 [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-21 19:58:03.549 [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-21 19:58:03.549 [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-3adbc351-8afc-4432-bdf0-8dd56fc77aba', protocol='range'} -2024-06-21 19:58:03.550 [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-21 19:58:03.550 [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-21 19:58:03.551 [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-371d6ee1-1c12-4a89-8c50-072ae8132899', protocol='range'} -2024-06-21 19:58:03.552 [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-21 19:58:03.552 [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-21 19:58:03.555 [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-21 19:58:03.555 [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-21 19:58:03.555 [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-21 19:58:03.555 [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-21 19:58:03.555 [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-21 19:58:03.556 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:58:03.556 [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-21 19:58:03.556 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 19:58:03.556 [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-21 19:58:03.556 [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-21 19:58:03.556 [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-21 19:59:13.766 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:59:13.790 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:59:13.792 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:59:13.824 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 19:59:14.010 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:59:14.104 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 19:59:14.130 [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-21 19:59:14.130 [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-21 19:59:14.130 [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-21 19:59:14.130 [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-21 19:59:14.130 [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-21 19:59:14.130 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 19:59:14.131 [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-d9c6a3f0-479c-4ebb-a21e-32f5a4c21ef8 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:59:14.131 [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-371d6ee1-1c12-4a89-8c50-072ae8132899 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:59:14.131 [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-3adbc351-8afc-4432-bdf0-8dd56fc77aba sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 19:59:14.131 [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-21 19:59:14.131 [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-21 19:59:14.131 [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-21 19:59:14.141 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:59:14.141 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:59:14.141 [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-21 19:59:14.141 [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-21 19:59:14.141 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:59:14.141 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:59:14.141 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 19:59:14.141 [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-21 19:59:14.142 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 19:59:14.147 [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-21 19:59:14.147 [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-21 19:59:14.147 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:59:14.147 [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-21 19:59:14.147 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:59:14.148 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 19:59:14.150 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:59:14.150 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:59:14.150 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 19:59:14.218 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 19:59:14.226 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 19:59:24.006 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 16064 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 19:59:24.007 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 19:59:24.008 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 19:59:24.548 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 19:59:24.550 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 19:59:24.573 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 19:59:24.802 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 19:59:24.893 [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-21 19:59:24.894 [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-21 19:59:24.896 [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-21 19:59:24.909 [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-21 19:59:24.939 [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-21 19:59:24.943 [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-21 19:59:25.176 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 19:59:25.184 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 19:59:25.184 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 19:59:25.292 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 19:59:25.292 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1250 ms -2024-06-21 19:59:25.955 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 19:59:26.376 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 19:59:26.381 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 19:59:26.397 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 19:59:26.444 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 19:59:26.464 [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-21 19:59:26.530 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:59:26.530 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:59:26.530 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971166529 -2024-06-21 19:59:26.532 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 19:59:26.656 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 19:59:26.737 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 19:59:26.870 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 19:59:26.871 [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-21 19:59:26.877 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:59:26.886 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 19:59:26.888 [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-3189cfab-9891-49f1-a8d8-7149e34c3baa', protocol='range'} -2024-06-21 19:59:26.890 [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-3189cfab-9891-49f1-a8d8-7149e34c3baa=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:59:26.894 [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-3189cfab-9891-49f1-a8d8-7149e34c3baa', protocol='range'} -2024-06-21 19:59:26.894 [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-21 19:59:26.896 [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-21 19:59:26.902 [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-21 19:59:26.902 [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-21 19:59:26.902 [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-21 19:59:26.902 [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-21 19:59:26.903 [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-21 19:59:26.903 [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-21 19:59:26.903 [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-21 19:59:26.903 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:59:27.454 [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-21 19:59:27.457 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:59:27.458 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:59:27.458 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971167457 -2024-06-21 19:59:27.460 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:59:27.465 [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-21 19:59:27.468 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:59:27.468 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:59:27.468 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971167468 -2024-06-21 19:59:27.468 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:59:27.469 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 19:59:27.469 [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-21 19:59:27.469 [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-21 19:59:27.470 [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-21 19:59:27.472 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 19:59:27.472 [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-21 19:59:27.473 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 19:59:27.473 [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-21 19:59:27.473 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 19:59:27.473 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971167473 -2024-06-21 19:59:27.473 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 19:59:27.474 [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-21 19:59:27.475 [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-3a6a0391-58ed-4c2a-8371-7f4b3f545b94', protocol='range'} -2024-06-21 19:59:27.475 [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-3a6a0391-58ed-4c2a-8371-7f4b3f545b94=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 19:59:27.477 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 19:59:27.477 [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-21 19:59:27.478 [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=4, memberId='consumer-Topics-2-3a6a0391-58ed-4c2a-8371-7f4b3f545b94', protocol='range'} -2024-06-21 19:59:27.478 [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-21 19:59:27.478 [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-21 19:59:27.478 [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-21 19:59:27.478 [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-21 19:59:27.480 [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-21 19:59:27.481 [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-21 19:59:27.481 [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-21 19:59:27.481 [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-21 19:59:27.481 [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-21 19:59:27.481 [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-21 19:59:27.481 [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-21 19:59:27.482 [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-21 19:59:27.482 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:59:27.482 [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-21 19:59:27.486 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 19:59:27.487 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 19:59:27.615 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@3cf7433e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 64960] -2024-06-21 19:59:28.217 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.502 seconds (JVM running for 5.067) -2024-06-21 19:59:28.218 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 19:59:30.478 [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-21 19:59:30.479 [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-21 19:59:30.480 [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-21 19:59:30.480 [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-21 19:59:30.481 [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-3ca4f32d-45c4-4cd8-a4d3-bafcee583432', protocol='range'} -2024-06-21 19:59:30.481 [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-9f2c88c8-34a4-496e-a0b4-0d7ab4cdea21', protocol='range'} -2024-06-21 19:59:30.482 [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-3a6a0391-58ed-4c2a-8371-7f4b3f545b94', protocol='range'} -2024-06-21 19:59:30.482 [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-3ca4f32d-45c4-4cd8-a4d3-bafcee583432=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-9f2c88c8-34a4-496e-a0b4-0d7ab4cdea21=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-2-3a6a0391-58ed-4c2a-8371-7f4b3f545b94=Assignment(partitions=[test1-0, test1-1, test1-2])} -2024-06-21 19:59:30.485 [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-3ca4f32d-45c4-4cd8-a4d3-bafcee583432', protocol='range'} -2024-06-21 19:59:30.485 [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-9f2c88c8-34a4-496e-a0b4-0d7ab4cdea21', protocol='range'} -2024-06-21 19:59:30.486 [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-21 19:59:30.486 [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-21 19:59:30.486 [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-3a6a0391-58ed-4c2a-8371-7f4b3f545b94', protocol='range'} -2024-06-21 19:59:30.486 [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-21 19:59:30.486 [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-21 19:59:30.486 [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-21 19:59:30.486 [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-21 19:59:30.488 [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-21 19:59:30.488 [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-21 19:59:30.489 [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-21 19:59:30.489 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 19:59:30.488 [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-21 19:59:30.489 [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-21 19:59:30.489 [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-21 19:59:30.489 [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-21 19:59:30.489 [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-21 19:59:30.489 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 19:59:30.489 [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-21 20:00:49.979 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 20:00:49.983 [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-21 20:00:50.418 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:00:50.419 [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-21 20:00:50.814 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:01:28.161 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:01:28.219 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:01:28.219 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:01:28.242 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:01:28.325 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:01:29.165 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:01:29.180 [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-21 20:01:29.180 [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-21 20:01:29.180 [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-21 20:01:29.180 [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-21 20:01:29.180 [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-21 20:01:29.180 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 20:01:29.181 [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-3a6a0391-58ed-4c2a-8371-7f4b3f545b94 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:01:29.181 [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-3ca4f32d-45c4-4cd8-a4d3-bafcee583432 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:01:29.181 [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-9f2c88c8-34a4-496e-a0b4-0d7ab4cdea21 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:01:29.181 [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-21 20:01:29.181 [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-21 20:01:29.181 [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-21 20:01:29.184 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:01:29.184 [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-21 20:01:29.184 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:01:29.184 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:01:29.184 [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-21 20:01:29.184 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:01:29.186 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:01:29.186 [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-21 20:01:29.186 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:01:29.187 [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-21 20:01:29.187 [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-21 20:01:29.187 [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-21 20:01:29.187 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:01:29.187 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:01:29.187 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:01:29.188 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:01:29.189 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:01:29.189 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:01:29.240 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 20:01:29.245 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 20:01:38.534 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 25588 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 20:01:38.536 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 20:01:38.537 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 20:01:39.210 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 20:01:39.212 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 20:01:39.234 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 20:01:39.475 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 20:01:39.578 [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-21 20:01:39.579 [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-21 20:01:39.581 [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-21 20:01:39.594 [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-21 20:01:39.623 [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-21 20:01:39.627 [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-21 20:01:39.896 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 20:01:39.906 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 20:01:39.906 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 20:01:40.029 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 20:01:40.030 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1445 ms -2024-06-21 20:01:40.820 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 20:01:41.203 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 20:01:41.209 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 20:01:41.226 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 20:01:41.267 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 20:01:41.288 [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-21 20:01:41.354 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:01:41.354 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:01:41.354 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971301353 -2024-06-21 20:01:41.356 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 20:01:41.458 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 20:01:41.557 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 20:01:41.683 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:01:41.684 [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-21 20:01:41.686 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:01:41.697 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:01:41.700 [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-0408bb2b-6401-4b50-adc1-67202ec91861', protocol='range'} -2024-06-21 20:01:41.701 [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-0408bb2b-6401-4b50-adc1-67202ec91861=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:01:41.706 [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-0408bb2b-6401-4b50-adc1-67202ec91861', protocol='range'} -2024-06-21 20:01:41.706 [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-21 20:01:41.708 [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-21 20:01:41.714 [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-21 20:01:41.714 [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-21 20:01:41.714 [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-21 20:01:41.714 [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-21 20:01:41.714 [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-21 20:01:41.715 [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-21 20:01:41.715 [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-21 20:01:41.715 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:01:42.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-21 20:01:42.347 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:01:42.348 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:01:42.348 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971302347 -2024-06-21 20:01:42.349 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:01:42.355 [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-21 20:01:42.358 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:01:42.359 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:01:42.359 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:01:42.359 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971302358 -2024-06-21 20:01:42.359 [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-21 20:01:42.359 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:01:42.359 [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-21 20:01:42.360 [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-21 20:01:42.362 [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-21 20:01:42.362 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:01:42.363 [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-21 20:01:42.364 [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-21 20:01:42.364 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:01:42.364 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:01:42.364 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971302364 -2024-06-21 20:01:42.364 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:01:42.364 [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-3e3e5e3d-1681-4de3-94d6-ee3a7312c397', protocol='range'} -2024-06-21 20:01:42.364 [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-3e3e5e3d-1681-4de3-94d6-ee3a7312c397=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:01:42.366 [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-3e3e5e3d-1681-4de3-94d6-ee3a7312c397', protocol='range'} -2024-06-21 20:01:42.366 [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-21 20:01:42.366 [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-21 20:01:42.367 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:01:42.367 [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-21 20:01:42.367 [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-21 20:01:42.367 [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-21 20:01:42.369 [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-21 20:01:42.369 [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-21 20:01:42.369 [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-21 20:01:42.369 [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-21 20:01:42.369 [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-21 20:01:42.369 [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-21 20:01:42.369 [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-21 20:01:42.373 [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-21 20:01:42.374 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:01:42.374 [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-21 20:01:42.382 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 20:01:42.383 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 20:01:42.531 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@36ec4071 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 52877] -2024-06-21 20:01:43.179 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.358 seconds (JVM running for 6.161) -2024-06-21 20:01:43.181 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 20:01:45.373 [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-21 20:01:45.374 [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-21 20:01:45.374 [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-21 20:01:45.374 [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-21 20:01:45.380 [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-5a4feb88-b18b-464d-92a8-fdb01113d74e', protocol='range'} -2024-06-21 20:01:45.380 [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-3e3e5e3d-1681-4de3-94d6-ee3a7312c397', protocol='range'} -2024-06-21 20:01: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 8: {consumer-Topics-3-5a4feb88-b18b-464d-92a8-fdb01113d74e=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-874c8cc0-bd05-41b7-90b0-8a3b41deaa7d=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-2-3e3e5e3d-1681-4de3-94d6-ee3a7312c397=Assignment(partitions=[test1-0, test1-1, test1-2])} -2024-06-21 20:01:45.382 [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-874c8cc0-bd05-41b7-90b0-8a3b41deaa7d', protocol='range'} -2024-06-21 20:01:45.388 [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-5a4feb88-b18b-464d-92a8-fdb01113d74e', protocol='range'} -2024-06-21 20:01:45.388 [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-874c8cc0-bd05-41b7-90b0-8a3b41deaa7d', protocol='range'} -2024-06-21 20:01:45.388 [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-3e3e5e3d-1681-4de3-94d6-ee3a7312c397', protocol='range'} -2024-06-21 20:01:45.388 [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-21 20:01:45.388 [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-21 20:01:45.388 [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-21 20:01:45.388 [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-21 20:01:45.389 [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-21 20:01:45.389 [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-21 20:01:45.390 [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-21 20:01:45.391 [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-21 20:01:45.391 [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-21 20:01:45.391 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 20:01:45.391 [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-21 20:01:45.391 [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-21 20:01:45.392 [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-21 20:01:45.393 [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-21 20:01:45.393 [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-21 20:01:45.393 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:01:45.393 [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-21 20:02:15.915 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:02:15.938 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:02:15.960 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:02:16.197 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:02:16.333 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:02:16.487 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:02:16.506 [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-21 20:02:16.506 [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-21 20:02:16.506 [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-21 20:02:16.506 [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-21 20:02:16.506 [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-21 20:02:16.506 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 20:02:16.507 [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-3e3e5e3d-1681-4de3-94d6-ee3a7312c397 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:02:16.507 [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-5a4feb88-b18b-464d-92a8-fdb01113d74e sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:02:16.507 [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-874c8cc0-bd05-41b7-90b0-8a3b41deaa7d sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:02:16.508 [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-21 20:02:16.508 [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-21 20:02:16.508 [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-21 20:02:16.510 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:02:16.510 [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-21 20:02:16.510 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:02:16.510 [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-21 20:02:16.511 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:02:16.511 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:02:16.512 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:02:16.512 [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-21 20:02:16.512 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:02:16.513 [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-21 20:02:16.514 [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-21 20:02:16.514 [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-21 20:02:16.514 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:02:16.514 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:02:16.514 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:02:16.515 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:02:16.515 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:02:16.515 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:02:16.618 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 20:02:16.622 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 20:02:27.805 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 14852 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 20:02:27.806 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 20:02:27.807 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 20:02:28.439 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 20:02:28.442 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 20:02:28.475 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 15 ms. Found 0 Redis repository interfaces. -2024-06-21 20:02:28.753 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$2c83d7d0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 20:02:28.858 [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-21 20:02:28.860 [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-21 20:02:28.862 [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-21 20:02:28.878 [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-21 20:02:28.917 [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-21 20:02:28.922 [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-21 20:02:29.193 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 20:02:29.202 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 20:02:29.202 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 20:02:29.316 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 20:02:29.316 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1467 ms -2024-06-21 20:02:30.069 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 20:02:30.447 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 20:02:30.453 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 20:02:30.471 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 20:02:30.518 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 20:02:30.541 [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-21 20:02:30.622 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:02:30.623 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:02:30.623 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971350621 -2024-06-21 20:02:30.624 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 20:02:30.755 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 20:02:30.825 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 20:02:30.967 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:02:30.968 [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-21 20:02:30.970 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:02:30.980 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:02:30.983 [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-c1d3975f-5455-42e6-a100-1fdb4050995e', protocol='range'} -2024-06-21 20:02:30.985 [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-c1d3975f-5455-42e6-a100-1fdb4050995e=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:02:30.990 [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-c1d3975f-5455-42e6-a100-1fdb4050995e', protocol='range'} -2024-06-21 20:02:30.991 [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-21 20:02:30.992 [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-21 20:02:31.000 [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-21 20:02:31.000 [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-21 20:02:31.000 [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-21 20:02:31.000 [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-21 20:02:31.000 [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-21 20:02:31.001 [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-21 20:02:31.001 [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-21 20:02:31.001 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:02:31.683 [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-21 20:02:31.687 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:02:31.688 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:02:31.688 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971351687 -2024-06-21 20:02:31.690 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:02:31.698 [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-21 20:02:31.701 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:02:31.701 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:02:31.701 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971351701 -2024-06-21 20:02:31.701 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:02:31.702 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:02:31.702 [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-21 20:02:31.702 [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-21 20:02:31.703 [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-21 20:02:31.706 [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-21 20:02:31.706 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:02:31.706 [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-21 20:02:31.707 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:02:31.707 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:02:31.707 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971351707 -2024-06-21 20:02:31.707 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:02:31.707 [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-21 20:02:31.708 [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-a0da60f7-cfe9-452f-96b0-7b7d02f10449', protocol='range'} -2024-06-21 20:02:31.708 [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-a0da60f7-cfe9-452f-96b0-7b7d02f10449=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:02:31.710 [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-a0da60f7-cfe9-452f-96b0-7b7d02f10449', protocol='range'} -2024-06-21 20:02:31.710 [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-21 20:02:31.710 [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-21 20:02:31.711 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:02:31.711 [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-21 20:02:31.711 [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-21 20:02:31.712 [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-21 20:02:31.714 [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-21 20:02:31.715 [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-21 20:02:31.715 [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-21 20:02:31.715 [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-21 20:02:31.716 [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-21 20:02:31.716 [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-21 20:02:31.716 [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-21 20:02:31.716 [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-21 20:02:31.716 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:02:31.717 [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-21 20:02:31.722 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 20:02:31.724 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 20:02:31.859 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#5158a9f7:0/SimpleConnection@2571bdf4 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 52930] -2024-06-21 20:02:32.447 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.045 seconds (JVM running for 6.411) -2024-06-21 20:02:32.449 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 20:02:32.768 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 20:02:32.772 [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-21 20:02:33.214 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:02:33.214 [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-21 20:02:33.641 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:02:34.710 [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-21 20:02:34.710 [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-21 20:02:34.711 [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-21 20:02:34.711 [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-21 20:02:34.716 [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-a64ff0cb-cefd-48ea-960f-829b16159a21', protocol='range'} -2024-06-21 20:02:34.716 [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-8f23e348-3a2d-464d-b592-50d560270466', protocol='range'} -2024-06-21 20:02:34.716 [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-a0da60f7-cfe9-452f-96b0-7b7d02f10449', protocol='range'} -2024-06-21 20:02:34.717 [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-3-a64ff0cb-cefd-48ea-960f-829b16159a21=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-8f23e348-3a2d-464d-b592-50d560270466=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-2-a0da60f7-cfe9-452f-96b0-7b7d02f10449=Assignment(partitions=[test1-0, test1-1, test1-2])} -2024-06-21 20:02:34.719 [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-a64ff0cb-cefd-48ea-960f-829b16159a21', protocol='range'} -2024-06-21 20:02:34.719 [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-8f23e348-3a2d-464d-b592-50d560270466', protocol='range'} -2024-06-21 20:02:34.720 [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-21 20:02:34.720 [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-21 20:02:34.720 [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-21 20:02:34.720 [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-21 20:02:34.720 [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-a0da60f7-cfe9-452f-96b0-7b7d02f10449', protocol='range'} -2024-06-21 20:02:34.720 [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-21 20:02:34.720 [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-21 20:02:34.725 [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-21 20:02:34.725 [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-21 20:02:34.725 [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-21 20:02:34.726 [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-21 20:02:34.726 [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-21 20:02:34.726 [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-21 20:02:34.726 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:02:34.726 [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-21 20:02:34.726 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 20:02:34.727 [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-21 20:02:34.727 [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-21 20:07:30.222 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:07:30.265 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:07:30.293 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:07:30.752 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:07:30.987 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:07:31.157 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:07:31.181 [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-21 20:07:31.181 [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-21 20:07:31.181 [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-21 20:07:31.181 [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-a0da60f7-cfe9-452f-96b0-7b7d02f10449 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:07:31.181 [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-21 20:07:31.181 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 20:07:31.181 [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-21 20:07:31.182 [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-8f23e348-3a2d-464d-b592-50d560270466 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:07:31.182 [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-a64ff0cb-cefd-48ea-960f-829b16159a21 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:07:31.182 [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-21 20:07:31.182 [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-21 20:07:31.182 [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-21 20:07:31.184 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:07:31.184 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:07:31.184 [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-21 20:07:31.184 [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-21 20:07:31.184 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:07:31.184 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:07:31.185 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:07:31.185 [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-21 20:07:31.185 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:07:31.190 [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-21 20:07:31.191 [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-21 20:07:31.191 [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-21 20:07:31.191 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:07:31.191 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:07:31.191 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:07:31.195 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:07:31.195 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:07:31.195 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:07:31.253 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 20:07:31.262 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 20:07:41.420 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 12064 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 20:07:41.422 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 20:07:41.422 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 20:07:42.057 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 20:07:42.060 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 20:07:42.085 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 20:07:42.334 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 20:07:42.434 [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-21 20:07:42.436 [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-21 20:07:42.438 [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-21 20:07:42.457 [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-21 20:07:42.495 [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-21 20:07:42.499 [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-21 20:07:42.798 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 20:07:42.809 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 20:07:42.809 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 20:07:42.973 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 20:07:42.973 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1517 ms -2024-06-21 20:07:43.740 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 20:07:44.095 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 20:07:44.100 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 20:07:44.117 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 20:07:44.156 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 20:07:44.172 [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-21 20:07:44.226 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:07:44.226 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:07:44.227 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971664225 -2024-06-21 20:07:44.228 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 20:07:44.344 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 20:07:44.419 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 20:07:44.482 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:07:44.482 [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-21 20:07:44.484 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:07:44.492 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:07:44.494 [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-a6266294-d13d-4966-9ec7-02a3c3fb5a25', protocol='range'} -2024-06-21 20:07:44.496 [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-a6266294-d13d-4966-9ec7-02a3c3fb5a25=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:07:44.501 [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-a6266294-d13d-4966-9ec7-02a3c3fb5a25', protocol='range'} -2024-06-21 20:07:44.501 [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-21 20:07:44.502 [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-21 20:07:44.510 [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-21 20:07:44.510 [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-21 20:07:44.510 [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-21 20:07:44.510 [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-21 20:07:44.510 [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-21 20:07:44.510 [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-21 20:07:44.510 [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-21 20:07:44.510 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:07:45.123 [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-21 20:07:45.131 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:07:45.131 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:07:45.131 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971665131 -2024-06-21 20:07:45.133 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:07:45.141 [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-21 20:07:45.146 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:07:45.146 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:07:45.146 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:07:45.146 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971665145 -2024-06-21 20:07:45.146 [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-21 20:07:45.146 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:07:45.147 [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-21 20:07:45.148 [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-21 20:07:45.149 [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-21 20:07:45.151 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:07:45.151 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:07:45.152 [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-21 20:07:45.152 [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-573cf4bb-eed5-4f1f-88f0-ad4b00dcf7f2', protocol='range'} -2024-06-21 20:07:45.152 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:07:45.152 [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-2-573cf4bb-eed5-4f1f-88f0-ad4b00dcf7f2=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:07:45.152 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971665151 -2024-06-21 20:07:45.152 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:07:45.153 [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-21 20:07:45.154 [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-573cf4bb-eed5-4f1f-88f0-ad4b00dcf7f2', protocol='range'} -2024-06-21 20:07:45.154 [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-21 20:07:45.154 [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-21 20:07:45.155 [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-21 20:07:45.156 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:07:45.156 [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-21 20:07:45.157 [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-21 20:07:45.157 [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-21 20:07:45.157 [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-21 20:07:45.157 [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-21 20:07:45.157 [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-21 20:07:45.157 [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-21 20:07:45.158 [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-21 20:07:45.158 [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-21 20:07:45.158 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:07:45.158 [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-21 20:07:45.160 [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-21 20:07:45.166 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 20:07:45.168 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 20:07:45.308 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@36ec4071 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 53305] -2024-06-21 20:07:45.682 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 20:07:45.687 [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-21 20:07:45.940 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.822 seconds (JVM running for 5.431) -2024-06-21 20:07:45.942 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 20:07:46.126 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:07:46.126 [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-21 20:07:46.523 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:07:48.168 [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-21 20:07:48.169 [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-21 20:07:48.169 [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-21 20:07:48.169 [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-21 20:07:48.170 [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-cbac8c50-23e7-40a2-8cda-224469f5bda8', protocol='range'} -2024-06-21 20:07:48.170 [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-573cf4bb-eed5-4f1f-88f0-ad4b00dcf7f2', protocol='range'} -2024-06-21 20:07:48.170 [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-6d6f745b-ed30-41b3-8613-a64bf514d731', protocol='range'} -2024-06-21 20:07:48.171 [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-4-cbac8c50-23e7-40a2-8cda-224469f5bda8=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-3-6d6f745b-ed30-41b3-8613-a64bf514d731=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-573cf4bb-eed5-4f1f-88f0-ad4b00dcf7f2=Assignment(partitions=[test1-0, test1-1, test1-2])} -2024-06-21 20:07:48.173 [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-cbac8c50-23e7-40a2-8cda-224469f5bda8', protocol='range'} -2024-06-21 20:07:48.173 [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-6d6f745b-ed30-41b3-8613-a64bf514d731', protocol='range'} -2024-06-21 20:07:48.173 [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-21 20:07:48.173 [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-21 20:07:48.174 [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-21 20:07:48.174 [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-573cf4bb-eed5-4f1f-88f0-ad4b00dcf7f2', protocol='range'} -2024-06-21 20:07:48.174 [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-21 20:07:48.174 [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-21 20:07:48.174 [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-21 20:07:48.175 [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-21 20:07:48.175 [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-21 20:07:48.175 [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-21 20:07:48.175 [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-21 20:07:48.175 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 20:07:48.176 [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-21 20:07:48.176 [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-21 20:07:48.176 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:07:48.176 [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-21 20:07:48.177 [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-21 20:07:48.177 [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-21 20:08:04.120 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 20:08:04.120 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 20:08:04.121 [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 38 39 37 31 36 38 34 30 37 39 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 32 37 34 30 30 30 33 37 30 30 30 33 38 31 30 30 30 30 30 30 44 35 30 31 30 39 2e 36 30 30 32 35 30 30 30 30 31 33 35 39 35 32 38 34 30 31 33 33 30 30 30 32 37 30 30 30 31 32 32 37 38 30 30 30 36 30 37 36 34 2e 38 38 30 30 30 30 32 34 30 30 30 30 36 30 36 30 30 30 30 33 32 34 30 30 30 34 30 30 30 33 30 30 30 39 32 30 30 30 30 39 34 30 30 30 30 32 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e4 7E -2024-06-21 20:08:04.136 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718971684079, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=43.44000000, dischargeVoltage=274000, dischargeCurrent=37000, insulationResistance=381000000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=9.600, motorControllerTemperature=250000, motorSpeed=13595, motorTorque=2840, motorTemperature=133000, motorVoltage=27000, motorCurrent=12278000, powerBattery=60764., maxFeedbackPower=880000, maxDischargePower=240000, bmsSelfCheck=60, powerBatteryCurrent=60000, powerBatteryV3=324000, maxVoltage=4000, minVoltage=3000, maxTemperature=920000, minTemperature=940000, availableCapacity=230000, 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-21 20:08:04.194 [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-21 20:08:04.206 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:08:04.206 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:08:04.206 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718971684206 -2024-06-21 20:08:04.209 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:08:06.874 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 20:08:06.876 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 20:08:06.876 [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 38 39 37 31 36 38 35 30 39 30 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 33 36 37 30 30 30 32 36 30 30 30 37 34 33 36 30 30 30 30 30 44 31 30 37 30 39 2e 39 30 30 31 37 30 30 30 30 34 30 30 39 39 39 36 39 30 35 31 30 30 30 30 32 32 36 30 30 31 31 38 36 34 30 30 30 36 30 37 36 34 2e 34 34 30 30 30 30 39 31 30 30 30 30 38 30 36 30 30 30 30 37 30 33 30 30 30 34 30 30 30 33 30 30 30 37 39 30 30 30 30 33 37 30 30 30 30 33 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0b 7E -2024-06-21 20:08:06.876 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718971685090, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=43.47000000, dischargeVoltage=367000, dischargeCurrent=26000, insulationResistance=743600000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=9.900, motorControllerTemperature=170000, motorSpeed=40099, motorTorque=9690, motorTemperature=510000, motorVoltage=22600, motorCurrent=11864000, powerBattery=60764., maxFeedbackPower=440000, maxDischargePower=910000, bmsSelfCheck=80, powerBatteryCurrent=60000, powerBatteryV3=703000, maxVoltage=4000, minVoltage=3000, maxTemperature=790000, minTemperature=370000, availableCapacity=360000, 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-21 20:08:06.876 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 20:08:06.876 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 20:08:06.876 [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 38 39 37 31 36 38 36 30 39 32 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 30 38 30 30 30 33 31 30 30 30 31 37 36 31 31 30 30 30 30 44 38 30 37 30 31 31 2e 39 30 33 30 30 30 30 30 39 36 39 36 37 34 33 33 30 36 37 30 30 30 30 31 36 36 30 30 33 33 33 34 30 30 30 30 36 30 37 36 34 2e 35 38 30 30 30 30 32 38 30 30 30 30 37 30 31 32 30 30 30 32 32 36 30 30 30 34 30 30 30 34 30 30 30 35 36 30 30 30 30 34 36 30 30 30 30 36 39 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-21 20:08:06.876 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718971686092, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=43.51000000, dischargeVoltage=208000, dischargeCurrent=31000, insulationResistance=176110000, gear=D, accelerationPedal=80, brakePedal=70, fuelConsumption=11.90, motorControllerTemperature=300000, motorSpeed=96967, motorTorque=4330, motorTemperature=670000, motorVoltage=16600, motorCurrent=33340000, powerBattery=60764., maxFeedbackPower=580000, maxDischargePower=280000, bmsSelfCheck=70, powerBatteryCurrent=12000, powerBatteryV3=226000, maxVoltage=4000, minVoltage=4000, maxTemperature=560000, minTemperature=460000, availableCapacity=690000, 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-21 20:08:07.113 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 20:08:07.114 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 20:08:07.114 [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 38 39 37 31 36 38 37 30 37 39 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 32 39 30 30 30 30 34 30 30 30 30 37 30 35 38 30 30 30 30 30 44 39 30 32 30 31 30 2e 37 30 37 31 30 30 30 30 36 36 36 33 30 39 35 32 30 36 30 30 30 30 30 31 34 39 30 30 32 38 39 36 30 30 30 30 36 30 37 36 34 2e 34 36 30 30 30 30 32 31 30 30 30 30 34 30 38 30 30 30 30 33 32 34 30 30 30 33 30 30 30 34 30 30 30 35 35 30 30 30 30 37 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 f1 7E -2024-06-21 20:08:07.114 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718971687079, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=43.54000000, dischargeVoltage=290000, dischargeCurrent=40000, insulationResistance=705800000, gear=D, accelerationPedal=90, brakePedal=20, fuelConsumption=10.70, motorControllerTemperature=710000, motorSpeed=66630, motorTorque=9520, motorTemperature=600000, motorVoltage=14900, motorCurrent=28960000, powerBattery=60764., maxFeedbackPower=460000, maxDischargePower=210000, bmsSelfCheck=40, powerBatteryCurrent=80000, powerBatteryV3=324000, maxVoltage=3000, minVoltage=4000, maxTemperature=550000, minTemperature=730000, 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-21 20:08:07.403 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 故障信息发送到RabbitMQ -2024-06-21 20:08:07.403 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:284 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 20:08:07.433 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 20:08:07.434 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 20:08:07.488 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 20:08:07.508 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 20:08:07.508 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 20:08:07.551 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 20:08:07.579 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 20:08:07.579 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 20:08:07.628 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 20:08:07.663 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 20:08:07.663 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 20:08:08.113 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 20:08:08.113 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 20:08:08.113 [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 38 39 37 31 36 38 38 30 38 31 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 35 39 37 30 30 30 34 32 30 30 30 32 30 39 39 31 30 30 30 30 44 34 30 36 30 39 2e 32 30 30 39 31 30 30 30 30 32 39 38 33 30 31 36 39 30 37 37 30 30 30 30 31 33 36 30 30 36 31 31 30 30 30 30 30 36 30 37 36 34 2e 31 33 30 30 30 30 31 32 30 30 30 30 31 33 36 30 30 30 30 36 36 39 30 30 30 33 30 30 30 33 30 30 30 32 35 30 30 30 30 33 34 30 30 30 30 33 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e9 7E -2024-06-21 20:08:08.113 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718971688081, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=43.58000000, dischargeVoltage=597000, dischargeCurrent=42000, insulationResistance=209910000, gear=D, accelerationPedal=40, brakePedal=60, fuelConsumption=9.200, motorControllerTemperature=910000, motorSpeed=29830, motorTorque=1690, motorTemperature=770000, motorVoltage=13600, motorCurrent=61100000, powerBattery=60764., maxFeedbackPower=130000, maxDischargePower=120000, bmsSelfCheck=13, powerBatteryCurrent=60000, powerBatteryV3=669000, maxVoltage=3000, minVoltage=3000, maxTemperature=250000, minTemperature=340000, availableCapacity=360000, 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-21 20:08:08.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:289 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 20:08:08.203 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 20:08:08.203 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 20:10:37.536 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 20:10:37.537 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 20:10:37.537 [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 38 39 37 31 38 33 37 35 30 34 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 33 35 37 30 30 30 39 30 30 30 30 31 31 31 38 32 30 30 30 30 44 39 30 30 30 31 31 2e 30 30 39 38 30 30 30 30 31 36 34 38 35 37 32 38 30 31 31 34 30 30 30 31 35 31 30 30 31 34 35 38 35 30 30 30 36 30 37 35 33 2e 32 37 30 30 30 30 38 30 30 30 30 30 32 30 31 32 30 30 30 35 31 36 30 30 30 34 30 30 30 34 30 30 30 38 32 30 30 30 30 39 30 30 30 30 30 33 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 de 7E -2024-06-21 20:10:37.537 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718971837504, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=43.64000000, dischargeVoltage=357000, dischargeCurrent=90000, insulationResistance=111820000, gear=D, accelerationPedal=90, brakePedal=00, fuelConsumption=11.00, motorControllerTemperature=980000, motorSpeed=16485, motorTorque=7280, motorTemperature=114000, motorVoltage=15100, motorCurrent=14585000, powerBattery=60753., maxFeedbackPower=270000, maxDischargePower=800000, bmsSelfCheck=20, powerBatteryCurrent=12000, powerBatteryV3=516000, maxVoltage=4000, minVoltage=4000, maxTemperature=820000, minTemperature=900000, availableCapacity=330000, 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-21 20:10:37.597 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 故障信息发送到RabbitMQ -2024-06-21 20:10:37.597 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:284 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 20:10:37.635 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 20:10:37.636 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:316 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 20:23:16.664 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:23:16.693 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:23:16.720 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:23:16.727 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:23:17.010 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:23:17.011 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:23:17.068 [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-21 20:23:17.068 [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-21 20:23:17.068 [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-21 20:23:17.068 [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-21 20:23:17.068 [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-21 20:23:17.068 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 20:23:17.070 [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-6d6f745b-ed30-41b3-8613-a64bf514d731 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:23:17.070 [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-cbac8c50-23e7-40a2-8cda-224469f5bda8 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:23:17.070 [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-573cf4bb-eed5-4f1f-88f0-ad4b00dcf7f2 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:23:17.072 [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-21 20:23:17.072 [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-21 20:23:17.072 [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-21 20:23:17.081 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:23:17.081 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:23:17.082 [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-21 20:23:17.082 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:23:17.082 [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-21 20:23:17.082 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:23:17.083 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:23:17.084 [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-21 20:23:17.084 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:23:17.087 [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-21 20:23:17.087 [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-21 20:23:17.087 [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-21 20:23:17.088 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:23:17.088 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:23:17.088 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:23:17.095 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:23:17.096 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:23:17.096 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:23:17.158 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 20:23:17.159 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:23:17.159 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 20:23:17.159 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:23:17.159 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 20:23:17.376 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 20:23:17.390 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 20:23:28.974 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 23416 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 20:23:28.996 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 20:23:28.997 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 20:23:29.526 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'directExchange' defined in class path resource [com/muyu/mqtt/config/RabbitConfig.class]: Cannot register bean definition [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=rabbitConfig; factoryMethodName=directExchange; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/mqtt/config/RabbitConfig.class]] for bean 'directExchange': There is already [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=rabbitMQConfig; factoryMethodName=directExchange; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/event/listen/RabbitMQConfig.class]] bound. -2024-06-21 20:23:29.534 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 20:23:29.550 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -The bean 'directExchange', defined in class path resource [com/muyu/mqtt/config/RabbitConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/muyu/event/listen/RabbitMQConfig.class] and overriding is disabled. - -Action: - -Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true - -2024-06-21 20:26:25.662 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 6816 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 20:26:25.663 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 20:26:25.664 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 20:26:26.153 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'directExchange' defined in class path resource [com/muyu/mqtt/config/RabbitConfig.class]: Cannot register bean definition [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=rabbitConfig; factoryMethodName=directExchange; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/mqtt/config/RabbitConfig.class]] for bean 'directExchange': There is already [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=rabbitMQConfig; factoryMethodName=directExchange; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/event/listen/RabbitMQConfig.class]] bound. -2024-06-21 20:26:26.158 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 20:26:26.170 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -The bean 'directExchange', defined in class path resource [com/muyu/mqtt/config/RabbitConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/muyu/event/listen/RabbitMQConfig.class] and overriding is disabled. - -Action: - -Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true - -2024-06-21 20:26:52.052 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 20788 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 20:26:52.053 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 20:26:52.054 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 20:26:52.461 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'directExchange' defined in class path resource [com/muyu/mqtt/config/RabbitConfig.class]: Cannot register bean definition [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=rabbitConfig; factoryMethodName=directExchange; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/mqtt/config/RabbitConfig.class]] for bean 'directExchange': There is already [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=rabbitMQConfig; factoryMethodName=directExchange; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/event/listen/RabbitMQConfig.class]] bound. -2024-06-21 20:26:52.466 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 20:26:52.478 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -The bean 'directExchange', defined in class path resource [com/muyu/mqtt/config/RabbitConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/muyu/event/listen/RabbitMQConfig.class] and overriding is disabled. - -Action: - -Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true - -2024-06-21 20:32:54.117 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 11776 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 20:32:54.118 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 20:32:54.119 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 20:32:54.838 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 20:32:54.840 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 20:32:54.867 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces. -2024-06-21 20:32:55.155 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 20:32:55.280 [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-21 20:32:55.282 [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-21 20:32:55.284 [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-21 20:32:55.295 [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-21 20:32:55.331 [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-21 20:32:55.336 [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-21 20:32:55.626 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 20:32:55.636 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 20:32:55.636 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 20:32:55.752 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 20:32:55.752 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1584 ms -2024-06-21 20:32:56.596 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 20:32:56.928 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 20:32:56.934 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 20:32:56.951 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 20:32:56.993 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 20:32:57.015 [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-21 20:32:57.115 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:32:57.115 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:32:57.116 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718973177114 -2024-06-21 20:32:57.117 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 20:32:57.240 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 20:32:57.376 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 20:32:57.458 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:32:57.461 [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-21 20:32:57.462 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:32:57.484 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:32:57.493 [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-2203868e-cd37-44be-ac91-47b3bbfea9fe', protocol='range'} -2024-06-21 20:32:57.495 [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-2203868e-cd37-44be-ac91-47b3bbfea9fe=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:32:57.515 [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-2203868e-cd37-44be-ac91-47b3bbfea9fe', protocol='range'} -2024-06-21 20:32:57.515 [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-21 20:32:57.517 [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-21 20:32:57.529 [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-21 20:32:57.530 [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-21 20:32:57.530 [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-21 20:32:57.530 [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-21 20:32:57.530 [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-21 20:32:57.530 [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-21 20:32:57.530 [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-21 20:32:57.530 [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=6, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:32:58.184 [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-21 20:32:58.190 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:32:58.191 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:32:58.191 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718973178190 -2024-06-21 20:32:58.192 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:32:58.200 [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-21 20:32:58.203 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:32:58.203 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:32:58.203 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718973178203 -2024-06-21 20:32:58.204 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:32:58.204 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:32:58.204 [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-21 20:32:58.205 [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-21 20:32:58.205 [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-21 20:32:58.208 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:32:58.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-21 20:32:58.208 [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-21 20:32:58.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-21 20:32:58.209 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:32:58.209 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:32:58.209 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718973178209 -2024-06-21 20:32:58.209 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:32:58.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-83b8a010-edb1-47ef-893a-0a98f37d2395', protocol='range'} -2024-06-21 20:32:58.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-83b8a010-edb1-47ef-893a-0a98f37d2395=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:32:58.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-21 20:32:58.212 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: oD4Ip6GtTNa30IVbMeo3uw -2024-06-21 20:32:58.213 [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-21 20:32:58.213 [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-83b8a010-edb1-47ef-893a-0a98f37d2395', protocol='range'} -2024-06-21 20:32:58.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-21 20:32:58.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-21 20:32:58.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-21 20:32:58.215 [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-21 20:32:58.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-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-21 20:32:58.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-21 20:32:58.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-21 20:32:58.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-21 20:32:58.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-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-21 20:32:58.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-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-21 20:32:58.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-21 20:32:58.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=6, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:32:58.219 [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-21 20:32:58.222 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 20:32:58.223 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 20:32:58.377 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@20d92f1e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 50073] -2024-06-21 20:32:58.763 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 20:32:58.767 [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-21 20:32:58.999 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.3 seconds (JVM running for 6.061) -2024-06-21 20:32:59.000 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 20:32:59.199 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:32:59.199 [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-21 20:32:59.580 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:32:59.581 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 20:32:59.582 [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-21 20:32:59.959 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:32:59.960 [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-21 20:33:00.364 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:33:01.212 [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-21 20:33:01.213 [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-21 20:33:01.213 [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-21 20:33:01.213 [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-21 20:33:01.217 [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-b0dbad72-a90c-41c3-a5ca-2fca24be4e46', protocol='range'} -2024-06-21 20:33:01.217 [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-6a5d7f68-034f-4a65-993d-9b6db3fe68b2', protocol='range'} -2024-06-21 20:33:01.219 [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-83b8a010-edb1-47ef-893a-0a98f37d2395', protocol='range'} -2024-06-21 20:33:01.219 [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-6a5d7f68-034f-4a65-993d-9b6db3fe68b2=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-83b8a010-edb1-47ef-893a-0a98f37d2395=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-b0dbad72-a90c-41c3-a5ca-2fca24be4e46=Assignment(partitions=[test1-6, test1-7])} -2024-06-21 20:33:01.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-6a5d7f68-034f-4a65-993d-9b6db3fe68b2', protocol='range'} -2024-06-21 20:33:01.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-21 20:33:01.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-21 20:33:01.224 [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-83b8a010-edb1-47ef-893a-0a98f37d2395', protocol='range'} -2024-06-21 20:33:01.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-b0dbad72-a90c-41c3-a5ca-2fca24be4e46', protocol='range'} -2024-06-21 20:33:01.224 [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-21 20:33:01.224 [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-21 20:33:01.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-21 20:33:01.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-21 20:33:01.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-21 20:33:01.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-21 20:33:01.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=6, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:33:01.227 [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-21 20:33:01.228 [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-21 20:33:01.228 [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-21 20:33:01.228 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 20:33:01.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-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-21 20:33:01.229 [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-21 20:33:01.229 [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-21 20:33:01.229 [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-21 20:45:30.255 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 23428 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 20:45:30.257 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 20:45:30.258 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 20:45:30.902 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 20:45:30.905 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 20:45:30.928 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 20:45:31.176 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 20:45:31.287 [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-21 20:45:31.288 [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-21 20:45:31.291 [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-21 20:45:31.308 [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-21 20:45:31.354 [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-21 20:45:31.361 [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-21 20:45:31.614 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 20:45:31.622 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 20:45:31.623 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 20:45:31.733 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 20:45:31.733 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1433 ms -2024-06-21 20:45:32.406 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 20:45:33.481 [main] ERROR com.zaxxer.hikari.pool.HikariPool:594 - HikariPool-1 - Exception during pool initialization. -com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure - -The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. - at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174) - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64) - at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:828) - at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:448) - at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) - at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) - at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) - at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364) - at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) - at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) - at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) - at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115) - at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) - at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:159) - at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:117) - at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80) - at org.mybatis.spring.transaction.SpringManagedTransaction.openConnection(SpringManagedTransaction.java:80) - at org.mybatis.spring.transaction.SpringManagedTransaction.getConnection(SpringManagedTransaction.java:67) - at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:337) - at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:86) - at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:62) - at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) - at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) - at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) - at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81) - at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62) - at jdk.proxy2/jdk.proxy2.$Proxy82.query(Unknown Source) - at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) - at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) - at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:568) - at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427) - at jdk.proxy2/jdk.proxy2.$Proxy76.selectList(Unknown Source) - at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) - at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166) - at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) - at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) - at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) - at jdk.proxy2/jdk.proxy2.$Proxy77.selectVehicleEvent(Unknown Source) - at com.muyu.event.service.impl.EventServiceImpl.selectVehicleEvent(EventServiceImpl.java:249) - at com.muyu.event.EventRunner.run(EventRunner.java:25) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:568) - at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) - at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) - at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:745) - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:420) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1317) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306) - at com.muyu.IotDbApplication.main(IotDbApplication.java:12) -Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure - -The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) - at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) - at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) - at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61) - at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105) - at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151) - at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167) - at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89) - at com.mysql.cj.NativeSession.connect(NativeSession.java:119) - at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:948) - at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:818) - ... 66 common frames omitted -Caused by: java.net.SocketException: Network is unreachable: no further information - at java.base/sun.nio.ch.Net.pollConnect(Native Method) - at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) - at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) - at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) - at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) - at java.base/java.net.Socket.connect(Socket.java:633) - at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:156) - at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63) - ... 69 common frames omitted -2024-06-21 20:45:33.484 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'eventRunner': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: -### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure - -The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. -### The error may exist in file [D:\work\IotDB\target\classes\mapper\EventMapper.xml] -### The error may involve com.muyu.event.mapper.EventMapper.selectVehicleEvent -### The error occurred while executing a query -### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure - -The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. -2024-06-21 20:45:33.498 [main] INFO org.apache.catalina.core.StandardService:173 - Stopping service [Tomcat] -2024-06-21 20:45:33.505 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 20:45:33.516 [main] ERROR org.springframework.boot.SpringApplication:835 - Application run failed -org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'eventRunner': Invocation of init method failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: -### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure - -The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. -### The error may exist in file [D:\work\IotDB\target\classes\mapper\EventMapper.xml] -### The error may involve com.muyu.event.mapper.EventMapper.selectVehicleEvent -### The error occurred while executing a query -### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure - -The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. - at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620) - at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) - at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) - at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) - at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) - at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208) - at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) - at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) - at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583) - at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145) - at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:745) - at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:420) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1317) - at org.springframework.boot.SpringApplication.run(SpringApplication.java:1306) - at com.muyu.IotDbApplication.main(IotDbApplication.java:12) -Caused by: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: -### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure - -The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. -### The error may exist in file [D:\work\IotDB\target\classes\mapper\EventMapper.xml] -### The error may involve com.muyu.event.mapper.EventMapper.selectVehicleEvent -### The error occurred while executing a query -### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure - -The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. - at org.mybatis.spring.MyBatisExceptionTranslator.translateExceptionIfPossible(MyBatisExceptionTranslator.java:96) - at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:441) - at jdk.proxy2/jdk.proxy2.$Proxy76.selectList(Unknown Source) - at org.mybatis.spring.SqlSessionTemplate.selectList(SqlSessionTemplate.java:224) - at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.executeForMany(MybatisMapperMethod.java:166) - at com.baomidou.mybatisplus.core.override.MybatisMapperMethod.execute(MybatisMapperMethod.java:77) - at com.baomidou.mybatisplus.core.override.MybatisMapperProxy$PlainMethodInvoker.invoke(MybatisMapperProxy.java:148) - at com.baomidou.mybatisplus.core.override.MybatisMapperProxy.invoke(MybatisMapperProxy.java:89) - at jdk.proxy2/jdk.proxy2.$Proxy77.selectVehicleEvent(Unknown Source) - at com.muyu.event.service.impl.EventServiceImpl.selectVehicleEvent(EventServiceImpl.java:249) - at com.muyu.event.EventRunner.run(EventRunner.java:25) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:568) - at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) - at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) - at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) - ... 18 common frames omitted -Caused by: org.apache.ibatis.exceptions.PersistenceException: -### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure - -The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. -### The error may exist in file [D:\work\IotDB\target\classes\mapper\EventMapper.xml] -### The error may involve com.muyu.event.mapper.EventMapper.selectVehicleEvent -### The error occurred while executing a query -### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure - -The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. - at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30) - at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:153) - at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:145) - at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:140) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) - at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) - at java.base/java.lang.reflect.Method.invoke(Method.java:568) - at org.mybatis.spring.SqlSessionTemplate$SqlSessionInterceptor.invoke(SqlSessionTemplate.java:427) - ... 34 common frames omitted -Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure - -The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. - at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:83) - at org.mybatis.spring.transaction.SpringManagedTransaction.openConnection(SpringManagedTransaction.java:80) - at org.mybatis.spring.transaction.SpringManagedTransaction.getConnection(SpringManagedTransaction.java:67) - at org.apache.ibatis.executor.BaseExecutor.getConnection(BaseExecutor.java:337) - at org.apache.ibatis.executor.SimpleExecutor.prepareStatement(SimpleExecutor.java:86) - at org.apache.ibatis.executor.SimpleExecutor.doQuery(SimpleExecutor.java:62) - at org.apache.ibatis.executor.BaseExecutor.queryFromDatabase(BaseExecutor.java:325) - at org.apache.ibatis.executor.BaseExecutor.query(BaseExecutor.java:156) - at org.apache.ibatis.executor.CachingExecutor.query(CachingExecutor.java:109) - at com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor.intercept(MybatisPlusInterceptor.java:81) - at org.apache.ibatis.plugin.Plugin.invoke(Plugin.java:62) - at jdk.proxy2/jdk.proxy2.$Proxy82.query(Unknown Source) - at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:151) - ... 41 common frames omitted -Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure - -The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. - at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174) - at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64) - at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:828) - at com.mysql.cj.jdbc.ConnectionImpl.(ConnectionImpl.java:448) - at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:241) - at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:198) - at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:138) - at com.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:364) - at com.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:206) - at com.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:476) - at com.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:561) - at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:115) - at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) - at org.springframework.jdbc.datasource.DataSourceUtils.fetchConnection(DataSourceUtils.java:159) - at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:117) - at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:80) - ... 53 common frames omitted -Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure - -The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) - at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) - at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) - at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) - at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) - at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61) - at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105) - at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:151) - at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:167) - at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89) - at com.mysql.cj.NativeSession.connect(NativeSession.java:119) - at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:948) - at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:818) - ... 66 common frames omitted -Caused by: java.net.SocketException: Network is unreachable: no further information - at java.base/sun.nio.ch.Net.pollConnect(Native Method) - at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672) - at java.base/sun.nio.ch.NioSocketImpl.timedFinishConnect(NioSocketImpl.java:547) - at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:602) - at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) - at java.base/java.net.Socket.connect(Socket.java:633) - at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:156) - at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63) - ... 69 common frames omitted -2024-06-21 20:46:05.404 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 26356 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 20:46:05.405 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 20:46:05.406 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 20:46:05.998 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 20:46:06.000 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 20:46:06.024 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 20:46:06.310 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 20:46:06.414 [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-21 20:46:06.416 [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-21 20:46:06.418 [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-21 20:46:06.435 [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-21 20:46:06.474 [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-21 20:46:06.478 [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-21 20:46:06.713 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 20:46:06.722 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 20:46:06.723 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 20:46:06.843 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 20:46:06.843 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1405 ms -2024-06-21 20:46:07.496 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 20:46:07.813 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 20:46:07.818 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 20:46:07.832 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 20:46:07.878 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 20:46:07.895 [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-21 20:46:07.949 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:46:07.950 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:46:07.950 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718973967948 -2024-06-21 20:46:07.951 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 20:46:08.056 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 20:46:08.177 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 20:46:08.199 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:46:08.965 [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-21 20:46:08.967 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:46:08.988 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:46:09.009 [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-c6a10d96-79ad-4400-9b7b-e2e5519070d9', protocol='range'} -2024-06-21 20:46:09.011 [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-c6a10d96-79ad-4400-9b7b-e2e5519070d9=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:46:09.022 [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-21 20:46:09.026 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:46:09.026 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:46:09.027 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718973969026 -2024-06-21 20:46:09.028 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:46:09.034 [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-21 20:46:09.039 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:46:09.039 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:46:09.039 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718973969039 -2024-06-21 20:46:09.040 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:46:09.040 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:46:09.041 [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-21 20:46:09.042 [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-21 20:46:09.042 [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-21 20:46:09.045 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:46:09.046 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:46:09.046 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:46:09.046 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718973969046 -2024-06-21 20:46:09.046 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:46:09.047 [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-21 20:46:09.047 [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-21 20:46:09.047 [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-21 20:46:09.050 [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-fb18eadf-2d90-4b35-9770-e7e2fd2840a7', protocol='range'} -2024-06-21 20:46:09.050 [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-fb18eadf-2d90-4b35-9770-e7e2fd2840a7=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:46:09.052 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:46:09.052 [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-21 20:46:09.053 [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-21 20:46:09.054 [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-21 20:46:09.061 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 20:46:09.062 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 20:46:09.084 [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=1, memberId='consumer-Topics-2-fb18eadf-2d90-4b35-9770-e7e2fd2840a7', protocol='range'} -2024-06-21 20:46:09.084 [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-c6a10d96-79ad-4400-9b7b-e2e5519070d9', protocol='range'} -2024-06-21 20:46:09.085 [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-21 20:46:09.085 [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-21 20:46:09.085 [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-21 20:46:09.087 [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-21 20:46:09.087 [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-21 20:46:09.099 [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-21 20:46:09.099 [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-21 20:46:09.100 [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-6 -2024-06-21 20:46:09.100 [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-21 20:46:09.100 [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-5 -2024-06-21 20:46:09.100 [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-21 20:46:09.100 [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-7 -2024-06-21 20:46:09.100 [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-21 20:46:09.100 [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-21 20:46:09.100 [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-21 20:46:09.100 [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-21 20:46:09.100 [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-21 20:46:09.100 [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-4 -2024-06-21 20:46:09.100 [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-21 20:46:09.100 [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-3 -2024-06-21 20:46:09.100 [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-21 20:46:09.103 [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-21 20:46:09.103 [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-6 -2024-06-21 20:46:09.103 [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-5 -2024-06-21 20:46:09.103 [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-7 -2024-06-21 20:46:09.103 [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-21 20:46:09.103 [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-21 20:46:09.103 [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-4 -2024-06-21 20:46:09.103 [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-3 -2024-06-21 20:46:09.114 [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-21 20:46:09.114 [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-21 20:46:09.114 [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-21 20:46:09.114 [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-21 20:46:09.114 [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-6 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 20:46:09.114 [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-21 20:46:09.115 [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-21 20:46:09.115 [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-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 20:46:09.115 [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-21 20:46:09.115 [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-7 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 20:46:09.115 [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-21 20:46:09.115 [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-21 20:46:09.115 [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-21 20:46:09.115 [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-21 20:46:09.115 [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-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 20:46:09.115 [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-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}}. -2024-06-21 20:46:09.140 [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-21 20:46:09.205 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@68cc6319 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 56304] -2024-06-21 20:46:09.556 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 20:46:09.561 [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-21 20:46:09.871 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.79 seconds (JVM running for 5.383) -2024-06-21 20:46:09.872 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 20:46:10.007 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:46:10.008 [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-21 20:46:10.392 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:46:10.393 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 20:46:10.393 [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-21 20:46:10.776 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:46:10.777 [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-21 20:46:11.186 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:46:12.059 [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-21 20:46:12.061 [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-21 20:46:12.062 [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-21 20:46:12.063 [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-21 20:46:12.065 [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-04471043-f6da-478c-be7a-e81d077107d8', protocol='range'} -2024-06-21 20:46:12.067 [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-fb18eadf-2d90-4b35-9770-e7e2fd2840a7', protocol='range'} -2024-06-21 20:46:12.067 [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-b863c181-4e88-4784-9632-425c7e36d6a4', protocol='range'} -2024-06-21 20:46:12.067 [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-3-04471043-f6da-478c-be7a-e81d077107d8=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-fb18eadf-2d90-4b35-9770-e7e2fd2840a7=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-b863c181-4e88-4784-9632-425c7e36d6a4=Assignment(partitions=[test1-6, test1-7])} -2024-06-21 20:46:12.073 [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-04471043-f6da-478c-be7a-e81d077107d8', protocol='range'} -2024-06-21 20:46:12.074 [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-b863c181-4e88-4784-9632-425c7e36d6a4', protocol='range'} -2024-06-21 20:46:12.074 [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-21 20:46:12.074 [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-21 20:46:12.074 [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-21 20:46:12.074 [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-21 20:46:12.075 [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-fb18eadf-2d90-4b35-9770-e7e2fd2840a7', protocol='range'} -2024-06-21 20:46:12.075 [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-21 20:46:12.076 [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-21 20:46:12.078 [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-21 20:46:12.078 [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-21 20:46:12.078 [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-21 20:46:12.078 [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-21 20:46:12.078 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 20:46:12.078 [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-21 20:46:12.078 [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=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:46:12.079 [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-21 20:46:12.079 [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-21 20:46:12.079 [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-21 20:46:12.079 [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-21 20:46:39.385 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 20:46:39.385 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 20:46:39.385 [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 38 39 37 33 39 39 39 33 30 35 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 36 38 38 30 30 30 36 30 30 30 30 31 37 34 33 33 30 30 30 30 44 35 30 30 30 39 2e 38 30 30 38 36 30 30 30 30 39 33 32 30 37 33 30 30 30 31 34 38 30 30 30 32 37 34 30 30 36 38 35 30 30 30 30 30 36 30 37 36 34 2e 38 38 30 30 30 30 33 31 30 30 30 30 35 30 31 30 30 30 30 33 34 39 30 30 30 34 30 30 30 34 30 30 30 37 31 30 30 30 30 37 37 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 f7 7E -2024-06-21 20:46:39.400 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718973999305, longitude=116.6555800, latitude=39.5209220, speed=72.000, mileage=43.44000000, dischargeVoltage=688000, dischargeCurrent=60000, insulationResistance=174330000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=9.800, motorControllerTemperature=860000, motorSpeed=93207, motorTorque=3000, motorTemperature=148000, motorVoltage=27400, motorCurrent=68500000, powerBattery=60764., maxFeedbackPower=880000, maxDischargePower=310000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=349000, maxVoltage=4000, minVoltage=4000, maxTemperature=710000, minTemperature=770000, 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-21 20:46:39.456 [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-21 20:46:39.472 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:46:39.472 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:46:39.472 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718973999472 -2024-06-21 20:46:39.475 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:46:40.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:693 - 故障信息发送到RabbitMQ -2024-06-21 20:46:40.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 20:46:40.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 20:46:40.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 20:49:21.709 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:49:21.752 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:49:21.772 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:49:21.892 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:49:22.241 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:49:22.438 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:49:22.470 [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-21 20:49:22.470 [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-21 20:49:22.470 [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-21 20:49:22.470 [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-21 20:49:22.470 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 20:49:22.470 [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-21 20:49:22.470 [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-b863c181-4e88-4784-9632-425c7e36d6a4 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:49:22.470 [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-04471043-f6da-478c-be7a-e81d077107d8 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:49:22.472 [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-fb18eadf-2d90-4b35-9770-e7e2fd2840a7 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:49:22.472 [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-21 20:49:22.472 [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-21 20:49:22.472 [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-21 20:49:22.477 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:49:22.477 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:49:22.478 [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-21 20:49:22.478 [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-21 20:49:22.478 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:49:22.478 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:49:22.478 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:49:22.479 [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-21 20:49:22.479 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:49:22.480 [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-21 20:49:22.480 [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-21 20:49:22.480 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:49:22.480 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:49:22.481 [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-21 20:49:22.481 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:49:22.481 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:49:22.481 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:49:22.481 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:49:22.490 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 20:49:22.492 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:49:22.492 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 20:49:22.492 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:49:22.492 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 20:49:22.674 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 20:49:22.680 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 20:49:32.185 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 7508 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 20:49:32.186 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 20:49:32.187 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 20:49:32.910 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 20:49:32.912 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 20:49:32.937 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 13 ms. Found 0 Redis repository interfaces. -2024-06-21 20:49:33.198 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 20:49:33.300 [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-21 20:49:33.302 [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-21 20:49:33.304 [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-21 20:49:33.320 [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-21 20:49:33.357 [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-21 20:49:33.362 [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-21 20:49:33.603 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 20:49:33.611 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 20:49:33.612 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 20:49:33.714 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 20:49:33.714 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1473 ms -2024-06-21 20:49:34.417 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 20:49:34.768 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 20:49:34.774 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 20:49:34.794 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 20:49:34.837 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 20:49:34.856 [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-21 20:49:34.923 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:49:34.923 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:49:34.923 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974174922 -2024-06-21 20:49:34.926 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 20:49:35.056 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 20:49:35.131 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 20:49:35.195 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:49:35.196 [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-21 20:49:35.198 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:49:35.205 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:49:35.207 [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-03ff1692-f069-4540-be24-15a940586a93', protocol='range'} -2024-06-21 20:49:35.209 [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-03ff1692-f069-4540-be24-15a940586a93=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:49:35.212 [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-03ff1692-f069-4540-be24-15a940586a93', protocol='range'} -2024-06-21 20:49:35.213 [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-21 20:49:35.214 [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-21 20:49:35.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-21 20:49:35.220 [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-21 20:49:35.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-21 20:49:35.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-21 20:49:35.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-21 20:49:35.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-21 20:49:35.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-21 20:49:35.221 [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-21 20:49:35.852 [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-21 20:49:35.856 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:49:35.857 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:49:35.857 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974175856 -2024-06-21 20:49:35.858 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:49:35.864 [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-21 20:49:35.868 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:49:35.868 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:49:35.868 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:49:35.868 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974175867 -2024-06-21 20:49:35.868 [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-21 20:49:35.868 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:49:35.869 [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-21 20:49:35.869 [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-21 20:49:35.871 [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-21 20:49:35.872 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:49:35.873 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:49:35.873 [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-21 20:49:35.873 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:49:35.873 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974175873 -2024-06-21 20:49:35.873 [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-847dc46e-2f66-4cfb-a7cf-702f1c71754c', protocol='range'} -2024-06-21 20:49:35.873 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:49:35.873 [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-847dc46e-2f66-4cfb-a7cf-702f1c71754c=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:49:35.873 [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-21 20:49:35.876 [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=4, memberId='consumer-Topics-2-847dc46e-2f66-4cfb-a7cf-702f1c71754c', protocol='range'} -2024-06-21 20:49:35.876 [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-21 20:49:35.876 [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-21 20:49:35.876 [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-21 20:49:35.876 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:49:35.877 [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-21 20:49:35.877 [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-21 20:49:35.879 [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-21 20:49:35.879 [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-21 20:49:35.879 [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-21 20:49:35.879 [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-21 20:49:35.879 [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-21 20:49:35.879 [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-21 20:49:35.879 [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-21 20:49:35.879 [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-21 20:49:35.879 [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-21 20:49:35.881 [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-21 20:49:35.884 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 20:49:35.885 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 20:49:36.023 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#7b3c2ae0:0/SimpleConnection@36ec4071 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 50545] -2024-06-21 20:49:36.603 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.964 seconds (JVM running for 5.689) -2024-06-21 20:49:36.604 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 20:49:37.900 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 20:49:37.906 [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-21 20:49:38.346 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:49:38.347 [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-21 20:49:38.774 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:49:38.886 [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-21 20:49:38.886 [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-21 20:49:38.887 [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-21 20:49:38.887 [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-21 20:49:38.888 [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-847dc46e-2f66-4cfb-a7cf-702f1c71754c', protocol='range'} -2024-06-21 20:49:38.888 [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-61825ea2-beaf-475f-84eb-acd88f8cb26a', protocol='range'} -2024-06-21 20:49:38.888 [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-61825ea2-beaf-475f-84eb-acd88f8cb26a=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-b7cdb99b-6373-40d1-a02a-d65aded1be56=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-2-847dc46e-2f66-4cfb-a7cf-702f1c71754c=Assignment(partitions=[test1-0, test1-1, test1-2])} -2024-06-21 20:49:38.888 [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-b7cdb99b-6373-40d1-a02a-d65aded1be56', protocol='range'} -2024-06-21 20:49:38.891 [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-847dc46e-2f66-4cfb-a7cf-702f1c71754c', protocol='range'} -2024-06-21 20:49:38.891 [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-b7cdb99b-6373-40d1-a02a-d65aded1be56', protocol='range'} -2024-06-21 20:49:38.891 [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-61825ea2-beaf-475f-84eb-acd88f8cb26a', protocol='range'} -2024-06-21 20:49:38.891 [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-21 20:49:38.891 [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-21 20:49:38.891 [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-21 20:49:38.891 [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-21 20:49:38.891 [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-21 20:49:38.891 [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-21 20:49:38.896 [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-21 20:49:38.896 [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-21 20:49:38.897 [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-21 20:49:38.897 [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-21 20:49:38.897 [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-21 20:49:38.897 [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-21 20:49:38.897 [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-21 20:49:38.897 [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-21 20:49:38.897 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 20:49:38.897 [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-21 20:49:38.897 [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-21 20:49:47.191 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 20:49:47.193 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 20:49:47.193 [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 38 39 37 34 31 38 37 31 35 36 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 31 37 36 30 30 30 34 33 30 30 30 32 31 32 31 38 30 30 30 30 44 33 30 32 30 31 31 2e 31 30 33 37 30 30 30 30 31 31 37 30 35 37 39 30 30 35 35 30 30 30 30 32 38 33 30 30 38 39 38 36 30 30 30 30 36 30 37 36 34 2e 31 37 30 30 30 30 35 34 30 30 30 30 36 30 31 31 30 30 30 35 30 33 30 30 30 34 30 30 30 34 30 30 30 36 30 30 30 30 30 39 30 30 30 30 30 34 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 df 7E -2024-06-21 20:49:47.211 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718974187156, longitude=116.6563730, latitude=39.5209970, speed=54.000, mileage=43.47000000, dischargeVoltage=176000, dischargeCurrent=43000, insulationResistance=212180000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=11.10, motorControllerTemperature=370000, motorSpeed=11705, motorTorque=7900, motorTemperature=550000, motorVoltage=28300, motorCurrent=89860000, powerBattery=60764., maxFeedbackPower=170000, maxDischargePower=540000, bmsSelfCheck=60, powerBatteryCurrent=11000, powerBatteryV3=503000, maxVoltage=4000, minVoltage=4000, maxTemperature=600000, minTemperature=900000, availableCapacity=400000, 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-21 20:49:47.267 [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-21 20:49:47.278 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:49:47.279 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:49:47.279 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974187278 -2024-06-21 20:49:47.282 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:49:47.722 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 消息发送成功 -2024-06-21 20:49:47.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:698 - 故障信息发送到RabbitMQ -2024-06-21 20:49:47.740 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 20:49:47.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 20:49:47.766 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 20:53:32.522 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:53:32.545 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:53:32.575 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:53:33.195 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:53:33.215 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:53:33.320 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:53:33.343 [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-21 20:53:33.343 [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-21 20:53:33.343 [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-21 20:53:33.343 [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-21 20:53:33.343 [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-21 20:53:33.343 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 20:53:33.343 [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-847dc46e-2f66-4cfb-a7cf-702f1c71754c sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:53:33.343 [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-61825ea2-beaf-475f-84eb-acd88f8cb26a sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:53:33.343 [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-b7cdb99b-6373-40d1-a02a-d65aded1be56 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:53:33.343 [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-21 20:53:33.343 [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-21 20:53:33.343 [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-21 20:53:33.345 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:53:33.345 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:53:33.346 [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-21 20:53:33.346 [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-21 20:53:33.346 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:53:33.346 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:53:33.349 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:53:33.349 [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-21 20:53:33.349 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:53:33.351 [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-21 20:53:33.351 [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-21 20:53:33.351 [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-21 20:53:33.351 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:53:33.351 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:53:33.351 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:53:33.354 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:53:33.354 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:53:33.354 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:53:33.360 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 20:53:33.361 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:53:33.361 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 20:53:33.361 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:53:33.361 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 20:53:33.562 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 20:53:33.567 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 20:53:41.975 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 21272 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 20:53:41.977 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 20:53:41.978 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 20:53:42.522 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 20:53:42.524 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 20:53:42.545 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 20:53:42.769 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 20:53:42.848 [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-21 20:53:42.850 [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-21 20:53:42.853 [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-21 20:53:42.870 [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-21 20:53:42.900 [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-21 20:53:42.905 [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-21 20:53:43.131 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 20:53:43.141 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 20:53:43.141 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 20:53:43.243 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 20:53:43.243 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1230 ms -2024-06-21 20:53:43.896 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 20:53:44.188 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 20:53:44.194 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 20:53:44.211 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 20:53:44.254 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 20:53:44.273 [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-21 20:53:44.340 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:53:44.341 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:53:44.341 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974424340 -2024-06-21 20:53:44.342 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 20:53:44.438 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 20:53:44.504 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 20:53:44.629 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:53:44.630 [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-21 20:53:44.631 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:53:44.642 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:53:44.645 [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-9ff44c09-0d27-4637-a67d-9bc721dd6e09', protocol='range'} -2024-06-21 20:53:44.646 [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-9ff44c09-0d27-4637-a67d-9bc721dd6e09=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:53:44.650 [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-9ff44c09-0d27-4637-a67d-9bc721dd6e09', protocol='range'} -2024-06-21 20:53:44.650 [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-21 20:53:44.651 [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-21 20:53:44.657 [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-21 20:53:44.657 [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-21 20:53:44.658 [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-21 20:53:44.658 [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-21 20:53:44.658 [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-21 20:53:44.658 [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-21 20:53:44.658 [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-21 20:53:44.658 [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=2, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:53:45.182 [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-21 20:53:45.186 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:53:45.186 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:53:45.186 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974425186 -2024-06-21 20:53:45.187 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:53:45.201 [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-21 20:53:45.204 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:53:45.205 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:53:45.205 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974425204 -2024-06-21 20:53:45.205 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:53:45.205 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:53:45.206 [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-21 20:53:45.206 [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-21 20:53:45.207 [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-21 20:53:45.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: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:53:45.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-21 20:53:45.209 [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-21 20:53:45.210 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:53:45.212 [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-21 20:53:45.212 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:53:45.213 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974425210 -2024-06-21 20:53:45.213 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:53:45.213 [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-e9e7d68f-a1a2-435f-b85f-25529af796ca', protocol='range'} -2024-06-21 20:53:45.214 [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-e9e7d68f-a1a2-435f-b85f-25529af796ca=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:53:45.215 [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-e9e7d68f-a1a2-435f-b85f-25529af796ca', protocol='range'} -2024-06-21 20:53:45.216 [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-21 20:53:45.216 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:53:45.216 [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-21 20:53:45.216 [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-21 20:53:45.216 [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-21 20:53:45.217 [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-21 20:53:45.219 [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-21 20:53:45.220 [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-21 20:53:45.220 [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-21 20:53:45.220 [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-21 20:53:45.220 [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-21 20:53:45.220 [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-21 20:53:45.220 [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-21 20:53:45.220 [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-21 20:53:45.220 [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=2, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:53:45.221 [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-21 20:53:45.224 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 20:53:45.225 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 20:53:45.359 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@3cf7433e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 63158] -2024-06-21 20:53:45.986 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.489 seconds (JVM running for 5.185) -2024-06-21 20:53:45.987 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 20:53:48.221 [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-21 20:53:48.222 [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-21 20:53:48.223 [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-21 20:53:48.223 [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-21 20:53:48.224 [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-c20c1fb7-c5de-453e-8672-921761cfc8e7', protocol='range'} -2024-06-21 20:53:48.224 [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-0f0d25d3-1c15-4423-b67c-375161072a62', protocol='range'} -2024-06-21 20:53:48.225 [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-e9e7d68f-a1a2-435f-b85f-25529af796ca', protocol='range'} -2024-06-21 20:53:48.225 [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-4-c20c1fb7-c5de-453e-8672-921761cfc8e7=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-3-0f0d25d3-1c15-4423-b67c-375161072a62=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-e9e7d68f-a1a2-435f-b85f-25529af796ca=Assignment(partitions=[test1-0, test1-1, test1-2])} -2024-06-21 20:53:48.227 [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-c20c1fb7-c5de-453e-8672-921761cfc8e7', protocol='range'} -2024-06-21 20:53:48.227 [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-21 20:53:48.227 [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-21 20:53:48.227 [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-e9e7d68f-a1a2-435f-b85f-25529af796ca', protocol='range'} -2024-06-21 20:53:48.227 [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-21 20:53:48.227 [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-21 20:53:48.228 [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-0f0d25d3-1c15-4423-b67c-375161072a62', protocol='range'} -2024-06-21 20:53:48.228 [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-21 20:53:48.228 [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-21 20:53:48.229 [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-21 20:53:48.229 [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-21 20:53:48.229 [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-21 20:53:48.229 [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-21 20:53:48.229 [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-21 20:53:48.231 [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-21 20:53:48.231 [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=2, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:53:48.231 [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-21 20:53:48.231 [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-21 20:53:48.229 [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-21 20:53:48.231 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 20:54:06.191 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 20:54:06.195 [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-21 20:54:06.640 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:54:06.640 [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-21 20:54:07.021 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:54:13.486 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 20:54:13.487 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 20:54:13.487 [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 38 39 37 34 34 35 33 34 34 35 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 37 33 32 30 30 30 32 32 30 30 30 38 33 38 38 30 30 30 30 30 44 36 30 39 30 39 2e 35 30 30 36 33 30 30 30 30 35 36 30 32 39 34 33 37 30 32 39 30 30 30 30 32 38 38 30 30 31 33 30 37 30 30 30 30 36 30 37 36 34 2e 33 32 30 30 30 30 35 39 30 30 30 30 31 30 36 30 30 30 30 37 31 35 30 30 30 34 30 30 30 33 30 30 30 34 30 30 30 30 30 37 31 30 30 30 30 31 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 db 7E -2024-06-21 20:54:13.502 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718974453445, longitude=116.6576290, latitude=39.5211210, speed=72.000, mileage=43.51000000, dischargeVoltage=732000, dischargeCurrent=22000, insulationResistance=838800000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=9.500, motorControllerTemperature=630000, motorSpeed=56029, motorTorque=4370, motorTemperature=290000, motorVoltage=28800, motorCurrent=13070000, powerBattery=60764., maxFeedbackPower=320000, maxDischargePower=590000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=715000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=710000, availableCapacity=100000, 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-21 20:54:13.555 [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-21 20:54:13.567 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:54:13.567 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:54:13.567 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974453567 -2024-06-21 20:54:13.569 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:54:14.496 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 20:54:14.497 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 20:54:14.497 [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 38 39 37 34 34 35 34 34 35 32 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 37 33 35 30 30 30 32 36 30 30 30 31 30 36 38 33 30 30 30 30 44 30 30 34 30 31 31 2e 35 30 34 35 30 30 30 30 36 30 39 36 30 38 38 30 30 31 31 33 30 30 30 32 36 32 30 30 31 32 32 30 39 30 30 30 36 30 37 36 34 2e 33 34 30 30 30 30 38 34 30 30 30 30 38 30 35 30 30 30 30 35 35 39 30 30 30 33 30 30 30 34 30 30 30 35 30 30 30 30 30 35 35 30 30 30 30 31 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 de 7E -2024-06-21 20:54:14.497 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718974454452, longitude=116.6584780, latitude=39.5211630, speed=54.000, mileage=43.54000000, dischargeVoltage=735000, dischargeCurrent=26000, insulationResistance=106830000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=11.50, motorControllerTemperature=450000, motorSpeed=60960, motorTorque=8800, motorTemperature=113000, motorVoltage=26200, motorCurrent=12209000, powerBattery=60764., maxFeedbackPower=340000, maxDischargePower=840000, bmsSelfCheck=80, powerBatteryCurrent=50000, powerBatteryV3=559000, maxVoltage=3000, minVoltage=4000, maxTemperature=500000, minTemperature=550000, availableCapacity=170000, 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-21 20:54:27.577 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:54:27.608 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:54:27.637 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 20:54:28.033 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:54:28.070 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:54:28.116 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 20:54:28.129 [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-21 20:54:28.129 [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-21 20:54:28.129 [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-21 20:54:28.129 [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-21 20:54:28.129 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 20:54:28.129 [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-21 20:54:28.129 [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-0f0d25d3-1c15-4423-b67c-375161072a62 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:54:28.129 [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-e9e7d68f-a1a2-435f-b85f-25529af796ca sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:54:28.129 [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-c20c1fb7-c5de-453e-8672-921761cfc8e7 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 20:54:28.131 [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-21 20:54:28.131 [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-21 20:54:28.131 [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-21 20:54:28.132 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:54:28.132 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:54:28.133 [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-21 20:54:28.133 [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-21 20:54:28.133 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:54:28.133 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:54:28.135 [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-21 20:54:28.135 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:54:28.136 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:54:28.136 [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-21 20:54:28.136 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:54:28.137 [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-21 20:54:28.137 [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-21 20:54:28.137 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:54:28.137 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 20:54:28.138 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:54:28.138 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:54:28.138 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 20:54:28.142 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 20:54:28.144 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 20:54:28.144 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 20:54:28.144 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 20:54:28.144 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 20:54:28.285 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 20:54:28.289 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 20:54:36.671 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 25460 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 20:54:36.672 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 20:54:36.673 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 20:54:37.291 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 20:54:37.293 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 20:54:37.322 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 16 ms. Found 0 Redis repository interfaces. -2024-06-21 20:54:37.601 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 20:54:37.700 [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-21 20:54:37.702 [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-21 20:54:37.704 [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-21 20:54:37.718 [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-21 20:54:37.752 [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-21 20:54:37.756 [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-21 20:54:38.001 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 20:54:38.009 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 20:54:38.009 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 20:54:38.112 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 20:54:38.112 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1390 ms -2024-06-21 20:54:38.775 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 20:54:39.158 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 20:54:39.164 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 20:54:39.182 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 20:54:39.233 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 20:54:39.250 [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-21 20:54:39.308 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:54:39.308 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:54:39.308 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974479307 -2024-06-21 20:54:39.310 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 20:54:39.412 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 20:54:39.499 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 20:54:39.567 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:54:39.567 [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-21 20:54:39.569 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:54:39.576 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 20:54:39.577 [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-9855f921-6751-4ee0-b22e-c33fad6da8f2', protocol='range'} -2024-06-21 20:54:39.578 [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-9855f921-6751-4ee0-b22e-c33fad6da8f2=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:54:39.582 [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-9855f921-6751-4ee0-b22e-c33fad6da8f2', protocol='range'} -2024-06-21 20:54:39.583 [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-21 20:54:39.584 [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-21 20:54:39.590 [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-21 20:54:39.591 [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-21 20:54:39.591 [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-21 20:54:39.591 [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-21 20:54:39.591 [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-21 20:54:39.591 [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-21 20:54:39.591 [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-21 20:54:39.591 [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=2, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:54:40.275 [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-21 20:54:40.282 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:54:40.283 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:54:40.283 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974480282 -2024-06-21 20:54:40.284 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:54:40.291 [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-21 20:54:40.295 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:54:40.295 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:54:40.295 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:54:40.295 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974480295 -2024-06-21 20:54:40.295 [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-21 20:54:40.296 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:54:40.296 [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-21 20:54:40.297 [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-21 20:54:40.300 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:54:40.300 [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-21 20:54:40.300 [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-21 20:54:40.301 [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-21 20:54:40.302 [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-1e6f5f26-6434-4c4e-9c10-2f3569167747', protocol='range'} -2024-06-21 20:54:40.302 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:54:40.302 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:54:40.302 [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-1e6f5f26-6434-4c4e-9c10-2f3569167747=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 20:54:40.302 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974480302 -2024-06-21 20:54:40.302 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 20:54:40.304 [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-1e6f5f26-6434-4c4e-9c10-2f3569167747', protocol='range'} -2024-06-21 20:54:40.304 [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-21 20:54:40.304 [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-21 20:54:40.305 [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-21 20:54:40.305 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:54:40.306 [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-21 20:54:40.306 [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-21 20:54:40.307 [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-21 20:54:40.307 [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-21 20:54:40.308 [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-21 20:54:40.308 [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-21 20:54:40.308 [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-21 20:54:40.308 [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-21 20:54:40.308 [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-21 20:54:40.308 [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=4, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:54:40.308 [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-21 20:54:40.309 [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-21 20:54:40.316 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 20:54:40.317 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 20:54:40.462 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@20d92f1e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 63229] -2024-06-21 20:54:41.050 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.738 seconds (JVM running for 5.46) -2024-06-21 20:54:41.052 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 20:54:41.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 故障信息发送到RabbitMQ -2024-06-21 20:54:41.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 20:54:41.126 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 20:54:41.126 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 20:54:41.175 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 20:54:41.210 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 20:54:41.210 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 20:54:43.309 [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-21 20:54:43.310 [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-21 20:54:43.310 [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-21 20:54:43.311 [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-21 20:54:43.312 [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-ad8700c9-bf5b-4817-9ef2-3f6646336ff1', protocol='range'} -2024-06-21 20:54:43.313 [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-35e115b2-868b-48d5-bf4a-f2fb4147338c', protocol='range'} -2024-06-21 20:54:43.313 [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-1e6f5f26-6434-4c4e-9c10-2f3569167747', protocol='range'} -2024-06-21 20:54:43.313 [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-1e6f5f26-6434-4c4e-9c10-2f3569167747=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-ad8700c9-bf5b-4817-9ef2-3f6646336ff1=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-3-35e115b2-868b-48d5-bf4a-f2fb4147338c=Assignment(partitions=[test1-3, test1-4, test1-5])} -2024-06-21 20:54:43.315 [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-35e115b2-868b-48d5-bf4a-f2fb4147338c', protocol='range'} -2024-06-21 20:54:43.315 [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-1e6f5f26-6434-4c4e-9c10-2f3569167747', protocol='range'} -2024-06-21 20:54:43.315 [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-ad8700c9-bf5b-4817-9ef2-3f6646336ff1', protocol='range'} -2024-06-21 20:54:43.315 [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-21 20:54:43.315 [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-21 20:54:43.315 [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-21 20:54:43.315 [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-21 20:54:43.315 [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-21 20:54:43.315 [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-21 20:54:43.317 [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-21 20:54:43.317 [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-21 20:54:43.317 [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-21 20:54:43.317 [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-21 20:54:43.318 [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-21 20:54:43.318 [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-21 20:54:43.318 [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=4, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 20:54:43.318 [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-21 20:54:43.318 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 20:54:43.318 [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-21 20:54:43.318 [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-21 20:54:43.926 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 20:54:43.930 [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-21 20:54:44.374 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:54:44.374 [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-21 20:54:44.774 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 20:55:06.514 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 20:55:06.515 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 20:55:06.515 [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 38 39 37 34 35 30 36 34 37 31 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 35 35 37 30 30 30 36 30 30 30 30 32 31 38 39 30 30 30 30 30 44 35 30 38 30 39 2e 36 30 30 35 32 30 30 30 30 36 30 39 30 32 34 31 35 30 33 38 30 30 30 30 32 38 31 30 30 31 33 35 34 35 30 30 30 36 30 37 36 34 2e 34 30 30 30 30 30 37 32 30 30 30 30 31 30 30 30 30 30 30 35 34 38 30 30 30 34 30 30 30 33 30 30 30 38 32 30 30 30 30 31 30 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 dc 7E -2024-06-21 20:55:06.529 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718974506471, longitude=116.6594440, latitude=39.5212540, speed=72.000, mileage=43.58000000, dischargeVoltage=557000, dischargeCurrent=60000, insulationResistance=218900000, gear=D, accelerationPedal=50, brakePedal=80, fuelConsumption=9.600, motorControllerTemperature=520000, motorSpeed=60902, motorTorque=4150, motorTemperature=380000, motorVoltage=28100, motorCurrent=13545000, powerBattery=60764., maxFeedbackPower=400000, maxDischargePower=720000, bmsSelfCheck=10, powerBatteryCurrent=00000, powerBatteryV3=548000, maxVoltage=4000, minVoltage=3000, maxTemperature=820000, minTemperature=100000, 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-21 20:55:06.540 [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-21 20:55:06.549 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 20:55:06.549 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 20:55:06.549 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974506549 -2024-06-21 20:55:06.550 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 20:55:06.631 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 故障信息发送到RabbitMQ -2024-06-21 20:55:06.631 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 20:55:06.672 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 20:55:06.672 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 20:55:55.946 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 20:55:55.946 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 20:55:55.947 [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 38 39 37 34 35 35 35 39 31 36 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 34 31 30 30 30 30 36 30 30 30 30 36 32 30 30 30 30 30 30 30 44 35 30 35 30 31 31 2e 33 30 34 34 30 30 30 30 32 39 39 33 38 33 37 33 30 38 34 30 30 30 30 31 35 34 30 30 37 32 31 38 30 30 30 30 36 30 37 35 33 2e 38 32 30 30 30 30 33 34 30 30 30 30 32 30 35 30 30 30 30 36 32 32 30 30 30 34 30 30 30 33 30 30 30 38 30 30 30 30 30 34 36 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 d4 7E -2024-06-21 20:55:55.947 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718974555916, longitude=116.6606990, latitude=39.5213450, speed=108.00, mileage=43.64000000, dischargeVoltage=410000, dischargeCurrent=60000, insulationResistance=620000000, gear=D, accelerationPedal=50, brakePedal=50, fuelConsumption=11.30, motorControllerTemperature=440000, motorSpeed=29938, motorTorque=3730, motorTemperature=840000, motorVoltage=15400, motorCurrent=72180000, powerBattery=60753., maxFeedbackPower=820000, maxDischargePower=340000, bmsSelfCheck=20, powerBatteryCurrent=50000, powerBatteryV3=622000, maxVoltage=4000, minVoltage=3000, maxTemperature=800000, minTemperature=460000, 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-21 20:55:56.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 故障信息发送到RabbitMQ -2024-06-21 20:55:56.007 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 20:55:56.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 20:55:56.040 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:01:13.665 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:01:13.689 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:01:13.727 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:01:13.928 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:01:13.928 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:01:14.640 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:01:14.654 [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-21 21:01:14.654 [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-21 21:01:14.654 [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-21 21:01:14.654 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 21:01:14.654 [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-21 21:01:14.654 [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-21 21:01:14.654 [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-ad8700c9-bf5b-4817-9ef2-3f6646336ff1 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:01:14.654 [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-1e6f5f26-6434-4c4e-9c10-2f3569167747 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:01:14.654 [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-35e115b2-868b-48d5-bf4a-f2fb4147338c sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:01:14.654 [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-21 21:01:14.654 [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-21 21:01:14.654 [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-21 21:01:14.656 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:01:14.656 [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-21 21:01:14.657 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:01:14.659 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:01:14.659 [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-21 21:01:14.659 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:01:14.659 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:01:14.660 [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-21 21:01:14.660 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:01:14.660 [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-21 21:01:14.660 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:01:14.661 [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-21 21:01:14.661 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:01:14.661 [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-21 21:01:14.662 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:01:14.662 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:01:14.662 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:01:14.663 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:01:14.668 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 21:01:14.669 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:01:14.669 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 21:01:14.669 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:01:14.669 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 21:01:14.851 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 21:01:14.859 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 21:01:23.446 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 2200 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:01:23.447 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:01:23.447 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:01:24.170 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 21:01:24.174 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 21:01:24.206 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 16 ms. Found 0 Redis repository interfaces. -2024-06-21 21:01:24.462 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 21:01:24.546 [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-21 21:01:24.547 [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-21 21:01:24.549 [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-21 21:01:24.560 [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-21 21:01:24.589 [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-21 21:01:24.592 [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-21 21:01:24.885 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 21:01:24.892 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 21:01:24.893 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 21:01:24.996 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 21:01:24.997 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1513 ms -2024-06-21 21:01:25.661 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 21:01:25.989 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 21:01:25.995 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 21:01:26.010 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 21:01:26.053 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 21:01:26.075 [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-21 21:01:26.142 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:01:26.142 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:01:26.142 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974886141 -2024-06-21 21:01:26.144 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 21:01:26.234 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 21:01:26.309 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 21:01:26.440 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:01:26.441 [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-21 21:01:26.443 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:01:26.452 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:01:26.457 [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-4729590d-16fb-4b1e-84a1-623e6b474c8d', protocol='range'} -2024-06-21 21:01:26.459 [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-4729590d-16fb-4b1e-84a1-623e6b474c8d=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:01:26.462 [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-4729590d-16fb-4b1e-84a1-623e6b474c8d', protocol='range'} -2024-06-21 21:01:26.463 [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-21 21:01:26.465 [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-21 21:01:26.470 [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-21 21:01:26.470 [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-21 21:01:26.471 [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-21 21:01:26.471 [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-21 21:01:26.471 [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-21 21:01:26.471 [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-21 21:01:26.471 [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-21 21:01:26.471 [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=6, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:01:27.114 [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-21 21:01:27.118 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:01:27.118 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:01:27.118 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974887118 -2024-06-21 21:01:27.119 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:01:27.127 [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-21 21:01:27.131 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:01:27.131 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:01:27.131 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:01:27.131 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974887131 -2024-06-21 21:01:27.131 [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-21 21:01:27.131 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:01:27.132 [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-21 21:01:27.133 [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-21 21:01:27.134 [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-21 21:01:27.135 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:01:27.135 [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-21 21:01:27.136 [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-de8788b7-84da-4b51-b750-de3e24b9d5cf', protocol='range'} -2024-06-21 21:01:27.136 [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-21 21:01:27.136 [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-2-de8788b7-84da-4b51-b750-de3e24b9d5cf=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:01:27.137 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:01:27.137 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:01:27.137 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974887137 -2024-06-21 21:01:27.137 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:01:27.138 [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-de8788b7-84da-4b51-b750-de3e24b9d5cf', protocol='range'} -2024-06-21 21:01:27.138 [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-21 21:01:27.138 [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-21 21:01:27.138 [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-21 21:01:27.141 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:01:27.141 [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-21 21:01:27.141 [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-21 21:01:27.141 [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-21 21:01:27.142 [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-21 21:01:27.142 [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-21 21:01:27.142 [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-21 21:01:27.142 [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-21 21:01:27.143 [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-21 21:01:27.143 [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-21 21:01:27.143 [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=6, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:01:27.143 [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-21 21:01:27.144 [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-21 21:01:27.151 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 21:01:27.152 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 21:01:27.308 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@20d92f1e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 63489] -2024-06-21 21:01:27.867 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.728 seconds (JVM running for 5.265) -2024-06-21 21:01:27.868 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 21:01:30.143 [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-21 21:01:30.144 [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-21 21:01:30.145 [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-21 21:01:30.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-21 21:01:30.148 [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-f4c50e37-9c6f-4446-a13d-3221bdf8b042', protocol='range'} -2024-06-21 21:01:30.148 [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-20b5a13b-17ad-4b47-9ecc-6d4ec743dc42', protocol='range'} -2024-06-21 21:01:30.148 [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-de8788b7-84da-4b51-b750-de3e24b9d5cf', protocol='range'} -2024-06-21 21:01:30.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 14: {consumer-Topics-2-de8788b7-84da-4b51-b750-de3e24b9d5cf=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-3-f4c50e37-9c6f-4446-a13d-3221bdf8b042=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-20b5a13b-17ad-4b47-9ecc-6d4ec743dc42=Assignment(partitions=[test1-6, test1-7])} -2024-06-21 21:01:30.150 [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-20b5a13b-17ad-4b47-9ecc-6d4ec743dc42', protocol='range'} -2024-06-21 21:01:30.150 [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-f4c50e37-9c6f-4446-a13d-3221bdf8b042', protocol='range'} -2024-06-21 21:01:30.150 [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-21 21:01:30.150 [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-21 21:01:30.150 [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-21 21:01:30.150 [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-de8788b7-84da-4b51-b750-de3e24b9d5cf', protocol='range'} -2024-06-21 21:01:30.150 [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-21 21:01:30.151 [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-21 21:01:30.151 [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-21 21:01:30.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-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-21 21:01:30.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-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-21 21:01:30.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-21 21:01:30.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-21 21:01:30.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-21 21:01:30.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-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-21 21:01:30.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-21 21:01:30.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-21 21:01:30.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-21 21:01:30.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=6, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:01:30.153 [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-21 21:01:35.263 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 21:01:35.267 [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-21 21:01:35.717 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:01:35.717 [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-21 21:01:36.137 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:01:42.302 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:01:42.302 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:01:42.302 [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 38 39 37 34 39 30 32 32 35 30 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 34 34 36 30 30 30 33 32 30 30 30 32 35 36 39 31 30 30 30 30 44 31 30 31 30 31 31 2e 35 30 31 30 30 30 30 30 32 38 32 39 31 33 38 30 30 36 30 30 30 30 30 32 34 33 30 30 31 31 38 31 37 30 30 30 36 30 37 35 33 2e 37 35 30 30 30 30 35 37 30 30 30 30 31 33 31 31 30 30 30 34 30 32 30 30 30 34 30 30 30 34 30 30 30 33 37 30 30 30 30 32 37 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 c3 7E -2024-06-21 21:01:42.322 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718974902250, longitude=116.6611070, latitude=39.5213780, speed=36.000, mileage=43.66000000, dischargeVoltage=446000, dischargeCurrent=32000, insulationResistance=256910000, gear=D, accelerationPedal=10, brakePedal=10, fuelConsumption=11.50, motorControllerTemperature=100000, motorSpeed=28291, motorTorque=3800, motorTemperature=600000, motorVoltage=24300, motorCurrent=11817000, powerBattery=60753., maxFeedbackPower=750000, maxDischargePower=570000, bmsSelfCheck=13, powerBatteryCurrent=11000, powerBatteryV3=402000, maxVoltage=4000, minVoltage=4000, maxTemperature=370000, minTemperature=270000, 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-21 21:01:42.373 [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-21 21:01:42.384 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:01:42.385 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:01:42.385 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974902384 -2024-06-21 21:01:42.387 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:01:42.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 故障信息发送到RabbitMQ -2024-06-21 21:01:42.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 21:01:42.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:01:42.881 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:02:41.528 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:02:41.565 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:02:41.589 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:02:41.899 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:02:42.018 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:02:42.290 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:02:42.301 [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-21 21:02:42.301 [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-21 21:02:42.301 [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-21 21:02:42.302 [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-21 21:02:42.301 [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-21 21:02:42.302 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 21:02:42.302 [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-de8788b7-84da-4b51-b750-de3e24b9d5cf sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:02:42.302 [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-20b5a13b-17ad-4b47-9ecc-6d4ec743dc42 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:02:42.302 [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-f4c50e37-9c6f-4446-a13d-3221bdf8b042 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:02:42.302 [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-21 21:02:42.302 [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-21 21:02:42.302 [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-21 21:02:42.303 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:02:42.303 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:02:42.304 [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-21 21:02:42.305 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:02:42.304 [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-21 21:02:42.305 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:02:42.306 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:02:42.306 [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-21 21:02:42.306 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:02:42.307 [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-21 21:02:42.307 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:02:42.307 [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-21 21:02:42.307 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:02:42.307 [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-21 21:02:42.307 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:02:42.308 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:02:42.308 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:02:42.308 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:02:42.311 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 21:02:42.313 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:02:42.313 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 21:02:42.313 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:02:42.313 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 21:02:42.496 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 21:02:42.506 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 21:02:50.681 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 22112 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:02:50.682 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:02:50.682 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:02:51.397 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 21:02:51.399 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 21:02:51.423 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 21:02:51.719 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 21:02:51.828 [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-21 21:02:51.830 [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-21 21:02:51.833 [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-21 21:02:51.848 [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-21 21:02:51.886 [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-21 21:02:51.891 [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-21 21:02:52.182 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 21:02:52.190 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 21:02:52.191 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 21:02:52.304 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 21:02:52.304 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1568 ms -2024-06-21 21:02:53.046 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 21:02:53.451 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 21:02:53.457 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 21:02:53.475 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 21:02:53.520 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 21:02:53.541 [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-21 21:02:53.599 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:02:53.599 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:02:53.599 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974973598 -2024-06-21 21:02:53.601 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 21:02:53.699 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 21:02:53.778 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 21:02:53.853 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:02:53.854 [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-21 21:02:53.856 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:02:53.863 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:02:53.864 [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-07787576-495d-462e-84b9-4507f33d7ccb', protocol='range'} -2024-06-21 21:02:53.866 [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-07787576-495d-462e-84b9-4507f33d7ccb=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:02:53.870 [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-07787576-495d-462e-84b9-4507f33d7ccb', protocol='range'} -2024-06-21 21:02:53.870 [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-21 21:02:53.872 [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-21 21:02:53.878 [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-21 21:02:53.878 [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-21 21:02:53.878 [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-21 21:02:53.878 [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-21 21:02:53.878 [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-21 21:02:53.878 [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-21 21:02:53.879 [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-21 21:02:53.879 [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=7, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:02:54.620 [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-21 21:02:54.625 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:02:54.626 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:02:54.626 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974974625 -2024-06-21 21:02:54.627 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:02:54.634 [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-21 21:02:54.637 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:02:54.637 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:02:54.637 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974974637 -2024-06-21 21:02:54.638 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:02:54.638 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:02:54.638 [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-21 21:02:54.639 [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-21 21:02:54.639 [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-21 21:02:54.641 [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-21 21:02:54.641 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:02:54.641 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:02:54.642 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:02:54.642 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718974974641 -2024-06-21 21:02:54.642 [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-21 21:02:54.642 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:02:54.642 [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-21 21:02:54.643 [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-b7d373a7-d9ff-4920-84ee-cd7e67df9403', protocol='range'} -2024-06-21 21:02:54.644 [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-b7d373a7-d9ff-4920-84ee-cd7e67df9403=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:02:54.646 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:02:54.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=16, memberId='consumer-Topics-2-b7d373a7-d9ff-4920-84ee-cd7e67df9403', protocol='range'} -2024-06-21 21:02:54.646 [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-21 21:02:54.646 [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-21 21:02:54.646 [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-21 21:02:54.646 [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-21 21:02:54.647 [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-21 21:02:54.649 [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-21 21:02:54.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-21 21:02:54.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-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-21 21:02:54.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-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-21 21:02:54.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-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-21 21:02:54.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-21 21:02:54.650 [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-21 21:02:54.650 [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-21 21:02:54.650 [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=7, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:02:54.650 [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-21 21:02:54.654 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 21:02:54.656 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 21:02:54.793 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@20d92f1e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 63599] -2024-06-21 21:02:55.357 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.246 seconds (JVM running for 5.774) -2024-06-21 21:02:55.359 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 21:02:57.650 [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-21 21:02:57.651 [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-21 21:02:57.651 [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-21 21:02:57.652 [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-21 21:02:57.654 [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-f12430a4-e751-4681-a989-d32e56d1951b', protocol='range'} -2024-06-21 21:02:57.654 [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-14ee5224-8b09-4def-b673-2ee5201d7eb2', protocol='range'} -2024-06-21 21:02:57.655 [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-b7d373a7-d9ff-4920-84ee-cd7e67df9403', protocol='range'} -2024-06-21 21:02:57.655 [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-2-b7d373a7-d9ff-4920-84ee-cd7e67df9403=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-3-f12430a4-e751-4681-a989-d32e56d1951b=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-14ee5224-8b09-4def-b673-2ee5201d7eb2=Assignment(partitions=[test1-6, test1-7])} -2024-06-21 21:02:57.657 [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-f12430a4-e751-4681-a989-d32e56d1951b', protocol='range'} -2024-06-21 21:02:57.657 [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-21 21:02:57.657 [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-21 21:02:57.657 [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-b7d373a7-d9ff-4920-84ee-cd7e67df9403', protocol='range'} -2024-06-21 21:02:57.657 [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-14ee5224-8b09-4def-b673-2ee5201d7eb2', protocol='range'} -2024-06-21 21:02:57.658 [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-21 21:02:57.658 [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-21 21:02:57.657 [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-21 21:02:57.658 [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-21 21:02:57.659 [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-21 21:02:57.659 [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-21 21:02:57.659 [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-21 21:02:57.661 [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=7, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:02:57.661 [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-21 21:02:57.662 [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-21 21:02:57.663 [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-21 21:02:57.663 [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-21 21:02:57.663 [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-21 21:02:57.664 [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-21 21:02:57.664 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 21:02:59.250 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 21:02:59.254 [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-21 21:02:59.683 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:02:59.684 [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-21 21:03:00.119 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:03:24.765 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:03:24.765 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:03:24.765 [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 38 39 37 35 30 30 34 37 32 37 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 31 37 36 30 30 30 34 37 30 30 30 33 35 31 39 30 30 30 30 30 44 39 30 39 30 39 2e 33 30 30 33 32 30 30 30 30 31 38 31 39 34 34 39 33 30 34 36 30 30 30 30 32 32 36 30 30 31 39 37 36 30 30 30 30 36 30 37 34 33 2e 38 33 30 30 30 30 38 37 30 30 30 30 39 30 34 30 30 30 30 34 37 33 30 30 30 34 30 30 30 34 30 30 30 38 39 30 30 30 30 34 38 30 30 30 30 39 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0f 7E -2024-06-21 21:03:24.780 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975004727, longitude=116.6620990, latitude=39.5214670, speed=126.00, mileage=43.73000000, dischargeVoltage=176000, dischargeCurrent=47000, insulationResistance=351900000, gear=D, accelerationPedal=90, brakePedal=90, fuelConsumption=9.300, motorControllerTemperature=320000, motorSpeed=18194, motorTorque=4930, motorTemperature=460000, motorVoltage=22600, motorCurrent=19760000, powerBattery=60743., maxFeedbackPower=830000, maxDischargePower=870000, bmsSelfCheck=90, powerBatteryCurrent=40000, powerBatteryV3=473000, maxVoltage=4000, minVoltage=4000, maxTemperature=890000, minTemperature=480000, availableCapacity=920000, 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-21 21:03:24.834 [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-21 21:03:24.846 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:03:24.847 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:03:24.847 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718975004846 -2024-06-21 21:03:24.849 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:03:25.353 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 故障信息发送到RabbitMQ -2024-06-21 21:03:25.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 21:03:25.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:03:25.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:03:56.996 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:03:56.996 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:03:56.996 [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 38 39 37 35 30 33 36 39 34 37 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 32 36 37 30 30 30 33 33 30 30 30 31 31 35 32 32 30 30 30 30 44 31 30 34 30 31 30 2e 33 30 34 30 30 30 30 30 34 34 39 35 30 32 34 32 30 31 31 34 30 30 30 32 35 36 30 30 32 34 35 35 30 30 30 30 36 30 37 34 33 2e 37 36 30 30 30 30 33 36 30 30 30 30 36 30 32 30 30 30 30 34 35 32 30 30 30 34 30 30 30 33 30 30 30 36 35 30 30 30 30 34 31 30 30 30 30 36 38 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-21 21:03:56.997 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975036947, longitude=116.6633180, latitude=39.5215620, speed=72.000, mileage=43.77000000, dischargeVoltage=267000, dischargeCurrent=33000, insulationResistance=115220000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=10.30, motorControllerTemperature=400000, motorSpeed=44950, motorTorque=2420, motorTemperature=114000, motorVoltage=25600, motorCurrent=24550000, powerBattery=60743., maxFeedbackPower=760000, maxDischargePower=360000, bmsSelfCheck=60, powerBatteryCurrent=20000, powerBatteryV3=452000, maxVoltage=4000, minVoltage=3000, maxTemperature=650000, minTemperature=410000, availableCapacity=680000, 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-21 21:03:57.071 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 故障信息发送到RabbitMQ -2024-06-21 21:03:57.072 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 21:03:57.105 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:03:57.105 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:03:57.995 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:03:57.995 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:03:57.996 [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 38 39 37 35 30 33 37 39 35 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 34 35 35 30 30 30 34 39 30 30 30 31 37 30 30 38 30 30 30 30 44 36 30 31 30 31 31 2e 33 30 32 37 30 30 30 30 34 35 38 36 36 31 31 30 30 31 36 30 30 30 30 32 31 35 30 30 31 34 32 38 32 30 30 30 36 30 37 33 32 2e 37 30 30 30 30 30 36 33 30 30 30 30 30 30 35 30 30 30 30 33 30 34 30 30 30 34 30 30 30 34 30 30 30 39 35 30 30 30 30 34 32 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 cf 7E -2024-06-21 21:03:57.996 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975037953, longitude=116.6648360, latitude=39.5216700, speed=108.00, mileage=43.83000000, dischargeVoltage=455000, dischargeCurrent=49000, insulationResistance=170080000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=11.30, motorControllerTemperature=270000, motorSpeed=45866, motorTorque=1100, motorTemperature=160000, motorVoltage=21500, motorCurrent=14282000, powerBattery=60732., maxFeedbackPower=700000, maxDischargePower=630000, bmsSelfCheck=00, powerBatteryCurrent=50000, powerBatteryV3=304000, maxVoltage=4000, minVoltage=4000, maxTemperature=950000, minTemperature=420000, 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-21 21:03:58.056 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:03:58.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:03:58.091 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:05:37.380 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:05:37.410 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:05:37.442 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:05:37.523 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:05:37.533 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:05:38.297 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:05:38.310 [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-21 21:05:38.310 [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-21 21:05:38.310 [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-21 21:05:38.310 [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-b7d373a7-d9ff-4920-84ee-cd7e67df9403 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:05:38.310 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 21:05:38.310 [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-14ee5224-8b09-4def-b673-2ee5201d7eb2 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:05:38.310 [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-21 21:05:38.310 [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-21 21:05:38.311 [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-21 21:05:38.311 [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-f12430a4-e751-4681-a989-d32e56d1951b sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:05:38.311 [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-21 21:05:38.310 [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-21 21:05:38.312 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:05:38.312 [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-21 21:05:38.312 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:05:38.312 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:05:38.312 [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-21 21:05:38.312 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:05:38.313 [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-21 21:05:38.314 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:05:38.314 [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-21 21:05:38.314 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:05:38.315 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:05:38.315 [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-21 21:05:38.315 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:05:38.316 [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-21 21:05:38.317 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:05:38.318 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:05:38.318 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:05:38.318 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:05:38.322 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 21:05:38.323 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:05:38.323 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 21:05:38.323 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:05:38.323 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 21:05:38.492 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 21:05:38.496 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 21:05:45.972 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 22532 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:05:45.973 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:05:45.973 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:05:46.450 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 21:05:46.452 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 21:05:46.472 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 21:05:46.694 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 21:05:46.775 [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-21 21:05:46.776 [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-21 21:05:46.777 [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-21 21:05:46.790 [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-21 21:05:46.820 [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-21 21:05:46.825 [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-21 21:05:47.031 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 21:05:47.037 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 21:05:47.038 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 21:05:47.139 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 21:05:47.139 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1134 ms -2024-06-21 21:05:47.698 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 21:05:48.032 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 21:05:48.037 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 21:05:48.051 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 21:05:48.099 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 21:05:48.114 [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-21 21:05:48.167 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:05:48.167 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:05:48.167 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718975148166 -2024-06-21 21:05:48.168 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 21:05:48.257 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 21:05:48.326 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 21:05:48.388 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:05:48.388 [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-21 21:05:48.390 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:05:48.397 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:05:48.399 [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-6239655e-94c6-425b-8f09-0d16394a8940', protocol='range'} -2024-06-21 21:05:48.400 [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-6239655e-94c6-425b-8f09-0d16394a8940=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:05:48.403 [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-6239655e-94c6-425b-8f09-0d16394a8940', protocol='range'} -2024-06-21 21:05:48.403 [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-21 21:05:48.404 [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-21 21:05:48.409 [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-21 21:05:48.409 [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-21 21:05:48.409 [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-21 21:05:48.409 [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-21 21:05:48.409 [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-21 21:05:48.409 [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-21 21:05:48.409 [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-21 21:05:48.410 [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=10, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:05:48.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-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-21 21:05:48.969 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:05:48.969 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:05:48.970 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718975148968 -2024-06-21 21:05:48.971 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:05:48.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-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-21 21:05:48.980 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:05:48.980 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:05:48.980 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718975148980 -2024-06-21 21:05:48.980 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:05:48.980 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:05:48.980 [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-21 21:05:48.982 [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-21 21:05:48.982 [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-21 21:05:48.984 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:05:48.984 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:05:48.984 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:05:48.984 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718975148984 -2024-06-21 21:05:48.984 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:05:48.984 [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-21 21:05:48.985 [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-21 21:05:48.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-21 21:05:48.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=19, memberId='consumer-Topics-2-a3f062af-655a-49e9-ac23-027d9b031ee0', protocol='range'} -2024-06-21 21:05:48.987 [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-a3f062af-655a-49e9-ac23-027d9b031ee0=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:05:48.987 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:05:48.987 [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-21 21:05:48.987 [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-21 21:05:48.988 [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-21 21:05:48.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=19, memberId='consumer-Topics-2-a3f062af-655a-49e9-ac23-027d9b031ee0', protocol='range'} -2024-06-21 21:05:48.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, test1-3, test1-4, test1-5, test1-6, test1-7]) -2024-06-21 21:05:48.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-6, test1-5, test1-7, test1-2, test1-1, test1-4, test1-3 -2024-06-21 21:05:48.990 [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-21 21:05:48.993 [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-21 21:05:48.993 [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-21 21:05:48.993 [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-21 21:05:48.993 [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-21 21:05:48.993 [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-21 21:05:48.993 [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-21 21:05:48.993 [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-21 21:05:48.993 [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=10, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:05:48.994 [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-21 21:05:48.996 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 21:05:48.997 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 21:05:49.124 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@36ec4071 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 58980] -2024-06-21 21:05:49.752 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.053 seconds (JVM running for 4.518) -2024-06-21 21:05:49.754 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 21:05:51.999 [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-21 21:05:51.999 [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-21 21:05:51.999 [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-21 21:05:52.000 [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-21 21:05:52.001 [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-585a4105-c206-4640-b180-8dcadd99c987', protocol='range'} -2024-06-21 21:05:52.001 [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-3f0f79f6-4904-4dde-9a2c-f0d835e97e2c', protocol='range'} -2024-06-21 21:05:52.002 [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-a3f062af-655a-49e9-ac23-027d9b031ee0', protocol='range'} -2024-06-21 21:05:52.002 [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-4-585a4105-c206-4640-b180-8dcadd99c987=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-3-3f0f79f6-4904-4dde-9a2c-f0d835e97e2c=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-a3f062af-655a-49e9-ac23-027d9b031ee0=Assignment(partitions=[test1-0, test1-1, test1-2])} -2024-06-21 21:05:52.004 [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-3f0f79f6-4904-4dde-9a2c-f0d835e97e2c', protocol='range'} -2024-06-21 21:05:52.003 [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-a3f062af-655a-49e9-ac23-027d9b031ee0', protocol='range'} -2024-06-21 21:05:52.004 [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-585a4105-c206-4640-b180-8dcadd99c987', protocol='range'} -2024-06-21 21:05:52.004 [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-21 21:05:52.004 [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-21 21:05:52.004 [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-21 21:05:52.004 [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-21 21:05:52.004 [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-21 21:05:52.004 [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-21 21:05:52.006 [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-21 21:05:52.006 [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-21 21:05:52.007 [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-21 21:05:52.007 [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-21 21:05:52.007 [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-21 21:05:52.006 [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-21 21:05:52.008 [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=10, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:05:52.008 [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-21 21:05:52.008 [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-21 21:05:52.008 [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-21 21:05:52.008 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 21:10:24.480 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 21:10:24.483 [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-21 21:10:24.959 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:10:24.959 [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-21 21:10:25.413 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:10:32.043 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:10:32.043 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:10:32.043 [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 38 39 37 35 34 33 32 30 30 35 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 36 35 38 30 30 30 34 38 30 30 30 31 34 36 35 34 30 30 30 30 44 30 30 39 30 31 31 2e 35 30 35 39 30 30 30 30 39 33 39 34 37 33 39 31 30 32 30 30 30 30 30 31 34 36 30 30 33 37 36 34 30 30 30 30 36 30 37 32 32 2e 32 30 30 30 30 30 38 34 30 30 30 30 31 31 31 32 30 30 30 36 36 34 30 30 30 34 30 30 30 34 30 30 30 31 31 30 30 30 30 35 31 30 30 30 30 34 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f4 7E -2024-06-21 21:10:32.059 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975432005, longitude=116.6684790, latitude=39.5219970, speed=54.000, mileage=43.98000000, dischargeVoltage=658000, dischargeCurrent=48000, insulationResistance=146540000, gear=D, accelerationPedal=00, brakePedal=90, fuelConsumption=11.50, motorControllerTemperature=590000, motorSpeed=93947, motorTorque=3910, motorTemperature=200000, motorVoltage=14600, motorCurrent=37640000, powerBattery=60722., maxFeedbackPower=200000, maxDischargePower=840000, bmsSelfCheck=11, powerBatteryCurrent=12000, powerBatteryV3=664000, maxVoltage=4000, minVoltage=4000, maxTemperature=110000, minTemperature=510000, availableCapacity=460000, 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-21 21:10:32.110 [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-21 21:10:32.122 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:10:32.122 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:10:32.122 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718975432122 -2024-06-21 21:10:32.124 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:10:32.598 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 故障信息发送到RabbitMQ -2024-06-21 21:10:32.599 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 21:10:32.625 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:10:32.625 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:06.759 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:06.759 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:06.759 [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 38 39 37 35 34 36 36 37 32 30 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 34 30 34 30 30 30 32 37 30 30 30 34 31 34 39 30 30 30 30 30 44 30 30 38 30 31 31 2e 30 30 35 39 30 30 30 30 32 38 33 31 30 34 30 31 30 31 31 31 30 30 30 31 36 37 30 30 31 35 30 36 30 30 30 30 36 30 37 32 32 2e 38 30 30 30 30 30 33 30 30 30 30 30 36 30 37 30 30 30 30 34 34 34 30 30 30 34 30 30 30 34 30 30 30 33 38 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 b9 7E -2024-06-21 21:11:06.759 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975466720, longitude=116.6694390, latitude=39.5220750, speed=54.000, mileage=44.01000000, dischargeVoltage=404000, dischargeCurrent=27000, insulationResistance=414900000, gear=D, accelerationPedal=00, brakePedal=80, fuelConsumption=11.00, motorControllerTemperature=590000, motorSpeed=28310, motorTorque=4010, motorTemperature=111000, motorVoltage=16700, motorCurrent=15060000, powerBattery=60722., maxFeedbackPower=800000, maxDischargePower=300000, bmsSelfCheck=60, powerBatteryCurrent=70000, powerBatteryV3=444000, maxVoltage=4000, minVoltage=4000, maxTemperature=380000, 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-21 21:11:06.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 故障信息发送到RabbitMQ -2024-06-21 21:11:06.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 21:11:06.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:06.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:35.262 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:35.263 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:35.263 [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 38 39 37 35 34 39 35 32 32 36 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 32 31 36 30 30 30 32 39 30 30 30 31 33 30 37 30 30 30 30 30 44 37 30 36 30 31 30 2e 37 30 33 31 30 30 30 30 38 36 38 34 34 31 36 37 30 31 32 37 30 30 30 31 34 37 30 30 31 33 36 35 30 30 30 30 36 30 37 32 32 2e 37 37 30 30 30 30 34 35 30 30 30 30 31 30 35 30 30 30 30 37 30 31 30 30 30 34 30 30 30 33 30 30 30 33 37 30 30 30 30 32 36 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 ce 7E -2024-06-21 21:11:35.263 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975495226, longitude=116.6701900, latitude=39.5221290, speed=36.000, mileage=44.03000000, dischargeVoltage=216000, dischargeCurrent=29000, insulationResistance=130700000, gear=D, accelerationPedal=70, brakePedal=60, fuelConsumption=10.70, motorControllerTemperature=310000, motorSpeed=86844, motorTorque=1670, motorTemperature=127000, motorVoltage=14700, motorCurrent=13650000, powerBattery=60722., maxFeedbackPower=770000, maxDischargePower=450000, bmsSelfCheck=10, powerBatteryCurrent=50000, powerBatteryV3=701000, maxVoltage=4000, minVoltage=3000, maxTemperature=370000, minTemperature=260000, 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-21 21:11:35.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 故障信息发送到RabbitMQ -2024-06-21 21:11:35.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 21:11:35.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:35.370 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:36.266 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:36.267 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:36.267 [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 38 39 37 35 34 39 36 32 33 38 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 34 32 32 30 30 30 32 37 30 30 30 31 38 39 31 38 30 30 30 30 44 34 30 39 30 31 31 2e 35 30 39 33 30 30 30 30 34 39 32 30 32 37 34 36 30 31 31 33 30 30 30 32 38 37 30 30 34 34 37 38 30 30 30 30 36 30 37 31 30 2e 36 32 30 30 30 30 33 34 30 30 30 30 31 33 31 32 30 30 30 36 38 37 30 30 30 34 30 30 30 33 30 30 30 39 37 30 30 30 30 35 35 30 30 30 30 38 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f8 7E -2024-06-21 21:11:36.267 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975496238, longitude=116.6713820, latitude=39.5222470, speed=126.00, mileage=44.10000000, dischargeVoltage=422000, dischargeCurrent=27000, insulationResistance=189180000, gear=D, accelerationPedal=40, brakePedal=90, fuelConsumption=11.50, motorControllerTemperature=930000, motorSpeed=49202, motorTorque=7460, motorTemperature=113000, motorVoltage=28700, motorCurrent=44780000, powerBattery=60710., maxFeedbackPower=620000, maxDischargePower=340000, bmsSelfCheck=13, powerBatteryCurrent=12000, powerBatteryV3=687000, maxVoltage=4000, minVoltage=3000, maxTemperature=970000, minTemperature=550000, availableCapacity=890000, 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-21 21:11:36.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:36.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:36.363 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:37.262 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:37.262 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:37.262 [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 38 39 37 35 34 39 37 32 33 34 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 34 31 30 30 30 30 32 39 30 30 30 39 33 33 38 30 30 30 30 30 44 32 30 35 30 39 2e 33 30 30 38 33 30 30 30 30 38 35 37 38 31 36 36 33 30 38 37 30 30 30 30 31 34 34 30 30 33 33 38 36 30 30 30 30 36 30 37 31 30 2e 35 33 30 30 30 30 39 36 30 30 30 30 31 32 37 30 30 30 30 35 37 33 30 30 30 34 30 30 30 34 30 30 30 32 34 30 30 30 30 36 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 e5 7E -2024-06-21 21:11:37.262 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975497234, longitude=116.6721170, latitude=39.5222260, speed=36.000, mileage=44.12000000, dischargeVoltage=410000, dischargeCurrent=29000, insulationResistance=933800000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=9.300, motorControllerTemperature=830000, motorSpeed=85781, motorTorque=6630, motorTemperature=870000, motorVoltage=14400, motorCurrent=33860000, powerBattery=60710., maxFeedbackPower=530000, maxDischargePower=960000, bmsSelfCheck=12, powerBatteryCurrent=70000, powerBatteryV3=573000, maxVoltage=4000, minVoltage=4000, maxTemperature=240000, minTemperature=690000, 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-21 21:11:37.327 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:37.358 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:37.359 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:38.273 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:38.274 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:38.274 [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 38 39 37 35 34 39 38 32 32 39 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 34 37 36 30 30 30 32 35 30 30 30 31 30 34 32 30 30 30 30 30 44 35 30 36 30 39 2e 37 30 30 37 33 30 30 30 30 36 35 34 35 32 33 38 35 30 32 39 30 30 30 30 31 34 32 30 30 34 34 36 33 30 30 30 30 36 30 37 31 30 2e 36 37 30 30 30 30 33 36 30 30 30 30 31 30 30 30 30 30 30 36 30 36 30 30 30 34 30 30 30 33 30 30 30 37 34 30 30 30 30 37 39 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 d6 7E -2024-06-21 21:11:38.274 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975498229, longitude=116.6730190, latitude=39.5223210, speed=72.000, mileage=44.16000000, dischargeVoltage=476000, dischargeCurrent=25000, insulationResistance=104200000, gear=D, accelerationPedal=50, brakePedal=60, fuelConsumption=9.700, motorControllerTemperature=730000, motorSpeed=65452, motorTorque=3850, motorTemperature=290000, motorVoltage=14200, motorCurrent=44630000, powerBattery=60710., maxFeedbackPower=670000, maxDischargePower=360000, bmsSelfCheck=10, powerBatteryCurrent=00000, powerBatteryV3=606000, maxVoltage=4000, minVoltage=3000, maxTemperature=740000, minTemperature=790000, 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-21 21:11:38.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:38.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:38.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:39.269 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:39.269 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:39.269 [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 38 39 37 35 34 39 39 32 32 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 36 35 30 30 30 34 30 30 30 30 31 33 32 39 30 30 30 30 30 44 31 30 37 30 39 2e 31 30 30 34 30 30 30 30 30 33 35 35 30 34 33 37 30 30 31 30 32 30 30 30 32 32 32 30 30 35 33 39 34 30 30 30 30 36 30 37 31 30 2e 34 35 30 30 30 30 38 39 30 30 30 30 31 31 31 32 30 30 30 33 39 33 30 30 30 33 30 30 30 34 30 30 30 36 31 30 30 30 30 37 38 30 30 30 30 39 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d6 7E -2024-06-21 21:11:39.269 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975499227, longitude=116.6736620, latitude=39.5223630, speed=36.000, mileage=44.18000000, dischargeVoltage=465000, dischargeCurrent=40000, insulationResistance=132900000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=9.100, motorControllerTemperature=400000, motorSpeed=35504, motorTorque=3700, motorTemperature=102000, motorVoltage=22200, motorCurrent=53940000, powerBattery=60710., maxFeedbackPower=450000, maxDischargePower=890000, bmsSelfCheck=11, powerBatteryCurrent=12000, powerBatteryV3=393000, maxVoltage=3000, minVoltage=4000, maxTemperature=610000, minTemperature=780000, availableCapacity=960000, 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-21 21:11:39.335 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:39.363 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:39.363 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:40.284 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:40.284 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:40.284 [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 38 39 37 35 35 30 30 32 34 30 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 37 34 38 30 30 30 31 32 30 30 30 37 33 36 34 30 30 30 30 30 44 37 30 36 30 31 31 2e 35 30 34 38 30 30 30 30 32 37 30 34 38 36 35 31 30 32 37 30 30 30 30 32 38 33 30 30 33 39 34 33 30 30 30 30 36 30 37 31 30 2e 31 35 30 30 30 30 35 35 30 30 30 30 38 30 37 30 30 30 30 36 37 31 30 30 30 33 30 30 30 33 30 30 30 36 36 30 30 30 30 33 39 30 30 30 30 32 33 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-21 21:11:40.284 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975500240, longitude=116.6744210, latitude=39.5224200, speed=54.000, mileage=44.21000000, dischargeVoltage=748000, dischargeCurrent=12000, insulationResistance=736400000, gear=D, accelerationPedal=70, brakePedal=60, fuelConsumption=11.50, motorControllerTemperature=480000, motorSpeed=27048, motorTorque=6510, motorTemperature=270000, motorVoltage=28300, motorCurrent=39430000, powerBattery=60710., maxFeedbackPower=150000, maxDischargePower=550000, bmsSelfCheck=80, powerBatteryCurrent=70000, powerBatteryV3=671000, maxVoltage=3000, minVoltage=3000, maxTemperature=660000, minTemperature=390000, availableCapacity=230000, 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-21 21:11:40.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:40.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:40.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:41.263 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:41.263 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:41.263 [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 38 39 37 35 35 30 31 32 32 36 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 32 33 35 30 30 30 33 39 30 30 30 38 34 30 37 30 30 30 30 30 44 36 30 31 30 31 31 2e 31 30 32 30 30 30 30 30 35 39 33 39 31 31 36 38 30 39 36 30 30 30 30 31 38 32 30 30 31 34 30 35 39 30 30 30 36 30 37 31 30 2e 33 37 30 30 30 30 33 30 30 30 30 30 35 30 36 30 30 30 30 33 39 39 30 30 30 34 30 30 30 33 30 30 30 37 37 30 30 30 30 31 30 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 d1 7E -2024-06-21 21:11:41.263 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975501226, longitude=116.6755690, latitude=39.5225240, speed=72.000, mileage=44.25000000, dischargeVoltage=235000, dischargeCurrent=39000, insulationResistance=840700000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=11.10, motorControllerTemperature=200000, motorSpeed=59391, motorTorque=1680, motorTemperature=960000, motorVoltage=18200, motorCurrent=14059000, powerBattery=60710., maxFeedbackPower=370000, maxDischargePower=300000, bmsSelfCheck=50, powerBatteryCurrent=60000, powerBatteryV3=399000, maxVoltage=4000, minVoltage=3000, maxTemperature=770000, minTemperature=100000, 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-21 21:11:41.313 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:41.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:41.350 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:42.283 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:42.283 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:42.283 [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 38 39 37 35 35 30 32 32 33 30 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 31 34 34 30 30 30 39 30 30 30 30 35 30 34 31 30 30 30 30 30 44 36 30 32 30 39 2e 38 30 30 31 31 30 30 30 30 36 32 31 30 33 34 39 30 30 37 35 30 30 30 30 32 38 30 30 30 36 30 37 32 30 30 30 30 36 30 37 30 30 2e 31 39 30 30 30 30 35 34 30 30 30 30 34 30 36 30 30 30 30 32 37 30 30 30 30 33 30 30 30 34 30 30 30 36 33 30 30 30 30 36 30 30 30 30 30 33 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 a0 7E -2024-06-21 21:11:42.284 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975502230, longitude=116.6766100, latitude=39.5226150, speed=108.00, mileage=44.31000000, dischargeVoltage=144000, dischargeCurrent=90000, insulationResistance=504100000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=9.800, motorControllerTemperature=110000, motorSpeed=62103, motorTorque=4900, motorTemperature=750000, motorVoltage=28000, motorCurrent=60720000, powerBattery=60700., maxFeedbackPower=190000, maxDischargePower=540000, bmsSelfCheck=40, powerBatteryCurrent=60000, powerBatteryV3=270000, maxVoltage=3000, minVoltage=4000, maxTemperature=630000, minTemperature=600000, availableCapacity=300000, 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-21 21:11:42.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:42.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:42.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:43.278 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:43.278 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:43.278 [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 38 39 37 35 35 30 33 32 34 32 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 33 31 30 30 30 30 31 37 30 30 30 31 39 32 33 38 30 30 30 30 44 32 30 31 30 39 2e 38 30 30 38 39 30 30 30 30 35 32 36 38 39 32 32 32 30 31 34 36 30 30 30 31 31 36 30 30 33 32 30 39 30 30 30 30 36 30 36 39 30 2e 31 39 30 30 30 30 36 37 30 30 30 30 38 30 35 30 30 30 30 36 35 38 30 30 30 34 30 30 30 33 30 30 30 31 39 30 30 30 30 31 37 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 ea 7E -2024-06-21 21:11:43.278 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975503242, longitude=116.6778270, latitude=39.5227060, speed=126.00, mileage=44.38000000, dischargeVoltage=310000, dischargeCurrent=17000, insulationResistance=192380000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=9.800, motorControllerTemperature=890000, motorSpeed=52689, motorTorque=2220, motorTemperature=146000, motorVoltage=11600, motorCurrent=32090000, powerBattery=60690., maxFeedbackPower=190000, maxDischargePower=670000, bmsSelfCheck=80, powerBatteryCurrent=50000, powerBatteryV3=658000, maxVoltage=4000, minVoltage=3000, maxTemperature=190000, minTemperature=170000, 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-21 21:11:43.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:43.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:43.388 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:44.262 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:44.263 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:44.263 [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 38 39 37 35 35 30 34 32 32 39 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 32 31 31 30 30 30 34 33 30 30 30 32 31 30 33 39 30 30 30 30 44 35 30 39 30 31 31 2e 31 30 35 36 30 30 30 30 38 30 35 31 39 35 33 31 30 31 32 34 30 30 30 32 33 36 30 30 31 32 30 34 32 30 30 30 36 30 36 39 30 2e 36 34 30 30 30 30 38 31 30 30 30 30 36 30 35 30 30 30 30 34 32 33 30 30 30 33 30 30 30 34 30 30 30 32 30 30 30 30 30 35 33 30 30 30 30 34 30 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-21 21:11:44.263 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975504229, longitude=116.6788900, latitude=39.5227930, speed=72.000, mileage=44.42000000, dischargeVoltage=211000, dischargeCurrent=43000, insulationResistance=210390000, gear=D, accelerationPedal=50, brakePedal=90, fuelConsumption=11.10, motorControllerTemperature=560000, motorSpeed=80519, motorTorque=5310, motorTemperature=124000, motorVoltage=23600, motorCurrent=12042000, powerBattery=60690., maxFeedbackPower=640000, maxDischargePower=810000, bmsSelfCheck=60, powerBatteryCurrent=50000, powerBatteryV3=423000, maxVoltage=3000, minVoltage=4000, maxTemperature=200000, minTemperature=530000, availableCapacity=400000, 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-21 21:11:44.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:44.402 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:44.403 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:45.278 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:45.279 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:45.279 [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 38 39 37 35 35 30 35 32 34 32 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 33 36 39 30 30 30 33 35 30 30 30 32 39 35 31 39 30 30 30 30 44 38 30 36 30 31 30 2e 30 30 37 36 30 30 30 30 39 38 30 30 30 39 38 30 30 34 38 30 30 30 30 31 32 32 30 30 31 30 30 39 35 30 30 30 36 30 36 39 30 2e 31 32 30 30 30 30 38 39 30 30 30 30 31 34 31 31 30 30 30 34 34 30 30 30 30 33 30 30 30 33 30 30 30 36 36 30 30 30 30 33 32 30 30 30 30 39 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 db 7E -2024-06-21 21:11:45.279 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975505242, longitude=116.6801720, latitude=39.5229040, speed=36.000, mileage=44.44000000, dischargeVoltage=369000, dischargeCurrent=35000, insulationResistance=295190000, gear=D, accelerationPedal=80, brakePedal=60, fuelConsumption=10.00, motorControllerTemperature=760000, motorSpeed=98000, motorTorque=9800, motorTemperature=480000, motorVoltage=12200, motorCurrent=10095000, powerBattery=60690., maxFeedbackPower=120000, maxDischargePower=890000, bmsSelfCheck=14, powerBatteryCurrent=11000, powerBatteryV3=440000, maxVoltage=3000, minVoltage=3000, maxTemperature=660000, minTemperature=320000, availableCapacity=990000, 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-21 21:11:45.342 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:45.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:45.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:46.279 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:46.280 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:46.280 [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 38 39 37 35 35 30 36 32 32 37 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 33 37 34 30 30 30 36 30 30 30 30 37 39 38 34 30 30 30 30 30 44 34 30 33 30 31 32 2e 30 30 39 37 30 30 30 30 35 32 36 30 30 32 38 35 30 31 31 38 30 30 30 32 32 39 30 30 39 39 31 30 30 30 30 30 36 30 36 39 30 2e 34 30 30 30 30 30 36 36 30 30 30 30 30 30 31 30 30 30 30 33 30 31 30 30 30 33 30 30 30 33 30 30 30 37 30 30 30 30 30 37 34 30 30 30 30 31 32 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-21 21:11:46.280 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975506227, longitude=116.6805530, latitude=39.5229620, speed=36.000, mileage=44.46000000, dischargeVoltage=374000, dischargeCurrent=60000, insulationResistance=798400000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=12.00, motorControllerTemperature=970000, motorSpeed=52600, motorTorque=2850, motorTemperature=118000, motorVoltage=22900, motorCurrent=99100000, powerBattery=60690., maxFeedbackPower=400000, maxDischargePower=660000, bmsSelfCheck=00, powerBatteryCurrent=10000, powerBatteryV3=301000, maxVoltage=3000, minVoltage=3000, maxTemperature=700000, minTemperature=740000, availableCapacity=120000, 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-21 21:11:46.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:46.348 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:46.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:47.272 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:47.273 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:47.273 [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 38 39 37 35 35 30 37 32 32 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 35 38 33 30 30 30 33 30 30 30 30 39 33 36 35 30 30 30 30 30 44 39 30 39 30 31 31 2e 37 30 39 36 30 30 30 30 33 36 31 36 30 32 31 35 30 31 32 34 30 30 30 31 35 39 30 30 31 30 32 38 30 30 30 30 36 30 36 39 30 2e 39 30 30 30 30 30 39 30 30 30 30 30 33 30 31 34 30 30 30 32 38 33 30 30 30 33 30 30 30 34 30 30 30 34 30 30 30 30 30 36 32 30 30 30 30 32 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d3 7E -2024-06-21 21:11:47.273 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975507227, longitude=116.6811590, latitude=39.5230160, speed=36.000, mileage=44.48000000, dischargeVoltage=583000, dischargeCurrent=30000, insulationResistance=936500000, gear=D, accelerationPedal=90, brakePedal=90, fuelConsumption=11.70, motorControllerTemperature=960000, motorSpeed=36160, motorTorque=2150, motorTemperature=124000, motorVoltage=15900, motorCurrent=10280000, powerBattery=60690., maxFeedbackPower=900000, maxDischargePower=900000, bmsSelfCheck=30, powerBatteryCurrent=14000, powerBatteryV3=283000, maxVoltage=3000, minVoltage=4000, maxTemperature=400000, minTemperature=620000, availableCapacity=230000, 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-21 21:11:47.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:47.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:47.357 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:48.254 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:48.254 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:48.254 [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 38 39 37 35 35 30 38 32 32 36 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 31 36 39 30 30 30 32 37 30 30 30 32 30 38 34 30 30 30 30 30 44 39 30 30 30 39 2e 37 30 30 37 30 30 30 30 30 36 37 31 34 30 34 36 30 30 32 33 30 30 30 30 32 34 34 30 30 34 38 35 31 30 30 30 30 36 30 36 38 31 2e 34 39 30 30 30 30 34 33 30 30 30 30 31 31 31 32 30 30 30 32 36 36 30 30 30 34 30 30 30 34 30 30 30 31 35 30 30 30 30 31 33 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 c9 7E -2024-06-21 21:11:48.254 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975508226, longitude=116.6821350, latitude=39.5231070, speed=90.000, mileage=44.53000000, dischargeVoltage=169000, dischargeCurrent=27000, insulationResistance=208400000, gear=D, accelerationPedal=90, brakePedal=00, fuelConsumption=9.700, motorControllerTemperature=700000, motorSpeed=67140, motorTorque=4600, motorTemperature=230000, motorVoltage=24400, motorCurrent=48510000, powerBattery=60681., maxFeedbackPower=490000, maxDischargePower=430000, bmsSelfCheck=11, powerBatteryCurrent=12000, powerBatteryV3=266000, maxVoltage=4000, minVoltage=4000, maxTemperature=150000, minTemperature=130000, 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-21 21:11:48.301 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:48.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:48.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:49.264 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:49.264 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:49.264 [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 38 39 37 35 35 30 39 32 32 36 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 33 30 33 30 30 30 34 38 30 30 30 31 33 36 31 30 30 30 30 30 44 31 30 32 30 31 30 2e 30 30 34 39 30 30 30 30 38 36 35 39 31 32 39 36 30 31 33 34 30 30 30 31 32 30 30 30 39 30 36 34 30 30 30 30 36 30 36 37 31 2e 38 36 30 30 30 30 35 31 30 30 30 30 31 32 32 30 30 30 30 32 34 39 30 30 30 33 30 30 30 34 30 30 30 33 33 30 30 30 30 32 36 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-21 21:11:49.264 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975509226, longitude=116.6829830, latitude=39.5230950, speed=90.000, mileage=44.58000000, dischargeVoltage=303000, dischargeCurrent=48000, insulationResistance=136100000, gear=D, accelerationPedal=10, brakePedal=20, fuelConsumption=10.00, motorControllerTemperature=490000, motorSpeed=86591, motorTorque=2960, motorTemperature=134000, motorVoltage=12000, motorCurrent=90640000, powerBattery=60671., maxFeedbackPower=860000, maxDischargePower=510000, bmsSelfCheck=12, powerBatteryCurrent=20000, powerBatteryV3=249000, maxVoltage=3000, minVoltage=4000, maxTemperature=330000, minTemperature=260000, 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-21 21:11:49.322 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:49.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:49.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:50.271 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:50.271 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:50.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 38 39 37 35 35 31 30 32 32 36 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 32 31 37 30 30 30 35 30 30 30 30 31 30 38 37 30 30 30 30 30 44 36 30 36 30 31 30 2e 39 30 36 36 30 30 30 30 32 30 31 39 35 36 34 39 30 31 31 35 30 30 30 32 38 37 30 30 31 35 35 38 30 30 30 30 36 30 36 37 31 2e 33 37 30 30 30 30 36 38 30 30 30 30 36 30 30 30 30 30 30 37 32 35 30 30 30 34 30 30 30 33 30 30 30 31 30 30 30 30 30 37 37 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 dc 7E -2024-06-21 21:11:50.272 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975510226, longitude=116.6836000, latitude=39.5229670, speed=36.000, mileage=44.60000000, dischargeVoltage=217000, dischargeCurrent=50000, insulationResistance=108700000, gear=D, accelerationPedal=60, brakePedal=60, fuelConsumption=10.90, motorControllerTemperature=660000, motorSpeed=20195, motorTorque=6490, motorTemperature=115000, motorVoltage=28700, motorCurrent=15580000, powerBattery=60671., maxFeedbackPower=370000, maxDischargePower=680000, bmsSelfCheck=60, powerBatteryCurrent=00000, powerBatteryV3=725000, maxVoltage=4000, minVoltage=3000, maxTemperature=100000, minTemperature=770000, 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-21 21:11:50.331 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:50.367 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:50.367 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:51.267 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:51.267 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:51.267 [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 38 39 37 35 35 31 31 32 32 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 32 38 39 30 30 30 34 38 30 30 30 33 39 31 39 30 30 30 30 30 44 34 30 35 30 31 30 2e 36 30 31 36 30 30 30 30 33 30 39 38 34 35 35 30 30 31 34 30 30 30 30 32 36 38 30 30 31 30 36 31 34 30 30 30 36 30 36 37 31 2e 34 35 30 30 30 30 34 37 30 30 30 30 36 30 31 34 30 30 30 33 36 33 30 30 30 34 30 30 30 34 30 30 30 38 30 30 30 30 30 37 34 30 30 30 30 33 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e0 7E -2024-06-21 21:11:51.268 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975511227, longitude=116.6840660, latitude=39.5228470, speed=36.000, mileage=44.62000000, dischargeVoltage=289000, dischargeCurrent=48000, insulationResistance=391900000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=10.60, motorControllerTemperature=160000, motorSpeed=30984, motorTorque=5500, motorTemperature=140000, motorVoltage=26800, motorCurrent=10614000, powerBattery=60671., maxFeedbackPower=450000, maxDischargePower=470000, bmsSelfCheck=60, powerBatteryCurrent=14000, powerBatteryV3=363000, maxVoltage=4000, minVoltage=4000, maxTemperature=800000, minTemperature=740000, availableCapacity=300000, 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-21 21:11:51.334 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:51.359 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:51.359 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:52.277 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:52.277 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:52.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 38 39 37 35 35 31 32 32 32 37 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 31 33 32 30 30 30 31 32 30 30 30 31 30 33 31 34 30 30 30 30 44 33 30 30 30 31 30 2e 31 30 32 38 30 30 30 30 37 30 34 32 37 34 34 30 30 35 36 30 30 30 30 31 33 38 30 30 36 36 30 39 30 30 30 30 36 30 36 37 31 2e 32 36 30 30 30 30 32 33 30 30 30 30 35 30 31 32 30 30 30 37 31 34 30 30 30 34 30 30 30 33 30 30 30 33 38 30 30 30 30 33 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 ad 7E -2024-06-21 21:11:52.278 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975512227, longitude=116.6845220, latitude=39.5227510, speed=36.000, mileage=44.64000000, dischargeVoltage=132000, dischargeCurrent=12000, insulationResistance=103140000, gear=D, accelerationPedal=30, brakePedal=00, fuelConsumption=10.10, motorControllerTemperature=280000, motorSpeed=70427, motorTorque=4400, motorTemperature=560000, motorVoltage=13800, motorCurrent=66090000, powerBattery=60671., maxFeedbackPower=260000, maxDischargePower=230000, bmsSelfCheck=50, powerBatteryCurrent=12000, powerBatteryV3=714000, maxVoltage=4000, minVoltage=3000, maxTemperature=380000, minTemperature=380000, 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-21 21:11:52.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:52.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:52.379 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:53.261 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:53.261 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:53.261 [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 38 39 37 35 35 31 33 32 32 36 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 35 32 35 30 30 30 32 32 30 30 30 39 34 30 39 30 30 30 30 30 44 38 30 35 30 31 30 2e 30 30 37 34 30 30 30 30 36 36 33 39 30 33 31 33 30 31 30 35 30 30 30 32 36 35 30 30 38 37 33 30 30 30 30 30 36 30 36 37 31 2e 36 30 30 30 30 30 38 36 30 30 30 30 31 31 31 31 30 30 30 33 35 38 30 30 30 33 30 30 30 34 30 30 30 31 38 30 30 30 30 32 32 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 c9 7E -2024-06-21 21:11:53.261 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975513226, longitude=116.6852250, latitude=39.5226150, speed=54.000, mileage=44.67000000, dischargeVoltage=525000, dischargeCurrent=22000, insulationResistance=940900000, gear=D, accelerationPedal=80, brakePedal=50, fuelConsumption=10.00, motorControllerTemperature=740000, motorSpeed=66390, motorTorque=3130, motorTemperature=105000, motorVoltage=26500, motorCurrent=87300000, powerBattery=60671., maxFeedbackPower=600000, maxDischargePower=860000, bmsSelfCheck=11, powerBatteryCurrent=11000, powerBatteryV3=358000, maxVoltage=3000, minVoltage=4000, maxTemperature=180000, minTemperature=220000, 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-21 21:11:53.318 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:53.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:53.344 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:54.266 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:54.267 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:54.267 [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 38 39 37 35 35 31 34 32 32 37 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 33 38 36 30 30 30 33 34 30 30 30 32 34 31 37 36 30 30 30 30 44 39 30 35 30 31 30 2e 39 30 33 34 30 30 30 30 34 31 32 38 33 31 30 39 30 31 31 39 30 30 30 32 31 35 30 30 34 30 37 35 30 30 30 30 36 30 36 37 31 2e 35 30 30 30 30 30 33 35 30 30 30 30 33 30 33 30 30 30 30 37 33 32 30 30 30 33 30 30 30 34 30 30 30 39 38 30 30 30 30 33 37 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 ec 7E -2024-06-21 21:11:54.267 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975514227, longitude=116.6859650, latitude=39.5224990, speed=72.000, mileage=44.71000000, dischargeVoltage=386000, dischargeCurrent=34000, insulationResistance=241760000, gear=D, accelerationPedal=90, brakePedal=50, fuelConsumption=10.90, motorControllerTemperature=340000, motorSpeed=41283, motorTorque=1090, motorTemperature=119000, motorVoltage=21500, motorCurrent=40750000, powerBattery=60671., maxFeedbackPower=500000, maxDischargePower=350000, bmsSelfCheck=30, powerBatteryCurrent=30000, powerBatteryV3=732000, maxVoltage=3000, minVoltage=4000, maxTemperature=980000, minTemperature=370000, 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-21 21:11:54.327 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:54.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:54.354 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:55.266 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:55.266 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:55.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 38 39 37 35 35 31 35 32 32 36 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 37 32 30 30 30 38 30 30 30 30 32 39 31 34 30 30 30 30 30 44 31 30 34 30 31 31 2e 36 30 33 35 30 30 30 30 38 31 35 30 32 32 39 39 30 31 30 32 30 30 30 31 31 30 30 30 31 39 36 38 30 30 30 30 36 30 36 37 31 2e 35 35 30 30 30 30 31 38 30 30 30 30 31 31 31 33 30 30 30 37 31 39 30 30 30 33 30 30 30 33 30 30 30 37 32 30 30 30 30 39 36 30 30 30 30 34 36 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-21 21:11:55.267 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975515226, longitude=116.6868880, latitude=39.5227270, speed=72.000, mileage=44.75000000, dischargeVoltage=472000, dischargeCurrent=80000, insulationResistance=291400000, gear=D, accelerationPedal=10, brakePedal=40, fuelConsumption=11.60, motorControllerTemperature=350000, motorSpeed=81502, motorTorque=2990, motorTemperature=102000, motorVoltage=11000, motorCurrent=19680000, powerBattery=60671., maxFeedbackPower=550000, maxDischargePower=180000, bmsSelfCheck=11, powerBatteryCurrent=13000, powerBatteryV3=719000, maxVoltage=3000, minVoltage=3000, maxTemperature=720000, minTemperature=960000, availableCapacity=460000, 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-21 21:11:55.328 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:55.358 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:55.358 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:56.262 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:56.262 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:56.262 [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 38 39 37 35 35 31 36 32 32 37 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 31 36 38 30 30 30 31 39 30 30 30 32 30 38 38 32 30 30 30 30 44 32 30 34 30 31 30 2e 33 30 35 33 30 30 30 30 35 33 34 32 32 39 38 32 30 39 30 30 30 30 30 32 30 32 30 30 31 31 34 38 37 30 30 30 36 30 36 37 31 2e 33 35 30 30 30 30 36 37 30 30 30 30 39 30 38 30 30 30 30 35 38 33 30 30 30 33 30 30 30 33 30 30 30 32 34 30 30 30 30 35 36 30 30 30 30 39 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e4 7E -2024-06-21 21:11:56.262 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975516227, longitude=116.6871620, latitude=39.5228750, speed=0.0000, mileage=44.75000000, dischargeVoltage=168000, dischargeCurrent=19000, insulationResistance=208820000, gear=D, accelerationPedal=20, brakePedal=40, fuelConsumption=10.30, motorControllerTemperature=530000, motorSpeed=53422, motorTorque=9820, motorTemperature=900000, motorVoltage=20200, motorCurrent=11487000, powerBattery=60671., maxFeedbackPower=350000, maxDischargePower=670000, bmsSelfCheck=90, powerBatteryCurrent=80000, powerBatteryV3=583000, maxVoltage=3000, minVoltage=3000, maxTemperature=240000, minTemperature=560000, availableCapacity=910000, 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-21 21:11:56.340 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:56.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:56.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:57.262 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:57.262 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:57.262 [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 38 39 37 35 35 31 37 32 32 37 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 34 36 35 30 30 30 32 39 30 30 30 31 38 36 30 36 30 30 30 30 44 35 30 33 30 31 30 2e 36 30 36 31 30 30 30 30 36 32 31 34 39 37 34 36 30 31 32 32 30 30 30 32 32 38 30 30 36 36 35 30 30 30 30 30 36 30 36 36 30 2e 38 30 30 30 30 30 38 35 30 30 30 30 31 30 31 30 30 30 30 37 32 32 30 30 30 34 30 30 30 34 30 30 30 33 37 30 30 30 30 39 36 30 30 30 30 34 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e8 7E -2024-06-21 21:11:57.262 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975517227, longitude=116.6890280, latitude=39.5238560, speed=126.00, mileage=44.82000000, dischargeVoltage=465000, dischargeCurrent=29000, insulationResistance=186060000, gear=D, accelerationPedal=50, brakePedal=30, fuelConsumption=10.60, motorControllerTemperature=610000, motorSpeed=62149, motorTorque=7460, motorTemperature=122000, motorVoltage=22800, motorCurrent=66500000, powerBattery=60660., maxFeedbackPower=800000, maxDischargePower=850000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=722000, maxVoltage=4000, minVoltage=4000, maxTemperature=370000, minTemperature=960000, availableCapacity=410000, 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-21 21:11:57.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:57.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:57.333 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:58.263 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:58.263 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:58.264 [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 38 39 37 35 35 31 38 32 32 37 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 36 33 36 30 30 30 34 30 30 30 30 31 32 37 38 33 30 30 30 30 44 31 30 37 30 31 30 2e 35 30 33 30 30 30 30 30 38 34 31 34 39 39 38 33 30 32 35 30 30 30 30 31 32 39 30 30 37 35 36 39 30 30 30 30 36 30 36 35 30 2e 31 35 30 30 30 30 38 33 30 30 30 30 32 30 31 30 30 30 30 35 33 35 30 30 30 33 30 30 30 34 30 30 30 32 34 30 30 30 30 39 38 30 30 30 30 39 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ec 7E -2024-06-21 21:11:58.264 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975518227, longitude=116.6901760, latitude=39.5245800, speed=180.00, mileage=44.92000000, dischargeVoltage=636000, dischargeCurrent=40000, insulationResistance=127830000, gear=D, accelerationPedal=10, brakePedal=70, fuelConsumption=10.50, motorControllerTemperature=300000, motorSpeed=84149, motorTorque=9830, motorTemperature=250000, motorVoltage=12900, motorCurrent=75690000, powerBattery=60650., maxFeedbackPower=150000, maxDischargePower=830000, bmsSelfCheck=20, powerBatteryCurrent=10000, powerBatteryV3=535000, maxVoltage=3000, minVoltage=4000, maxTemperature=240000, minTemperature=980000, availableCapacity=950000, 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-21 21:11:58.315 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:58.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:58.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:11:59.273 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:11:59.273 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:11:59.273 [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 38 39 37 35 35 31 39 32 32 36 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 35 36 36 30 30 30 32 35 30 30 30 37 31 30 31 30 30 30 30 30 44 38 30 35 30 31 31 2e 36 30 33 34 30 30 30 30 36 34 31 35 37 37 37 36 30 37 37 30 30 30 30 32 36 31 30 30 36 32 34 34 30 30 30 30 36 30 36 33 38 2e 38 31 30 30 30 30 39 33 30 30 30 30 31 30 31 31 30 30 30 36 31 30 30 30 30 34 30 30 30 34 30 30 30 33 32 30 30 30 30 37 31 30 30 30 30 33 37 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-21 21:11:59.273 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975519226, longitude=116.6912060, latitude=39.5254530, speed=162.00, mileage=45.01000000, dischargeVoltage=566000, dischargeCurrent=25000, insulationResistance=710100000, gear=D, accelerationPedal=80, brakePedal=50, fuelConsumption=11.60, motorControllerTemperature=340000, motorSpeed=64157, motorTorque=7760, motorTemperature=770000, motorVoltage=26100, motorCurrent=62440000, powerBattery=60638., maxFeedbackPower=810000, maxDischargePower=930000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=610000, maxVoltage=4000, minVoltage=4000, maxTemperature=320000, minTemperature=710000, availableCapacity=370000, 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-21 21:11:59.327 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:11:59.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:11:59.349 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:12:00.259 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:12:00.259 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:12:00.259 [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 38 39 37 35 35 32 30 32 32 36 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 36 36 33 30 30 30 32 34 30 30 30 32 36 31 34 39 30 30 30 30 44 31 30 30 30 39 2e 37 30 30 31 39 30 30 30 30 39 33 30 32 33 34 36 33 30 32 35 30 30 30 30 31 31 35 30 30 31 34 30 32 31 30 30 30 36 30 36 33 38 2e 36 30 30 30 30 30 33 31 30 30 30 30 39 30 31 30 30 30 30 33 34 33 30 30 30 33 30 30 30 33 30 30 30 33 37 30 30 30 30 34 36 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 c7 7E -2024-06-21 21:12:00.260 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975520226, longitude=116.6916840, latitude=39.5258630, speed=18.000, mileage=45.02000000, dischargeVoltage=663000, dischargeCurrent=24000, insulationResistance=261490000, gear=D, accelerationPedal=10, brakePedal=00, fuelConsumption=9.700, motorControllerTemperature=190000, motorSpeed=93023, motorTorque=4630, motorTemperature=250000, motorVoltage=11500, motorCurrent=14021000, powerBattery=60638., maxFeedbackPower=600000, maxDischargePower=310000, bmsSelfCheck=90, powerBatteryCurrent=10000, powerBatteryV3=343000, maxVoltage=3000, minVoltage=3000, maxTemperature=370000, minTemperature=460000, 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-21 21:12:00.325 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:12:00.353 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:12:00.353 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:12:01.275 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:12:01.275 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:12: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 38 39 37 35 35 32 31 32 32 37 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 33 31 36 30 30 30 31 37 30 30 30 32 34 35 35 36 30 30 30 30 44 34 30 35 30 39 2e 33 30 30 37 30 30 30 30 30 36 39 32 33 38 39 31 38 30 32 31 30 30 30 30 31 36 31 30 30 31 32 38 30 32 30 30 30 36 30 36 33 38 2e 37 30 30 30 30 30 37 33 30 30 30 30 31 32 33 30 30 30 30 32 36 34 30 30 30 33 30 30 30 33 30 30 30 34 33 30 30 30 30 31 35 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 cb 7E -2024-06-21 21:12:01.276 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975521227, longitude=116.6921130, latitude=39.5259090, speed=54.000, mileage=45.05000000, dischargeVoltage=316000, dischargeCurrent=17000, insulationResistance=245560000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=9.300, motorControllerTemperature=700000, motorSpeed=69238, motorTorque=9180, motorTemperature=210000, motorVoltage=16100, motorCurrent=12802000, powerBattery=60638., maxFeedbackPower=700000, maxDischargePower=730000, bmsSelfCheck=12, powerBatteryCurrent=30000, powerBatteryV3=264000, maxVoltage=3000, minVoltage=3000, maxTemperature=430000, minTemperature=150000, 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-21 21:12:01.348 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:12:01.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:12:01.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:12:02.256 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:12:02.256 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:12:02.257 [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 38 39 37 35 35 32 32 32 32 36 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 34 35 38 30 30 30 32 33 30 30 30 31 37 32 38 39 30 30 30 30 44 36 30 30 30 31 30 2e 31 30 33 30 30 30 30 30 33 32 36 34 34 32 39 35 30 31 34 33 30 30 30 31 39 32 30 30 38 31 36 38 30 30 30 30 36 30 36 33 38 2e 39 35 30 30 30 30 39 38 30 30 30 30 31 32 31 33 30 30 30 36 32 36 30 30 30 34 30 30 30 34 30 30 30 33 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 ec 7E -2024-06-21 21:12:02.257 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975522226, longitude=116.6924240, latitude=39.5261490, speed=54.000, mileage=45.08000000, dischargeVoltage=458000, dischargeCurrent=23000, insulationResistance=172890000, gear=D, accelerationPedal=60, brakePedal=00, fuelConsumption=10.10, motorControllerTemperature=300000, motorSpeed=32644, motorTorque=2950, motorTemperature=143000, motorVoltage=19200, motorCurrent=81680000, powerBattery=60638., maxFeedbackPower=950000, maxDischargePower=980000, bmsSelfCheck=12, powerBatteryCurrent=13000, powerBatteryV3=626000, maxVoltage=4000, minVoltage=4000, maxTemperature=350000, 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-21 21:12:02.326 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:12:02.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:12:02.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:12:03.277 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:12:03.277 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:12:03.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 38 39 37 35 35 32 33 32 32 37 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 36 34 30 30 30 33 38 30 30 30 32 34 31 32 39 30 30 30 30 44 35 30 38 30 39 2e 38 30 30 36 34 30 30 30 30 34 36 38 37 36 34 35 33 30 39 32 30 30 30 30 31 33 32 30 30 31 30 37 37 34 30 30 30 36 30 36 33 38 2e 31 39 30 30 30 30 30 30 30 30 30 30 35 30 31 34 30 30 30 36 33 30 30 30 30 33 30 30 30 34 30 30 30 35 36 30 30 30 30 39 34 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 ea 7E -2024-06-21 21:12:03.277 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975523227, longitude=116.6932070, latitude=39.5262310, speed=72.000, mileage=45.12000000, dischargeVoltage=664000, dischargeCurrent=38000, insulationResistance=241290000, gear=D, accelerationPedal=50, brakePedal=80, fuelConsumption=9.800, motorControllerTemperature=640000, motorSpeed=46876, motorTorque=4530, motorTemperature=920000, motorVoltage=13200, motorCurrent=10774000, powerBattery=60638., maxFeedbackPower=190000, maxDischargePower=000000, bmsSelfCheck=50, powerBatteryCurrent=14000, powerBatteryV3=630000, maxVoltage=3000, minVoltage=4000, maxTemperature=560000, minTemperature=940000, 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-21 21:12:03.346 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:12:03.384 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:12:03.384 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:12:04.257 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:12:04.257 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:12:04.257 [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 38 39 37 35 35 32 34 32 32 36 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 36 36 30 30 30 30 33 39 30 30 30 32 35 35 30 35 30 30 30 30 44 38 30 32 30 31 30 2e 35 30 39 30 30 30 30 30 31 32 30 38 32 37 35 33 30 31 34 36 30 30 30 32 37 31 30 30 34 34 32 33 30 30 30 30 36 30 36 32 38 2e 35 34 30 30 30 30 31 30 30 30 30 30 33 30 35 30 30 30 30 37 31 32 30 30 30 34 30 30 30 34 30 30 30 38 39 30 30 30 30 31 30 30 30 30 30 35 38 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-21 21:12:04.257 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975524226, longitude=116.6946190, latitude=39.5263430, speed=144.00, mileage=45.20000000, dischargeVoltage=660000, dischargeCurrent=39000, insulationResistance=255050000, gear=D, accelerationPedal=80, brakePedal=20, fuelConsumption=10.50, motorControllerTemperature=900000, motorSpeed=12082, motorTorque=7530, motorTemperature=146000, motorVoltage=27100, motorCurrent=44230000, powerBattery=60628., maxFeedbackPower=540000, maxDischargePower=100000, bmsSelfCheck=30, powerBatteryCurrent=50000, powerBatteryV3=712000, maxVoltage=4000, minVoltage=4000, maxTemperature=890000, minTemperature=100000, availableCapacity=580000, 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-21 21:12:04.320 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:12:04.352 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:12:04.352 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:12:05.279 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:12:05.280 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:12:05.280 [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 38 39 37 35 35 32 35 32 32 37 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 36 34 30 30 30 30 33 32 30 30 30 31 34 30 31 34 30 30 30 30 44 30 30 35 30 31 31 2e 35 30 39 32 30 30 30 30 33 39 32 37 35 34 35 32 30 38 31 30 30 30 30 32 34 34 30 30 31 30 31 38 36 30 30 30 36 30 36 32 38 2e 34 35 30 30 30 30 39 36 30 30 30 30 30 30 33 30 30 30 30 33 32 37 30 30 30 33 30 30 30 33 30 30 30 31 34 30 30 30 30 32 34 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 d3 7E -2024-06-21 21:12:05.281 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975525227, longitude=116.6953970, latitude=39.5263970, speed=54.000, mileage=45.23000000, dischargeVoltage=640000, dischargeCurrent=32000, insulationResistance=140140000, gear=D, accelerationPedal=00, brakePedal=50, fuelConsumption=11.50, motorControllerTemperature=920000, motorSpeed=39275, motorTorque=4520, motorTemperature=810000, motorVoltage=24400, motorCurrent=10186000, powerBattery=60628., maxFeedbackPower=450000, maxDischargePower=960000, bmsSelfCheck=00, powerBatteryCurrent=30000, powerBatteryV3=327000, maxVoltage=3000, minVoltage=3000, maxTemperature=140000, minTemperature=240000, 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-21 21:12:05.345 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:12:05.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:12:05.375 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:12:06.258 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:12:06.259 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:12:06.259 [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 38 39 37 35 35 32 36 32 32 37 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 36 30 34 30 30 30 33 39 30 30 30 31 32 37 33 38 30 30 30 30 44 36 30 34 30 31 30 2e 39 30 35 34 30 30 30 30 36 36 38 36 34 38 36 36 30 32 30 30 30 30 30 32 38 37 30 30 31 31 38 37 38 30 30 30 36 30 36 32 38 2e 36 33 30 30 30 30 31 36 30 30 30 30 31 31 31 30 30 30 30 35 39 33 30 30 30 33 30 30 30 34 30 30 30 32 39 30 30 30 30 35 30 30 30 30 30 37 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 07 7E -2024-06-21 21:12:06.259 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975526227, longitude=116.6958480, latitude=39.5264340, speed=36.000, mileage=45.25000000, dischargeVoltage=604000, dischargeCurrent=39000, insulationResistance=127380000, gear=D, accelerationPedal=60, brakePedal=40, fuelConsumption=10.90, motorControllerTemperature=540000, motorSpeed=66864, motorTorque=8660, motorTemperature=200000, motorVoltage=28700, motorCurrent=11878000, powerBattery=60628., maxFeedbackPower=630000, maxDischargePower=160000, bmsSelfCheck=11, powerBatteryCurrent=10000, powerBatteryV3=593000, maxVoltage=3000, minVoltage=4000, maxTemperature=290000, minTemperature=500000, availableCapacity=790000, 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-21 21:12:06.314 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:12:06.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:12:06.343 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:12:07.283 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:12:07.283 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:12:07.283 [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 38 39 37 35 35 32 37 32 34 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 35 34 30 30 30 34 37 30 30 30 32 32 30 38 38 30 30 30 30 44 35 30 33 30 31 31 2e 36 30 32 32 30 30 30 30 34 35 33 35 39 37 34 38 30 32 30 30 30 30 30 31 33 33 30 30 37 37 32 36 30 30 30 30 36 30 36 31 36 2e 38 30 30 30 30 30 31 39 30 30 30 30 32 30 34 30 30 30 30 35 34 32 30 30 30 34 30 30 30 34 30 30 30 38 31 30 30 30 30 36 35 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 d2 7E -2024-06-21 21:12:07.283 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975527241, longitude=116.6970220, latitude=39.5265370, speed=90.000, mileage=45.30000000, dischargeVoltage=354000, dischargeCurrent=47000, insulationResistance=220880000, gear=D, accelerationPedal=50, brakePedal=30, fuelConsumption=11.60, motorControllerTemperature=220000, motorSpeed=45359, motorTorque=7480, motorTemperature=200000, motorVoltage=13300, motorCurrent=77260000, powerBattery=60616., maxFeedbackPower=800000, maxDischargePower=190000, bmsSelfCheck=20, powerBatteryCurrent=40000, powerBatteryV3=542000, maxVoltage=4000, minVoltage=4000, maxTemperature=810000, minTemperature=650000, 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-21 21:12:07.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:12:07.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:12:07.394 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:12:08.272 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:12:08.272 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:12:08.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 38 39 37 35 35 32 38 32 33 39 31 31 36 2e 36 39 38 34 37 36 30 33 39 2e 35 32 36 36 35 37 30 35 34 2e 30 30 30 34 35 2e 33 33 30 30 30 30 30 30 34 39 35 30 30 30 33 39 30 30 30 32 34 32 36 36 30 30 30 30 44 31 30 39 30 31 30 2e 34 30 33 32 30 30 30 30 34 35 34 34 34 37 36 35 30 32 35 30 30 30 30 32 37 35 30 30 33 35 37 36 30 30 30 30 36 30 36 31 36 2e 31 32 30 30 30 30 36 33 30 30 30 30 34 30 38 30 30 30 30 33 36 32 30 30 30 34 30 30 30 33 30 30 30 32 37 30 30 30 30 36 32 30 30 30 30 39 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 01 7E -2024-06-21 21:12:08.272 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975528239, longitude=116.6984760, latitude=39.5266570, speed=54.000, mileage=45.33000000, dischargeVoltage=495000, dischargeCurrent=39000, insulationResistance=242660000, gear=D, accelerationPedal=10, brakePedal=90, fuelConsumption=10.40, motorControllerTemperature=320000, motorSpeed=45444, motorTorque=7650, motorTemperature=250000, motorVoltage=27500, motorCurrent=35760000, powerBattery=60616., maxFeedbackPower=120000, maxDischargePower=630000, bmsSelfCheck=40, powerBatteryCurrent=80000, powerBatteryV3=362000, maxVoltage=4000, minVoltage=3000, maxTemperature=270000, minTemperature=620000, availableCapacity=980000, 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-21 21:12:08.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:12:08.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:12:08.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:12:09.276 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:12:09.276 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:12:09.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 38 39 37 35 35 32 39 32 33 37 31 31 36 2e 36 39 39 33 31 39 30 33 39 2e 35 32 36 37 34 31 30 39 30 2e 30 30 30 34 35 2e 33 38 30 30 30 30 30 30 32 34 35 30 30 30 34 31 30 30 30 34 31 36 38 30 30 30 30 30 44 36 30 32 30 39 2e 32 30 30 33 39 30 30 30 30 31 37 31 31 39 37 37 32 30 39 37 30 30 30 30 32 36 31 30 30 34 30 34 34 30 30 30 30 36 30 36 30 37 2e 38 30 30 30 30 30 39 36 30 30 30 30 31 33 30 30 30 30 30 36 30 39 30 30 30 33 30 30 30 33 30 30 30 32 34 30 30 30 30 39 37 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 ee 7E -2024-06-21 21:12:09.276 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975529237, longitude=116.6993190, latitude=39.5267410, speed=90.000, mileage=45.38000000, dischargeVoltage=245000, dischargeCurrent=41000, insulationResistance=416800000, gear=D, accelerationPedal=60, brakePedal=20, fuelConsumption=9.200, motorControllerTemperature=390000, motorSpeed=17119, motorTorque=7720, motorTemperature=970000, motorVoltage=26100, motorCurrent=40440000, powerBattery=60607., maxFeedbackPower=800000, maxDischargePower=960000, bmsSelfCheck=13, powerBatteryCurrent=00000, powerBatteryV3=609000, maxVoltage=3000, minVoltage=3000, maxTemperature=240000, minTemperature=970000, 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-21 21:12:09.339 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:12:09.367 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:12:09.368 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:12:10.268 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:12:10.268 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:12:10.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 38 39 37 35 35 33 30 32 32 36 31 31 36 2e 37 30 30 35 32 36 30 33 39 2e 35 32 36 38 32 38 30 37 32 2e 30 30 30 34 35 2e 34 32 30 30 30 30 30 30 32 34 39 30 30 30 31 39 30 30 30 32 39 31 33 39 30 30 30 30 44 35 30 35 30 31 30 2e 36 30 38 34 30 30 30 30 32 31 36 34 39 32 33 30 30 39 30 30 30 30 30 31 35 35 30 30 36 39 33 31 30 30 30 30 36 30 36 30 37 2e 33 30 30 30 30 30 37 35 30 30 30 30 31 31 31 31 30 30 30 35 31 31 30 30 30 34 30 30 30 34 30 30 30 36 32 30 30 30 30 37 32 30 30 30 30 35 38 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-21 21:12:10.268 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975530226, longitude=116.7005260, latitude=39.5268280, speed=72.000, mileage=45.42000000, dischargeVoltage=249000, dischargeCurrent=19000, insulationResistance=291390000, gear=D, accelerationPedal=50, brakePedal=50, fuelConsumption=10.60, motorControllerTemperature=840000, motorSpeed=21649, motorTorque=2300, motorTemperature=900000, motorVoltage=15500, motorCurrent=69310000, powerBattery=60607., maxFeedbackPower=300000, maxDischargePower=750000, bmsSelfCheck=11, powerBatteryCurrent=11000, powerBatteryV3=511000, maxVoltage=4000, minVoltage=4000, maxTemperature=620000, minTemperature=720000, availableCapacity=580000, 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-21 21:12:10.332 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:12:10.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:12:10.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:12:28.233 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:12:28.233 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:12:28.234 [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 38 39 37 35 35 34 38 31 39 38 31 31 36 2e 37 30 31 34 30 31 30 33 39 2e 35 32 36 39 30 37 30 37 32 2e 30 30 30 34 35 2e 34 36 30 30 30 30 30 30 32 32 37 30 30 30 33 36 30 30 30 37 34 39 36 30 30 30 30 30 44 37 30 31 30 31 31 2e 39 30 37 37 30 30 30 30 37 36 35 34 30 31 34 36 30 31 32 30 30 30 30 32 30 36 30 30 31 30 38 34 38 30 30 30 36 30 36 30 37 2e 37 34 30 30 30 30 32 36 30 30 30 30 30 30 37 30 30 30 30 32 32 35 30 30 30 34 30 30 30 33 30 30 30 36 34 30 30 30 30 38 36 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 e8 7E -2024-06-21 21:12:28.234 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975548198, longitude=116.7014010, latitude=39.5269070, speed=72.000, mileage=45.46000000, dischargeVoltage=227000, dischargeCurrent=36000, insulationResistance=749600000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=11.90, motorControllerTemperature=770000, motorSpeed=76540, motorTorque=1460, motorTemperature=120000, motorVoltage=20600, motorCurrent=10848000, powerBattery=60607., maxFeedbackPower=740000, maxDischargePower=260000, bmsSelfCheck=00, powerBatteryCurrent=70000, powerBatteryV3=225000, maxVoltage=4000, minVoltage=3000, maxTemperature=640000, minTemperature=860000, 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-21 21:12:28.289 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 故障信息发送到RabbitMQ -2024-06-21 21:12:28.289 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 21:12:28.335 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:12:28.335 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:14.745 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:14.745 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:14.745 [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 38 39 37 35 36 35 34 37 30 31 31 31 36 2e 37 30 32 39 30 38 30 33 39 2e 35 32 37 30 33 31 30 31 32 36 2e 30 30 34 35 2e 35 33 30 30 30 30 30 30 35 32 31 30 30 30 32 32 30 30 30 38 34 31 39 30 30 30 30 30 44 31 30 36 30 31 31 2e 35 30 31 31 30 30 30 30 34 37 30 35 30 33 32 36 30 31 30 32 30 30 30 32 34 35 30 30 38 36 35 30 30 30 30 30 36 30 35 39 35 2e 34 31 30 30 30 30 32 36 30 30 30 30 33 30 30 30 30 30 30 34 34 36 30 30 30 33 30 30 30 33 30 30 30 32 32 30 30 30 30 36 32 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 a9 7E -2024-06-21 21:14:14.745 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975654701, longitude=116.7029080, latitude=39.5270310, speed=126.00, mileage=45.53000000, dischargeVoltage=521000, dischargeCurrent=22000, insulationResistance=841900000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=11.50, motorControllerTemperature=110000, motorSpeed=47050, motorTorque=3260, motorTemperature=102000, motorVoltage=24500, motorCurrent=86500000, powerBattery=60595., maxFeedbackPower=410000, maxDischargePower=260000, bmsSelfCheck=30, powerBatteryCurrent=00000, powerBatteryV3=446000, maxVoltage=3000, minVoltage=3000, maxTemperature=220000, minTemperature=620000, 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-21 21:14:33.806 [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-21 21:14:33.806 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:33.806 [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-21 21:14:33.806 [HikariPool-1 housekeeper] WARN com.zaxxer.hikari.pool.HikariPool:788 - HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=45s570ms328µs200ns). -2024-06-21 21:14:33.806 [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-21 21:14:33.806 [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-21 21:14:33.806 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:33.806 [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 38 39 37 35 36 35 35 37 30 33 31 31 36 2e 37 30 34 30 37 32 30 33 39 2e 35 32 37 31 30 39 30 31 30 38 2e 30 30 34 35 2e 35 39 30 30 30 30 30 30 36 30 32 30 30 30 34 39 30 30 30 39 36 36 39 30 30 30 30 30 44 37 30 30 30 31 31 2e 33 30 32 31 30 30 30 30 38 32 38 37 30 34 33 34 30 31 32 33 30 30 30 32 36 31 30 30 35 31 34 38 30 30 30 30 36 30 35 38 34 2e 34 35 30 30 30 30 35 35 30 30 30 30 38 30 31 32 30 30 30 33 31 34 30 30 30 33 30 30 30 33 30 30 30 36 33 30 30 30 30 34 32 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 d2 7E -2024-06-21 21:14:33.808 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975655703, longitude=116.7040720, latitude=39.5271090, speed=108.00, mileage=45.59000000, dischargeVoltage=602000, dischargeCurrent=49000, insulationResistance=966900000, gear=D, accelerationPedal=70, brakePedal=00, fuelConsumption=11.30, motorControllerTemperature=210000, motorSpeed=82870, motorTorque=4340, motorTemperature=123000, motorVoltage=26100, motorCurrent=51480000, powerBattery=60584., maxFeedbackPower=450000, maxDischargePower=550000, bmsSelfCheck=80, powerBatteryCurrent=12000, powerBatteryV3=314000, maxVoltage=3000, minVoltage=3000, maxTemperature=630000, minTemperature=420000, 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-21 21:14:33.809 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:33.809 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:33.809 [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 38 39 37 35 36 35 36 37 31 36 31 31 36 2e 37 30 35 31 31 38 30 33 39 2e 35 32 37 31 39 32 30 39 30 2e 30 30 30 34 35 2e 36 34 30 30 30 30 30 30 35 39 35 30 30 30 34 33 30 30 30 37 31 38 35 30 30 30 30 30 44 36 30 37 30 31 31 2e 37 30 39 30 30 30 30 30 35 31 32 30 33 39 34 35 30 32 35 30 30 30 30 31 39 32 30 30 38 36 34 39 30 30 30 30 36 30 35 37 32 2e 32 32 30 30 30 30 39 35 30 30 30 30 31 30 38 30 30 30 30 37 34 38 30 30 30 34 30 30 30 34 30 30 30 38 37 30 30 30 30 34 30 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 f7 7E -2024-06-21 21:14:33.809 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975656716, longitude=116.7051180, latitude=39.5271920, speed=90.000, mileage=45.64000000, dischargeVoltage=595000, dischargeCurrent=43000, insulationResistance=718500000, gear=D, accelerationPedal=60, brakePedal=70, fuelConsumption=11.70, motorControllerTemperature=900000, motorSpeed=51203, motorTorque=9450, motorTemperature=250000, motorVoltage=19200, motorCurrent=86490000, powerBattery=60572., maxFeedbackPower=220000, maxDischargePower=950000, bmsSelfCheck=10, powerBatteryCurrent=80000, powerBatteryV3=748000, maxVoltage=4000, minVoltage=4000, maxTemperature=870000, minTemperature=400000, 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-21 21:14:33.809 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:33.809 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:33.809 [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 38 39 37 35 36 35 37 37 31 38 31 31 36 2e 37 30 36 31 39 36 30 33 39 2e 35 32 37 32 38 37 30 37 32 2e 30 30 30 34 35 2e 36 38 30 30 30 30 30 30 33 30 37 30 30 30 33 39 30 30 30 31 37 36 34 38 30 30 30 30 44 30 30 32 30 31 30 2e 33 30 34 31 30 30 30 30 36 35 32 34 33 38 33 39 30 31 38 30 30 30 30 31 37 32 30 30 38 33 39 37 30 30 30 30 36 30 35 37 32 2e 32 37 30 30 30 30 35 30 30 30 30 30 32 30 31 33 30 30 30 33 32 38 30 30 30 33 30 30 30 33 30 30 30 36 30 30 30 30 30 37 32 30 30 30 30 36 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f7 7E -2024-06-21 21:14:33.809 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975657718, longitude=116.7061960, latitude=39.5272870, speed=72.000, mileage=45.68000000, dischargeVoltage=307000, dischargeCurrent=39000, insulationResistance=176480000, gear=D, accelerationPedal=00, brakePedal=20, fuelConsumption=10.30, motorControllerTemperature=410000, motorSpeed=65243, motorTorque=8390, motorTemperature=180000, motorVoltage=17200, motorCurrent=83970000, powerBattery=60572., maxFeedbackPower=270000, maxDischargePower=500000, bmsSelfCheck=20, powerBatteryCurrent=13000, powerBatteryV3=328000, maxVoltage=3000, minVoltage=3000, maxTemperature=600000, minTemperature=720000, availableCapacity=690000, 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-21 21:14:33.810 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:33.810 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:33.810 [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 38 39 37 35 36 35 38 37 31 37 31 31 36 2e 37 30 37 33 33 39 30 33 39 2e 35 32 37 33 37 38 30 37 32 2e 30 30 30 34 35 2e 37 32 30 30 30 30 30 30 32 36 30 30 30 30 32 33 30 30 30 36 33 32 35 30 30 30 30 30 44 35 30 33 30 39 2e 30 30 30 36 37 30 30 30 30 37 30 33 30 30 33 34 30 30 37 37 30 30 30 30 32 37 36 30 30 32 39 36 35 30 30 30 30 36 30 35 37 32 2e 35 37 30 30 30 30 36 34 30 30 30 30 34 30 31 30 30 30 30 33 31 35 30 30 30 34 30 30 30 33 30 30 30 38 31 30 30 30 30 35 33 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 e1 7E -2024-06-21 21:14:33.810 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975658717, longitude=116.7073390, latitude=39.5273780, speed=72.000, mileage=45.72000000, dischargeVoltage=260000, dischargeCurrent=23000, insulationResistance=632500000, gear=D, accelerationPedal=50, brakePedal=30, fuelConsumption=9.000, motorControllerTemperature=670000, motorSpeed=70300, motorTorque=3400, motorTemperature=770000, motorVoltage=27600, motorCurrent=29650000, powerBattery=60572., maxFeedbackPower=570000, maxDischargePower=640000, bmsSelfCheck=40, powerBatteryCurrent=10000, powerBatteryV3=315000, maxVoltage=4000, minVoltage=3000, maxTemperature=810000, minTemperature=530000, 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-21 21:14:33.810 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:33.810 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:33.810 [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 38 39 37 35 36 35 39 37 31 36 31 31 36 2e 37 30 38 30 38 35 30 33 39 2e 35 32 37 34 35 37 30 37 32 2e 30 30 30 34 35 2e 37 36 30 30 30 30 30 30 32 38 32 30 30 30 31 34 30 30 30 31 39 30 37 32 30 30 30 30 44 37 30 31 30 31 30 2e 32 30 35 36 30 30 30 30 34 34 38 32 30 32 34 32 30 31 34 36 30 30 30 32 38 36 30 30 34 32 36 35 30 30 30 30 36 30 35 37 32 2e 37 30 30 30 30 30 38 39 30 30 30 30 31 30 33 30 30 30 30 32 33 37 30 30 30 33 30 30 30 33 30 30 30 35 31 30 30 30 30 37 36 30 30 30 30 39 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ed 7E -2024-06-21 21:14:37.620 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975659716, longitude=116.7080850, latitude=39.5274570, speed=72.000, mileage=45.76000000, dischargeVoltage=282000, dischargeCurrent=14000, insulationResistance=190720000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=10.20, motorControllerTemperature=560000, motorSpeed=44820, motorTorque=2420, motorTemperature=146000, motorVoltage=28600, motorCurrent=42650000, powerBattery=60572., maxFeedbackPower=700000, maxDischargePower=890000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=237000, maxVoltage=3000, minVoltage=3000, maxTemperature=510000, minTemperature=760000, availableCapacity=950000, 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-21 21:14:37.621 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.621 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.621 [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 38 39 37 35 36 36 30 37 30 35 31 31 36 2e 37 30 38 39 31 36 30 33 39 2e 35 32 37 35 33 36 30 35 34 2e 30 30 30 34 35 2e 37 39 30 30 30 30 30 30 33 39 34 30 30 30 37 30 30 30 30 31 33 37 39 35 30 30 30 30 44 37 30 35 30 39 2e 30 30 30 33 38 30 30 30 30 39 35 33 35 33 37 35 31 30 31 33 34 30 30 30 31 36 37 30 30 31 31 39 36 36 30 30 30 36 30 35 37 32 2e 33 32 30 30 30 30 39 34 30 30 30 30 33 30 37 30 30 30 30 34 33 38 30 30 30 33 30 30 30 34 30 30 30 36 30 30 30 30 30 31 30 30 30 30 30 33 39 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-21 21:14:37.621 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975660705, longitude=116.7089160, latitude=39.5275360, speed=54.000, mileage=45.79000000, dischargeVoltage=394000, dischargeCurrent=70000, insulationResistance=137950000, gear=D, accelerationPedal=70, brakePedal=50, fuelConsumption=9.000, motorControllerTemperature=380000, motorSpeed=95353, motorTorque=7510, motorTemperature=134000, motorVoltage=16700, motorCurrent=11966000, powerBattery=60572., maxFeedbackPower=320000, maxDischargePower=940000, bmsSelfCheck=30, powerBatteryCurrent=70000, powerBatteryV3=438000, maxVoltage=3000, minVoltage=4000, maxTemperature=600000, minTemperature=100000, availableCapacity=390000, 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-21 21:14:37.621 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.621 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.621 [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 38 39 37 35 36 36 31 37 30 37 31 31 36 2e 37 30 39 35 32 38 30 33 39 2e 35 32 37 36 30 36 30 35 34 2e 30 30 30 34 35 2e 38 32 30 30 30 30 30 30 35 38 31 30 30 30 34 30 30 30 30 31 39 38 32 30 30 30 30 30 44 32 30 35 30 31 31 2e 36 30 33 39 30 30 30 30 31 31 31 38 32 34 35 34 30 34 32 30 30 30 30 32 35 38 30 30 36 37 30 36 30 30 30 30 36 30 35 37 32 2e 37 36 30 30 30 30 34 38 30 30 30 30 39 30 39 30 30 30 30 37 34 33 30 30 30 34 30 30 30 33 30 30 30 38 34 30 30 30 30 32 38 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 f7 7E -2024-06-21 21:14:37.621 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975661707, longitude=116.7095280, latitude=39.5276060, speed=54.000, mileage=45.82000000, dischargeVoltage=581000, dischargeCurrent=40000, insulationResistance=198200000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=11.60, motorControllerTemperature=390000, motorSpeed=11182, motorTorque=4540, motorTemperature=420000, motorVoltage=25800, motorCurrent=67060000, powerBattery=60572., maxFeedbackPower=760000, maxDischargePower=480000, bmsSelfCheck=90, powerBatteryCurrent=90000, powerBatteryV3=743000, maxVoltage=4000, minVoltage=3000, maxTemperature=840000, minTemperature=280000, 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-21 21:14:37.622 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.622 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.622 [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 38 39 37 35 36 36 32 37 30 36 31 31 36 2e 37 31 30 30 35 39 30 33 39 2e 35 32 37 36 33 35 30 33 36 2e 30 30 30 34 35 2e 38 34 30 30 30 30 30 30 33 35 34 30 30 30 32 30 30 30 30 34 39 34 37 30 30 30 30 30 44 35 30 33 30 31 30 2e 38 30 31 35 30 30 30 30 33 33 33 34 30 31 32 39 30 33 30 30 30 30 30 31 35 32 30 30 32 34 33 30 30 30 30 30 36 30 35 37 32 2e 34 30 30 30 30 30 33 38 30 30 30 30 33 30 39 30 30 30 30 33 38 38 30 30 30 33 30 30 30 33 30 30 30 34 38 30 30 30 30 35 34 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 cc 7E -2024-06-21 21:14:37.622 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975662706, longitude=116.7100590, latitude=39.5276350, speed=36.000, mileage=45.84000000, dischargeVoltage=354000, dischargeCurrent=20000, insulationResistance=494700000, gear=D, accelerationPedal=50, brakePedal=30, fuelConsumption=10.80, motorControllerTemperature=150000, motorSpeed=33340, motorTorque=1290, motorTemperature=300000, motorVoltage=15200, motorCurrent=24300000, powerBattery=60572., maxFeedbackPower=400000, maxDischargePower=380000, bmsSelfCheck=30, powerBatteryCurrent=90000, powerBatteryV3=388000, maxVoltage=3000, minVoltage=3000, maxTemperature=480000, minTemperature=540000, 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-21 21:14:37.622 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.622 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.622 [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 38 39 37 35 36 36 33 37 30 35 31 31 36 2e 37 31 30 35 39 30 30 33 39 2e 35 32 37 36 38 39 30 33 36 2e 30 30 30 34 35 2e 38 36 30 30 30 30 30 30 35 34 38 30 30 30 31 31 30 30 30 32 37 39 39 38 30 30 30 30 44 36 30 30 30 39 2e 34 30 30 35 35 30 30 30 30 32 32 35 30 37 35 35 32 30 39 35 30 30 30 30 32 31 35 30 30 31 38 34 30 30 30 30 30 36 30 35 37 32 2e 33 32 30 30 30 30 34 33 30 30 30 30 30 30 34 30 30 30 30 32 38 31 30 30 30 34 30 30 30 33 30 30 30 38 38 30 30 30 30 34 30 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 ec 7E -2024-06-21 21:14:37.622 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975663705, longitude=116.7105900, latitude=39.5276890, speed=36.000, mileage=45.86000000, dischargeVoltage=548000, dischargeCurrent=11000, insulationResistance=279980000, gear=D, accelerationPedal=60, brakePedal=00, fuelConsumption=9.400, motorControllerTemperature=550000, motorSpeed=22507, motorTorque=5520, motorTemperature=950000, motorVoltage=21500, motorCurrent=18400000, powerBattery=60572., maxFeedbackPower=320000, maxDischargePower=430000, bmsSelfCheck=00, powerBatteryCurrent=40000, powerBatteryV3=281000, maxVoltage=4000, minVoltage=3000, maxTemperature=880000, minTemperature=400000, 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-21 21:14:37.622 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.622 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.622 [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 38 39 37 35 36 36 34 37 31 38 31 31 36 2e 37 31 31 38 31 33 30 33 39 2e 35 32 37 37 38 34 30 31 30 38 2e 30 30 34 35 2e 39 32 30 30 30 30 30 30 35 39 34 30 30 30 33 31 30 30 30 32 39 38 38 30 30 30 30 30 44 39 30 38 30 39 2e 38 30 30 33 32 30 30 30 30 35 34 38 32 35 34 30 36 30 31 32 31 30 30 30 31 34 36 30 30 39 35 38 30 30 30 30 30 36 30 35 36 32 2e 37 34 30 30 30 30 32 35 30 30 30 30 31 31 37 30 30 30 30 37 33 39 30 30 30 34 30 30 30 33 30 30 30 31 39 30 30 30 30 37 34 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 06 7E -2024-06-21 21:14:37.622 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 故障信息发送到RabbitMQ -2024-06-21 21:14:37.623 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975664718, longitude=116.7118130, latitude=39.5277840, speed=108.00, mileage=45.92000000, dischargeVoltage=594000, dischargeCurrent=31000, insulationResistance=298800000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=9.800, motorControllerTemperature=320000, motorSpeed=54825, motorTorque=4060, motorTemperature=121000, motorVoltage=14600, motorCurrent=95800000, powerBattery=60562., maxFeedbackPower=740000, maxDischargePower=250000, bmsSelfCheck=11, powerBatteryCurrent=70000, powerBatteryV3=739000, maxVoltage=4000, minVoltage=3000, maxTemperature=190000, minTemperature=740000, 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-21 21:14:37.623 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 21:14:37.623 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.623 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.623 [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 38 39 37 35 36 36 35 37 31 31 31 31 36 2e 37 31 32 38 34 33 30 33 39 2e 35 32 37 38 35 38 30 39 30 2e 30 30 30 34 35 2e 39 37 30 30 30 30 30 30 36 33 34 30 30 30 37 30 30 30 30 32 38 38 39 36 30 30 30 30 44 33 30 31 30 39 2e 38 30 30 33 33 30 30 30 30 37 34 34 39 33 37 34 31 30 39 36 30 30 30 30 32 38 31 30 30 34 34 36 33 30 30 30 30 36 30 35 35 33 2e 39 30 30 30 30 30 38 30 30 30 30 30 31 30 31 34 30 30 30 34 34 37 30 30 30 33 30 30 30 33 30 30 30 39 33 30 30 30 30 39 30 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 06 7E -2024-06-21 21:14:37.623 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975665711, longitude=116.7128430, latitude=39.5278580, speed=90.000, mileage=45.97000000, dischargeVoltage=634000, dischargeCurrent=70000, insulationResistance=288960000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=9.800, motorControllerTemperature=330000, motorSpeed=74493, motorTorque=7410, motorTemperature=960000, motorVoltage=28100, motorCurrent=44630000, powerBattery=60553., maxFeedbackPower=900000, maxDischargePower=800000, bmsSelfCheck=10, powerBatteryCurrent=14000, powerBatteryV3=447000, maxVoltage=3000, minVoltage=3000, maxTemperature=930000, minTemperature=900000, 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-21 21:14:37.623 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.623 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.623 [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-21 21:14:37.623 [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-21 21:14:37.623 [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 38 39 37 35 36 36 36 37 31 32 31 31 36 2e 37 31 33 39 39 31 30 33 39 2e 35 32 37 39 33 39 30 39 30 2e 30 30 30 34 36 2e 30 32 30 30 30 30 30 30 31 32 34 30 30 30 33 31 30 30 30 36 31 30 34 30 30 30 30 30 44 33 30 33 30 31 31 2e 31 30 32 30 30 30 30 30 38 39 30 33 35 33 34 35 30 32 38 30 30 30 30 32 30 36 30 30 32 32 36 38 30 30 30 30 36 30 35 34 32 2e 32 37 30 30 30 30 35 30 30 30 30 30 36 30 36 30 30 30 30 37 32 30 30 30 30 33 30 30 30 33 30 30 30 38 39 30 30 30 30 32 33 30 30 30 30 39 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 c5 7E -2024-06-21 21:14:37.623 [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-21 21:14:37.623 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975666712, longitude=116.7139910, latitude=39.5279390, speed=90.000, mileage=46.02000000, dischargeVoltage=124000, dischargeCurrent=31000, insulationResistance=610400000, gear=D, accelerationPedal=30, brakePedal=30, fuelConsumption=11.10, motorControllerTemperature=200000, motorSpeed=89035, motorTorque=3450, motorTemperature=280000, motorVoltage=20600, motorCurrent=22680000, powerBattery=60542., maxFeedbackPower=270000, maxDischargePower=500000, bmsSelfCheck=60, powerBatteryCurrent=60000, powerBatteryV3=720000, maxVoltage=3000, minVoltage=3000, maxTemperature=890000, minTemperature=230000, availableCapacity=910000, 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-21 21:14:37.624 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.624 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.624 [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 38 39 37 35 36 36 37 37 31 31 31 31 36 2e 37 31 35 31 34 34 30 33 39 2e 35 32 38 30 37 31 30 31 30 38 2e 30 30 34 36 2e 30 38 30 30 30 30 30 30 32 37 39 30 30 30 34 32 30 30 30 31 37 38 39 36 30 30 30 30 44 35 30 32 30 31 31 2e 35 30 34 32 30 30 30 30 34 38 36 37 37 37 32 36 30 34 34 30 30 30 30 32 35 37 30 30 36 31 34 38 30 30 30 30 36 30 35 33 30 2e 33 31 30 30 30 30 38 38 30 30 30 30 31 31 32 30 30 30 30 32 32 32 30 30 30 34 30 30 30 33 30 30 30 37 39 30 30 30 30 36 36 30 30 30 30 36 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 eb 7E -2024-06-21 21:14:37.624 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975667711, longitude=116.7151440, latitude=39.5280710, speed=108.00, mileage=46.08000000, dischargeVoltage=279000, dischargeCurrent=42000, insulationResistance=178960000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=11.50, motorControllerTemperature=420000, motorSpeed=48677, motorTorque=7260, motorTemperature=440000, motorVoltage=25700, motorCurrent=61480000, powerBattery=60530., maxFeedbackPower=310000, maxDischargePower=880000, bmsSelfCheck=11, powerBatteryCurrent=20000, powerBatteryV3=222000, maxVoltage=4000, minVoltage=3000, maxTemperature=790000, minTemperature=660000, availableCapacity=600000, 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-21 21:14:37.624 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.624 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.624 [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 38 39 37 35 36 36 38 37 30 39 31 31 36 2e 37 31 35 39 31 31 30 33 39 2e 35 32 38 31 37 30 30 37 32 2e 30 30 30 34 36 2e 31 32 30 30 30 30 30 30 35 36 33 30 30 30 32 38 30 30 30 31 31 37 33 31 30 30 30 30 44 31 30 35 30 31 31 2e 37 30 33 38 30 30 30 30 33 35 31 36 37 31 35 30 30 31 30 36 30 30 30 31 36 39 30 30 31 34 37 34 35 30 30 30 36 30 35 33 30 2e 32 35 30 30 30 30 37 37 30 30 30 30 31 34 30 30 30 30 30 32 38 31 30 30 30 34 30 30 30 34 30 30 30 37 38 30 30 30 30 34 37 30 30 30 30 39 36 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-21 21:14:37.625 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975668709, longitude=116.7159110, latitude=39.5281700, speed=72.000, mileage=46.12000000, dischargeVoltage=563000, dischargeCurrent=28000, insulationResistance=117310000, gear=D, accelerationPedal=10, brakePedal=50, fuelConsumption=11.70, motorControllerTemperature=380000, motorSpeed=35167, motorTorque=1500, motorTemperature=106000, motorVoltage=16900, motorCurrent=14745000, powerBattery=60530., maxFeedbackPower=250000, maxDischargePower=770000, bmsSelfCheck=14, powerBatteryCurrent=00000, powerBatteryV3=281000, maxVoltage=4000, minVoltage=4000, maxTemperature=780000, minTemperature=470000, availableCapacity=960000, 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-21 21:14:37.625 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.625 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.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 38 39 37 35 36 36 39 37 31 30 31 31 36 2e 37 31 36 36 37 33 30 33 39 2e 35 32 38 32 35 37 30 35 34 2e 30 30 30 34 36 2e 31 35 30 30 30 30 30 30 31 34 36 30 30 30 31 36 30 30 30 31 30 33 33 34 30 30 30 30 44 34 30 33 30 39 2e 30 30 30 39 38 30 30 30 30 34 35 36 37 35 38 38 31 30 36 38 30 30 30 30 31 39 38 30 30 39 30 37 35 30 30 30 30 36 30 35 33 30 2e 33 39 30 30 30 30 39 30 30 30 30 30 33 30 31 34 30 30 30 35 39 31 30 30 30 34 30 30 30 34 30 30 30 30 30 30 30 30 30 34 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 f0 7E -2024-06-21 21:14:37.626 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975669710, longitude=116.7166730, latitude=39.5282570, speed=54.000, mileage=46.15000000, dischargeVoltage=146000, dischargeCurrent=16000, insulationResistance=103340000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=9.000, motorControllerTemperature=980000, motorSpeed=45675, motorTorque=8810, motorTemperature=680000, motorVoltage=19800, motorCurrent=90750000, powerBattery=60530., maxFeedbackPower=390000, maxDischargePower=900000, bmsSelfCheck=30, powerBatteryCurrent=14000, powerBatteryV3=591000, maxVoltage=4000, minVoltage=4000, maxTemperature=000000, minTemperature=460000, 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-21 21:14:37.626 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.626 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.626 [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 38 39 37 35 36 37 30 37 30 38 31 31 36 2e 37 31 37 36 39 32 30 33 39 2e 35 32 38 33 39 30 30 37 32 2e 30 30 30 34 36 2e 31 39 30 30 30 30 30 30 32 30 30 30 30 30 34 37 30 30 30 38 34 36 32 30 30 30 30 30 44 36 30 35 30 31 31 2e 30 30 31 37 30 30 30 30 36 36 38 39 33 38 36 36 30 36 30 30 30 30 30 32 37 32 30 30 38 36 35 39 30 30 30 30 36 30 35 33 30 2e 33 30 30 30 30 30 39 32 30 30 30 30 35 30 39 30 30 30 30 34 36 35 30 30 30 33 30 30 30 34 30 30 30 37 30 30 30 30 30 33 31 30 30 30 30 34 36 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-21 21:14:37.626 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975670708, longitude=116.7176920, latitude=39.5283900, speed=72.000, mileage=46.19000000, dischargeVoltage=200000, dischargeCurrent=47000, insulationResistance=846200000, gear=D, accelerationPedal=60, brakePedal=50, fuelConsumption=11.00, motorControllerTemperature=170000, motorSpeed=66893, motorTorque=8660, motorTemperature=600000, motorVoltage=27200, motorCurrent=86590000, powerBattery=60530., maxFeedbackPower=300000, maxDischargePower=920000, bmsSelfCheck=50, powerBatteryCurrent=90000, powerBatteryV3=465000, maxVoltage=3000, minVoltage=4000, maxTemperature=700000, minTemperature=310000, availableCapacity=460000, 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-21 21:14:37.626 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.626 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.626 [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 38 39 37 35 36 37 31 37 30 35 31 31 36 2e 37 31 38 32 37 32 30 33 39 2e 35 32 38 34 36 30 30 35 34 2e 30 30 30 34 36 2e 32 32 30 30 30 30 30 30 31 31 31 30 30 30 35 30 30 30 30 31 36 32 32 38 30 30 30 30 44 33 30 32 30 31 30 2e 35 30 34 35 30 30 30 30 39 34 39 33 35 32 35 37 30 31 33 35 30 30 30 31 33 34 30 30 34 34 32 39 30 30 30 30 36 30 35 33 30 2e 36 36 30 30 30 30 35 35 30 30 30 30 38 30 35 30 30 30 30 34 37 31 30 30 30 34 30 30 30 34 30 30 30 38 38 30 30 30 30 38 36 30 30 30 30 34 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e1 7E -2024-06-21 21:14:37.626 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975671705, longitude=116.7182720, latitude=39.5284600, speed=54.000, mileage=46.22000000, dischargeVoltage=111000, dischargeCurrent=50000, insulationResistance=162280000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=10.50, motorControllerTemperature=450000, motorSpeed=94935, motorTorque=2570, motorTemperature=135000, motorVoltage=13400, motorCurrent=44290000, powerBattery=60530., maxFeedbackPower=660000, maxDischargePower=550000, bmsSelfCheck=80, powerBatteryCurrent=50000, powerBatteryV3=471000, maxVoltage=4000, minVoltage=4000, maxTemperature=880000, minTemperature=860000, availableCapacity=470000, 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-21 21:14:37.627 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.627 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.627 [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 38 39 37 35 36 37 32 37 30 33 31 31 36 2e 37 31 38 38 37 38 30 33 39 2e 35 32 38 35 33 30 30 33 36 2e 30 30 30 34 36 2e 32 34 30 30 30 30 30 30 33 37 38 30 30 30 33 35 30 30 30 32 37 37 30 35 30 30 30 30 44 35 30 34 30 31 30 2e 32 30 38 37 30 30 30 30 36 33 33 31 39 38 39 33 30 33 35 30 30 30 30 32 31 32 30 30 35 34 30 33 30 30 30 30 36 30 35 33 30 2e 33 39 30 30 30 30 36 33 30 30 30 30 39 30 36 30 30 30 30 32 36 37 30 30 30 34 30 30 30 33 30 30 30 32 31 30 30 30 30 38 39 30 30 30 30 35 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f5 7E -2024-06-21 21:14:37.627 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Attempt to heartbeat with Generation{generationId=20, memberId='consumer-Topics-2-a3f062af-655a-49e9-ac23-027d9b031ee0', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 21:14:37.627 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975672703, longitude=116.7188780, latitude=39.5285300, speed=36.000, mileage=46.24000000, dischargeVoltage=378000, dischargeCurrent=35000, insulationResistance=277050000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.20, motorControllerTemperature=870000, motorSpeed=63319, motorTorque=8930, motorTemperature=350000, motorVoltage=21200, motorCurrent=54030000, powerBattery=60530., maxFeedbackPower=390000, maxDischargePower=630000, bmsSelfCheck=90, powerBatteryCurrent=60000, powerBatteryV3=267000, maxVoltage=4000, minVoltage=3000, maxTemperature=210000, minTemperature=890000, availableCapacity=580000, 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-21 21:14:37.627 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Attempt to heartbeat with Generation{generationId=20, memberId='consumer-Topics-4-585a4105-c206-4640-b180-8dcadd99c987', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 21:14:37.627 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:691 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Giving away all assigned partitions as lost since generation has been reset,indicating that consumer is no longer part of the group -2024-06-21 21:14:37.627 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:326 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Lost previously assigned partitions test1-0, test1-2, test1-1 -2024-06-21 21:14:37.627 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:691 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Giving away all assigned partitions as lost since generation has been reset,indicating that consumer is no longer part of the group -2024-06-21 21:14:37.627 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.627 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:326 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Lost previously assigned partitions test1-6, test1-7 -2024-06-21 21:14:37.627 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.627 [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 38 39 37 35 36 37 33 37 30 33 31 31 36 2e 37 32 30 31 31 34 30 33 39 2e 35 32 38 36 34 38 30 37 32 2e 30 30 30 34 36 2e 32 38 30 30 30 30 30 30 36 31 36 30 30 30 36 30 30 30 30 31 33 36 38 37 30 30 30 30 44 34 30 39 30 31 30 2e 33 30 35 30 30 30 30 30 36 30 33 33 30 35 31 32 30 31 34 36 30 30 30 32 30 32 30 30 39 33 30 37 30 30 30 30 36 30 35 33 30 2e 37 30 30 30 30 30 36 30 30 30 30 30 37 30 31 30 30 30 30 33 30 30 30 30 30 33 30 30 30 34 30 30 30 30 30 30 30 30 30 33 31 30 30 30 30 31 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 a6 7E -2024-06-21 21:14:37.627 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975673703, longitude=116.7201140, latitude=39.5286480, speed=72.000, mileage=46.28000000, dischargeVoltage=616000, dischargeCurrent=60000, insulationResistance=136870000, gear=D, accelerationPedal=40, brakePedal=90, fuelConsumption=10.30, motorControllerTemperature=500000, motorSpeed=60330, motorTorque=5120, motorTemperature=146000, motorVoltage=20200, motorCurrent=93070000, powerBattery=60530., maxFeedbackPower=700000, maxDischargePower=600000, bmsSelfCheck=70, powerBatteryCurrent=10000, powerBatteryV3=300000, maxVoltage=3000, minVoltage=4000, maxTemperature=000000, minTemperature=310000, availableCapacity=160000, 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-21 21:14:37.627 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.627 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions lost: [test1-0, test1-2, test1-1] -2024-06-21 21:14:37.627 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions lost: [test1-6, test1-7] -2024-06-21 21:14:37.627 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.627 [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-21 21:14:37.627 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 21:14:37.627 [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 38 39 37 35 36 37 34 37 30 33 31 31 36 2e 37 32 30 39 35 31 30 33 39 2e 35 32 38 37 31 30 30 35 34 2e 30 30 30 34 36 2e 33 31 30 30 30 30 30 30 31 39 36 30 30 30 31 38 30 30 30 33 39 36 38 30 30 30 30 30 44 34 30 32 30 39 2e 30 30 30 37 36 30 30 30 30 31 35 36 30 34 34 32 37 30 38 38 30 30 30 30 31 33 39 30 30 36 35 34 36 30 30 30 30 36 30 35 33 30 2e 36 32 30 30 30 30 36 39 30 30 30 30 31 30 36 30 30 30 30 32 35 37 30 30 30 33 30 30 30 33 30 30 30 39 36 30 30 30 30 33 32 30 30 30 30 38 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f2 7E -2024-06-21 21:14:37.627 [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-21 21:14:37.627 [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-21 21:14:37.627 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975674703, longitude=116.7209510, latitude=39.5287100, speed=54.000, mileage=46.31000000, dischargeVoltage=196000, dischargeCurrent=18000, insulationResistance=396800000, gear=D, accelerationPedal=40, brakePedal=20, fuelConsumption=9.000, motorControllerTemperature=760000, motorSpeed=15604, motorTorque=4270, motorTemperature=880000, motorVoltage=13900, motorCurrent=65460000, powerBattery=60530., maxFeedbackPower=620000, maxDischargePower=690000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=257000, maxVoltage=3000, minVoltage=3000, maxTemperature=960000, minTemperature=320000, availableCapacity=880000, 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-21 21:14:37.628 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.628 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.628 [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 38 39 37 35 36 37 35 37 30 34 31 31 36 2e 37 32 31 34 31 37 30 33 39 2e 35 32 38 37 34 33 30 33 36 2e 30 30 30 34 36 2e 33 33 30 30 30 30 30 30 34 37 33 30 30 30 33 31 30 30 30 32 37 37 34 35 30 30 30 30 44 35 30 32 30 39 2e 31 30 30 33 37 30 30 30 30 31 38 38 35 33 32 30 30 30 31 30 34 30 30 30 32 36 33 30 30 32 38 31 31 30 30 30 30 36 30 35 33 30 2e 31 33 30 30 30 30 39 37 30 30 30 30 32 30 39 30 30 30 30 35 36 32 30 30 30 34 30 30 30 33 30 30 30 37 33 30 30 30 30 33 36 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 d5 7E -2024-06-21 21:14:37.628 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975675704, longitude=116.7214170, latitude=39.5287430, speed=36.000, mileage=46.33000000, dischargeVoltage=473000, dischargeCurrent=31000, insulationResistance=277450000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=9.100, motorControllerTemperature=370000, motorSpeed=18853, motorTorque=2000, motorTemperature=104000, motorVoltage=26300, motorCurrent=28110000, powerBattery=60530., maxFeedbackPower=130000, maxDischargePower=970000, bmsSelfCheck=20, powerBatteryCurrent=90000, powerBatteryV3=562000, maxVoltage=4000, minVoltage=3000, maxTemperature=730000, minTemperature=360000, 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-21 21:14:37.628 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:37.628 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:37.628 [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 38 39 37 35 36 37 36 37 30 34 31 31 36 2e 37 32 32 34 37 34 30 33 39 2e 35 32 38 37 39 32 30 35 34 2e 30 30 30 34 36 2e 33 36 30 30 30 30 30 30 32 37 38 30 30 30 34 30 30 30 30 36 35 36 37 30 30 30 30 30 44 37 30 33 30 31 30 2e 32 30 38 37 30 30 30 30 32 36 35 32 34 36 31 34 30 37 33 30 30 30 30 32 31 32 30 30 32 31 38 30 30 30 30 30 36 30 35 33 30 2e 39 30 30 30 30 30 32 30 30 30 30 30 31 33 34 30 30 30 30 33 37 34 30 30 30 33 30 30 30 34 30 30 30 32 34 30 30 30 30 31 36 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 d1 7E -2024-06-21 21:14:37.628 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975676704, longitude=116.7224740, latitude=39.5287920, speed=54.000, mileage=46.36000000, dischargeVoltage=278000, dischargeCurrent=40000, insulationResistance=656700000, gear=D, accelerationPedal=70, brakePedal=30, fuelConsumption=10.20, motorControllerTemperature=870000, motorSpeed=26524, motorTorque=6140, motorTemperature=730000, motorVoltage=21200, motorCurrent=21800000, powerBattery=60530., maxFeedbackPower=900000, maxDischargePower=200000, bmsSelfCheck=13, powerBatteryCurrent=40000, powerBatteryV3=374000, maxVoltage=3000, minVoltage=4000, maxTemperature=240000, minTemperature=160000, 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-21 21:14:37.628 [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-21 21:14:37.629 [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-21 21:14:37.630 [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-1aaa9189-7f6e-490b-851b-9376d3f09ca0', protocol='range'} -2024-06-21 21:14:37.630 [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=22, memberId='consumer-Topics-4-220902ef-8d32-41f6-88f6-db754cc12b5c', protocol='range'} -2024-06-21 21:14:37.630 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Finished assignment for group at generation 22: {consumer-Topics-2-1aaa9189-7f6e-490b-851b-9376d3f09ca0=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3]), consumer-Topics-4-220902ef-8d32-41f6-88f6-db754cc12b5c=Assignment(partitions=[test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:14:37.631 [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-1aaa9189-7f6e-490b-851b-9376d3f09ca0', protocol='range'} -2024-06-21 21:14:37.631 [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=22, memberId='consumer-Topics-4-220902ef-8d32-41f6-88f6-db754cc12b5c', protocol='range'} -2024-06-21 21:14:37.631 [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-21 21:14:37.631 [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-4, test1-5, test1-6, test1-7]) -2024-06-21 21:14:37.631 [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-21 21:14:37.631 [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-5, test1-7, test1-4 -2024-06-21 21:14:37.632 [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-21 21:14:37.632 [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-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-21 21:14:37.632 [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-21 21:14:37.632 [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-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-21 21:14:37.632 [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-21 21:14:37.632 [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-21 21:14:37.632 [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-21 21:14:37.632 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-5, test1-7, test1-4] -2024-06-21 21:14:37.632 [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=50, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:14:37.632 [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-21 21:14:37.642 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1134 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Attempt to heartbeat with Generation{generationId=20, memberId='consumer-Topics-3-3f0f79f6-4904-4dde-9a2c-f0d835e97e2c', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, resetting generation -2024-06-21 21:14:37.643 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] ERROR o.a.k.c.consumer.internals.ConsumerCoordinator:1190 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Offset commit failed on partition test1-3 at offset 59: The coordinator is not aware of this member. -2024-06-21 21:14:37.644 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:1246 - [Consumer clientId=consumer-Topics-3, groupId=Topics] OffsetCommit failed with Generation{generationId=20, memberId='consumer-Topics-3-3f0f79f6-4904-4dde-9a2c-f0d835e97e2c', protocol='range'}: The coordinator is not aware of this member. -2024-06-21 21:14:37.647 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] ERROR o.s.kafka.listener.KafkaMessageListenerContainer:149 - Consumer exception -java.lang.IllegalStateException: This error handler cannot process 'org.apache.kafka.clients.consumer.CommitFailedException's; no record information is available - at org.springframework.kafka.listener.DefaultErrorHandler.handleOtherException(DefaultErrorHandler.java:157) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.handleConsumerException(KafkaMessageListenerContainer.java:1815) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1303) - at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) - at java.base/java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:264) - at java.base/java.util.concurrent.FutureTask.run(FutureTask.java) - at java.base/java.lang.Thread.run(Thread.java:842) -Caused by: org.apache.kafka.clients.consumer.CommitFailedException: Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time message processing. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. - at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator$OffsetCommitResponseHandler.handle(ConsumerCoordinator.java:1256) - at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator$OffsetCommitResponseHandler.handle(ConsumerCoordinator.java:1163) - at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$CoordinatorResponseHandler.onSuccess(AbstractCoordinator.java:1177) - at org.apache.kafka.clients.consumer.internals.AbstractCoordinator$CoordinatorResponseHandler.onSuccess(AbstractCoordinator.java:1152) - at org.apache.kafka.clients.consumer.internals.RequestFuture$1.onSuccess(RequestFuture.java:206) - at org.apache.kafka.clients.consumer.internals.RequestFuture.fireSuccess(RequestFuture.java:169) - at org.apache.kafka.clients.consumer.internals.RequestFuture.complete(RequestFuture.java:129) - at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient$RequestFutureCompletionHandler.fireCompletion(ConsumerNetworkClient.java:602) - at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.firePendingCompletedRequests(ConsumerNetworkClient.java:412) - at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:297) - at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:236) - at org.apache.kafka.clients.consumer.internals.ConsumerNetworkClient.poll(ConsumerNetworkClient.java:215) - at org.apache.kafka.clients.consumer.internals.ConsumerCoordinator.commitOffsetsSync(ConsumerCoordinator.java:1005) - at org.apache.kafka.clients.consumer.KafkaConsumer.commitSync(KafkaConsumer.java:1490) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.doCommitSync(KafkaMessageListenerContainer.java:3065) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.commitSync(KafkaMessageListenerContainer.java:3060) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.commitIfNecessary(KafkaMessageListenerContainer.java:3046) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.processCommits(KafkaMessageListenerContainer.java:2838) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.pollAndInvoke(KafkaMessageListenerContainer.java:1331) - at org.springframework.kafka.listener.KafkaMessageListenerContainer$ListenerConsumer.run(KafkaMessageListenerContainer.java:1257) - ... 4 common frames omitted -2024-06-21 21:14:37.647 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:691 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Giving away all assigned partitions as lost since generation has been reset,indicating that consumer is no longer part of the group -2024-06-21 21:14:37.647 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:326 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Lost previously assigned partitions test1-5, test1-4, test1-3 -2024-06-21 21:14:37.647 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions lost: [test1-5, test1-4, test1-3] -2024-06-21 21:14:37.647 [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-21 21:14:37.647 [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-21 21:14:37.648 [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-21 21:14:37.652 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:37.652 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:37.653 [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-21 21:14:39.164 [kafka-coordinator-heartbeat-thread | Partitions] 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-21 21:14:39.164 [kafka-coordinator-heartbeat-thread | Partitions] 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-6239655e-94c6-425b-8f09-0d16394a8940', protocol='range'}: The coordinator is not aware of this member. -2024-06-21 21:14:39.164 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:39.164 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:39.164 [kafka-coordinator-heartbeat-thread | Partitions] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1140 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Attempt to heartbeat with stale Generation{generationId=13, memberId='consumer-Partitions-1-6239655e-94c6-425b-8f09-0d16394a8940', protocol='range'} and group instance id Optional.empty failed due to UNKNOWN_MEMBER_ID, ignoring the error -2024-06-21 21:14:39.164 [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 38 39 37 35 36 37 37 37 30 34 31 31 36 2e 37 32 33 34 32 39 30 33 39 2e 35 32 38 38 37 31 30 37 32 2e 30 30 30 34 36 2e 34 30 30 30 30 30 30 30 33 30 34 30 30 30 34 36 30 30 30 31 32 32 35 36 30 30 30 30 44 39 30 31 30 31 31 2e 37 30 39 34 30 30 30 30 39 32 33 34 33 38 32 37 30 31 30 33 30 30 30 31 35 38 30 30 31 31 37 33 33 30 30 30 36 30 35 33 30 2e 36 37 30 30 30 30 31 30 30 30 30 30 31 34 31 30 30 30 30 35 34 39 30 30 30 34 30 30 30 34 30 30 30 33 36 30 30 30 30 31 38 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 d7 7E -2024-06-21 21:14:39.165 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975677704, longitude=116.7234290, latitude=39.5288710, speed=72.000, mileage=46.40000000, dischargeVoltage=304000, dischargeCurrent=46000, insulationResistance=122560000, gear=D, accelerationPedal=90, brakePedal=10, fuelConsumption=11.70, motorControllerTemperature=940000, motorSpeed=92343, motorTorque=8270, motorTemperature=103000, motorVoltage=15800, motorCurrent=11733000, powerBattery=60530., maxFeedbackPower=670000, maxDischargePower=100000, bmsSelfCheck=14, powerBatteryCurrent=10000, powerBatteryV3=549000, maxVoltage=4000, minVoltage=4000, maxTemperature=360000, minTemperature=180000, 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-21 21:14:39.165 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:39.165 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:39.166 [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 38 39 37 35 36 37 38 37 30 32 31 31 36 2e 37 32 34 32 35 35 30 33 39 2e 35 32 38 39 32 35 30 37 32 2e 30 30 30 34 36 2e 34 34 30 30 30 30 30 30 36 31 31 30 30 30 33 39 30 30 30 36 39 35 34 30 30 30 30 30 44 38 30 38 30 31 31 2e 38 30 35 35 30 30 30 30 36 34 36 31 32 36 39 31 30 37 39 30 30 30 30 31 38 32 30 30 36 31 39 38 30 30 30 30 36 30 35 33 30 2e 30 30 30 30 30 30 34 38 30 30 30 30 32 30 36 30 30 30 30 34 38 31 30 30 30 33 30 30 30 33 30 30 30 31 33 30 30 30 30 36 30 30 30 30 30 34 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 eb 7E -2024-06-21 21:14:39.166 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 故障信息发送到RabbitMQ -2024-06-21 21:14:39.166 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 21:14:39.166 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975678702, longitude=116.7242550, latitude=39.5289250, speed=72.000, mileage=46.44000000, dischargeVoltage=611000, dischargeCurrent=39000, insulationResistance=695400000, gear=D, accelerationPedal=80, brakePedal=80, fuelConsumption=11.80, motorControllerTemperature=550000, motorSpeed=64612, motorTorque=6910, motorTemperature=790000, motorVoltage=18200, motorCurrent=61980000, powerBattery=60530., maxFeedbackPower=000000, maxDischargePower=480000, bmsSelfCheck=20, powerBatteryCurrent=60000, powerBatteryV3=481000, maxVoltage=3000, minVoltage=3000, maxTemperature=130000, minTemperature=600000, availableCapacity=420000, 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-21 21:14:39.167 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.168 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"310000","bmsSelfCheck":"80","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"49000","dischargeVoltage":"602000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.30","gear":"D","insulationResistance":"966900000","latitude":"39.5271090","location":"1","longitude":"116.7040720","maxDischargePower":"550000","maxFeedbackPower":"450000","maxTemperature":"630000","maxVoltage":"3000","mcu":"1","mileage":"45.59000000","minTemperature":"420000","minVoltage":"3000","motorControllerTemperature":"210000","motorCurrent":"51480000","motorSpeed":"82870","motorTemperature":"123000","motorTorque":"4340","motorVoltage":"26100","powerBattery":"60584.","powerBatteryCurrent":"12000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"314000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718975655703","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:39.202 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:39.269 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:39.288 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975655703, longitude=116.7040720, latitude=39.5271090, speed=108.00, mileage=45.59000000, dischargeVoltage=602000, dischargeCurrent=49000, insulationResistance=966900000, gear=D, accelerationPedal=70, brakePedal=00, fuelConsumption=11.30, motorControllerTemperature=210000, motorSpeed=82870, motorTorque=4340, motorTemperature=123000, motorVoltage=26100, motorCurrent=51480000, powerBattery=60584., maxFeedbackPower=450000, maxDischargePower=550000, bmsSelfCheck=80, powerBatteryCurrent=12000, powerBatteryV3=314000, maxVoltage=3000, minVoltage=3000, maxTemperature=630000, minTemperature=420000, 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-21 21:14:39.290 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.290 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"610000","bmsSelfCheck":"10","brakePedal":"70","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"43000","dischargeVoltage":"595000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"718500000","latitude":"39.5271920","location":"1","longitude":"116.7051180","maxDischargePower":"950000","maxFeedbackPower":"220000","maxTemperature":"870000","maxVoltage":"4000","mcu":"1","mileage":"45.64000000","minTemperature":"400000","minVoltage":"4000","motorControllerTemperature":"900000","motorCurrent":"86490000","motorSpeed":"51203","motorTemperature":"250000","motorTorque":"9450","motorVoltage":"19200","powerBattery":"60572.","powerBatteryCurrent":"80000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"748000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718975656716","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.290 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975656716, longitude=116.7051180, latitude=39.5271920, speed=90.000, mileage=45.64000000, dischargeVoltage=595000, dischargeCurrent=43000, insulationResistance=718500000, gear=D, accelerationPedal=60, brakePedal=70, fuelConsumption=11.70, motorControllerTemperature=900000, motorSpeed=51203, motorTorque=9450, motorTemperature=250000, motorVoltage=19200, motorCurrent=86490000, powerBattery=60572., maxFeedbackPower=220000, maxDischargePower=950000, bmsSelfCheck=10, powerBatteryCurrent=80000, powerBatteryV3=748000, maxVoltage=4000, minVoltage=4000, maxTemperature=870000, minTemperature=400000, 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-21 21:14:39.291 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.292 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"00","availableCapacity":"690000","bmsSelfCheck":"20","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"39000","dischargeVoltage":"307000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.30","gear":"D","insulationResistance":"176480000","latitude":"39.5272870","location":"1","longitude":"116.7061960","maxDischargePower":"500000","maxFeedbackPower":"270000","maxTemperature":"600000","maxVoltage":"3000","mcu":"1","mileage":"45.68000000","minTemperature":"720000","minVoltage":"3000","motorControllerTemperature":"410000","motorCurrent":"83970000","motorSpeed":"65243","motorTemperature":"180000","motorTorque":"8390","motorVoltage":"17200","powerBattery":"60572.","powerBatteryCurrent":"13000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"328000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718975657718","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.292 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975657718, longitude=116.7061960, latitude=39.5272870, speed=72.000, mileage=45.68000000, dischargeVoltage=307000, dischargeCurrent=39000, insulationResistance=176480000, gear=D, accelerationPedal=00, brakePedal=20, fuelConsumption=10.30, motorControllerTemperature=410000, motorSpeed=65243, motorTorque=8390, motorTemperature=180000, motorVoltage=17200, motorCurrent=83970000, powerBattery=60572., maxFeedbackPower=270000, maxDischargePower=500000, bmsSelfCheck=20, powerBatteryCurrent=13000, powerBatteryV3=328000, maxVoltage=3000, minVoltage=3000, maxTemperature=600000, minTemperature=720000, availableCapacity=690000, 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-21 21:14:39.293 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.293 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"720000","bmsSelfCheck":"40","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"23000","dischargeVoltage":"260000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.000","gear":"D","insulationResistance":"632500000","latitude":"39.5273780","location":"1","longitude":"116.7073390","maxDischargePower":"640000","maxFeedbackPower":"570000","maxTemperature":"810000","maxVoltage":"4000","mcu":"1","mileage":"45.72000000","minTemperature":"530000","minVoltage":"3000","motorControllerTemperature":"670000","motorCurrent":"29650000","motorSpeed":"70300","motorTemperature":"770000","motorTorque":"3400","motorVoltage":"27600","powerBattery":"60572.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"315000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718975658717","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.293 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975658717, longitude=116.7073390, latitude=39.5273780, speed=72.000, mileage=45.72000000, dischargeVoltage=260000, dischargeCurrent=23000, insulationResistance=632500000, gear=D, accelerationPedal=50, brakePedal=30, fuelConsumption=9.000, motorControllerTemperature=670000, motorSpeed=70300, motorTorque=3400, motorTemperature=770000, motorVoltage=27600, motorCurrent=29650000, powerBattery=60572., maxFeedbackPower=570000, maxDischargePower=640000, bmsSelfCheck=40, powerBatteryCurrent=10000, powerBatteryV3=315000, maxVoltage=4000, minVoltage=3000, maxTemperature=810000, minTemperature=530000, 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-21 21:14:39.293 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.293 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"950000","bmsSelfCheck":"10","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"14000","dischargeVoltage":"282000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"190720000","latitude":"39.5274570","location":"1","longitude":"116.7080850","maxDischargePower":"890000","maxFeedbackPower":"700000","maxTemperature":"510000","maxVoltage":"3000","mcu":"1","mileage":"45.76000000","minTemperature":"760000","minVoltage":"3000","motorControllerTemperature":"560000","motorCurrent":"42650000","motorSpeed":"44820","motorTemperature":"146000","motorTorque":"2420","motorVoltage":"28600","powerBattery":"60572.","powerBatteryCurrent":"30000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"237000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718975659716","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.293 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975659716, longitude=116.7080850, latitude=39.5274570, speed=72.000, mileage=45.76000000, dischargeVoltage=282000, dischargeCurrent=14000, insulationResistance=190720000, gear=D, accelerationPedal=70, brakePedal=10, fuelConsumption=10.20, motorControllerTemperature=560000, motorSpeed=44820, motorTorque=2420, motorTemperature=146000, motorVoltage=28600, motorCurrent=42650000, powerBattery=60572., maxFeedbackPower=700000, maxDischargePower=890000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=237000, maxVoltage=3000, minVoltage=3000, maxTemperature=510000, minTemperature=760000, availableCapacity=950000, 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-21 21:14:39.295 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.295 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"390000","bmsSelfCheck":"30","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"70000","dischargeVoltage":"394000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.000","gear":"D","insulationResistance":"137950000","latitude":"39.5275360","location":"1","longitude":"116.7089160","maxDischargePower":"940000","maxFeedbackPower":"320000","maxTemperature":"600000","maxVoltage":"3000","mcu":"1","mileage":"45.79000000","minTemperature":"100000","minVoltage":"4000","motorControllerTemperature":"380000","motorCurrent":"11966000","motorSpeed":"95353","motorTemperature":"134000","motorTorque":"7510","motorVoltage":"16700","powerBattery":"60572.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"438000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718975660705","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.295 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975660705, longitude=116.7089160, latitude=39.5275360, speed=54.000, mileage=45.79000000, dischargeVoltage=394000, dischargeCurrent=70000, insulationResistance=137950000, gear=D, accelerationPedal=70, brakePedal=50, fuelConsumption=9.000, motorControllerTemperature=380000, motorSpeed=95353, motorTorque=7510, motorTemperature=134000, motorVoltage=16700, motorCurrent=11966000, powerBattery=60572., maxFeedbackPower=320000, maxDischargePower=940000, bmsSelfCheck=30, powerBatteryCurrent=70000, powerBatteryV3=438000, maxVoltage=3000, minVoltage=4000, maxTemperature=600000, minTemperature=100000, availableCapacity=390000, 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-21 21:14:39.296 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.296 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"20","availableCapacity":"650000","bmsSelfCheck":"90","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"581000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.60","gear":"D","insulationResistance":"198200000","latitude":"39.5276060","location":"1","longitude":"116.7095280","maxDischargePower":"480000","maxFeedbackPower":"760000","maxTemperature":"840000","maxVoltage":"4000","mcu":"1","mileage":"45.82000000","minTemperature":"280000","minVoltage":"3000","motorControllerTemperature":"390000","motorCurrent":"67060000","motorSpeed":"11182","motorTemperature":"420000","motorTorque":"4540","motorVoltage":"25800","powerBattery":"60572.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"743000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718975661707","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.296 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975661707, longitude=116.7095280, latitude=39.5276060, speed=54.000, mileage=45.82000000, dischargeVoltage=581000, dischargeCurrent=40000, insulationResistance=198200000, gear=D, accelerationPedal=20, brakePedal=50, fuelConsumption=11.60, motorControllerTemperature=390000, motorSpeed=11182, motorTorque=4540, motorTemperature=420000, motorVoltage=25800, motorCurrent=67060000, powerBattery=60572., maxFeedbackPower=760000, maxDischargePower=480000, bmsSelfCheck=90, powerBatteryCurrent=90000, powerBatteryV3=743000, maxVoltage=4000, minVoltage=3000, maxTemperature=840000, minTemperature=280000, 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-21 21:14:39.297 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.297 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"830000","bmsSelfCheck":"30","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"20000","dischargeVoltage":"354000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.80","gear":"D","insulationResistance":"494700000","latitude":"39.5276350","location":"1","longitude":"116.7100590","maxDischargePower":"380000","maxFeedbackPower":"400000","maxTemperature":"480000","maxVoltage":"3000","mcu":"1","mileage":"45.84000000","minTemperature":"540000","minVoltage":"3000","motorControllerTemperature":"150000","motorCurrent":"24300000","motorSpeed":"33340","motorTemperature":"300000","motorTorque":"1290","motorVoltage":"15200","powerBattery":"60572.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"388000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718975662706","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.297 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975662706, longitude=116.7100590, latitude=39.5276350, speed=36.000, mileage=45.84000000, dischargeVoltage=354000, dischargeCurrent=20000, insulationResistance=494700000, gear=D, accelerationPedal=50, brakePedal=30, fuelConsumption=10.80, motorControllerTemperature=150000, motorSpeed=33340, motorTorque=1290, motorTemperature=300000, motorVoltage=15200, motorCurrent=24300000, powerBattery=60572., maxFeedbackPower=400000, maxDischargePower=380000, bmsSelfCheck=30, powerBatteryCurrent=90000, powerBatteryV3=388000, maxVoltage=3000, minVoltage=3000, maxTemperature=480000, minTemperature=540000, 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-21 21:14:39.298 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.298 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"650000","bmsSelfCheck":"00","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"11000","dischargeVoltage":"548000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.400","gear":"D","insulationResistance":"279980000","latitude":"39.5276890","location":"1","longitude":"116.7105900","maxDischargePower":"430000","maxFeedbackPower":"320000","maxTemperature":"880000","maxVoltage":"4000","mcu":"1","mileage":"45.86000000","minTemperature":"400000","minVoltage":"3000","motorControllerTemperature":"550000","motorCurrent":"18400000","motorSpeed":"22507","motorTemperature":"950000","motorTorque":"5520","motorVoltage":"21500","powerBattery":"60572.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"281000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718975663705","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.298 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975663705, longitude=116.7105900, latitude=39.5276890, speed=36.000, mileage=45.86000000, dischargeVoltage=548000, dischargeCurrent=11000, insulationResistance=279980000, gear=D, accelerationPedal=60, brakePedal=00, fuelConsumption=9.400, motorControllerTemperature=550000, motorSpeed=22507, motorTorque=5520, motorTemperature=950000, motorVoltage=21500, motorCurrent=18400000, powerBattery=60572., maxFeedbackPower=320000, maxDischargePower=430000, bmsSelfCheck=00, powerBatteryCurrent=40000, powerBatteryV3=281000, maxVoltage=4000, minVoltage=3000, maxTemperature=880000, minTemperature=400000, 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-21 21:14:39.299 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.299 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"710000","bmsSelfCheck":"11","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"31000","dischargeVoltage":"594000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.800","gear":"D","insulationResistance":"298800000","latitude":"39.5277840","location":"1","longitude":"116.7118130","maxDischargePower":"250000","maxFeedbackPower":"740000","maxTemperature":"190000","maxVoltage":"4000","mcu":"1","mileage":"45.92000000","minTemperature":"740000","minVoltage":"3000","motorControllerTemperature":"320000","motorCurrent":"95800000","motorSpeed":"54825","motorTemperature":"121000","motorTorque":"4060","motorVoltage":"14600","powerBattery":"60562.","powerBatteryCurrent":"70000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"739000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718975664718","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.299 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975664718, longitude=116.7118130, latitude=39.5277840, speed=108.00, mileage=45.92000000, dischargeVoltage=594000, dischargeCurrent=31000, insulationResistance=298800000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=9.800, motorControllerTemperature=320000, motorSpeed=54825, motorTorque=4060, motorTemperature=121000, motorVoltage=14600, motorCurrent=95800000, powerBattery=60562., maxFeedbackPower=740000, maxDischargePower=250000, bmsSelfCheck=11, powerBatteryCurrent=70000, powerBatteryV3=739000, maxVoltage=4000, minVoltage=3000, maxTemperature=190000, minTemperature=740000, 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-21 21:14:39.299 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:39.299 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:39.300 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.300 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"450000","bmsSelfCheck":"10","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"70000","dischargeVoltage":"634000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.800","gear":"D","insulationResistance":"288960000","latitude":"39.5278580","location":"1","longitude":"116.7128430","maxDischargePower":"800000","maxFeedbackPower":"900000","maxTemperature":"930000","maxVoltage":"3000","mcu":"1","mileage":"45.97000000","minTemperature":"900000","minVoltage":"3000","motorControllerTemperature":"330000","motorCurrent":"44630000","motorSpeed":"74493","motorTemperature":"960000","motorTorque":"7410","motorVoltage":"28100","powerBattery":"60553.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"447000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718975665711","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.300 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975665711, longitude=116.7128430, latitude=39.5278580, speed=90.000, mileage=45.97000000, dischargeVoltage=634000, dischargeCurrent=70000, insulationResistance=288960000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=9.800, motorControllerTemperature=330000, motorSpeed=74493, motorTorque=7410, motorTemperature=960000, motorVoltage=28100, motorCurrent=44630000, powerBattery=60553., maxFeedbackPower=900000, maxDischargePower=800000, bmsSelfCheck=10, powerBatteryCurrent=14000, powerBatteryV3=447000, maxVoltage=3000, minVoltage=3000, maxTemperature=930000, minTemperature=900000, 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-21 21:14:39.301 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.302 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"910000","bmsSelfCheck":"60","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"31000","dischargeVoltage":"124000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.10","gear":"D","insulationResistance":"610400000","latitude":"39.5279390","location":"1","longitude":"116.7139910","maxDischargePower":"500000","maxFeedbackPower":"270000","maxTemperature":"890000","maxVoltage":"3000","mcu":"1","mileage":"46.02000000","minTemperature":"230000","minVoltage":"3000","motorControllerTemperature":"200000","motorCurrent":"22680000","motorSpeed":"89035","motorTemperature":"280000","motorTorque":"3450","motorVoltage":"20600","powerBattery":"60542.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"720000","ptc":"1","runStatus":"1","soc":"1","speed":"90.000","timestamp":"1718975666712","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.302 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975666712, longitude=116.7139910, latitude=39.5279390, speed=90.000, mileage=46.02000000, dischargeVoltage=124000, dischargeCurrent=31000, insulationResistance=610400000, gear=D, accelerationPedal=30, brakePedal=30, fuelConsumption=11.10, motorControllerTemperature=200000, motorSpeed=89035, motorTorque=3450, motorTemperature=280000, motorVoltage=20600, motorCurrent=22680000, powerBattery=60542., maxFeedbackPower=270000, maxDischargePower=500000, bmsSelfCheck=60, powerBatteryCurrent=60000, powerBatteryV3=720000, maxVoltage=3000, minVoltage=3000, maxTemperature=890000, minTemperature=230000, availableCapacity=910000, 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-21 21:14:39.302 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.302 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"600000","bmsSelfCheck":"11","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"42000","dischargeVoltage":"279000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.50","gear":"D","insulationResistance":"178960000","latitude":"39.5280710","location":"1","longitude":"116.7151440","maxDischargePower":"880000","maxFeedbackPower":"310000","maxTemperature":"790000","maxVoltage":"4000","mcu":"1","mileage":"46.08000000","minTemperature":"660000","minVoltage":"3000","motorControllerTemperature":"420000","motorCurrent":"61480000","motorSpeed":"48677","motorTemperature":"440000","motorTorque":"7260","motorVoltage":"25700","powerBattery":"60530.","powerBatteryCurrent":"20000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"222000","ptc":"1","runStatus":"1","soc":"1","speed":"108.00","timestamp":"1718975667711","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.302 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975667711, longitude=116.7151440, latitude=39.5280710, speed=108.00, mileage=46.08000000, dischargeVoltage=279000, dischargeCurrent=42000, insulationResistance=178960000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=11.50, motorControllerTemperature=420000, motorSpeed=48677, motorTorque=7260, motorTemperature=440000, motorVoltage=25700, motorCurrent=61480000, powerBattery=60530., maxFeedbackPower=310000, maxDischargePower=880000, bmsSelfCheck=11, powerBatteryCurrent=20000, powerBatteryV3=222000, maxVoltage=4000, minVoltage=3000, maxTemperature=790000, minTemperature=660000, availableCapacity=600000, 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-21 21:14:39.303 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.303 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"10","availableCapacity":"960000","bmsSelfCheck":"14","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"28000","dischargeVoltage":"563000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"117310000","latitude":"39.5281700","location":"1","longitude":"116.7159110","maxDischargePower":"770000","maxFeedbackPower":"250000","maxTemperature":"780000","maxVoltage":"4000","mcu":"1","mileage":"46.12000000","minTemperature":"470000","minVoltage":"4000","motorControllerTemperature":"380000","motorCurrent":"14745000","motorSpeed":"35167","motorTemperature":"106000","motorTorque":"1500","motorVoltage":"16900","powerBattery":"60530.","powerBatteryCurrent":"00000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"281000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718975668709","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.303 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975668709, longitude=116.7159110, latitude=39.5281700, speed=72.000, mileage=46.12000000, dischargeVoltage=563000, dischargeCurrent=28000, insulationResistance=117310000, gear=D, accelerationPedal=10, brakePedal=50, fuelConsumption=11.70, motorControllerTemperature=380000, motorSpeed=35167, motorTorque=1500, motorTemperature=106000, motorVoltage=16900, motorCurrent=14745000, powerBattery=60530., maxFeedbackPower=250000, maxDischargePower=770000, bmsSelfCheck=14, powerBatteryCurrent=00000, powerBatteryV3=281000, maxVoltage=4000, minVoltage=4000, maxTemperature=780000, minTemperature=470000, availableCapacity=960000, 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-21 21:14:39.303 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.303 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"500000","bmsSelfCheck":"30","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"16000","dischargeVoltage":"146000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.000","gear":"D","insulationResistance":"103340000","latitude":"39.5282570","location":"1","longitude":"116.7166730","maxDischargePower":"900000","maxFeedbackPower":"390000","maxTemperature":"000000","maxVoltage":"4000","mcu":"1","mileage":"46.15000000","minTemperature":"460000","minVoltage":"4000","motorControllerTemperature":"980000","motorCurrent":"90750000","motorSpeed":"45675","motorTemperature":"680000","motorTorque":"8810","motorVoltage":"19800","powerBattery":"60530.","powerBatteryCurrent":"14000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"591000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718975669710","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.305 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975669710, longitude=116.7166730, latitude=39.5282570, speed=54.000, mileage=46.15000000, dischargeVoltage=146000, dischargeCurrent=16000, insulationResistance=103340000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=9.000, motorControllerTemperature=980000, motorSpeed=45675, motorTorque=8810, motorTemperature=680000, motorVoltage=19800, motorCurrent=90750000, powerBattery=60530., maxFeedbackPower=390000, maxDischargePower=900000, bmsSelfCheck=30, powerBatteryCurrent=14000, powerBatteryV3=591000, maxVoltage=4000, minVoltage=4000, maxTemperature=000000, minTemperature=460000, 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-21 21:14:39.305 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.306 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"60","availableCapacity":"460000","bmsSelfCheck":"50","brakePedal":"50","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"47000","dischargeVoltage":"200000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.00","gear":"D","insulationResistance":"846200000","latitude":"39.5283900","location":"1","longitude":"116.7176920","maxDischargePower":"920000","maxFeedbackPower":"300000","maxTemperature":"700000","maxVoltage":"3000","mcu":"1","mileage":"46.19000000","minTemperature":"310000","minVoltage":"4000","motorControllerTemperature":"170000","motorCurrent":"86590000","motorSpeed":"66893","motorTemperature":"600000","motorTorque":"8660","motorVoltage":"27200","powerBattery":"60530.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"465000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718975670708","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.306 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975670708, longitude=116.7176920, latitude=39.5283900, speed=72.000, mileage=46.19000000, dischargeVoltage=200000, dischargeCurrent=47000, insulationResistance=846200000, gear=D, accelerationPedal=60, brakePedal=50, fuelConsumption=11.00, motorControllerTemperature=170000, motorSpeed=66893, motorTorque=8660, motorTemperature=600000, motorVoltage=27200, motorCurrent=86590000, powerBattery=60530., maxFeedbackPower=300000, maxDischargePower=920000, bmsSelfCheck=50, powerBatteryCurrent=90000, powerBatteryV3=465000, maxVoltage=3000, minVoltage=4000, maxTemperature=700000, minTemperature=310000, availableCapacity=460000, 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-21 21:14:39.306 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.306 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"30","availableCapacity":"470000","bmsSelfCheck":"80","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"50000","dischargeVoltage":"111000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.50","gear":"D","insulationResistance":"162280000","latitude":"39.5284600","location":"1","longitude":"116.7182720","maxDischargePower":"550000","maxFeedbackPower":"660000","maxTemperature":"880000","maxVoltage":"4000","mcu":"1","mileage":"46.22000000","minTemperature":"860000","minVoltage":"4000","motorControllerTemperature":"450000","motorCurrent":"44290000","motorSpeed":"94935","motorTemperature":"135000","motorTorque":"2570","motorVoltage":"13400","powerBattery":"60530.","powerBatteryCurrent":"50000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"471000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718975671705","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.306 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975671705, longitude=116.7182720, latitude=39.5284600, speed=54.000, mileage=46.22000000, dischargeVoltage=111000, dischargeCurrent=50000, insulationResistance=162280000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=10.50, motorControllerTemperature=450000, motorSpeed=94935, motorTorque=2570, motorTemperature=135000, motorVoltage=13400, motorCurrent=44290000, powerBattery=60530., maxFeedbackPower=660000, maxDischargePower=550000, bmsSelfCheck=80, powerBatteryCurrent=50000, powerBatteryV3=471000, maxVoltage=4000, minVoltage=4000, maxTemperature=880000, minTemperature=860000, availableCapacity=470000, 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-21 21:14:39.307 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.307 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"580000","bmsSelfCheck":"90","brakePedal":"40","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"35000","dischargeVoltage":"378000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"277050000","latitude":"39.5285300","location":"1","longitude":"116.7188780","maxDischargePower":"630000","maxFeedbackPower":"390000","maxTemperature":"210000","maxVoltage":"4000","mcu":"1","mileage":"46.24000000","minTemperature":"890000","minVoltage":"3000","motorControllerTemperature":"870000","motorCurrent":"54030000","motorSpeed":"63319","motorTemperature":"350000","motorTorque":"8930","motorVoltage":"21200","powerBattery":"60530.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"267000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718975672703","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.307 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975672703, longitude=116.7188780, latitude=39.5285300, speed=36.000, mileage=46.24000000, dischargeVoltage=378000, dischargeCurrent=35000, insulationResistance=277050000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=10.20, motorControllerTemperature=870000, motorSpeed=63319, motorTorque=8930, motorTemperature=350000, motorVoltage=21200, motorCurrent=54030000, powerBattery=60530., maxFeedbackPower=390000, maxDischargePower=630000, bmsSelfCheck=90, powerBatteryCurrent=60000, powerBatteryV3=267000, maxVoltage=4000, minVoltage=3000, maxTemperature=210000, minTemperature=890000, availableCapacity=580000, 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-21 21:14:39.308 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.308 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"160000","bmsSelfCheck":"70","brakePedal":"90","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"60000","dischargeVoltage":"616000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.30","gear":"D","insulationResistance":"136870000","latitude":"39.5286480","location":"1","longitude":"116.7201140","maxDischargePower":"600000","maxFeedbackPower":"700000","maxTemperature":"000000","maxVoltage":"3000","mcu":"1","mileage":"46.28000000","minTemperature":"310000","minVoltage":"4000","motorControllerTemperature":"500000","motorCurrent":"93070000","motorSpeed":"60330","motorTemperature":"146000","motorTorque":"5120","motorVoltage":"20200","powerBattery":"60530.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"300000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718975673703","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.308 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975673703, longitude=116.7201140, latitude=39.5286480, speed=72.000, mileage=46.28000000, dischargeVoltage=616000, dischargeCurrent=60000, insulationResistance=136870000, gear=D, accelerationPedal=40, brakePedal=90, fuelConsumption=10.30, motorControllerTemperature=500000, motorSpeed=60330, motorTorque=5120, motorTemperature=146000, motorVoltage=20200, motorCurrent=93070000, powerBattery=60530., maxFeedbackPower=700000, maxDischargePower=600000, bmsSelfCheck=70, powerBatteryCurrent=10000, powerBatteryV3=300000, maxVoltage=3000, minVoltage=4000, maxTemperature=000000, minTemperature=310000, availableCapacity=160000, 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-21 21:14:39.309 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.309 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"40","availableCapacity":"880000","bmsSelfCheck":"10","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"18000","dischargeVoltage":"196000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.000","gear":"D","insulationResistance":"396800000","latitude":"39.5287100","location":"1","longitude":"116.7209510","maxDischargePower":"690000","maxFeedbackPower":"620000","maxTemperature":"960000","maxVoltage":"3000","mcu":"1","mileage":"46.31000000","minTemperature":"320000","minVoltage":"3000","motorControllerTemperature":"760000","motorCurrent":"65460000","motorSpeed":"15604","motorTemperature":"880000","motorTorque":"4270","motorVoltage":"13900","powerBattery":"60530.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"257000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718975674703","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.309 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975674703, longitude=116.7209510, latitude=39.5287100, speed=54.000, mileage=46.31000000, dischargeVoltage=196000, dischargeCurrent=18000, insulationResistance=396800000, gear=D, accelerationPedal=40, brakePedal=20, fuelConsumption=9.000, motorControllerTemperature=760000, motorSpeed=15604, motorTorque=4270, motorTemperature=880000, motorVoltage=13900, motorCurrent=65460000, powerBattery=60530., maxFeedbackPower=620000, maxDischargePower=690000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=257000, maxVoltage=3000, minVoltage=3000, maxTemperature=960000, minTemperature=320000, availableCapacity=880000, 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-21 21:14:39.310 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.310 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"50","availableCapacity":"660000","bmsSelfCheck":"20","brakePedal":"20","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"31000","dischargeVoltage":"473000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"9.100","gear":"D","insulationResistance":"277450000","latitude":"39.5287430","location":"1","longitude":"116.7214170","maxDischargePower":"970000","maxFeedbackPower":"130000","maxTemperature":"730000","maxVoltage":"4000","mcu":"1","mileage":"46.33000000","minTemperature":"360000","minVoltage":"3000","motorControllerTemperature":"370000","motorCurrent":"28110000","motorSpeed":"18853","motorTemperature":"104000","motorTorque":"2000","motorVoltage":"26300","powerBattery":"60530.","powerBatteryCurrent":"90000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"562000","ptc":"1","runStatus":"1","soc":"1","speed":"36.000","timestamp":"1718975675704","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.310 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975675704, longitude=116.7214170, latitude=39.5287430, speed=36.000, mileage=46.33000000, dischargeVoltage=473000, dischargeCurrent=31000, insulationResistance=277450000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=9.100, motorControllerTemperature=370000, motorSpeed=18853, motorTorque=2000, motorTemperature=104000, motorVoltage=26300, motorCurrent=28110000, powerBattery=60530., maxFeedbackPower=130000, maxDischargePower=970000, bmsSelfCheck=20, powerBatteryCurrent=90000, powerBatteryV3=562000, maxVoltage=4000, minVoltage=3000, maxTemperature=730000, minTemperature=360000, 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-21 21:14:39.311 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.311 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"900000","bmsSelfCheck":"13","brakePedal":"30","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"40000","dischargeVoltage":"278000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.20","gear":"D","insulationResistance":"656700000","latitude":"39.5287920","location":"1","longitude":"116.7224740","maxDischargePower":"200000","maxFeedbackPower":"900000","maxTemperature":"240000","maxVoltage":"3000","mcu":"1","mileage":"46.36000000","minTemperature":"160000","minVoltage":"4000","motorControllerTemperature":"870000","motorCurrent":"21800000","motorSpeed":"26524","motorTemperature":"730000","motorTorque":"6140","motorVoltage":"21200","powerBattery":"60530.","powerBatteryCurrent":"40000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"374000","ptc":"1","runStatus":"1","soc":"1","speed":"54.000","timestamp":"1718975676704","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.311 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975676704, longitude=116.7224740, latitude=39.5287920, speed=54.000, mileage=46.36000000, dischargeVoltage=278000, dischargeCurrent=40000, insulationResistance=656700000, gear=D, accelerationPedal=70, brakePedal=30, fuelConsumption=10.20, motorControllerTemperature=870000, motorSpeed=26524, motorTorque=6140, motorTemperature=730000, motorVoltage=21200, motorCurrent=21800000, powerBattery=60530., maxFeedbackPower=900000, maxDischargePower=200000, bmsSelfCheck=13, powerBatteryCurrent=40000, powerBatteryV3=374000, maxVoltage=3000, minVoltage=4000, maxTemperature=240000, minTemperature=160000, 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-21 21:14:39.313 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.313 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"90","availableCapacity":"200000","bmsSelfCheck":"14","brakePedal":"10","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"46000","dischargeVoltage":"304000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.70","gear":"D","insulationResistance":"122560000","latitude":"39.5288710","location":"1","longitude":"116.7234290","maxDischargePower":"100000","maxFeedbackPower":"670000","maxTemperature":"360000","maxVoltage":"4000","mcu":"1","mileage":"46.40000000","minTemperature":"180000","minVoltage":"4000","motorControllerTemperature":"940000","motorCurrent":"11733000","motorSpeed":"92343","motorTemperature":"103000","motorTorque":"8270","motorVoltage":"15800","powerBattery":"60530.","powerBatteryCurrent":"10000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"549000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718975677704","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.313 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975677704, longitude=116.7234290, latitude=39.5288710, speed=72.000, mileage=46.40000000, dischargeVoltage=304000, dischargeCurrent=46000, insulationResistance=122560000, gear=D, accelerationPedal=90, brakePedal=10, fuelConsumption=11.70, motorControllerTemperature=940000, motorSpeed=92343, motorTorque=8270, motorTemperature=103000, motorVoltage=15800, motorCurrent=11733000, powerBattery=60530., maxFeedbackPower=670000, maxDischargePower=100000, bmsSelfCheck=14, powerBatteryCurrent=10000, powerBatteryV3=549000, maxVoltage=4000, minVoltage=4000, maxTemperature=360000, minTemperature=180000, 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-21 21:14:39.314 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.314 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"80","availableCapacity":"420000","bmsSelfCheck":"20","brakePedal":"80","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"39000","dischargeVoltage":"611000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"11.80","gear":"D","insulationResistance":"695400000","latitude":"39.5289250","location":"1","longitude":"116.7242550","maxDischargePower":"480000","maxFeedbackPower":"000000","maxTemperature":"130000","maxVoltage":"3000","mcu":"1","mileage":"46.44000000","minTemperature":"600000","minVoltage":"3000","motorControllerTemperature":"550000","motorCurrent":"61980000","motorSpeed":"64612","motorTemperature":"790000","motorTorque":"6910","motorVoltage":"18200","powerBattery":"60530.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"481000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718975678702","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.315 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975678702, longitude=116.7242550, latitude=39.5289250, speed=72.000, mileage=46.44000000, dischargeVoltage=611000, dischargeCurrent=39000, insulationResistance=695400000, gear=D, accelerationPedal=80, brakePedal=80, fuelConsumption=11.80, motorControllerTemperature=550000, motorSpeed=64612, motorTorque=6910, motorTemperature=790000, motorVoltage=18200, motorCurrent=61980000, powerBattery=60530., maxFeedbackPower=000000, maxDischargePower=480000, bmsSelfCheck=20, powerBatteryCurrent=60000, powerBatteryV3=481000, maxVoltage=3000, minVoltage=3000, maxTemperature=130000, minTemperature=600000, availableCapacity=420000, 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-21 21:14:39.353 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:39.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:39.383 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:39.434 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:39.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:39.461 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:39.508 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:39.540 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:39.540 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:39.603 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:39.641 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:39.641 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:39.703 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:39.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:39.743 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:39.743 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:39.743 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:39.743 [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 38 39 37 35 36 37 39 37 30 33 31 31 36 2e 37 32 35 34 32 36 30 33 39 2e 35 32 39 30 30 38 30 37 32 2e 30 30 30 34 36 2e 34 38 30 30 30 30 30 30 31 33 33 30 30 30 34 35 30 30 30 31 34 38 30 35 30 30 30 30 44 37 30 30 30 31 30 2e 38 30 36 36 30 30 30 30 39 34 36 32 31 36 30 38 30 39 33 30 30 30 30 31 32 30 30 30 31 33 36 36 37 30 30 30 36 30 35 33 30 2e 39 37 30 30 30 30 37 30 30 30 30 30 31 32 36 30 30 30 30 33 32 38 30 30 30 33 30 30 30 34 30 30 30 35 36 30 30 30 30 39 35 30 30 30 30 36 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f2 7E -2024-06-21 21:14:39.743 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975679703, longitude=116.7254260, latitude=39.5290080, speed=72.000, mileage=46.48000000, dischargeVoltage=133000, dischargeCurrent=45000, insulationResistance=148050000, gear=D, accelerationPedal=70, brakePedal=00, fuelConsumption=10.80, motorControllerTemperature=660000, motorSpeed=94621, motorTorque=6080, motorTemperature=930000, motorVoltage=12000, motorCurrent=13667000, powerBattery=60530., maxFeedbackPower=970000, maxDischargePower=700000, bmsSelfCheck=12, powerBatteryCurrent=60000, powerBatteryV3=328000, maxVoltage=3000, minVoltage=4000, maxTemperature=560000, minTemperature=950000, availableCapacity=690000, 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-21 21:14:39.744 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:50 - 开始消费 -2024-06-21 21:14:39.745 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:54 - value:{"abs":"1","accelerationPedal":"70","availableCapacity":"690000","bmsSelfCheck":"12","brakePedal":"00","chargeStatus":"1","chargeWorkStatus":"1","chg":"1","dcdc":"1","dischargeCurrent":"45000","dischargeVoltage":"133000","driveMotorStatus":"1","eas":"1","eps":"1","fuelConsumption":"10.80","gear":"D","insulationResistance":"148050000","latitude":"39.5290080","location":"1","longitude":"116.7254260","maxDischargePower":"700000","maxFeedbackPower":"970000","maxTemperature":"560000","maxVoltage":"3000","mcu":"1","mileage":"46.48000000","minTemperature":"950000","minVoltage":"4000","motorControllerTemperature":"660000","motorCurrent":"13667000","motorSpeed":"94621","motorTemperature":"930000","motorTorque":"6080","motorVoltage":"12000","powerBattery":"60530.","powerBatteryCurrent":"60000","powerBatteryCurrentStatus":"1","powerBatteryHeat":"1","powerBatteryHeating":"1","powerBatteryV3":"328000","ptc":"1","runStatus":"1","soc":"1","speed":"72.000","timestamp":"1718975679703","vehicleStatus":"0","vin":"ZEQA6V2Z98M9ZMFZF"} -2024-06-21 21:14:39.745 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO com.muyu.kafka.SimpleKafkaConsumer:56 - messageData1:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975679703, longitude=116.7254260, latitude=39.5290080, speed=72.000, mileage=46.48000000, dischargeVoltage=133000, dischargeCurrent=45000, insulationResistance=148050000, gear=D, accelerationPedal=70, brakePedal=00, fuelConsumption=10.80, motorControllerTemperature=660000, motorSpeed=94621, motorTorque=6080, motorTemperature=930000, motorVoltage=12000, motorCurrent=13667000, powerBattery=60530., maxFeedbackPower=970000, maxDischargePower=700000, bmsSelfCheck=12, powerBatteryCurrent=60000, powerBatteryV3=328000, maxVoltage=3000, minVoltage=4000, maxTemperature=560000, minTemperature=950000, availableCapacity=690000, 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-21 21:14:39.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:39.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:39.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:39.900 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:39.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:39.947 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:40.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:40.049 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:40.050 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:40.118 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:40.140 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:40.141 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:40.197 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:40.223 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:40.223 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:40.278 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:40.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:40.307 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:40.366 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:40.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:40.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:40.437 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:40.467 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:40.467 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:40.527 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:40.563 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:40.563 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:40.630 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:1123 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Attempt to heartbeat failed since group is rebalancing -2024-06-21 21:14:40.630 [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-5, test1-7, test1-4 -2024-06-21 21:14:40.631 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-5, test1-7, test1-4] -2024-06-21 21:14:40.631 [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-21 21:14:40.631 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:40.641 [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-21 21:14:40.641 [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-21 21:14:40.641 [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-21 21:14:40.641 [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-21 21:14:40.643 [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-220902ef-8d32-41f6-88f6-db754cc12b5c', protocol='range'} -2024-06-21 21:14:40.643 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.a.k.c.consumer.internals.ConsumerCoordinator:626 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Finished assignment for group at generation 23: {consumer-Topics-2-1aaa9189-7f6e-490b-851b-9376d3f09ca0=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-220902ef-8d32-41f6-88f6-db754cc12b5c=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-3-d58cfd04-1774-4ac6-a1d8-e8b75d09d5ae=Assignment(partitions=[test1-3, test1-4, test1-5])} -2024-06-21 21:14:40.643 [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-d58cfd04-1774-4ac6-a1d8-e8b75d09d5ae', protocol='range'} -2024-06-21 21:14:40.643 [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-1aaa9189-7f6e-490b-851b-9376d3f09ca0', protocol='range'} -2024-06-21 21:14:40.644 [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-1aaa9189-7f6e-490b-851b-9376d3f09ca0', protocol='range'} -2024-06-21 21:14:40.644 [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-d58cfd04-1774-4ac6-a1d8-e8b75d09d5ae', protocol='range'} -2024-06-21 21:14:40.644 [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-220902ef-8d32-41f6-88f6-db754cc12b5c', protocol='range'} -2024-06-21 21:14:40.644 [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-21 21:14:40.644 [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-21 21:14:40.644 [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-21 21:14:40.644 [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-21 21:14:40.644 [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-21 21:14:40.644 [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-21 21:14:40.645 [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-21 21:14:40.645 [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-21 21:14:40.645 [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-21 21:14:40.645 [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-21 21:14:40.645 [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=75, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:14:40.646 [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-21 21:14:40.646 [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-21 21:14:40.646 [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-21 21:14:40.646 [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-21 21:14:40.646 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 21:14:40.646 [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-21 21:14:40.651 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:40.651 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:40.718 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:40.738 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:40.739 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:40.739 [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 38 39 37 35 36 38 30 37 30 34 31 31 36 2e 37 32 36 36 39 32 30 33 39 2e 35 32 39 31 30 37 30 31 30 38 2e 30 30 34 36 2e 35 34 30 30 30 30 30 30 35 33 37 30 30 30 33 38 30 30 30 32 39 38 35 35 30 30 30 30 44 31 30 36 30 31 30 2e 39 30 35 32 30 30 30 30 38 39 31 30 32 39 33 30 30 32 31 30 30 30 30 31 35 34 30 30 32 33 32 37 30 30 30 30 36 30 35 31 39 2e 31 39 30 30 30 30 34 32 30 30 30 30 31 30 31 30 30 30 30 32 37 31 30 30 30 34 30 30 30 34 30 30 30 31 33 30 30 30 30 38 39 30 30 30 30 31 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 de 7E -2024-06-21 21:14:40.739 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975680704, longitude=116.7266920, latitude=39.5291070, speed=108.00, mileage=46.54000000, dischargeVoltage=537000, dischargeCurrent=38000, insulationResistance=298550000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=10.90, motorControllerTemperature=520000, motorSpeed=89102, motorTorque=9300, motorTemperature=210000, motorVoltage=15400, motorCurrent=23270000, powerBattery=60519., maxFeedbackPower=190000, maxDischargePower=420000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=271000, maxVoltage=4000, minVoltage=4000, maxTemperature=130000, minTemperature=890000, availableCapacity=190000, 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-21 21:14:40.753 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:40.754 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:40.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:40.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:40.847 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:40.907 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:40.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:40.937 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:40.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:41.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:41.017 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:41.068 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:41.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:41.099 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:41.100 [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=50, leaderEpoch=0, metadata=''}} failed: Commit cannot be completed since the group has already rebalanced and assigned the partitions to another member. This means that the time between subsequent calls to poll() was longer than the configured max.poll.interval.ms, which typically implies that the poll loop is spending too much time message processing. You can address this either by increasing max.poll.interval.ms or by reducing the maximum size of batches returned in poll() with max.poll.records. -2024-06-21 21:14:41.100 [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-21 21:14:41.100 [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=72, 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-21 21:14:41.100 [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-21 21:14:41.100 [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-21 21:14:41.100 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:14:41.101 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:14:41.102 [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-20ceef0b-84c9-4971-9558-347b785a1842', protocol='range'} -2024-06-21 21:14:41.102 [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-20ceef0b-84c9-4971-9558-347b785a1842=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:14:41.105 [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-20ceef0b-84c9-4971-9558-347b785a1842', protocol='range'} -2024-06-21 21:14:41.106 [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-21 21:14:41.106 [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-21 21:14:41.107 [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-21 21:14:41.107 [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-21 21:14:41.107 [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-21 21:14:41.107 [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-21 21:14:41.107 [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-21 21:14:41.107 [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-21 21:14:41.107 [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-21 21:14:41.108 [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=49, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:14:41.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:41.742 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:41.742 [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 38 39 37 35 36 38 31 37 30 33 31 31 36 2e 37 32 37 36 32 30 30 33 39 2e 35 32 39 32 31 34 30 39 30 2e 30 30 30 34 36 2e 35 39 30 30 30 30 30 30 36 37 39 30 30 30 33 36 30 30 30 31 38 31 30 35 30 30 30 30 44 38 30 35 30 31 32 2e 30 30 39 30 30 30 30 30 32 37 34 39 30 36 32 38 30 36 30 30 30 30 30 31 38 35 30 30 31 34 34 33 36 30 30 30 36 30 35 30 37 2e 36 32 30 30 30 30 37 39 30 30 30 30 37 30 31 33 30 30 30 32 32 30 30 30 30 34 30 30 30 34 30 30 30 36 33 30 30 30 30 33 32 30 30 30 30 34 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e2 7E -2024-06-21 21:14:41.742 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975681703, longitude=116.7276200, latitude=39.5292140, speed=90.000, mileage=46.59000000, dischargeVoltage=679000, dischargeCurrent=36000, insulationResistance=181050000, gear=D, accelerationPedal=80, brakePedal=50, fuelConsumption=12.00, motorControllerTemperature=900000, motorSpeed=27490, motorTorque=6280, motorTemperature=600000, motorVoltage=18500, motorCurrent=14436000, powerBattery=60507., maxFeedbackPower=620000, maxDischargePower=790000, bmsSelfCheck=70, powerBatteryCurrent=13000, powerBatteryV3=220000, maxVoltage=4000, minVoltage=4000, maxTemperature=630000, minTemperature=320000, availableCapacity=440000, 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-21 21:14:42.199 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:42.244 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:42.244 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:42.292 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:42.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:42.311 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:42.353 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:42.384 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:42.384 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:42.439 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:42.467 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:42.467 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:42.518 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:42.547 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:42.547 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:42.598 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:42.632 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:42.632 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:42.677 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:42.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:42.708 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:42.737 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:42.737 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:42.737 [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 38 39 37 35 36 38 32 37 30 33 31 31 36 2e 37 32 38 34 37 38 30 33 39 2e 35 32 39 32 36 30 30 39 30 2e 30 30 30 34 36 2e 36 34 30 30 30 30 30 30 36 34 37 30 30 30 34 32 30 30 30 31 36 38 33 34 30 30 30 30 44 33 30 37 30 31 30 2e 39 30 38 30 30 30 30 30 38 38 30 38 30 37 31 36 30 35 30 30 30 30 30 32 30 31 30 30 38 31 36 39 30 30 30 30 36 30 34 39 36 2e 35 35 30 30 30 30 38 39 30 30 30 30 31 33 33 30 30 30 30 32 34 39 30 30 30 33 30 30 30 33 30 30 30 38 35 30 30 30 30 36 39 30 30 30 30 37 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 0c 7E -2024-06-21 21:14:42.737 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975682703, longitude=116.7284780, latitude=39.5292600, speed=90.000, mileage=46.64000000, dischargeVoltage=647000, dischargeCurrent=42000, insulationResistance=168340000, gear=D, accelerationPedal=30, brakePedal=70, fuelConsumption=10.90, motorControllerTemperature=800000, motorSpeed=88080, motorTorque=7160, motorTemperature=500000, motorVoltage=20100, motorCurrent=81690000, powerBattery=60496., maxFeedbackPower=550000, maxDischargePower=890000, bmsSelfCheck=13, powerBatteryCurrent=30000, powerBatteryV3=249000, maxVoltage=3000, minVoltage=3000, maxTemperature=850000, minTemperature=690000, availableCapacity=780000, 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-21 21:14:42.758 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:42.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:42.785 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:42.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:42.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:42.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:42.915 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:42.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:42.941 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:42.997 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:43.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:43.019 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:43.082 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:43.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:43.101 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:43.179 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:43.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:43.361 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:43.595 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:43.644 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:43.644 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:43.778 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:43.778 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:43.779 [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 38 39 37 35 36 38 33 37 30 34 31 31 36 2e 37 33 30 32 35 34 30 33 39 2e 35 32 39 33 38 38 30 31 34 34 2e 30 30 34 36 2e 37 32 30 30 30 30 30 30 35 30 37 30 30 30 33 35 30 30 30 35 39 37 33 30 30 30 30 30 44 35 30 39 30 39 2e 36 30 30 37 34 30 30 30 30 38 37 35 36 36 32 39 30 30 31 34 31 30 30 30 32 34 35 30 30 31 31 35 36 34 30 30 30 36 30 34 38 37 2e 31 33 30 30 30 30 31 33 30 30 30 30 31 30 31 31 30 30 30 32 38 37 30 30 30 34 30 30 30 34 30 30 30 36 30 30 30 30 30 37 32 30 30 30 30 36 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f2 7E -2024-06-21 21:14:43.778 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:43.779 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975683704, longitude=116.7302540, latitude=39.5293880, speed=144.00, mileage=46.72000000, dischargeVoltage=507000, dischargeCurrent=35000, insulationResistance=597300000, gear=D, accelerationPedal=50, brakePedal=90, fuelConsumption=9.600, motorControllerTemperature=740000, motorSpeed=87566, motorTorque=2900, motorTemperature=141000, motorVoltage=24500, motorCurrent=11564000, powerBattery=60487., maxFeedbackPower=130000, maxDischargePower=130000, bmsSelfCheck=10, powerBatteryCurrent=11000, powerBatteryV3=287000, maxVoltage=4000, minVoltage=4000, maxTemperature=600000, minTemperature=720000, availableCapacity=600000, 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-21 21:14:43.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:43.863 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:43.983 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:44.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:44.055 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:44.142 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:44.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:44.186 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:44.374 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:44.418 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:44.419 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:44.520 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:44.549 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:44.549 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:44.602 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:44.645 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:44.646 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:44.713 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:44.743 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:44.743 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:44.743 [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 38 39 37 35 36 38 34 37 30 33 31 31 36 2e 37 33 31 31 31 32 30 33 39 2e 35 32 39 34 36 33 30 35 34 2e 30 30 30 34 36 2e 37 35 30 30 30 30 30 30 34 36 34 30 30 30 36 30 30 30 30 31 32 39 35 30 30 30 30 30 44 38 30 36 30 39 2e 33 30 30 39 36 30 30 30 30 34 39 36 32 36 37 30 30 30 31 34 36 30 30 30 31 38 35 30 30 35 38 37 36 30 30 30 30 36 30 34 38 37 2e 31 32 30 30 30 30 35 38 30 30 30 30 32 30 31 30 30 30 30 36 39 30 30 30 30 34 30 30 30 33 30 30 30 35 32 30 30 30 30 33 33 30 30 30 30 36 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-21 21:14:44.743 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975684703, longitude=116.7311120, latitude=39.5294630, speed=54.000, mileage=46.75000000, dischargeVoltage=464000, dischargeCurrent=60000, insulationResistance=129500000, gear=D, accelerationPedal=80, brakePedal=60, fuelConsumption=9.300, motorControllerTemperature=960000, motorSpeed=49626, motorTorque=7000, motorTemperature=146000, motorVoltage=18500, motorCurrent=58760000, powerBattery=60487., maxFeedbackPower=120000, maxDischargePower=580000, bmsSelfCheck=20, powerBatteryCurrent=10000, powerBatteryV3=690000, maxVoltage=4000, minVoltage=3000, maxTemperature=520000, minTemperature=330000, availableCapacity=620000, 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-21 21:14:44.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:44.748 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:44.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:44.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:44.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:44.895 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:44.927 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:44.929 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:44.977 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:45.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:45.022 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:45.097 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:45.135 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:45.135 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:45.181 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:45.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:45.212 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:45.273 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:45.297 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:45.297 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:45.362 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:45.385 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:45.386 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:45.446 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:45.483 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:45.484 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:45.541 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:45.573 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:45.573 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:45.633 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:45.665 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:45.665 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:45.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:45.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:45.742 [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 38 39 37 35 36 38 35 37 30 33 31 31 36 2e 37 33 32 31 38 35 30 33 39 2e 35 32 39 35 34 35 30 39 30 2e 30 30 30 34 36 2e 38 30 30 30 30 30 30 30 36 31 37 30 30 30 32 30 30 30 30 33 33 39 33 30 30 30 30 30 44 32 30 37 30 31 31 2e 34 30 37 39 30 30 30 30 35 37 34 30 37 33 38 30 30 37 35 30 30 30 30 31 39 38 30 30 34 35 34 37 30 30 30 30 36 30 34 37 35 2e 38 37 30 30 30 30 31 37 30 30 30 30 39 30 31 31 30 30 30 34 33 32 30 30 30 34 30 30 30 33 30 30 30 33 33 30 30 30 30 33 34 30 30 30 30 38 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f2 7E -2024-06-21 21:14:45.742 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975685703, longitude=116.7321850, latitude=39.5295450, speed=90.000, mileage=46.80000000, dischargeVoltage=617000, dischargeCurrent=20000, insulationResistance=339300000, gear=D, accelerationPedal=20, brakePedal=70, fuelConsumption=11.40, motorControllerTemperature=790000, motorSpeed=57407, motorTorque=3800, motorTemperature=750000, motorVoltage=19800, motorCurrent=45470000, powerBattery=60475., maxFeedbackPower=870000, maxDischargePower=170000, bmsSelfCheck=90, powerBatteryCurrent=11000, powerBatteryV3=432000, maxVoltage=4000, minVoltage=3000, maxTemperature=330000, minTemperature=340000, availableCapacity=810000, 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-21 21:14:45.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:45.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:45.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:46.738 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:46.738 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:46.738 [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 38 39 37 35 36 38 36 37 30 34 31 31 36 2e 37 33 33 34 38 33 30 33 39 2e 35 32 39 36 35 33 30 39 30 2e 30 30 30 34 36 2e 38 35 30 30 30 30 30 30 31 36 39 30 30 30 33 31 30 30 30 31 35 30 39 31 30 30 30 30 44 32 30 32 30 31 30 2e 32 30 32 32 30 30 30 30 34 33 36 39 34 33 36 32 30 31 33 31 30 30 30 32 36 36 30 30 31 31 35 30 30 30 30 30 36 30 34 36 35 2e 36 36 30 30 30 30 31 33 30 30 30 30 31 34 36 30 30 30 30 33 36 32 30 30 30 34 30 30 30 34 30 30 30 38 30 30 30 30 30 32 38 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 d4 7E -2024-06-21 21:14:46.738 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975686704, longitude=116.7334830, latitude=39.5296530, speed=90.000, mileage=46.85000000, dischargeVoltage=169000, dischargeCurrent=31000, insulationResistance=150910000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=10.20, motorControllerTemperature=220000, motorSpeed=43694, motorTorque=3620, motorTemperature=131000, motorVoltage=26600, motorCurrent=11500000, powerBattery=60465., maxFeedbackPower=660000, maxDischargePower=130000, bmsSelfCheck=14, powerBatteryCurrent=60000, powerBatteryV3=362000, maxVoltage=4000, minVoltage=4000, maxTemperature=800000, minTemperature=280000, 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-21 21:14:46.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:46.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:46.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:47.748 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:47.748 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:47.748 [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 38 39 37 35 36 38 37 37 30 33 31 31 36 2e 37 33 34 34 38 31 30 33 39 2e 35 32 39 37 31 35 30 39 30 2e 30 30 30 34 36 2e 39 30 30 30 30 30 30 30 37 31 38 30 30 30 31 38 30 30 30 32 34 34 35 39 30 30 30 30 44 36 30 33 30 31 31 2e 32 30 31 33 30 30 30 30 39 30 37 33 35 33 37 39 30 31 30 33 30 30 30 31 36 32 30 30 33 31 31 38 30 30 30 30 36 30 34 35 34 2e 31 34 30 30 30 30 34 39 30 30 30 30 31 33 31 33 30 30 30 34 36 30 30 30 30 34 30 30 30 34 30 30 30 38 37 30 30 30 30 38 37 30 30 30 30 37 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f5 7E -2024-06-21 21:14:47.748 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975687703, longitude=116.7344810, latitude=39.5297150, speed=90.000, mileage=46.90000000, dischargeVoltage=718000, dischargeCurrent=18000, insulationResistance=244590000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=11.20, motorControllerTemperature=130000, motorSpeed=90735, motorTorque=3790, motorTemperature=103000, motorVoltage=16200, motorCurrent=31180000, powerBattery=60454., maxFeedbackPower=140000, maxDischargePower=490000, bmsSelfCheck=13, powerBatteryCurrent=13000, powerBatteryV3=460000, maxVoltage=4000, minVoltage=4000, maxTemperature=870000, minTemperature=870000, availableCapacity=780000, 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-21 21:14:47.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:47.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:47.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:48.746 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:48.748 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:48.748 [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 38 39 37 35 36 38 38 37 30 33 31 31 36 2e 37 33 34 38 37 33 30 33 39 2e 35 32 39 37 35 32 30 30 2e 30 30 30 30 34 36 2e 39 30 30 30 30 30 30 30 31 36 36 30 30 30 32 32 30 30 30 31 33 31 31 37 30 30 30 30 44 39 30 33 30 31 30 2e 36 30 37 33 30 30 30 30 32 35 35 30 32 38 31 39 30 31 30 36 30 30 30 32 36 33 30 30 31 36 37 35 30 30 30 30 36 30 34 35 34 2e 36 34 30 30 30 30 32 30 30 30 30 30 31 32 37 30 30 30 30 33 30 34 30 30 30 34 30 30 30 34 30 30 30 33 38 30 30 30 30 31 36 30 30 30 30 37 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d9 7E -2024-06-21 21:14:48.748 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975688703, longitude=116.7348730, latitude=39.5297520, speed=0.0000, mileage=46.90000000, dischargeVoltage=166000, dischargeCurrent=22000, insulationResistance=131170000, gear=D, accelerationPedal=90, brakePedal=30, fuelConsumption=10.60, motorControllerTemperature=730000, motorSpeed=25502, motorTorque=8190, motorTemperature=106000, motorVoltage=26300, motorCurrent=16750000, powerBattery=60454., maxFeedbackPower=640000, maxDischargePower=200000, bmsSelfCheck=12, powerBatteryCurrent=70000, powerBatteryV3=304000, maxVoltage=4000, minVoltage=4000, maxTemperature=380000, minTemperature=160000, availableCapacity=780000, 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-21 21:14:48.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:48.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:48.874 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:49.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:49.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:49.752 [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 38 39 37 35 36 38 39 37 30 34 31 31 36 2e 37 33 36 36 31 33 30 33 39 2e 35 32 39 38 34 34 30 31 39 38 2e 30 30 34 37 2e 30 31 30 30 30 30 30 30 33 32 37 30 30 30 34 30 30 30 30 31 34 39 30 30 30 30 30 30 44 38 30 36 30 31 30 2e 32 30 38 33 30 30 30 30 36 36 30 31 34 37 30 37 30 32 35 30 30 30 30 31 35 33 30 30 37 37 37 32 30 30 30 30 36 30 34 34 34 2e 33 36 30 30 30 30 37 34 30 30 30 30 35 30 31 30 30 30 30 33 33 36 30 30 30 33 30 30 30 33 30 30 30 33 34 30 30 30 30 38 37 30 30 30 30 33 33 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-21 21:14:49.752 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975689704, longitude=116.7366130, latitude=39.5298440, speed=198.00, mileage=47.01000000, dischargeVoltage=327000, dischargeCurrent=40000, insulationResistance=149000000, gear=D, accelerationPedal=80, brakePedal=60, fuelConsumption=10.20, motorControllerTemperature=830000, motorSpeed=66014, motorTorque=7070, motorTemperature=250000, motorVoltage=15300, motorCurrent=77720000, powerBattery=60444., maxFeedbackPower=360000, maxDischargePower=740000, bmsSelfCheck=50, powerBatteryCurrent=10000, powerBatteryV3=336000, maxVoltage=3000, minVoltage=3000, maxTemperature=340000, minTemperature=870000, availableCapacity=330000, 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-21 21:14:49.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:49.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:49.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:50.742 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:50.743 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:50.743 [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 38 39 37 35 36 39 30 37 30 34 31 31 36 2e 37 33 38 34 32 36 30 33 39 2e 35 32 39 39 33 35 30 31 30 38 2e 30 30 34 37 2e 30 37 30 30 30 30 30 30 32 36 38 30 30 30 34 31 30 30 30 39 33 38 31 30 30 30 30 30 44 32 30 36 30 31 30 2e 34 30 35 39 30 30 30 30 35 31 36 30 30 35 37 36 30 38 30 30 30 30 30 32 35 37 30 30 31 30 30 38 30 30 30 30 36 30 34 33 33 2e 33 34 30 30 30 30 39 31 30 30 30 30 31 32 35 30 30 30 30 34 36 32 30 30 30 33 30 30 30 33 30 30 30 34 32 30 30 30 30 32 36 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 ce 7E -2024-06-21 21:14:50.743 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975690704, longitude=116.7384260, latitude=39.5299350, speed=108.00, mileage=47.07000000, dischargeVoltage=268000, dischargeCurrent=41000, insulationResistance=938100000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=10.40, motorControllerTemperature=590000, motorSpeed=51600, motorTorque=5760, motorTemperature=800000, motorVoltage=25700, motorCurrent=10080000, powerBattery=60433., maxFeedbackPower=340000, maxDischargePower=910000, bmsSelfCheck=12, powerBatteryCurrent=50000, powerBatteryV3=462000, maxVoltage=3000, minVoltage=3000, maxTemperature=420000, minTemperature=260000, 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-21 21:14:50.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:50.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:50.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:51.735 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:51.736 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:51.736 [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 38 39 37 35 36 39 31 37 30 34 31 31 36 2e 37 33 39 31 36 37 30 33 39 2e 35 32 39 39 37 36 30 35 34 2e 30 30 30 34 37 2e 31 30 30 30 30 30 30 30 35 35 33 30 30 30 32 35 30 30 30 37 38 36 38 30 30 30 30 30 44 34 30 36 30 39 2e 33 30 30 37 33 30 30 30 30 36 35 33 32 30 35 39 38 30 32 30 30 30 30 30 31 38 31 30 30 33 35 34 38 30 30 30 30 36 30 34 33 33 2e 39 31 30 30 30 30 32 33 30 30 30 30 33 30 31 30 30 30 30 33 31 31 30 30 30 34 30 30 30 34 30 30 30 33 31 30 30 30 30 36 38 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 ed 7E -2024-06-21 21:14:51.736 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975691704, longitude=116.7391670, latitude=39.5299760, speed=54.000, mileage=47.10000000, dischargeVoltage=553000, dischargeCurrent=25000, insulationResistance=786800000, gear=D, accelerationPedal=40, brakePedal=60, fuelConsumption=9.300, motorControllerTemperature=730000, motorSpeed=65320, motorTorque=5980, motorTemperature=200000, motorVoltage=18100, motorCurrent=35480000, powerBattery=60433., maxFeedbackPower=910000, maxDischargePower=230000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=311000, maxVoltage=4000, minVoltage=4000, maxTemperature=310000, minTemperature=680000, 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-21 21:14:51.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:51.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:51.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:52.744 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:52.744 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:52.744 [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 38 39 37 35 36 39 32 37 30 35 31 31 36 2e 37 34 30 31 35 39 30 33 39 2e 35 33 30 31 30 30 30 39 30 2e 30 30 30 34 37 2e 31 35 30 30 30 30 30 30 33 36 36 30 30 30 34 30 30 30 30 31 35 33 32 33 30 30 30 30 44 30 30 31 30 31 30 2e 30 30 37 31 30 30 30 30 35 34 33 35 33 37 33 33 30 31 33 30 30 30 30 31 35 30 30 30 32 30 31 35 30 30 30 30 36 30 34 32 33 2e 35 36 30 30 30 30 33 33 30 30 30 30 34 30 35 30 30 30 30 34 39 30 30 30 30 33 30 30 30 33 30 30 30 37 37 30 30 30 30 37 39 30 30 30 30 36 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 a9 7E -2024-06-21 21:14:52.744 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975692705, longitude=116.7401590, latitude=39.5301000, speed=90.000, mileage=47.15000000, dischargeVoltage=366000, dischargeCurrent=40000, insulationResistance=153230000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=10.00, motorControllerTemperature=710000, motorSpeed=54353, motorTorque=7330, motorTemperature=130000, motorVoltage=15000, motorCurrent=20150000, powerBattery=60423., maxFeedbackPower=560000, maxDischargePower=330000, bmsSelfCheck=40, powerBatteryCurrent=50000, powerBatteryV3=490000, maxVoltage=3000, minVoltage=3000, maxTemperature=770000, minTemperature=790000, availableCapacity=620000, 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-21 21:14:52.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:52.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:52.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:53.744 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:53.745 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:53.745 [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 38 39 37 35 36 39 33 37 30 36 31 31 36 2e 37 34 31 32 35 32 30 33 39 2e 35 33 30 32 33 39 30 35 34 2e 30 30 30 34 37 2e 31 38 30 30 30 30 30 30 37 34 32 30 30 30 32 36 30 30 30 31 31 33 39 36 30 30 30 30 44 35 30 32 30 31 30 2e 32 30 34 39 30 30 30 30 34 30 38 30 35 32 33 33 30 31 33 30 30 30 30 32 36 35 30 30 31 31 38 38 39 30 30 30 36 30 34 32 33 2e 32 36 30 30 30 30 33 34 30 30 30 30 33 30 38 30 30 30 30 32 35 31 30 30 30 34 30 30 30 34 30 30 30 37 39 30 30 30 30 35 38 30 30 30 30 36 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 de 7E -2024-06-21 21:14:53.745 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975693706, longitude=116.7412520, latitude=39.5302390, speed=54.000, mileage=47.18000000, dischargeVoltage=742000, dischargeCurrent=26000, insulationResistance=113960000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=10.20, motorControllerTemperature=490000, motorSpeed=40805, motorTorque=2330, motorTemperature=130000, motorVoltage=26500, motorCurrent=11889000, powerBattery=60423., maxFeedbackPower=260000, maxDischargePower=340000, bmsSelfCheck=30, powerBatteryCurrent=80000, powerBatteryV3=251000, maxVoltage=4000, minVoltage=4000, maxTemperature=790000, minTemperature=580000, availableCapacity=670000, 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-21 21:14:53.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:53.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:53.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:54.768 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:54.768 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:54.768 [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 38 39 37 35 36 39 34 37 31 37 31 31 36 2e 37 34 32 33 31 39 30 33 39 2e 35 33 30 34 30 34 30 31 30 38 2e 30 30 34 37 2e 32 34 30 30 30 30 30 30 32 35 37 30 30 30 31 36 30 30 30 32 30 33 36 36 30 30 30 30 44 32 30 30 30 31 30 2e 32 30 34 36 30 30 30 30 38 36 38 31 33 34 38 38 30 32 32 30 30 30 30 31 33 34 30 30 37 31 36 33 30 30 30 30 36 30 34 31 33 2e 35 35 30 30 30 30 39 33 30 30 30 30 38 30 31 30 30 30 30 32 39 32 30 30 30 33 30 30 30 34 30 30 30 39 30 30 30 30 30 35 33 30 30 30 30 38 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d6 7E -2024-06-21 21:14:54.768 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975694717, longitude=116.7423190, latitude=39.5304040, speed=108.00, mileage=47.24000000, dischargeVoltage=257000, dischargeCurrent=16000, insulationResistance=203660000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=10.20, motorControllerTemperature=460000, motorSpeed=86813, motorTorque=4880, motorTemperature=220000, motorVoltage=13400, motorCurrent=71630000, powerBattery=60413., maxFeedbackPower=550000, maxDischargePower=930000, bmsSelfCheck=80, powerBatteryCurrent=10000, powerBatteryV3=292000, maxVoltage=3000, minVoltage=4000, maxTemperature=900000, minTemperature=530000, availableCapacity=870000, 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-21 21:14:54.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:54.857 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:54.857 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:55.749 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:55.749 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:55.750 [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 38 39 37 35 36 39 35 37 30 34 31 31 36 2e 37 34 33 30 33 38 30 33 39 2e 35 33 30 34 39 35 30 33 36 2e 30 30 30 34 37 2e 32 36 30 30 30 30 30 30 35 32 38 30 30 30 33 38 30 30 30 35 30 37 34 30 30 30 30 30 44 38 30 39 30 31 31 2e 37 30 33 33 30 30 30 30 32 31 32 36 32 34 39 35 30 37 37 30 30 30 30 32 36 32 30 30 34 31 34 34 30 30 30 30 36 30 34 31 33 2e 31 35 30 30 30 30 34 30 30 30 30 30 31 31 35 30 30 30 30 32 38 34 30 30 30 33 30 30 30 34 30 30 30 35 36 30 30 30 30 39 39 30 30 30 30 38 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ec 7E -2024-06-21 21:14:55.750 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975695704, longitude=116.7430380, latitude=39.5304950, speed=36.000, mileage=47.26000000, dischargeVoltage=528000, dischargeCurrent=38000, insulationResistance=507400000, gear=D, accelerationPedal=80, brakePedal=90, fuelConsumption=11.70, motorControllerTemperature=330000, motorSpeed=21262, motorTorque=4950, motorTemperature=770000, motorVoltage=26200, motorCurrent=41440000, powerBattery=60413., maxFeedbackPower=150000, maxDischargePower=400000, bmsSelfCheck=11, powerBatteryCurrent=50000, powerBatteryV3=284000, maxVoltage=3000, minVoltage=4000, maxTemperature=560000, minTemperature=990000, availableCapacity=880000, 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-21 21:14:55.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:55.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:55.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:56.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:56.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:56.741 [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 38 39 37 35 36 39 36 37 31 30 31 31 36 2e 37 34 34 33 30 31 30 33 39 2e 35 33 30 36 38 31 30 31 30 38 2e 30 30 34 37 2e 33 32 30 30 30 30 30 30 33 34 36 30 30 30 32 38 30 30 30 32 36 31 34 38 30 30 30 30 44 36 30 30 30 31 31 2e 37 30 31 36 30 30 30 30 36 36 35 33 33 39 34 37 30 31 34 30 30 30 30 32 33 35 30 30 33 35 37 30 30 30 30 30 36 30 34 30 31 2e 35 32 30 30 30 30 33 33 30 30 30 30 37 30 37 30 30 30 30 33 32 30 30 30 30 34 30 30 30 33 30 30 30 39 36 30 30 30 30 31 30 30 30 30 30 35 36 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-21 21:14:56.744 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975696710, longitude=116.7443010, latitude=39.5306810, speed=108.00, mileage=47.32000000, dischargeVoltage=346000, dischargeCurrent=28000, insulationResistance=261480000, gear=D, accelerationPedal=60, brakePedal=00, fuelConsumption=11.70, motorControllerTemperature=160000, motorSpeed=66533, motorTorque=9470, motorTemperature=140000, motorVoltage=23500, motorCurrent=35700000, powerBattery=60401., maxFeedbackPower=520000, maxDischargePower=330000, bmsSelfCheck=70, powerBatteryCurrent=70000, powerBatteryV3=320000, maxVoltage=4000, minVoltage=3000, maxTemperature=960000, minTemperature=100000, availableCapacity=560000, 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-21 21:14:56.794 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:56.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:56.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:57.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:57.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:57.753 [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 38 39 37 35 36 39 37 37 31 32 31 31 36 2e 37 34 35 34 36 37 30 33 39 2e 35 33 30 38 34 35 30 31 30 38 2e 30 30 34 37 2e 33 38 30 30 30 30 30 30 34 38 34 30 30 30 31 35 30 30 30 32 33 34 30 37 30 30 30 30 44 33 30 31 30 31 30 2e 30 30 31 32 30 30 30 30 37 37 35 37 38 33 31 35 30 36 38 30 30 30 30 32 39 31 30 30 36 31 34 33 30 30 30 30 36 30 33 39 31 2e 32 39 30 30 30 30 32 30 30 30 30 30 31 30 37 30 30 30 30 36 37 35 30 30 30 33 30 30 30 34 30 30 30 34 36 30 30 30 30 36 39 30 30 30 30 33 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e6 7E -2024-06-21 21:14:57.753 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975697712, longitude=116.7454670, latitude=39.5308450, speed=108.00, mileage=47.38000000, dischargeVoltage=484000, dischargeCurrent=15000, insulationResistance=234070000, gear=D, accelerationPedal=30, brakePedal=10, fuelConsumption=10.00, motorControllerTemperature=120000, motorSpeed=77578, motorTorque=3150, motorTemperature=680000, motorVoltage=29100, motorCurrent=61430000, powerBattery=60391., maxFeedbackPower=290000, maxDischargePower=200000, bmsSelfCheck=10, powerBatteryCurrent=70000, powerBatteryV3=675000, maxVoltage=3000, minVoltage=4000, maxTemperature=460000, minTemperature=690000, availableCapacity=300000, 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-21 21:14:57.818 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:57.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:57.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:58.754 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:58.755 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:58.755 [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 38 39 37 35 36 39 38 37 31 31 31 31 36 2e 37 34 36 32 30 37 30 33 39 2e 35 33 30 39 36 35 30 35 34 2e 30 30 30 34 37 2e 34 31 30 30 30 30 30 30 31 36 36 30 30 30 32 31 30 30 30 32 32 37 30 37 30 30 30 30 44 35 30 31 30 39 2e 31 30 30 37 39 30 30 30 30 33 33 37 32 32 31 34 34 30 32 30 30 30 30 30 31 34 38 30 30 31 30 31 30 39 30 30 30 36 30 33 39 31 2e 34 33 30 30 30 30 37 31 30 30 30 30 31 33 34 30 30 30 30 32 34 37 30 30 30 34 30 30 30 34 30 30 30 33 37 30 30 30 30 38 36 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 d9 7E -2024-06-21 21:14:58.755 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975698711, longitude=116.7462070, latitude=39.5309650, speed=54.000, mileage=47.41000000, dischargeVoltage=166000, dischargeCurrent=21000, insulationResistance=227070000, gear=D, accelerationPedal=50, brakePedal=10, fuelConsumption=9.100, motorControllerTemperature=790000, motorSpeed=33722, motorTorque=1440, motorTemperature=200000, motorVoltage=14800, motorCurrent=10109000, powerBattery=60391., maxFeedbackPower=430000, maxDischargePower=710000, bmsSelfCheck=13, powerBatteryCurrent=40000, powerBatteryV3=247000, maxVoltage=4000, minVoltage=4000, maxTemperature=370000, minTemperature=860000, 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-21 21:14:58.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:58.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:58.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:14:59.751 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:14:59.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:14:59.752 [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 38 39 37 35 36 39 39 37 31 30 31 31 36 2e 37 34 37 30 36 30 30 33 39 2e 35 33 31 30 37 37 30 35 34 2e 30 30 30 34 37 2e 34 34 30 30 30 30 30 30 32 38 33 30 30 30 34 36 30 30 30 39 32 38 32 30 30 30 30 30 44 33 30 32 30 31 31 2e 36 30 35 31 30 30 30 30 33 34 30 33 31 32 39 37 30 32 37 30 30 30 30 31 34 38 30 30 35 37 31 30 30 30 30 30 36 30 33 39 31 2e 38 37 30 30 30 30 35 37 30 30 30 30 38 30 31 34 30 30 30 35 39 36 30 30 30 34 30 30 30 34 30 30 30 34 37 30 30 30 30 39 34 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 ee 7E -2024-06-21 21:14:59.752 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975699710, longitude=116.7470600, latitude=39.5310770, speed=54.000, mileage=47.44000000, dischargeVoltage=283000, dischargeCurrent=46000, insulationResistance=928200000, gear=D, accelerationPedal=30, brakePedal=20, fuelConsumption=11.60, motorControllerTemperature=510000, motorSpeed=34031, motorTorque=2970, motorTemperature=270000, motorVoltage=14800, motorCurrent=57100000, powerBattery=60391., maxFeedbackPower=870000, maxDischargePower=570000, bmsSelfCheck=80, powerBatteryCurrent=14000, powerBatteryV3=596000, maxVoltage=4000, minVoltage=4000, maxTemperature=470000, minTemperature=940000, 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-21 21:14:59.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:14:59.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:14:59.854 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:00.755 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:00.756 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:00.756 [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 38 39 37 35 37 30 30 37 30 38 31 31 36 2e 37 34 38 30 38 35 30 33 39 2e 35 33 31 32 31 37 30 35 34 2e 30 30 30 34 37 2e 34 37 30 30 30 30 30 30 36 35 34 30 30 30 31 35 30 30 30 31 32 39 35 37 30 30 30 30 44 38 30 34 30 39 2e 32 30 30 38 30 30 30 30 30 34 30 35 31 31 32 30 30 30 38 31 30 30 30 30 32 35 35 30 30 31 34 31 39 30 30 30 30 36 30 33 39 31 2e 36 32 30 30 30 30 38 31 30 30 30 30 35 30 31 31 30 30 30 33 37 33 30 30 30 33 30 30 30 34 30 30 30 38 32 30 30 30 30 36 33 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 d4 7E -2024-06-21 21:15:00.756 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975700708, longitude=116.7480850, latitude=39.5312170, speed=54.000, mileage=47.47000000, dischargeVoltage=654000, dischargeCurrent=15000, insulationResistance=129570000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=9.200, motorControllerTemperature=800000, motorSpeed=40511, motorTorque=2000, motorTemperature=810000, motorVoltage=25500, motorCurrent=14190000, powerBattery=60391., maxFeedbackPower=620000, maxDischargePower=810000, bmsSelfCheck=50, powerBatteryCurrent=11000, powerBatteryV3=373000, maxVoltage=3000, minVoltage=4000, maxTemperature=820000, minTemperature=630000, 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-21 21:15:00.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:00.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:00.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:01.745 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:01.745 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:01.746 [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 38 39 37 35 37 30 31 37 30 38 31 31 36 2e 37 34 39 34 32 32 30 33 39 2e 35 33 31 34 30 37 30 31 32 36 2e 30 30 34 37 2e 35 34 30 30 30 30 30 30 32 39 33 30 30 30 33 32 30 30 30 31 38 31 37 30 30 30 30 30 44 34 30 38 30 31 31 2e 30 30 34 30 30 30 30 30 32 34 35 38 37 38 32 35 30 35 30 30 30 30 30 32 38 31 30 30 33 37 33 31 30 30 30 30 36 30 33 38 30 2e 32 39 30 30 30 30 34 38 30 30 30 30 32 30 31 31 30 30 30 35 37 31 30 30 30 34 30 30 30 33 30 30 30 34 30 30 30 30 30 32 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 bc 7E -2024-06-21 21:15:01.746 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975701708, longitude=116.7494220, latitude=39.5314070, speed=126.00, mileage=47.54000000, dischargeVoltage=293000, dischargeCurrent=32000, insulationResistance=181700000, gear=D, accelerationPedal=40, brakePedal=80, fuelConsumption=11.00, motorControllerTemperature=400000, motorSpeed=24587, motorTorque=8250, motorTemperature=500000, motorVoltage=28100, motorCurrent=37310000, powerBattery=60380., maxFeedbackPower=290000, maxDischargePower=480000, bmsSelfCheck=20, powerBatteryCurrent=11000, powerBatteryV3=571000, maxVoltage=4000, minVoltage=3000, maxTemperature=400000, minTemperature=200000, 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-21 21:15:01.811 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:01.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:01.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:02.748 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:02.748 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:02.748 [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 38 39 37 35 37 30 32 37 30 37 31 31 36 2e 37 35 31 33 36 34 30 33 39 2e 35 33 31 36 31 38 30 31 36 32 2e 30 30 34 37 2e 36 33 30 30 30 30 30 30 32 36 31 30 30 30 31 39 30 30 30 32 33 34 34 31 30 30 30 30 44 33 30 33 30 31 31 2e 37 30 30 30 30 30 30 30 31 37 31 34 37 35 36 37 30 31 33 36 30 30 30 32 31 32 30 30 34 35 36 34 30 30 30 30 36 30 33 36 39 2e 34 30 30 30 30 30 33 37 30 30 30 30 37 30 33 30 30 30 30 32 32 38 30 30 30 34 30 30 30 34 30 30 30 35 33 30 30 30 30 39 30 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 ce 7E -2024-06-21 21:15:02.749 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975702707, longitude=116.7513640, latitude=39.5316180, speed=162.00, mileage=47.63000000, dischargeVoltage=261000, dischargeCurrent=19000, insulationResistance=234410000, gear=D, accelerationPedal=30, brakePedal=30, fuelConsumption=11.70, motorControllerTemperature=000000, motorSpeed=17147, motorTorque=5670, motorTemperature=136000, motorVoltage=21200, motorCurrent=45640000, powerBattery=60369., maxFeedbackPower=400000, maxDischargePower=370000, bmsSelfCheck=70, powerBatteryCurrent=30000, powerBatteryV3=228000, maxVoltage=4000, minVoltage=4000, maxTemperature=530000, minTemperature=900000, 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-21 21:15:02.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:02.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:02.856 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:03.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:03.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:03.741 [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 38 39 37 35 37 30 33 37 31 31 31 31 36 2e 37 35 32 38 30 37 30 33 39 2e 35 33 31 37 35 34 30 31 30 38 2e 30 30 34 37 2e 36 39 30 30 30 30 30 30 36 34 37 30 30 30 33 31 30 30 30 32 34 31 36 30 30 30 30 30 44 32 30 39 30 31 30 2e 32 30 34 37 30 30 30 30 36 37 34 35 30 35 34 30 30 34 31 30 30 30 30 31 34 34 30 30 30 30 30 30 30 30 30 30 36 30 33 35 38 2e 36 30 30 30 30 30 31 30 30 30 30 30 31 30 35 30 30 30 30 32 38 39 30 30 30 33 30 30 30 34 30 30 30 32 35 30 30 30 30 37 39 30 30 30 30 33 37 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-21 21:15:03.741 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975703711, longitude=116.7528070, latitude=39.5317540, speed=108.00, mileage=47.69000000, dischargeVoltage=647000, dischargeCurrent=31000, insulationResistance=241600000, gear=D, accelerationPedal=20, brakePedal=90, fuelConsumption=10.20, motorControllerTemperature=470000, motorSpeed=67450, motorTorque=5400, motorTemperature=410000, motorVoltage=14400, motorCurrent=00000000, powerBattery=60358., maxFeedbackPower=600000, maxDischargePower=100000, bmsSelfCheck=10, powerBatteryCurrent=50000, powerBatteryV3=289000, maxVoltage=3000, minVoltage=4000, maxTemperature=250000, minTemperature=790000, availableCapacity=370000, 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-21 21:15:03.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:03.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:03.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:04.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:04.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:04.752 [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 38 39 37 35 37 30 34 37 31 31 31 31 36 2e 37 35 36 30 32 32 30 33 39 2e 35 33 32 30 33 33 30 31 30 38 2e 30 30 34 37 2e 37 35 30 30 30 30 30 30 35 34 33 30 30 30 34 38 30 30 30 31 33 36 35 32 30 30 30 30 44 34 30 35 30 31 30 2e 33 30 32 38 30 30 30 30 39 34 39 35 35 36 37 33 30 38 34 30 30 30 30 32 37 35 30 30 31 32 31 32 30 30 30 30 36 30 33 34 38 2e 39 33 30 30 30 30 33 39 30 30 30 30 31 30 32 30 30 30 30 34 38 35 30 30 30 33 30 30 30 34 30 30 30 39 33 30 30 30 30 36 35 30 30 30 30 36 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e5 7E -2024-06-21 21:15:04.752 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975704711, longitude=116.7560220, latitude=39.5320330, speed=108.00, mileage=47.75000000, dischargeVoltage=543000, dischargeCurrent=48000, insulationResistance=136520000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=10.30, motorControllerTemperature=280000, motorSpeed=94955, motorTorque=6730, motorTemperature=840000, motorVoltage=27500, motorCurrent=12120000, powerBattery=60348., maxFeedbackPower=930000, maxDischargePower=390000, bmsSelfCheck=10, powerBatteryCurrent=20000, powerBatteryV3=485000, maxVoltage=3000, minVoltage=4000, maxTemperature=930000, minTemperature=650000, availableCapacity=670000, 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-21 21:15:04.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:04.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:04.820 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:05.742 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:05.742 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:05.742 [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 38 39 37 35 37 30 35 37 30 39 31 31 36 2e 37 35 37 31 37 36 30 33 39 2e 35 33 32 31 32 39 30 31 30 38 2e 30 30 34 37 2e 38 31 30 30 30 30 30 30 36 31 35 30 30 30 35 30 30 30 30 32 35 39 35 34 30 30 30 30 44 34 30 33 30 31 30 2e 38 30 39 37 30 30 30 30 37 36 34 33 33 35 33 36 30 39 33 30 30 30 30 31 39 30 30 30 34 31 35 37 30 30 30 30 36 30 33 33 37 2e 32 35 30 30 30 30 30 30 30 30 30 30 34 30 33 30 30 30 30 32 37 35 30 30 30 33 30 30 30 34 30 30 30 38 36 30 30 30 30 34 30 30 30 30 30 35 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ea 7E -2024-06-21 21:15:05.742 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975705709, longitude=116.7571760, latitude=39.5321290, speed=108.00, mileage=47.81000000, dischargeVoltage=615000, dischargeCurrent=50000, insulationResistance=259540000, gear=D, accelerationPedal=40, brakePedal=30, fuelConsumption=10.80, motorControllerTemperature=970000, motorSpeed=76433, motorTorque=5360, motorTemperature=930000, motorVoltage=19000, motorCurrent=41570000, powerBattery=60337., maxFeedbackPower=250000, maxDischargePower=000000, bmsSelfCheck=40, powerBatteryCurrent=30000, powerBatteryV3=275000, maxVoltage=3000, minVoltage=4000, maxTemperature=860000, minTemperature=400000, availableCapacity=580000, 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-21 21:15:05.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:05.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:05.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:06.751 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:06.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:06.752 [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 38 39 37 35 37 30 36 37 30 39 31 31 36 2e 37 35 38 34 32 30 30 33 39 2e 35 33 32 32 33 36 30 31 32 36 2e 30 30 34 37 2e 38 38 30 30 30 30 30 30 31 36 34 30 30 30 31 37 30 30 30 31 37 32 37 37 30 30 30 30 44 36 30 31 30 39 2e 35 30 30 38 30 30 30 30 30 36 39 34 34 34 35 30 36 30 36 32 30 30 30 30 32 36 32 30 30 32 38 31 36 30 30 30 30 36 30 33 32 38 2e 37 36 30 30 30 30 33 36 30 30 30 30 31 30 33 30 30 30 30 33 30 39 30 30 30 33 30 30 30 33 30 30 30 31 30 30 30 30 30 38 39 30 30 30 30 34 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 eb 7E -2024-06-21 21:15:06.752 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975706709, longitude=116.7584200, latitude=39.5322360, speed=126.00, mileage=47.88000000, dischargeVoltage=164000, dischargeCurrent=17000, insulationResistance=172770000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=9.500, motorControllerTemperature=800000, motorSpeed=69444, motorTorque=5060, motorTemperature=620000, motorVoltage=26200, motorCurrent=28160000, powerBattery=60328., maxFeedbackPower=760000, maxDischargePower=360000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=309000, maxVoltage=3000, minVoltage=3000, maxTemperature=100000, minTemperature=890000, availableCapacity=460000, 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-21 21:15:06.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:06.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:06.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:07.754 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:07.754 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:07.754 [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 38 39 37 35 37 30 37 37 31 32 31 31 36 2e 37 36 30 33 30 33 30 33 39 2e 35 33 32 33 38 31 30 32 31 36 2e 30 30 34 38 2e 30 30 30 30 30 30 30 30 34 36 34 30 30 30 32 31 30 30 30 31 33 32 37 34 30 30 30 30 44 36 30 39 30 39 2e 32 30 30 32 33 30 30 30 30 35 33 30 30 39 36 36 36 30 35 34 30 30 30 30 32 34 37 30 30 31 33 35 30 30 30 30 30 36 30 33 31 39 2e 32 38 30 30 30 30 32 30 30 30 30 30 31 34 34 30 30 30 30 35 34 30 30 30 30 34 30 30 30 33 30 30 30 38 34 30 30 30 30 37 35 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 ba 7E -2024-06-21 21:15:07.754 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975707712, longitude=116.7603030, latitude=39.5323810, speed=216.00, mileage=48.00000000, dischargeVoltage=464000, dischargeCurrent=21000, insulationResistance=132740000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=9.200, motorControllerTemperature=230000, motorSpeed=53009, motorTorque=6660, motorTemperature=540000, motorVoltage=24700, motorCurrent=13500000, powerBattery=60319., maxFeedbackPower=280000, maxDischargePower=200000, bmsSelfCheck=14, powerBatteryCurrent=40000, powerBatteryV3=540000, maxVoltage=4000, minVoltage=3000, maxTemperature=840000, minTemperature=750000, 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-21 21:15:07.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:07.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:07.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:08.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:08.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:08.752 [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 38 39 37 35 37 30 38 37 31 32 31 31 36 2e 37 36 31 38 37 32 30 33 39 2e 35 33 32 35 33 31 30 31 34 34 2e 30 30 34 38 2e 30 38 30 30 30 30 30 30 37 32 32 30 30 30 33 32 30 30 30 31 31 30 37 36 30 30 30 30 44 35 30 32 30 31 30 2e 32 30 33 34 30 30 30 30 39 30 39 32 35 31 38 30 30 31 34 37 30 30 30 31 32 34 30 30 34 30 35 33 30 30 30 30 36 30 33 30 38 2e 39 38 30 30 30 30 32 33 30 30 30 30 31 30 39 30 30 30 30 33 34 32 30 30 30 33 30 30 30 33 30 30 30 32 37 30 30 30 30 32 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 bb 7E -2024-06-21 21:15:08.752 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975708712, longitude=116.7618720, latitude=39.5325310, speed=144.00, mileage=48.08000000, dischargeVoltage=722000, dischargeCurrent=32000, insulationResistance=110760000, gear=D, accelerationPedal=50, brakePedal=20, fuelConsumption=10.20, motorControllerTemperature=340000, motorSpeed=90925, motorTorque=1800, motorTemperature=147000, motorVoltage=12400, motorCurrent=40530000, powerBattery=60308., maxFeedbackPower=980000, maxDischargePower=230000, bmsSelfCheck=10, powerBatteryCurrent=90000, powerBatteryV3=342000, maxVoltage=3000, minVoltage=3000, maxTemperature=270000, minTemperature=200000, 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-21 21:15:08.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:08.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:08.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:09.748 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:09.748 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:09.749 [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 38 39 37 35 37 30 39 37 31 31 31 31 36 2e 37 36 33 31 37 35 30 33 39 2e 35 33 32 36 31 37 30 37 32 2e 30 30 30 34 38 2e 31 32 30 30 30 30 30 30 34 39 39 30 30 30 34 34 30 30 30 31 34 33 32 38 30 30 30 30 44 37 30 34 30 31 30 2e 36 30 38 32 30 30 30 30 32 35 30 30 30 35 38 32 30 31 33 36 30 30 30 31 34 32 30 30 38 39 32 35 30 30 30 30 36 30 33 30 38 2e 35 32 30 30 30 30 39 31 30 30 30 30 31 30 33 30 30 30 30 35 35 38 30 30 30 33 30 30 30 33 30 30 30 36 30 30 30 30 30 32 32 30 30 30 30 36 32 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-21 21:15:09.749 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975709711, longitude=116.7631750, latitude=39.5326170, speed=72.000, mileage=48.12000000, dischargeVoltage=499000, dischargeCurrent=44000, insulationResistance=143280000, gear=D, accelerationPedal=70, brakePedal=40, fuelConsumption=10.60, motorControllerTemperature=820000, motorSpeed=25000, motorTorque=5820, motorTemperature=136000, motorVoltage=14200, motorCurrent=89250000, powerBattery=60308., maxFeedbackPower=520000, maxDischargePower=910000, bmsSelfCheck=10, powerBatteryCurrent=30000, powerBatteryV3=558000, maxVoltage=3000, minVoltage=3000, maxTemperature=600000, minTemperature=220000, availableCapacity=620000, 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-21 21:15:09.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:09.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:09.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:10.748 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:10.748 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:10.748 [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 38 39 37 35 37 31 30 37 31 31 31 31 36 2e 37 36 34 35 34 39 30 33 39 2e 35 33 32 37 32 35 30 31 39 38 2e 30 30 34 38 2e 32 33 30 30 30 30 30 30 34 33 33 30 30 30 33 35 30 30 30 31 35 32 30 32 30 30 30 30 44 32 30 32 30 31 30 2e 30 30 38 30 30 30 30 30 39 31 37 39 32 35 36 30 30 31 30 34 30 30 30 32 35 36 30 30 31 33 38 34 30 30 30 30 36 30 32 39 38 2e 39 30 30 30 30 30 35 34 30 30 30 30 30 30 30 30 30 30 30 36 39 36 30 30 30 34 30 30 30 34 30 30 30 33 35 30 30 30 30 35 37 30 30 30 30 36 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d6 7E -2024-06-21 21:15:10.748 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975710711, longitude=116.7645490, latitude=39.5327250, speed=198.00, mileage=48.23000000, dischargeVoltage=433000, dischargeCurrent=35000, insulationResistance=152020000, gear=D, accelerationPedal=20, brakePedal=20, fuelConsumption=10.00, motorControllerTemperature=800000, motorSpeed=91792, motorTorque=5600, motorTemperature=104000, motorVoltage=25600, motorCurrent=13840000, powerBattery=60298., maxFeedbackPower=900000, maxDischargePower=540000, bmsSelfCheck=00, powerBatteryCurrent=00000, powerBatteryV3=696000, maxVoltage=4000, minVoltage=4000, maxTemperature=350000, minTemperature=570000, availableCapacity=640000, 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-21 21:15:10.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:10.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:10.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:11.772 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:11.772 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:11.772 [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 38 39 37 35 37 31 31 37 30 33 31 31 36 2e 37 36 36 31 32 31 30 33 39 2e 35 33 32 38 37 34 30 31 39 38 2e 30 30 34 38 2e 33 34 30 30 30 30 30 30 33 31 31 30 30 30 31 39 30 30 30 31 38 39 30 30 30 30 30 30 44 34 30 36 30 31 31 2e 37 30 39 30 30 30 30 30 31 30 36 30 37 35 39 34 30 31 31 35 30 30 30 31 37 39 30 30 31 32 30 38 32 30 30 30 36 30 32 38 37 2e 31 37 30 30 30 30 39 34 30 30 30 30 32 30 36 30 30 30 30 32 35 34 30 30 30 33 30 30 30 34 30 30 30 37 36 30 30 30 30 37 33 30 30 30 30 39 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e5 7E -2024-06-21 21:15:11.773 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975711703, longitude=116.7661210, latitude=39.5328740, speed=198.00, mileage=48.34000000, dischargeVoltage=311000, dischargeCurrent=19000, insulationResistance=189000000, gear=D, accelerationPedal=40, brakePedal=60, fuelConsumption=11.70, motorControllerTemperature=900000, motorSpeed=10607, motorTorque=5940, motorTemperature=115000, motorVoltage=17900, motorCurrent=12082000, powerBattery=60287., maxFeedbackPower=170000, maxDischargePower=940000, bmsSelfCheck=20, powerBatteryCurrent=60000, powerBatteryV3=254000, maxVoltage=3000, minVoltage=4000, maxTemperature=760000, minTemperature=730000, availableCapacity=920000, 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-21 21:15:11.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:11.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:11.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:12.748 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:12.748 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:12.748 [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 38 39 37 35 37 31 32 37 30 33 31 31 36 2e 37 36 37 30 31 37 30 33 39 2e 35 33 32 39 34 36 30 39 30 2e 30 30 30 34 38 2e 33 39 30 30 30 30 30 30 35 37 38 30 30 30 32 38 30 30 30 31 36 36 32 30 30 30 30 30 44 31 30 31 30 31 31 2e 37 30 33 34 30 30 30 30 32 39 37 35 32 32 30 38 30 38 38 30 30 30 30 32 30 38 30 30 37 36 38 37 30 30 30 30 36 30 32 37 35 2e 31 31 30 30 30 30 39 33 30 30 30 30 31 34 34 30 30 30 30 34 31 34 30 30 30 33 30 30 30 34 30 30 30 37 38 30 30 30 30 31 32 30 30 30 30 39 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f4 7E -2024-06-21 21:15:12.748 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975712703, longitude=116.7670170, latitude=39.5329460, speed=90.000, mileage=48.39000000, dischargeVoltage=578000, dischargeCurrent=28000, insulationResistance=166200000, gear=D, accelerationPedal=10, brakePedal=10, fuelConsumption=11.70, motorControllerTemperature=340000, motorSpeed=29752, motorTorque=2080, motorTemperature=880000, motorVoltage=20800, motorCurrent=76870000, powerBattery=60275., maxFeedbackPower=110000, maxDischargePower=930000, bmsSelfCheck=14, powerBatteryCurrent=40000, powerBatteryV3=414000, maxVoltage=3000, minVoltage=4000, maxTemperature=780000, minTemperature=120000, availableCapacity=990000, 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-21 21:15:12.813 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:12.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:12.841 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:13.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:13.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:13.741 [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 38 39 37 35 37 31 33 37 30 33 31 31 36 2e 37 36 38 33 33 36 30 33 39 2e 35 33 33 30 38 36 30 37 32 2e 30 30 30 34 38 2e 34 33 30 30 30 30 30 30 33 39 33 30 30 30 33 36 30 30 30 31 35 31 34 33 30 30 30 30 44 33 30 36 30 31 31 2e 39 30 36 36 30 30 30 30 32 35 35 32 39 33 37 39 30 34 37 30 30 30 30 32 37 38 30 30 31 33 35 35 33 30 30 30 36 30 32 37 35 2e 35 30 30 30 30 30 36 35 30 30 30 30 31 34 33 30 30 30 30 34 32 33 30 30 30 34 30 30 30 34 30 30 30 34 31 30 30 30 30 31 31 30 30 30 30 39 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ea 7E -2024-06-21 21:15:13.741 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975713703, longitude=116.7683360, latitude=39.5330860, speed=72.000, mileage=48.43000000, dischargeVoltage=393000, dischargeCurrent=36000, insulationResistance=151430000, gear=D, accelerationPedal=30, brakePedal=60, fuelConsumption=11.90, motorControllerTemperature=660000, motorSpeed=25529, motorTorque=3790, motorTemperature=470000, motorVoltage=27800, motorCurrent=13553000, powerBattery=60275., maxFeedbackPower=500000, maxDischargePower=650000, bmsSelfCheck=14, powerBatteryCurrent=30000, powerBatteryV3=423000, maxVoltage=4000, minVoltage=4000, maxTemperature=410000, minTemperature=110000, availableCapacity=960000, 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-21 21:15:13.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:13.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:13.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:14.742 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:14.742 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:14.743 [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 38 39 37 35 37 31 34 37 30 32 31 31 36 2e 37 36 39 34 37 33 30 33 39 2e 35 33 33 31 39 30 30 39 30 2e 30 30 30 34 38 2e 34 38 30 30 30 30 30 30 35 39 34 30 30 30 33 30 30 30 30 31 39 33 39 30 30 30 30 30 44 36 30 39 30 31 30 2e 31 30 38 33 30 30 30 30 37 34 30 38 38 37 33 34 30 31 30 36 30 30 30 32 38 30 30 30 35 37 33 32 30 30 30 30 36 30 32 36 35 2e 36 36 30 30 30 30 36 38 30 30 30 30 32 30 31 31 30 30 30 34 34 39 30 30 30 34 30 30 30 34 30 30 30 35 31 30 30 30 30 38 37 30 30 30 30 35 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f9 7E -2024-06-21 21:15:14.743 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975714702, longitude=116.7694730, latitude=39.5331900, speed=90.000, mileage=48.48000000, dischargeVoltage=594000, dischargeCurrent=30000, insulationResistance=193900000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=10.10, motorControllerTemperature=830000, motorSpeed=74088, motorTorque=7340, motorTemperature=106000, motorVoltage=28000, motorCurrent=57320000, powerBattery=60265., maxFeedbackPower=660000, maxDischargePower=680000, bmsSelfCheck=20, powerBatteryCurrent=11000, powerBatteryV3=449000, maxVoltage=4000, minVoltage=4000, maxTemperature=510000, minTemperature=870000, availableCapacity=550000, 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-21 21:15:14.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:14.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:14.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:15.747 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:15.747 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:15.747 [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 38 39 37 35 37 31 35 37 30 33 31 31 36 2e 37 37 30 35 32 35 30 33 39 2e 35 33 33 33 30 36 30 39 30 2e 30 30 30 34 38 2e 35 33 30 30 30 30 30 30 36 39 33 30 30 30 36 30 30 30 30 35 30 39 36 30 30 30 30 30 44 39 30 34 30 39 2e 35 30 30 36 39 30 30 30 30 36 39 35 32 30 39 36 37 30 38 36 30 30 30 30 32 32 32 30 30 39 32 39 30 30 30 30 30 36 30 32 35 35 2e 35 39 30 30 30 30 35 33 30 30 30 30 31 33 31 33 30 30 30 34 38 35 30 30 30 33 30 30 30 34 30 30 30 39 32 30 30 30 30 31 37 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 02 7E -2024-06-21 21:15:15.747 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975715703, longitude=116.7705250, latitude=39.5333060, speed=90.000, mileage=48.53000000, dischargeVoltage=693000, dischargeCurrent=60000, insulationResistance=509600000, gear=D, accelerationPedal=90, brakePedal=40, fuelConsumption=9.500, motorControllerTemperature=690000, motorSpeed=69520, motorTorque=9670, motorTemperature=860000, motorVoltage=22200, motorCurrent=92900000, powerBattery=60255., maxFeedbackPower=590000, maxDischargePower=530000, bmsSelfCheck=13, powerBatteryCurrent=13000, powerBatteryV3=485000, maxVoltage=3000, minVoltage=4000, maxTemperature=920000, minTemperature=170000, 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-21 21:15:15.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:15.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:15.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:16.750 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:16.750 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:16.750 [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 38 39 37 35 37 31 36 37 30 34 31 31 36 2e 37 37 33 35 35 30 30 33 39 2e 35 33 33 36 30 30 30 32 31 36 2e 30 30 34 38 2e 36 35 30 30 30 30 30 30 36 37 38 30 30 30 39 30 30 30 30 31 36 30 31 31 30 30 30 30 44 39 30 38 30 31 31 2e 34 30 31 39 30 30 30 30 35 32 32 30 34 38 35 38 30 31 30 30 30 30 30 32 34 30 30 30 34 33 31 33 30 30 30 30 36 30 32 34 34 2e 32 39 30 30 30 30 38 32 30 30 30 30 31 34 31 33 30 30 30 34 38 33 30 30 30 33 30 30 30 34 30 30 30 35 36 30 30 30 30 34 30 30 30 30 30 39 31 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-21 21:15:16.750 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975716704, longitude=116.7735500, latitude=39.5336000, speed=216.00, mileage=48.65000000, dischargeVoltage=678000, dischargeCurrent=90000, insulationResistance=160110000, gear=D, accelerationPedal=90, brakePedal=80, fuelConsumption=11.40, motorControllerTemperature=190000, motorSpeed=52204, motorTorque=8580, motorTemperature=100000, motorVoltage=24000, motorCurrent=43130000, powerBattery=60244., maxFeedbackPower=290000, maxDischargePower=820000, bmsSelfCheck=14, powerBatteryCurrent=13000, powerBatteryV3=483000, maxVoltage=3000, minVoltage=4000, maxTemperature=560000, minTemperature=400000, availableCapacity=910000, 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-21 21:15:16.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:16.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:16.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:17.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:17.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:17.743 [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 38 39 37 35 37 31 37 37 30 33 31 31 36 2e 37 37 35 39 39 30 30 33 39 2e 35 33 33 38 34 30 30 32 33 34 2e 30 30 34 38 2e 37 38 30 30 30 30 30 30 36 30 37 30 30 30 31 33 30 30 30 31 30 39 39 39 30 30 30 30 44 39 30 30 30 31 31 2e 39 30 36 38 30 30 30 30 39 34 39 33 30 38 37 30 30 37 36 30 30 30 30 32 33 34 30 30 31 33 36 39 30 30 30 30 36 30 32 33 32 2e 31 36 30 30 30 30 31 37 30 30 30 30 36 30 31 32 30 30 30 35 30 37 30 30 30 34 30 30 30 33 30 30 30 38 39 30 30 30 30 39 30 30 30 30 30 36 30 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-21 21:15:17.743 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975717703, longitude=116.7759900, latitude=39.5338400, speed=234.00, mileage=48.78000000, dischargeVoltage=607000, dischargeCurrent=13000, insulationResistance=109990000, gear=D, accelerationPedal=90, brakePedal=00, fuelConsumption=11.90, motorControllerTemperature=680000, motorSpeed=94930, motorTorque=8700, motorTemperature=760000, motorVoltage=23400, motorCurrent=13690000, powerBattery=60232., maxFeedbackPower=160000, maxDischargePower=170000, bmsSelfCheck=60, powerBatteryCurrent=12000, powerBatteryV3=507000, maxVoltage=4000, minVoltage=3000, maxTemperature=890000, minTemperature=900000, availableCapacity=600000, 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-21 21:15:17.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:17.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:17.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:18.747 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:18.747 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:18.747 [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 38 39 37 35 37 31 38 37 30 33 31 31 36 2e 37 37 38 30 33 33 30 33 39 2e 35 33 34 30 35 35 30 31 32 36 2e 30 30 34 38 2e 38 35 30 30 30 30 30 30 34 30 34 30 30 30 31 30 30 30 30 31 31 32 31 31 30 30 30 30 44 35 30 37 30 39 2e 31 30 30 37 31 30 30 30 30 34 36 33 31 37 38 33 33 30 32 38 30 30 30 30 31 39 39 30 30 32 33 39 30 30 30 30 30 36 30 32 32 33 2e 36 30 30 30 30 30 35 33 30 30 30 30 36 30 31 34 30 30 30 33 39 33 30 30 30 33 30 30 30 34 30 30 30 39 35 30 30 30 30 36 39 30 30 30 30 38 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e0 7E -2024-06-21 21:15:18.747 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975718703, longitude=116.7780330, latitude=39.5340550, speed=126.00, mileage=48.85000000, dischargeVoltage=404000, dischargeCurrent=10000, insulationResistance=112110000, gear=D, accelerationPedal=50, brakePedal=70, fuelConsumption=9.100, motorControllerTemperature=710000, motorSpeed=46317, motorTorque=8330, motorTemperature=280000, motorVoltage=19900, motorCurrent=23900000, powerBattery=60223., maxFeedbackPower=600000, maxDischargePower=530000, bmsSelfCheck=60, powerBatteryCurrent=14000, powerBatteryV3=393000, maxVoltage=3000, minVoltage=4000, maxTemperature=950000, minTemperature=690000, availableCapacity=870000, 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-21 21:15:18.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:18.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:18.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:19.747 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:19.747 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:19.749 [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 38 39 37 35 37 31 39 37 30 33 31 31 36 2e 37 37 39 34 35 35 30 33 39 2e 35 33 34 32 30 34 30 31 32 36 2e 30 30 34 38 2e 39 32 30 30 30 30 30 30 31 32 31 30 30 30 33 35 30 30 30 32 30 32 37 35 30 30 30 30 44 34 30 31 30 39 2e 36 30 30 32 30 30 30 30 30 38 35 31 30 32 37 39 30 30 31 32 35 30 30 30 31 34 33 30 30 31 32 31 39 30 30 30 30 36 30 32 31 33 2e 34 33 30 30 30 30 33 30 30 30 30 30 31 30 38 30 30 30 30 32 32 33 30 30 30 34 30 30 30 33 30 30 30 39 31 30 30 30 30 38 35 30 30 30 30 32 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ba 7E -2024-06-21 21:15:19.749 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975719703, longitude=116.7794550, latitude=39.5342040, speed=126.00, mileage=48.92000000, dischargeVoltage=121000, dischargeCurrent=35000, insulationResistance=202750000, gear=D, accelerationPedal=40, brakePedal=10, fuelConsumption=9.600, motorControllerTemperature=200000, motorSpeed=85102, motorTorque=7900, motorTemperature=125000, motorVoltage=14300, motorCurrent=12190000, powerBattery=60213., maxFeedbackPower=430000, maxDischargePower=300000, bmsSelfCheck=10, powerBatteryCurrent=80000, powerBatteryV3=223000, maxVoltage=4000, minVoltage=3000, maxTemperature=910000, minTemperature=850000, availableCapacity=240000, 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-21 21:15:19.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:19.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:19.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:20.738 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:20.738 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:20.738 [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 38 39 37 35 37 32 30 37 30 33 31 31 36 2e 37 38 30 35 31 37 30 33 39 2e 35 33 34 33 30 37 30 39 30 2e 30 30 30 34 38 2e 39 37 30 30 30 30 30 30 31 38 30 30 30 30 31 36 30 30 30 37 34 32 30 30 30 30 30 30 44 30 30 34 30 31 31 2e 30 30 35 38 30 30 30 30 31 34 33 38 37 36 39 31 30 35 30 30 30 30 30 31 33 33 30 30 35 39 31 35 30 30 30 30 36 30 32 30 32 2e 34 38 30 30 30 30 37 32 30 30 30 30 35 30 32 30 30 30 30 35 36 33 30 30 30 33 30 30 30 34 30 30 30 36 36 30 30 30 30 38 38 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 ce 7E -2024-06-21 21:15:20.738 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975720703, longitude=116.7805170, latitude=39.5343070, speed=90.000, mileage=48.97000000, dischargeVoltage=180000, dischargeCurrent=16000, insulationResistance=742000000, gear=D, accelerationPedal=00, brakePedal=40, fuelConsumption=11.00, motorControllerTemperature=580000, motorSpeed=14387, motorTorque=6910, motorTemperature=500000, motorVoltage=13300, motorCurrent=59150000, powerBattery=60202., maxFeedbackPower=480000, maxDischargePower=720000, bmsSelfCheck=50, powerBatteryCurrent=20000, powerBatteryV3=563000, maxVoltage=3000, minVoltage=4000, maxTemperature=660000, minTemperature=880000, 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-21 21:15:20.802 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:20.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:20.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:21.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:21.742 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:21.742 [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 38 39 37 35 37 32 31 37 30 33 31 31 36 2e 37 38 31 37 32 34 30 33 39 2e 35 33 34 37 30 35 30 35 34 2e 30 30 30 34 39 2e 30 30 30 30 30 30 30 30 33 36 34 30 30 30 31 34 30 30 30 34 32 30 30 30 30 30 30 30 44 32 30 36 30 31 32 2e 30 30 34 36 30 30 30 30 39 38 30 39 33 36 37 37 30 31 31 30 30 30 30 31 37 35 30 30 31 32 33 35 34 30 30 30 36 30 32 30 32 2e 32 38 30 30 30 30 32 30 30 30 30 30 33 30 31 30 30 30 30 32 34 32 30 30 30 34 30 30 30 34 30 30 30 32 30 30 30 30 30 31 38 30 30 30 30 31 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 a0 7E -2024-06-21 21:15:21.742 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975721703, longitude=116.7817240, latitude=39.5347050, speed=54.000, mileage=49.00000000, dischargeVoltage=364000, dischargeCurrent=14000, insulationResistance=420000000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=12.00, motorControllerTemperature=460000, motorSpeed=98093, motorTorque=6770, motorTemperature=110000, motorVoltage=17500, motorCurrent=12354000, powerBattery=60202., maxFeedbackPower=280000, maxDischargePower=200000, bmsSelfCheck=30, powerBatteryCurrent=10000, powerBatteryV3=242000, maxVoltage=4000, minVoltage=4000, maxTemperature=200000, minTemperature=180000, availableCapacity=100000, 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-21 21:15:21.855 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:21.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:21.880 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:22.739 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:22.739 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:22.739 [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 38 39 37 35 37 32 32 37 30 33 31 31 36 2e 37 38 31 35 36 33 30 33 39 2e 35 33 35 32 38 30 30 35 34 2e 30 30 30 34 39 2e 30 33 30 30 30 30 30 30 33 39 38 30 30 30 32 30 30 30 30 31 32 38 30 34 30 30 30 30 44 32 30 36 30 39 2e 35 30 30 33 30 30 30 30 30 31 37 38 38 34 33 32 36 30 36 36 30 30 30 30 32 31 32 30 30 31 33 34 31 39 30 30 30 36 30 32 30 32 2e 37 39 30 30 30 30 32 39 30 30 30 30 39 30 30 30 30 30 30 36 33 30 30 30 30 34 30 30 30 33 30 30 30 33 37 30 30 30 30 35 30 30 30 30 30 39 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 d5 7E -2024-06-21 21:15:22.739 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975722703, longitude=116.7815630, latitude=39.5352800, speed=54.000, mileage=49.03000000, dischargeVoltage=398000, dischargeCurrent=20000, insulationResistance=128040000, gear=D, accelerationPedal=20, brakePedal=60, fuelConsumption=9.500, motorControllerTemperature=300000, motorSpeed=17884, motorTorque=3260, motorTemperature=660000, motorVoltage=21200, motorCurrent=13419000, powerBattery=60202., maxFeedbackPower=790000, maxDischargePower=290000, bmsSelfCheck=90, powerBatteryCurrent=00000, powerBatteryV3=630000, maxVoltage=4000, minVoltage=3000, maxTemperature=370000, minTemperature=500000, availableCapacity=950000, 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-21 21:15:22.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:22.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:22.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:23.743 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:23.744 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:23.744 [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 38 39 37 35 37 32 33 37 30 34 31 31 36 2e 37 38 31 34 31 38 30 33 39 2e 35 33 35 38 34 36 30 31 30 38 2e 30 30 34 39 2e 30 39 30 30 30 30 30 30 36 38 37 30 30 30 34 36 30 30 30 31 37 39 30 35 30 30 30 30 44 33 30 39 30 31 31 2e 33 30 32 34 30 30 30 30 34 32 33 31 30 35 34 32 30 31 34 38 30 30 30 31 34 30 30 30 31 36 33 30 30 30 30 30 36 30 31 39 31 2e 36 32 30 30 30 30 33 39 30 30 30 30 32 30 38 30 30 30 30 33 30 37 30 30 30 33 30 30 30 33 30 30 30 39 39 30 30 30 30 33 33 30 30 30 30 34 34 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-21 21:15:23.744 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975723704, longitude=116.7814180, latitude=39.5358460, speed=108.00, mileage=49.09000000, dischargeVoltage=687000, dischargeCurrent=46000, insulationResistance=179050000, gear=D, accelerationPedal=30, brakePedal=90, fuelConsumption=11.30, motorControllerTemperature=240000, motorSpeed=42310, motorTorque=5420, motorTemperature=148000, motorVoltage=14000, motorCurrent=16300000, powerBattery=60191., maxFeedbackPower=620000, maxDischargePower=390000, bmsSelfCheck=20, powerBatteryCurrent=80000, powerBatteryV3=307000, maxVoltage=3000, minVoltage=3000, maxTemperature=990000, minTemperature=330000, availableCapacity=440000, 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-21 21:15:23.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:23.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:23.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:24.745 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:24.746 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:24.746 [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 38 39 37 35 37 32 34 37 30 33 31 31 36 2e 37 38 31 31 32 33 30 33 39 2e 35 33 36 38 39 33 30 31 30 38 2e 30 30 34 39 2e 31 35 30 30 30 30 30 30 32 39 36 30 30 30 33 32 30 30 30 31 31 37 31 37 30 30 30 30 44 30 30 31 30 39 2e 34 30 30 36 31 30 30 30 30 36 32 34 32 33 38 34 34 30 38 37 30 30 30 30 32 30 30 30 30 31 33 30 35 30 30 30 30 36 30 31 38 32 2e 37 30 30 30 30 30 34 37 30 30 30 30 31 32 31 30 30 30 30 36 31 33 30 30 30 33 30 30 30 34 30 30 30 31 35 30 30 30 30 34 30 30 30 30 30 31 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 b4 7E -2024-06-21 21:15:24.746 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975724703, longitude=116.7811230, latitude=39.5368930, speed=108.00, mileage=49.15000000, dischargeVoltage=296000, dischargeCurrent=32000, insulationResistance=117170000, gear=D, accelerationPedal=00, brakePedal=10, fuelConsumption=9.400, motorControllerTemperature=610000, motorSpeed=62423, motorTorque=8440, motorTemperature=870000, motorVoltage=20000, motorCurrent=13050000, powerBattery=60182., maxFeedbackPower=700000, maxDischargePower=470000, bmsSelfCheck=12, powerBatteryCurrent=10000, powerBatteryV3=613000, maxVoltage=3000, minVoltage=4000, maxTemperature=150000, minTemperature=400000, availableCapacity=100000, 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-21 21:15:24.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:24.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:24.850 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:25.746 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:25.747 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:25.747 [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 38 39 37 35 37 32 35 37 30 33 31 31 36 2e 37 38 31 30 31 30 30 33 39 2e 35 33 37 33 33 32 30 30 2e 30 30 30 30 34 39 2e 31 35 30 30 30 30 30 30 32 30 38 30 30 30 31 33 30 30 30 31 35 38 35 37 30 30 30 30 44 31 30 33 30 31 30 2e 34 30 34 38 30 30 30 30 38 36 32 34 35 32 37 33 30 34 34 30 30 30 30 32 38 33 30 30 38 30 33 36 30 30 30 30 36 30 31 38 32 2e 38 36 30 30 30 30 36 34 30 30 30 30 31 30 36 30 30 30 30 35 32 34 30 30 30 33 30 30 30 34 30 30 30 38 32 30 30 30 30 37 30 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 ca 7E -2024-06-21 21:15:25.747 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975725703, longitude=116.7810100, latitude=39.5373320, speed=0.0000, mileage=49.15000000, dischargeVoltage=208000, dischargeCurrent=13000, insulationResistance=158570000, gear=D, accelerationPedal=10, brakePedal=30, fuelConsumption=10.40, motorControllerTemperature=480000, motorSpeed=86245, motorTorque=2730, motorTemperature=440000, motorVoltage=28300, motorCurrent=80360000, powerBattery=60182., maxFeedbackPower=860000, maxDischargePower=640000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=524000, maxVoltage=3000, minVoltage=4000, maxTemperature=820000, minTemperature=700000, 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-21 21:15:25.795 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:25.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:25.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:26.754 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:26.756 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:26.756 [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 38 39 37 35 37 32 36 37 30 34 31 31 36 2e 37 38 30 37 32 35 30 33 39 2e 35 33 38 34 31 36 30 39 30 2e 30 30 30 34 39 2e 32 30 30 30 30 30 30 30 32 34 33 30 30 30 32 34 30 30 30 31 36 31 31 34 30 30 30 30 44 31 30 39 30 39 2e 39 30 30 36 36 30 30 30 30 39 30 37 35 30 31 33 37 30 31 31 34 30 30 30 32 32 35 30 30 31 30 37 37 38 30 30 30 36 30 31 37 32 2e 37 30 30 30 30 30 37 30 30 30 30 30 31 34 39 30 30 30 30 37 33 31 30 30 30 33 30 30 30 33 30 30 30 34 39 30 30 30 30 34 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 d8 7E -2024-06-21 21:15:26.756 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975726704, longitude=116.7807250, latitude=39.5384160, speed=90.000, mileage=49.20000000, dischargeVoltage=243000, dischargeCurrent=24000, insulationResistance=161140000, gear=D, accelerationPedal=10, brakePedal=90, fuelConsumption=9.900, motorControllerTemperature=660000, motorSpeed=90750, motorTorque=1370, motorTemperature=114000, motorVoltage=22500, motorCurrent=10778000, powerBattery=60172., maxFeedbackPower=700000, maxDischargePower=700000, bmsSelfCheck=14, powerBatteryCurrent=90000, powerBatteryV3=731000, maxVoltage=3000, minVoltage=3000, maxTemperature=490000, minTemperature=450000, 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-21 21:15:26.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:26.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:26.877 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:27.743 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:27.743 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:27.743 [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 38 39 37 35 37 32 37 37 30 33 31 31 36 2e 37 38 30 35 32 37 30 33 39 2e 35 33 39 30 39 34 30 35 34 2e 30 30 30 34 39 2e 32 33 30 30 30 30 30 30 36 30 38 30 30 30 33 36 30 30 30 37 36 30 34 30 30 30 30 30 44 39 30 31 30 39 2e 36 30 30 31 30 30 30 30 30 31 32 35 37 35 37 38 38 30 31 33 38 30 30 30 31 35 33 30 30 31 30 32 31 30 30 30 30 36 30 31 37 32 2e 39 38 30 30 30 30 31 37 30 30 30 30 33 30 35 30 30 30 30 34 36 31 30 30 30 34 30 30 30 34 30 30 30 34 36 30 30 30 30 37 30 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 e6 7E -2024-06-21 21:15:27.743 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975727703, longitude=116.7805270, latitude=39.5390940, speed=54.000, mileage=49.23000000, dischargeVoltage=608000, dischargeCurrent=36000, insulationResistance=760400000, gear=D, accelerationPedal=90, brakePedal=10, fuelConsumption=9.600, motorControllerTemperature=100000, motorSpeed=12575, motorTorque=7880, motorTemperature=138000, motorVoltage=15300, motorCurrent=10210000, powerBattery=60172., maxFeedbackPower=980000, maxDischargePower=170000, bmsSelfCheck=30, powerBatteryCurrent=50000, powerBatteryV3=461000, maxVoltage=4000, minVoltage=4000, maxTemperature=460000, minTemperature=700000, 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-21 21:15:27.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:27.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:27.829 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:28.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:28.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:28.741 [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 38 39 37 35 37 32 38 37 30 33 31 31 36 2e 37 38 30 31 36 35 30 33 39 2e 35 34 30 34 32 39 30 31 34 34 2e 30 30 34 39 2e 33 31 30 30 30 30 30 30 34 38 30 30 30 30 33 34 30 30 30 32 39 36 36 39 30 30 30 30 44 32 30 31 30 31 31 2e 32 30 39 30 30 30 30 30 34 35 31 38 35 36 31 33 30 33 32 30 30 30 30 32 35 36 30 30 39 38 31 35 30 30 30 30 36 30 31 36 31 2e 39 31 30 30 30 30 31 32 30 30 30 30 36 30 31 31 30 30 30 36 33 34 30 30 30 33 30 30 30 34 30 30 30 39 31 30 30 30 30 32 30 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 c9 7E -2024-06-21 21:15:28.741 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975728703, longitude=116.7801650, latitude=39.5404290, speed=144.00, mileage=49.31000000, dischargeVoltage=480000, dischargeCurrent=34000, insulationResistance=296690000, gear=D, accelerationPedal=20, brakePedal=10, fuelConsumption=11.20, motorControllerTemperature=900000, motorSpeed=45185, motorTorque=6130, motorTemperature=320000, motorVoltage=25600, motorCurrent=98150000, powerBattery=60161., maxFeedbackPower=910000, maxDischargePower=120000, bmsSelfCheck=60, powerBatteryCurrent=11000, powerBatteryV3=634000, maxVoltage=3000, minVoltage=4000, maxTemperature=910000, minTemperature=200000, 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-21 21:15:28.788 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:28.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:28.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:29.737 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:29.737 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:29.737 [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 38 39 37 35 37 32 39 37 30 32 31 31 36 2e 37 37 39 38 35 34 30 33 39 2e 35 34 31 35 30 38 30 31 30 38 2e 30 30 34 39 2e 33 37 30 30 30 30 30 30 34 33 35 30 30 30 31 36 30 30 30 31 35 37 31 30 30 30 30 30 44 35 30 34 30 39 2e 37 30 30 35 39 30 30 30 30 36 36 39 36 37 31 35 33 30 31 31 30 30 30 30 31 34 38 30 30 33 33 35 39 30 30 30 30 36 30 31 35 31 2e 37 34 30 30 30 30 36 31 30 30 30 30 30 30 35 30 30 30 30 35 36 36 30 30 30 33 30 30 30 33 30 30 30 31 34 30 30 30 30 35 37 30 30 30 30 36 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f9 7E -2024-06-21 21:15:29.737 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975729702, longitude=116.7798540, latitude=39.5415080, speed=108.00, mileage=49.37000000, dischargeVoltage=435000, dischargeCurrent=16000, insulationResistance=157100000, gear=D, accelerationPedal=50, brakePedal=40, fuelConsumption=9.700, motorControllerTemperature=590000, motorSpeed=66967, motorTorque=1530, motorTemperature=110000, motorVoltage=14800, motorCurrent=33590000, powerBattery=60151., maxFeedbackPower=740000, maxDischargePower=610000, bmsSelfCheck=00, powerBatteryCurrent=50000, powerBatteryV3=566000, maxVoltage=3000, minVoltage=3000, maxTemperature=140000, minTemperature=570000, availableCapacity=680000, 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-21 21:15:29.792 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:29.808 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:29.809 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:30.743 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:30.743 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:30.743 [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 38 39 37 35 37 33 30 37 30 32 31 31 36 2e 37 37 39 36 34 34 30 33 39 2e 35 34 32 32 39 34 30 39 30 2e 30 30 30 34 39 2e 34 32 30 30 30 30 30 30 32 34 34 30 30 30 32 30 30 30 30 32 32 32 35 35 30 30 30 30 44 35 30 38 30 31 31 2e 37 30 30 30 30 30 30 30 35 31 36 35 34 39 31 33 30 34 31 30 30 30 30 32 31 37 30 30 31 32 34 33 35 30 30 30 36 30 31 33 39 2e 33 30 30 30 30 30 32 31 30 30 30 30 31 30 34 30 30 30 30 33 39 35 30 30 30 33 30 30 30 34 30 30 30 34 37 30 30 30 30 35 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 bd 7E -2024-06-21 21:15:30.743 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975730702, longitude=116.7796440, latitude=39.5422940, speed=90.000, mileage=49.42000000, dischargeVoltage=244000, dischargeCurrent=20000, insulationResistance=222550000, gear=D, accelerationPedal=50, brakePedal=80, fuelConsumption=11.70, motorControllerTemperature=000000, motorSpeed=51654, motorTorque=9130, motorTemperature=410000, motorVoltage=21700, motorCurrent=12435000, powerBattery=60139., maxFeedbackPower=300000, maxDischargePower=210000, bmsSelfCheck=10, powerBatteryCurrent=40000, powerBatteryV3=395000, maxVoltage=3000, minVoltage=4000, maxTemperature=470000, minTemperature=500000, 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-21 21:15:30.806 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:30.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:30.836 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:31.736 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:31.736 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:31.736 [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 38 39 37 35 37 33 31 37 30 33 31 31 36 2e 37 37 39 33 34 34 30 33 39 2e 35 34 33 33 38 32 30 31 32 36 2e 30 30 34 39 2e 34 39 30 30 30 30 30 30 35 32 30 30 30 30 33 37 30 30 30 31 38 34 33 39 30 30 30 30 44 38 30 34 30 31 31 2e 37 30 37 30 30 30 30 30 31 37 30 39 37 38 32 30 30 31 30 37 30 30 30 32 32 31 30 30 39 37 39 32 30 30 30 30 36 30 31 32 38 2e 36 38 30 30 30 30 31 36 30 30 30 30 31 32 31 34 30 30 30 35 37 37 30 30 30 33 30 30 30 34 30 30 30 34 35 30 30 30 30 38 39 30 30 30 30 38 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 04 7E -2024-06-21 21:15:31.737 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975731703, longitude=116.7793440, latitude=39.5433820, speed=126.00, mileage=49.49000000, dischargeVoltage=520000, dischargeCurrent=37000, insulationResistance=184390000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=11.70, motorControllerTemperature=700000, motorSpeed=17097, motorTorque=8200, motorTemperature=107000, motorVoltage=22100, motorCurrent=97920000, powerBattery=60128., maxFeedbackPower=680000, maxDischargePower=160000, bmsSelfCheck=12, powerBatteryCurrent=14000, powerBatteryV3=577000, maxVoltage=3000, minVoltage=4000, maxTemperature=450000, minTemperature=890000, availableCapacity=880000, 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-21 21:15:31.797 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:31.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:31.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:32.738 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:32.738 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:32.738 [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 38 39 37 35 37 33 32 37 30 34 31 31 36 2e 37 37 39 30 30 36 30 33 39 2e 35 34 34 36 30 37 30 31 36 32 2e 30 30 34 39 2e 35 38 30 30 30 30 30 30 35 35 34 30 30 30 33 32 30 30 30 36 39 39 30 30 30 30 30 30 44 36 30 30 30 31 31 2e 30 30 34 33 30 30 30 30 33 39 35 35 32 32 33 35 30 39 32 30 30 30 30 32 33 32 30 30 31 32 33 30 30 30 30 30 36 30 31 31 37 2e 37 30 30 30 30 30 38 32 30 30 30 30 31 34 31 31 30 30 30 34 33 38 30 30 30 34 30 30 30 34 30 30 30 32 39 30 30 30 30 39 38 30 30 30 30 36 38 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-21 21:15:32.738 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975732704, longitude=116.7790060, latitude=39.5446070, speed=162.00, mileage=49.58000000, dischargeVoltage=554000, dischargeCurrent=32000, insulationResistance=699000000, gear=D, accelerationPedal=60, brakePedal=00, fuelConsumption=11.00, motorControllerTemperature=430000, motorSpeed=39552, motorTorque=2350, motorTemperature=920000, motorVoltage=23200, motorCurrent=12300000, powerBattery=60117., maxFeedbackPower=700000, maxDischargePower=820000, bmsSelfCheck=14, powerBatteryCurrent=11000, powerBatteryV3=438000, maxVoltage=4000, minVoltage=4000, maxTemperature=290000, minTemperature=980000, availableCapacity=680000, 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-21 21:15:32.807 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:32.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:32.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:33.753 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:33.753 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:33.753 [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 38 39 37 35 37 33 33 37 30 33 31 31 36 2e 37 37 38 37 34 38 30 33 39 2e 35 34 35 35 33 33 30 37 32 2e 30 30 30 34 39 2e 36 32 30 30 30 30 30 30 32 33 35 30 30 30 34 35 30 30 30 31 34 38 33 39 30 30 30 30 44 36 30 33 30 39 2e 34 30 30 32 34 30 30 30 30 37 30 37 37 36 36 39 30 30 31 31 30 30 30 30 32 33 38 30 30 32 35 32 30 30 30 30 30 36 30 31 31 37 2e 31 32 30 30 30 30 34 39 30 30 30 30 31 31 31 32 30 30 30 35 38 30 30 30 30 33 30 30 30 34 30 30 30 32 39 30 30 30 30 32 30 30 30 30 30 34 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e0 7E -2024-06-21 21:15:33.753 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975733703, longitude=116.7787480, latitude=39.5455330, speed=72.000, mileage=49.62000000, dischargeVoltage=235000, dischargeCurrent=45000, insulationResistance=148390000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=9.400, motorControllerTemperature=240000, motorSpeed=70776, motorTorque=6900, motorTemperature=110000, motorVoltage=23800, motorCurrent=25200000, powerBattery=60117., maxFeedbackPower=120000, maxDischargePower=490000, bmsSelfCheck=11, powerBatteryCurrent=12000, powerBatteryV3=580000, maxVoltage=3000, minVoltage=4000, maxTemperature=290000, minTemperature=200000, availableCapacity=470000, 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-21 21:15:33.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:33.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:33.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:34.766 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:34.767 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:34.767 [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 38 39 37 35 37 33 34 37 31 36 31 31 36 2e 37 37 38 33 38 34 30 33 39 2e 35 34 36 38 38 32 30 31 34 34 2e 30 30 34 39 2e 37 30 30 30 30 30 30 30 35 38 34 30 30 30 33 30 30 30 30 31 38 31 32 38 30 30 30 30 44 30 30 37 30 31 31 2e 33 30 33 36 30 30 30 30 39 30 33 37 37 39 35 38 30 31 30 36 30 30 30 32 38 35 30 30 35 34 35 36 30 30 30 30 36 30 31 30 35 2e 34 33 30 30 30 30 35 35 30 30 30 30 30 30 31 30 30 30 30 33 39 34 30 30 30 33 30 30 30 33 30 30 30 39 39 30 30 30 30 32 30 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 ed 7E -2024-06-21 21:15:34.767 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975734716, longitude=116.7783840, latitude=39.5468820, speed=144.00, mileage=49.70000000, dischargeVoltage=584000, dischargeCurrent=30000, insulationResistance=181280000, gear=D, accelerationPedal=00, brakePedal=70, fuelConsumption=11.30, motorControllerTemperature=360000, motorSpeed=90377, motorTorque=9580, motorTemperature=106000, motorVoltage=28500, motorCurrent=54560000, powerBattery=60105., maxFeedbackPower=430000, maxDischargePower=550000, bmsSelfCheck=00, powerBatteryCurrent=10000, powerBatteryV3=394000, maxVoltage=3000, minVoltage=3000, maxTemperature=990000, minTemperature=200000, 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-21 21:15:34.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:34.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:34.848 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:35.745 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:35.745 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:35.745 [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 38 39 37 35 37 33 35 37 30 39 31 31 36 2e 37 37 38 31 34 38 30 33 39 2e 35 34 37 37 32 36 30 39 30 2e 30 30 30 34 39 2e 37 35 30 30 30 30 30 30 33 32 33 30 30 30 37 30 30 30 30 32 34 39 31 36 30 30 30 30 44 36 30 30 30 31 30 2e 38 30 30 30 30 30 30 30 31 33 39 38 34 34 36 35 30 33 30 30 30 30 30 31 35 32 30 30 31 36 35 30 30 30 30 30 36 30 30 39 34 2e 31 31 30 30 30 30 32 35 30 30 30 30 37 30 31 33 30 30 30 32 37 31 30 30 30 34 30 30 30 34 30 30 30 32 36 30 30 30 30 32 37 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 d1 7E -2024-06-21 21:15:35.745 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975735709, longitude=116.7781480, latitude=39.5477260, speed=90.000, mileage=49.75000000, dischargeVoltage=323000, dischargeCurrent=70000, insulationResistance=249160000, gear=D, accelerationPedal=60, brakePedal=00, fuelConsumption=10.80, motorControllerTemperature=000000, motorSpeed=13984, motorTorque=4650, motorTemperature=300000, motorVoltage=15200, motorCurrent=16500000, powerBattery=60094., maxFeedbackPower=110000, maxDischargePower=250000, bmsSelfCheck=70, powerBatteryCurrent=13000, powerBatteryV3=271000, maxVoltage=4000, minVoltage=4000, maxTemperature=260000, minTemperature=270000, 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-21 21:15:35.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:35.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:35.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:36.751 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:36.751 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:36.751 [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 38 39 37 35 37 33 36 37 31 38 31 31 36 2e 37 37 37 39 34 39 30 33 39 2e 35 34 38 35 33 33 30 35 34 2e 30 30 30 34 39 2e 37 38 30 30 30 30 30 30 31 31 36 30 30 30 34 30 30 30 30 32 36 33 34 34 30 30 30 30 44 32 30 37 30 31 31 2e 38 30 34 34 30 30 30 30 33 36 36 36 36 32 39 31 30 31 30 30 30 30 30 32 31 31 30 30 36 38 38 31 30 30 30 30 36 30 30 39 34 2e 34 30 30 30 30 30 36 35 30 30 30 30 31 34 31 31 30 30 30 33 38 32 30 30 30 33 30 30 30 34 30 30 30 38 30 30 30 30 30 31 37 30 30 30 30 39 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f4 7E -2024-06-21 21:15:36.752 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975736718, longitude=116.7779490, latitude=39.5485330, speed=54.000, mileage=49.78000000, dischargeVoltage=116000, dischargeCurrent=40000, insulationResistance=263440000, gear=D, accelerationPedal=20, brakePedal=70, fuelConsumption=11.80, motorControllerTemperature=440000, motorSpeed=36666, motorTorque=2910, motorTemperature=100000, motorVoltage=21100, motorCurrent=68810000, powerBattery=60094., maxFeedbackPower=400000, maxDischargePower=650000, bmsSelfCheck=14, powerBatteryCurrent=11000, powerBatteryV3=382000, maxVoltage=3000, minVoltage=4000, maxTemperature=800000, minTemperature=170000, availableCapacity=960000, 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-21 21:15:36.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:36.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:36.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:37.745 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:37.746 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:37.746 [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 38 39 37 35 37 33 37 37 30 36 31 31 36 2e 37 37 37 37 31 33 30 33 39 2e 35 34 39 34 30 30 30 31 32 36 2e 30 30 34 39 2e 38 35 30 30 30 30 30 30 34 31 35 30 30 30 31 36 30 30 30 33 36 36 39 30 30 30 30 30 44 38 30 38 30 31 30 2e 39 30 38 30 30 30 30 30 37 36 34 34 35 38 34 36 30 38 38 30 30 30 30 32 36 30 30 30 35 32 35 30 30 30 30 30 36 30 30 38 34 2e 39 35 30 30 30 30 31 32 30 30 30 30 34 30 34 30 30 30 30 33 33 36 30 30 30 34 30 30 30 34 30 30 30 32 33 30 30 30 30 34 39 30 30 30 30 34 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f6 7E -2024-06-21 21:15:37.746 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975737706, longitude=116.7777130, latitude=39.5494000, speed=126.00, mileage=49.85000000, dischargeVoltage=415000, dischargeCurrent=16000, insulationResistance=366900000, gear=D, accelerationPedal=80, brakePedal=80, fuelConsumption=10.90, motorControllerTemperature=800000, motorSpeed=76445, motorTorque=8460, motorTemperature=880000, motorVoltage=26000, motorCurrent=52500000, powerBattery=60084., maxFeedbackPower=950000, maxDischargePower=120000, bmsSelfCheck=40, powerBatteryCurrent=40000, powerBatteryV3=336000, maxVoltage=4000, minVoltage=4000, maxTemperature=230000, minTemperature=490000, availableCapacity=400000, 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-21 21:15:37.851 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:37.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:37.905 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:38.762 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:38.762 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:38.762 [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 38 39 37 35 37 33 38 37 30 35 31 31 36 2e 37 37 37 35 39 35 30 33 39 2e 35 34 39 37 35 31 30 30 2e 30 30 30 30 34 39 2e 38 35 30 30 30 30 30 30 36 30 31 30 30 30 31 30 30 30 30 32 32 34 34 38 30 30 30 30 44 37 30 34 30 31 31 2e 37 30 34 35 30 30 30 30 37 37 30 33 34 31 33 31 30 39 32 30 30 30 30 31 35 39 30 30 31 31 30 39 33 30 30 30 36 30 30 38 34 2e 39 34 30 30 30 30 34 34 30 30 30 30 31 30 32 30 30 30 30 33 30 38 30 30 30 34 30 30 30 33 30 30 30 32 36 30 30 30 30 33 38 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 e0 7E -2024-06-21 21:15:38.762 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975738705, longitude=116.7775950, latitude=39.5497510, speed=0.0000, mileage=49.85000000, dischargeVoltage=601000, dischargeCurrent=10000, insulationResistance=224480000, gear=D, accelerationPedal=70, brakePedal=40, fuelConsumption=11.70, motorControllerTemperature=450000, motorSpeed=77034, motorTorque=1310, motorTemperature=920000, motorVoltage=15900, motorCurrent=11093000, powerBattery=60084., maxFeedbackPower=940000, maxDischargePower=440000, bmsSelfCheck=10, powerBatteryCurrent=20000, powerBatteryV3=308000, maxVoltage=4000, minVoltage=3000, maxTemperature=260000, minTemperature=380000, 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-21 21:15:38.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:38.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:38.864 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:39.746 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:39.746 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:39.746 [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 38 39 37 35 37 33 39 37 30 36 31 31 36 2e 37 37 37 33 31 36 30 33 39 2e 35 35 30 38 30 36 30 31 30 38 2e 30 30 34 39 2e 39 31 30 30 30 30 30 30 35 39 38 30 30 30 31 39 30 30 30 33 37 32 35 30 30 30 30 30 44 31 30 39 30 39 2e 32 30 30 31 30 30 30 30 30 33 31 36 37 30 34 37 38 30 38 36 30 30 30 30 31 34 35 30 30 31 31 37 32 33 30 30 30 36 30 30 37 34 2e 31 33 30 30 30 30 37 30 30 30 30 30 35 30 37 30 30 30 30 33 38 38 30 30 30 33 30 30 30 34 30 30 30 31 35 30 30 30 30 36 31 30 30 30 30 37 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f5 7E -2024-06-21 21:15:39.746 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975739706, longitude=116.7773160, latitude=39.5508060, speed=108.00, mileage=49.91000000, dischargeVoltage=598000, dischargeCurrent=19000, insulationResistance=372500000, gear=D, accelerationPedal=10, brakePedal=90, fuelConsumption=9.200, motorControllerTemperature=100000, motorSpeed=31670, motorTorque=4780, motorTemperature=860000, motorVoltage=14500, motorCurrent=11723000, powerBattery=60074., maxFeedbackPower=130000, maxDischargePower=700000, bmsSelfCheck=50, powerBatteryCurrent=70000, powerBatteryV3=388000, maxVoltage=3000, minVoltage=4000, maxTemperature=150000, minTemperature=610000, availableCapacity=780000, 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-21 21:15:39.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:39.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:39.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:40.762 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:40.762 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:40.763 [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 38 39 37 35 37 34 30 37 31 36 31 31 36 2e 37 37 37 31 30 32 30 33 39 2e 35 35 31 35 37 31 30 37 32 2e 30 30 30 34 39 2e 39 35 30 30 30 30 30 30 35 38 35 30 30 30 31 31 30 30 30 34 36 32 36 30 30 30 30 30 44 34 30 37 30 39 2e 39 30 30 36 32 30 30 30 30 36 35 34 31 33 36 32 32 30 31 31 37 30 30 30 32 36 39 30 30 31 33 35 35 38 30 30 30 36 30 30 37 34 2e 38 37 30 30 30 30 32 34 30 30 30 30 33 30 35 30 30 30 30 35 35 31 30 30 30 33 30 30 30 34 30 30 30 33 30 30 30 30 30 38 30 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 e7 7E -2024-06-21 21:15:40.763 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975740716, longitude=116.7771020, latitude=39.5515710, speed=72.000, mileage=49.95000000, dischargeVoltage=585000, dischargeCurrent=11000, insulationResistance=462600000, gear=D, accelerationPedal=40, brakePedal=70, fuelConsumption=9.900, motorControllerTemperature=620000, motorSpeed=65413, motorTorque=6220, motorTemperature=117000, motorVoltage=26900, motorCurrent=13558000, powerBattery=60074., maxFeedbackPower=870000, maxDischargePower=240000, bmsSelfCheck=30, powerBatteryCurrent=50000, powerBatteryV3=551000, maxVoltage=3000, minVoltage=4000, maxTemperature=300000, minTemperature=800000, 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-21 21:15:40.816 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:40.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:40.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:41.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:41.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:41.752 [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 38 39 37 35 37 34 31 37 31 31 31 31 36 2e 37 37 36 38 33 32 30 33 39 2e 35 35 32 35 39 30 30 31 32 36 2e 30 30 35 30 2e 30 32 30 30 30 30 30 30 37 30 30 30 30 30 31 32 30 30 30 31 37 33 31 32 30 30 30 30 44 39 30 37 30 31 32 2e 30 30 38 39 30 30 30 30 33 37 34 33 33 36 35 37 30 34 30 30 30 30 30 32 34 37 30 30 36 39 39 38 30 30 30 30 36 30 30 36 32 2e 32 30 30 30 30 30 31 38 30 30 30 30 39 30 38 30 30 30 30 36 36 37 30 30 30 33 30 30 30 34 30 30 30 37 33 30 30 30 30 33 30 30 30 30 30 33 37 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-21 21:15:41.752 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975741711, longitude=116.7768320, latitude=39.5525900, speed=126.00, mileage=50.02000000, dischargeVoltage=700000, dischargeCurrent=12000, insulationResistance=173120000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=12.00, motorControllerTemperature=890000, motorSpeed=37433, motorTorque=6570, motorTemperature=400000, motorVoltage=24700, motorCurrent=69980000, powerBattery=60062., maxFeedbackPower=200000, maxDischargePower=180000, bmsSelfCheck=90, powerBatteryCurrent=80000, powerBatteryV3=667000, maxVoltage=3000, minVoltage=4000, maxTemperature=730000, minTemperature=300000, availableCapacity=370000, 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-21 21:15:41.817 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:41.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:41.839 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:42.750 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:42.750 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:42.750 [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 38 39 37 35 37 34 32 37 31 31 31 31 36 2e 37 37 36 34 36 38 30 33 39 2e 35 35 33 39 31 34 30 39 30 2e 30 30 30 35 30 2e 30 37 30 30 30 30 30 30 34 38 38 30 30 30 34 38 30 30 30 31 38 36 38 33 30 30 30 30 44 36 30 33 30 39 2e 38 30 30 39 36 30 30 30 30 35 35 34 34 30 32 30 35 30 30 30 30 30 30 30 32 38 33 30 30 31 33 39 39 38 30 30 30 36 30 30 35 33 2e 36 36 30 30 30 30 36 31 30 30 30 30 31 34 38 30 30 30 30 35 33 32 30 30 30 34 30 30 30 33 30 30 30 38 39 30 30 30 30 32 38 30 30 30 30 32 33 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 01 7E -2024-06-21 21:15:42.750 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975742711, longitude=116.7764680, latitude=39.5539140, speed=90.000, mileage=50.07000000, dischargeVoltage=488000, dischargeCurrent=48000, insulationResistance=186830000, gear=D, accelerationPedal=60, brakePedal=30, fuelConsumption=9.800, motorControllerTemperature=960000, motorSpeed=55440, motorTorque=2050, motorTemperature=000000, motorVoltage=28300, motorCurrent=13998000, powerBattery=60053., maxFeedbackPower=660000, maxDischargePower=610000, bmsSelfCheck=14, powerBatteryCurrent=80000, powerBatteryV3=532000, maxVoltage=4000, minVoltage=3000, maxTemperature=890000, minTemperature=280000, availableCapacity=230000, 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-21 21:15:42.830 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:42.857 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:42.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:43.748 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:43.748 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:43.748 [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 38 39 37 35 37 34 33 37 30 36 31 31 36 2e 37 37 36 32 38 30 30 33 39 2e 35 35 34 35 38 38 30 33 36 2e 30 30 30 35 30 2e 30 39 30 30 30 30 30 30 33 30 36 30 30 30 33 34 30 30 30 31 31 37 35 33 30 30 30 30 44 31 30 36 30 31 30 2e 34 30 31 30 30 30 30 30 33 39 37 31 37 36 39 39 30 31 32 37 30 30 30 31 34 30 30 30 31 31 38 33 30 30 30 30 36 30 30 35 33 2e 33 30 30 30 30 30 37 31 30 30 30 30 32 30 31 32 30 30 30 35 34 36 30 30 30 33 30 30 30 33 30 30 30 36 39 30 30 30 30 32 32 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 cc 7E -2024-06-21 21:15:43.748 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975743706, longitude=116.7762800, latitude=39.5545880, speed=36.000, mileage=50.09000000, dischargeVoltage=306000, dischargeCurrent=34000, insulationResistance=117530000, gear=D, accelerationPedal=10, brakePedal=60, fuelConsumption=10.40, motorControllerTemperature=100000, motorSpeed=39717, motorTorque=6990, motorTemperature=127000, motorVoltage=14000, motorCurrent=11830000, powerBattery=60053., maxFeedbackPower=300000, maxDischargePower=710000, bmsSelfCheck=20, powerBatteryCurrent=12000, powerBatteryV3=546000, maxVoltage=3000, minVoltage=3000, maxTemperature=690000, minTemperature=220000, 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-21 21:15:43.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:43.867 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:43.867 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:44.744 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:44.745 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:44.745 [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 38 39 37 35 37 34 34 37 30 37 31 31 36 2e 37 37 35 39 38 35 30 33 39 2e 35 35 35 36 33 38 30 31 30 38 2e 30 30 35 30 2e 31 35 30 30 30 30 30 30 33 35 39 30 30 30 33 35 30 30 30 31 31 31 31 37 30 30 30 30 44 34 30 35 30 31 30 2e 32 30 34 32 30 30 30 30 35 32 38 35 37 32 34 32 30 31 31 33 30 30 30 32 36 35 30 30 31 34 31 34 39 30 30 30 36 30 30 34 32 2e 39 34 30 30 30 30 34 38 30 30 30 30 38 30 33 30 30 30 30 35 33 32 30 30 30 34 30 30 30 33 30 30 30 35 39 30 30 30 30 39 31 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 ec 7E -2024-06-21 21:15:44.745 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975744707, longitude=116.7759850, latitude=39.5556380, speed=108.00, mileage=50.15000000, dischargeVoltage=359000, dischargeCurrent=35000, insulationResistance=111170000, gear=D, accelerationPedal=40, brakePedal=50, fuelConsumption=10.20, motorControllerTemperature=420000, motorSpeed=52857, motorTorque=2420, motorTemperature=113000, motorVoltage=26500, motorCurrent=14149000, powerBattery=60042., maxFeedbackPower=940000, maxDischargePower=480000, bmsSelfCheck=80, powerBatteryCurrent=30000, powerBatteryV3=532000, maxVoltage=4000, minVoltage=3000, maxTemperature=590000, minTemperature=910000, 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-21 21:15:44.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:44.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:44.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:45.746 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:45.747 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:45.747 [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 38 39 37 35 37 34 35 37 30 38 31 31 36 2e 37 37 35 36 37 34 30 33 39 2e 35 35 36 38 32 39 30 31 30 38 2e 30 30 35 30 2e 32 31 30 30 30 30 30 30 37 32 38 30 30 30 31 38 30 30 30 31 37 36 31 39 30 30 30 30 44 39 30 34 30 31 31 2e 31 30 32 36 30 30 30 30 35 36 31 33 35 39 30 30 30 37 35 30 30 30 30 32 33 35 30 30 36 38 37 30 30 30 30 30 36 30 30 33 31 2e 31 34 30 30 30 30 37 33 30 30 30 30 30 30 31 33 30 30 30 36 30 32 30 30 30 34 30 30 30 33 30 30 30 36 34 30 30 30 30 39 35 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 e9 7E -2024-06-21 21:15:45.747 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975745708, longitude=116.7756740, latitude=39.5568290, speed=108.00, mileage=50.21000000, dischargeVoltage=728000, dischargeCurrent=18000, insulationResistance=176190000, gear=D, accelerationPedal=90, brakePedal=40, fuelConsumption=11.10, motorControllerTemperature=260000, motorSpeed=56135, motorTorque=9000, motorTemperature=750000, motorVoltage=23500, motorCurrent=68700000, powerBattery=60031., maxFeedbackPower=140000, maxDischargePower=730000, bmsSelfCheck=00, powerBatteryCurrent=13000, powerBatteryV3=602000, maxVoltage=4000, minVoltage=3000, maxTemperature=640000, minTemperature=950000, 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-21 21:15:45.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:45.823 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:45.823 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:46.753 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:46.753 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:46.753 [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 38 39 37 35 37 34 36 37 30 38 31 31 36 2e 37 37 35 34 38 31 30 33 39 2e 35 35 37 36 36 31 30 31 30 38 2e 30 30 35 30 2e 32 37 30 30 30 30 30 30 36 34 32 30 30 30 34 35 30 30 30 38 39 37 36 30 30 30 30 30 44 33 30 35 30 39 2e 33 30 30 33 37 30 30 30 30 33 39 33 33 30 32 36 33 30 36 30 30 30 30 30 32 37 37 30 30 31 35 35 36 30 30 30 30 36 30 30 32 32 2e 37 34 30 30 30 30 31 33 30 30 30 30 31 30 35 30 30 30 30 36 32 32 30 30 30 33 30 30 30 33 30 30 30 38 32 30 30 30 30 36 36 30 30 30 30 33 37 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e8 7E -2024-06-21 21:15:46.753 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975746708, longitude=116.7754810, latitude=39.5576610, speed=108.00, mileage=50.27000000, dischargeVoltage=642000, dischargeCurrent=45000, insulationResistance=897600000, gear=D, accelerationPedal=30, brakePedal=50, fuelConsumption=9.300, motorControllerTemperature=370000, motorSpeed=39330, motorTorque=2630, motorTemperature=600000, motorVoltage=27700, motorCurrent=15560000, powerBattery=60022., maxFeedbackPower=740000, maxDischargePower=130000, bmsSelfCheck=10, powerBatteryCurrent=50000, powerBatteryV3=622000, maxVoltage=3000, minVoltage=3000, maxTemperature=820000, minTemperature=660000, availableCapacity=370000, 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-21 21:15:46.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:46.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:46.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:47.751 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:47.751 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:47.751 [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 38 39 37 35 37 34 37 37 31 32 31 31 36 2e 37 37 35 32 32 38 30 33 39 2e 35 35 38 35 32 35 30 39 30 2e 30 30 30 35 30 2e 33 32 30 30 30 30 30 30 35 34 35 30 30 30 31 34 30 30 30 37 30 33 38 30 30 30 30 30 44 32 30 30 30 31 30 2e 38 30 31 31 30 30 30 30 39 36 35 31 38 36 38 33 30 31 31 33 30 30 30 32 34 32 30 30 31 34 35 30 30 30 30 30 36 30 30 31 31 2e 34 32 30 30 30 30 35 30 30 30 30 30 31 30 36 30 30 30 30 35 31 33 30 30 30 34 30 30 30 34 30 30 30 38 32 30 30 30 30 36 35 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 b9 7E -2024-06-21 21:15:47.751 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975747712, longitude=116.7752280, latitude=39.5585250, speed=90.000, mileage=50.32000000, dischargeVoltage=545000, dischargeCurrent=14000, insulationResistance=703800000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=10.80, motorControllerTemperature=110000, motorSpeed=96518, motorTorque=6830, motorTemperature=113000, motorVoltage=24200, motorCurrent=14500000, powerBattery=60011., maxFeedbackPower=420000, maxDischargePower=500000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=513000, maxVoltage=4000, minVoltage=4000, maxTemperature=820000, minTemperature=650000, 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-21 21:15:47.812 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:47.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:47.835 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:48.745 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:48.745 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:48.745 [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 38 39 37 35 37 34 38 37 30 39 31 31 36 2e 37 37 35 30 34 31 30 33 39 2e 35 35 39 31 39 39 30 35 34 2e 30 30 30 35 30 2e 33 35 30 30 30 30 30 30 36 31 37 30 30 30 32 39 30 30 30 38 36 34 38 30 30 30 30 30 44 31 30 31 30 31 31 2e 39 30 36 39 30 30 30 30 35 35 32 39 34 31 36 35 30 35 32 30 30 30 30 32 37 35 30 30 31 30 39 30 34 30 30 30 36 30 30 31 31 2e 38 33 30 30 30 30 39 36 30 30 30 30 32 30 39 30 30 30 30 35 39 35 30 30 30 33 30 30 30 33 30 30 30 31 34 30 30 30 30 33 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 f2 7E -2024-06-21 21:15:48.745 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975748709, longitude=116.7750410, latitude=39.5591990, speed=54.000, mileage=50.35000000, dischargeVoltage=617000, dischargeCurrent=29000, insulationResistance=864800000, gear=D, accelerationPedal=10, brakePedal=10, fuelConsumption=11.90, motorControllerTemperature=690000, motorSpeed=55294, motorTorque=1650, motorTemperature=520000, motorVoltage=27500, motorCurrent=10904000, powerBattery=60011., maxFeedbackPower=830000, maxDischargePower=960000, bmsSelfCheck=20, powerBatteryCurrent=90000, powerBatteryV3=595000, maxVoltage=3000, minVoltage=3000, maxTemperature=140000, minTemperature=350000, 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-21 21:15:48.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:48.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:48.858 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:49.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:49.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:49.741 [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 38 39 37 35 37 34 39 37 30 36 31 31 36 2e 37 37 34 37 34 30 30 33 39 2e 35 36 30 32 37 39 30 31 34 34 2e 30 30 35 30 2e 34 33 30 30 30 30 30 30 35 37 38 30 30 30 32 37 30 30 30 36 36 34 30 30 30 30 30 30 44 31 30 38 30 31 30 2e 36 30 32 37 30 30 30 30 38 33 37 36 31 35 38 36 30 31 34 37 30 30 30 31 31 34 30 30 31 34 37 32 38 30 30 30 36 30 30 30 31 2e 33 34 30 30 30 30 39 36 30 30 30 30 32 30 36 30 30 30 30 32 35 30 30 30 30 33 30 30 30 34 30 30 30 35 33 30 30 30 30 31 37 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 e1 7E -2024-06-21 21:15:49.741 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975749706, longitude=116.7747400, latitude=39.5602790, speed=144.00, mileage=50.43000000, dischargeVoltage=578000, dischargeCurrent=27000, insulationResistance=664000000, gear=D, accelerationPedal=10, brakePedal=80, fuelConsumption=10.60, motorControllerTemperature=270000, motorSpeed=83761, motorTorque=5860, motorTemperature=147000, motorVoltage=11400, motorCurrent=14728000, powerBattery=60001., maxFeedbackPower=340000, maxDischargePower=960000, bmsSelfCheck=20, powerBatteryCurrent=60000, powerBatteryV3=250000, maxVoltage=3000, minVoltage=4000, maxTemperature=530000, minTemperature=170000, 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-21 21:15:49.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:49.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:49.853 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:50.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:50.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:50.741 [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 38 39 37 35 37 35 30 37 30 37 31 31 36 2e 37 37 34 35 32 36 30 33 39 2e 35 36 31 30 37 37 30 37 32 2e 30 30 30 35 30 2e 34 37 30 30 30 30 30 30 37 31 36 30 30 30 33 31 30 30 30 31 33 31 37 33 30 30 30 30 44 35 30 39 30 31 31 2e 37 30 34 30 30 30 30 30 38 30 36 33 31 36 30 30 30 31 33 39 30 30 30 32 33 34 30 30 33 38 37 33 30 30 30 30 36 30 30 30 31 2e 38 37 30 30 30 30 31 30 30 30 30 30 33 30 31 31 30 30 30 35 36 31 30 30 30 33 30 30 30 34 30 30 30 33 31 30 30 30 30 35 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 bd 7E -2024-06-21 21:15:50.741 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975750707, longitude=116.7745260, latitude=39.5610770, speed=72.000, mileage=50.47000000, dischargeVoltage=716000, dischargeCurrent=31000, insulationResistance=131730000, gear=D, accelerationPedal=50, brakePedal=90, fuelConsumption=11.70, motorControllerTemperature=400000, motorSpeed=80631, motorTorque=6000, motorTemperature=139000, motorVoltage=23400, motorCurrent=38730000, powerBattery=60001., maxFeedbackPower=870000, maxDischargePower=100000, bmsSelfCheck=30, powerBatteryCurrent=11000, powerBatteryV3=561000, maxVoltage=3000, minVoltage=4000, maxTemperature=310000, minTemperature=560000, 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-21 21:15:50.827 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:50.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:50.845 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:50.883 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:15:50.907 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:15:50.937 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:15:51.739 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:15:51.739 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:15:51.739 [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 38 39 37 35 37 35 31 37 30 33 31 31 36 2e 37 37 34 32 37 31 30 33 39 2e 35 36 31 39 37 30 30 31 30 38 2e 30 30 35 30 2e 35 33 30 30 30 30 30 30 33 39 35 30 30 30 33 35 30 30 30 32 35 38 33 35 30 30 30 30 44 33 30 39 30 31 31 2e 31 30 39 36 30 30 30 30 32 36 30 39 34 38 34 30 30 31 30 30 30 30 30 32 32 31 30 30 31 33 39 39 33 30 30 30 35 39 39 38 39 2e 36 31 30 30 30 30 37 35 30 30 30 30 31 30 36 30 30 30 30 33 35 35 30 30 30 34 30 30 30 33 30 30 30 33 39 30 30 30 30 31 30 30 30 30 30 34 31 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 ea 7E -2024-06-21 21:15:51.739 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975751703, longitude=116.7742710, latitude=39.5619700, speed=108.00, mileage=50.53000000, dischargeVoltage=395000, dischargeCurrent=35000, insulationResistance=258350000, gear=D, accelerationPedal=30, brakePedal=90, fuelConsumption=11.10, motorControllerTemperature=960000, motorSpeed=26094, motorTorque=8400, motorTemperature=100000, motorVoltage=22100, motorCurrent=13993000, powerBattery=59989., maxFeedbackPower=610000, maxDischargePower=750000, bmsSelfCheck=10, powerBatteryCurrent=60000, powerBatteryV3=355000, maxVoltage=4000, minVoltage=3000, maxTemperature=390000, minTemperature=100000, availableCapacity=410000, 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-21 21:15:51.796 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:15:51.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:15:51.831 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:15:51.832 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:15:51.832 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:15:51.837 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:15:51.850 [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-21 21:15:51.850 [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-21 21:15:51.850 [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-21 21:15:51.850 [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-21 21:15:51.850 [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-21 21:15:51.850 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 21:15:51.850 [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-d58cfd04-1774-4ac6-a1d8-e8b75d09d5ae sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:15:51.850 [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-220902ef-8d32-41f6-88f6-db754cc12b5c sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:15:51.850 [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-1aaa9189-7f6e-490b-851b-9376d3f09ca0 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:15:51.850 [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-21 21:15:51.850 [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-21 21:15:51.850 [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-21 21:15:51.852 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:15:51.852 [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-21 21:15:51.852 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:15:51.852 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:15:51.852 [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-21 21:15:51.852 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:15:51.853 [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-21 21:15:51.854 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:15:51.854 [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-21 21:15:51.854 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:15:51.855 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:15:51.855 [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-21 21:15:51.855 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:15:51.855 [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-21 21:15:51.855 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:15:51.856 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:15:51.856 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:15:51.856 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:15:51.860 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 21:15:51.861 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:15:51.861 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 21:15:51.861 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:15:51.861 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 21:15:52.053 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 21:15:52.057 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 21:16:00.973 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 4688 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:16:00.974 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:16:00.975 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:16:01.574 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 21:16:01.575 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 21:16:01.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-21 21:16:01.853 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$e7a4817f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 21:16:01.947 [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-21 21:16:01.950 [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-21 21:16:01.952 [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-21 21:16:01.969 [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-21 21:16:02.004 [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-21 21:16:02.007 [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-21 21:16:02.238 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 21:16:02.246 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 21:16:02.246 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 21:16:02.363 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 21:16:02.364 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1345 ms -2024-06-21 21:16:03.058 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 21:16:03.429 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 21:16:03.437 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 21:16:03.465 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 21:16:03.517 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 21:16:03.540 [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-21 21:16:03.607 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:16:03.607 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:16:03.607 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718975763606 -2024-06-21 21:16:03.608 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 21:16:03.732 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 21:16:03.814 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 21:16:03.891 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:16:03.892 [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-21 21:16:03.894 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:16:03.900 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:16:03.902 [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-07268360-36c2-47bb-b13f-40fc179e53a7', protocol='range'} -2024-06-21 21:16:03.903 [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-07268360-36c2-47bb-b13f-40fc179e53a7=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:16:03.906 [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-07268360-36c2-47bb-b13f-40fc179e53a7', protocol='range'} -2024-06-21 21:16:03.907 [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-21 21:16:03.908 [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-21 21:16:03.914 [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-21 21:16:03.914 [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-21 21:16:03.914 [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-21 21:16:03.914 [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-21 21:16:03.914 [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-21 21:16:03.914 [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-21 21:16:03.914 [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-21 21:16:03.914 [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=146, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:16:04.533 [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-21 21:16:04.536 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:16:04.536 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:16:04.536 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718975764536 -2024-06-21 21:16:04.537 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:16:04.543 [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-21 21:16:04.547 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:16:04.547 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:16:04.547 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:16:04.547 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718975764547 -2024-06-21 21:16:04.547 [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-21 21:16:04.547 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:16:04.547 [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-21 21:16:04.548 [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-21 21:16:04.550 [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-21 21:16:04.550 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:16:04.551 [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-21 21:16:04.551 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:16:04.551 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:16:04.551 [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-21 21:16:04.551 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718975764551 -2024-06-21 21:16:04.551 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:16:04.552 [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-925c800b-485b-4ec3-9c10-49157b993341', protocol='range'} -2024-06-21 21:16:04.552 [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-925c800b-485b-4ec3-9c10-49157b993341=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:16:04.553 [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-925c800b-485b-4ec3-9c10-49157b993341', protocol='range'} -2024-06-21 21:16:04.553 [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-21 21:16:04.553 [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-21 21:16:04.554 [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-21 21:16:04.554 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:16:04.555 [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-21 21:16:04.556 [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-21 21:16:04.556 [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-21 21:16:04.556 [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-21 21:16:04.556 [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-21 21:16:04.556 [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-21 21:16:04.557 [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-21 21:16:04.557 [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-21 21:16:04.557 [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-21 21:16:04.557 [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=147, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:16:04.557 [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-21 21:16:04.558 [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-21 21:16:04.563 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 21:16:04.564 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 21:16:04.692 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#1171ba7e:0/SimpleConnection@20d92f1e [delegate=amqp://guest@101.34.243.166:5672/, localPort= 59260] -2024-06-21 21:16:05.382 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.729 seconds (JVM running for 5.755) -2024-06-21 21:16:05.384 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 21:16:05.450 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:695 - 故障信息发送到RabbitMQ -2024-06-21 21:16:05.450 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:283 - 该车故障GZ001信息首次存储到本地缓存和Redis中,并发送到RabbitMQ -2024-06-21 21:16:05.476 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:05.476 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:07.556 [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-21 21:16:07.557 [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-21 21:16:07.557 [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-21 21:16:07.557 [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-21 21:16:07.558 [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-bedc752b-0181-4fec-8284-bbf306777639', protocol='range'} -2024-06-21 21:16:07.559 [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-3bcaa0a6-0b14-4cea-8f76-381e33772556', protocol='range'} -2024-06-21 21:16:07.559 [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-925c800b-485b-4ec3-9c10-49157b993341', protocol='range'} -2024-06-21 21:16:07.559 [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-3-bedc752b-0181-4fec-8284-bbf306777639=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-3bcaa0a6-0b14-4cea-8f76-381e33772556=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-2-925c800b-485b-4ec3-9c10-49157b993341=Assignment(partitions=[test1-0, test1-1, test1-2])} -2024-06-21 21:16:07.561 [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-bedc752b-0181-4fec-8284-bbf306777639', protocol='range'} -2024-06-21 21:16:07.561 [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-3bcaa0a6-0b14-4cea-8f76-381e33772556', protocol='range'} -2024-06-21 21:16:07.561 [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-925c800b-485b-4ec3-9c10-49157b993341', protocol='range'} -2024-06-21 21:16:07.561 [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-21 21:16:07.561 [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-21 21:16:07.561 [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-21 21:16:07.561 [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-21 21:16:07.561 [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-21 21:16:07.562 [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-21 21:16:07.563 [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-21 21:16:07.562 [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-21 21:16:07.563 [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-21 21:16:07.563 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 21:16:07.563 [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-21 21:16:07.563 [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=147, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:16:07.564 [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-21 21:16:07.564 [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-21 21:16:07.564 [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-21 21:16:07.564 [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-21 21:16:07.564 [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-21 21:16:08.088 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 21:16:08.091 [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-21 21:16:08.547 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:16:08.547 [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-21 21:16:08.737 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:08.737 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:08.737 [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 38 39 37 35 37 36 38 37 30 34 31 31 36 2e 37 36 31 32 37 36 30 33 39 2e 35 36 34 39 31 31 30 35 34 2e 30 30 30 35 31 2e 33 36 30 30 30 30 30 30 33 35 34 30 30 30 31 39 30 30 30 39 39 30 33 30 30 30 30 30 44 32 30 30 30 31 31 2e 32 30 39 39 30 30 30 30 31 39 38 35 38 39 31 38 30 38 30 30 30 30 30 31 31 38 30 30 37 39 32 35 30 30 30 30 35 39 38 38 35 2e 33 39 30 30 30 30 35 31 30 30 30 30 31 33 34 30 30 30 30 36 31 39 30 30 30 33 30 30 30 33 30 30 30 35 36 30 30 30 30 33 35 30 30 30 30 32 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 08 7E -2024-06-21 21:16:08.752 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975768704, longitude=116.7612760, latitude=39.5649110, speed=54.000, mileage=51.36000000, dischargeVoltage=354000, dischargeCurrent=19000, insulationResistance=990300000, gear=D, accelerationPedal=20, brakePedal=00, fuelConsumption=11.20, motorControllerTemperature=990000, motorSpeed=19858, motorTorque=9180, motorTemperature=800000, motorVoltage=11800, motorCurrent=79250000, powerBattery=59885., maxFeedbackPower=390000, maxDischargePower=510000, bmsSelfCheck=13, powerBatteryCurrent=40000, powerBatteryV3=619000, maxVoltage=3000, minVoltage=3000, maxTemperature=560000, minTemperature=350000, availableCapacity=250000, 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-21 21:16:08.763 [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-21 21:16:08.772 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:16:08.772 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:16:08.772 [MQTT Call: protocol-parsing] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718975768771 -2024-06-21 21:16:08.775 [kafka-producer-network-thread | producer-1] INFO org.apache.kafka.clients.Metadata:279 - [Producer clientId=producer-1] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:16:08.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:08.875 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:08.876 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:08.969 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:16:09.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:09.742 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:09.742 [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 38 39 37 35 37 36 39 37 30 33 31 31 36 2e 37 36 31 30 35 30 30 33 39 2e 35 36 35 37 37 35 30 35 34 2e 30 30 30 35 31 2e 33 39 30 30 30 30 30 30 32 36 39 30 30 30 32 34 30 30 30 32 31 39 33 32 30 30 30 30 44 32 30 38 30 31 31 2e 32 30 37 36 30 30 30 30 31 34 30 33 31 37 32 35 30 31 33 33 30 30 30 32 39 34 30 30 31 33 31 31 38 30 30 30 35 39 38 38 35 2e 36 31 30 30 30 30 34 36 30 30 30 30 31 30 31 32 30 30 30 35 36 38 30 30 30 33 30 30 30 34 30 30 30 31 39 30 30 30 30 39 36 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 f1 7E -2024-06-21 21:16:09.742 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975769703, longitude=116.7610500, latitude=39.5657750, speed=54.000, mileage=51.39000000, dischargeVoltage=269000, dischargeCurrent=24000, insulationResistance=219320000, gear=D, accelerationPedal=20, brakePedal=80, fuelConsumption=11.20, motorControllerTemperature=760000, motorSpeed=14031, motorTorque=7250, motorTemperature=133000, motorVoltage=29400, motorCurrent=13118000, powerBattery=59885., maxFeedbackPower=610000, maxDischargePower=460000, bmsSelfCheck=10, powerBatteryCurrent=12000, powerBatteryV3=568000, maxVoltage=3000, minVoltage=4000, maxTemperature=190000, minTemperature=960000, 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-21 21:16:09.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:09.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:09.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:10.776 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:10.777 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:10.777 [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 38 39 37 35 37 37 30 37 30 32 31 31 36 2e 37 36 30 37 36 36 30 33 39 2e 35 36 36 38 34 32 30 31 32 36 2e 30 30 35 31 2e 34 36 30 30 30 30 30 30 32 34 32 30 30 30 38 30 30 30 30 31 31 39 36 34 30 30 30 30 44 36 30 39 30 31 31 2e 34 30 35 31 30 30 30 30 39 36 33 37 30 35 33 32 30 31 31 36 30 30 30 32 30 36 30 30 31 33 33 36 36 30 30 30 35 39 38 37 34 2e 37 39 30 30 30 30 35 37 30 30 30 30 31 33 30 30 30 30 30 33 30 31 30 30 30 34 30 30 30 33 30 30 30 39 31 30 30 30 30 36 32 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 ed 7E -2024-06-21 21:16:10.777 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975770702, longitude=116.7607660, latitude=39.5668420, speed=126.00, mileage=51.46000000, dischargeVoltage=242000, dischargeCurrent=80000, insulationResistance=119640000, gear=D, accelerationPedal=60, brakePedal=90, fuelConsumption=11.40, motorControllerTemperature=510000, motorSpeed=96370, motorTorque=5320, motorTemperature=116000, motorVoltage=20600, motorCurrent=13366000, powerBattery=59874., maxFeedbackPower=790000, maxDischargePower=570000, bmsSelfCheck=13, powerBatteryCurrent=00000, powerBatteryV3=301000, maxVoltage=4000, minVoltage=3000, maxTemperature=910000, minTemperature=620000, 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-21 21:16:10.849 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:10.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:10.873 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:11.751 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:11.751 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:11.752 [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 38 39 37 35 37 37 31 37 31 31 31 31 36 2e 37 36 30 35 32 35 30 33 39 2e 35 36 37 36 38 31 30 37 32 2e 30 30 30 35 31 2e 35 30 30 30 30 30 30 30 35 30 38 30 30 30 32 37 30 30 30 31 36 33 34 30 30 30 30 30 44 39 30 37 30 39 2e 37 30 30 37 30 30 30 30 30 38 36 38 35 38 39 30 30 30 31 34 30 30 30 30 31 39 38 30 30 32 32 36 30 30 30 30 30 35 39 38 37 34 2e 39 37 30 30 30 30 31 32 30 30 30 30 38 30 31 30 30 30 30 35 36 37 30 30 30 33 30 30 30 34 30 30 30 31 30 30 30 30 30 31 30 30 30 30 30 39 38 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f6 7E -2024-06-21 21:16:11.752 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975771711, longitude=116.7605250, latitude=39.5676810, speed=72.000, mileage=51.50000000, dischargeVoltage=508000, dischargeCurrent=27000, insulationResistance=163400000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=9.700, motorControllerTemperature=700000, motorSpeed=86858, motorTorque=9000, motorTemperature=140000, motorVoltage=19800, motorCurrent=22600000, powerBattery=59874., maxFeedbackPower=970000, maxDischargePower=120000, bmsSelfCheck=80, powerBatteryCurrent=10000, powerBatteryV3=567000, maxVoltage=3000, minVoltage=4000, maxTemperature=100000, minTemperature=100000, availableCapacity=980000, 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-21 21:16:11.822 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:11.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:11.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:12.747 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:12.747 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:12.747 [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 38 39 37 35 37 37 32 37 31 30 31 31 36 2e 37 36 30 34 31 34 30 33 39 2e 35 36 38 31 30 37 30 39 30 2e 30 30 30 35 31 2e 35 35 30 30 30 30 30 30 35 33 36 30 30 30 38 30 30 30 30 34 30 36 36 30 30 30 30 30 44 39 30 37 30 39 2e 31 30 30 38 32 30 30 30 30 38 38 39 39 30 32 33 33 30 31 30 35 30 30 30 32 31 34 30 30 31 33 37 32 38 30 30 30 35 39 38 36 35 2e 38 34 30 30 30 30 36 30 30 30 30 30 39 30 31 31 30 30 30 34 30 32 30 30 30 34 30 30 30 33 30 30 30 33 32 30 30 30 30 35 31 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 e9 7E -2024-06-21 21:16:12.748 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975772710, longitude=116.7604140, latitude=39.5681070, speed=90.000, mileage=51.55000000, dischargeVoltage=536000, dischargeCurrent=80000, insulationResistance=406600000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=9.100, motorControllerTemperature=820000, motorSpeed=88990, motorTorque=2330, motorTemperature=105000, motorVoltage=21400, motorCurrent=13728000, powerBattery=59865., maxFeedbackPower=840000, maxDischargePower=600000, bmsSelfCheck=90, powerBatteryCurrent=11000, powerBatteryV3=402000, maxVoltage=4000, minVoltage=3000, maxTemperature=320000, minTemperature=510000, 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-21 21:16:12.814 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:12.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:12.846 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:13.741 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:13.742 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:13.742 [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 38 39 37 35 37 37 33 37 31 31 31 31 36 2e 37 36 30 32 38 35 30 33 39 2e 35 36 38 35 39 39 30 33 36 2e 30 30 30 35 31 2e 35 37 30 30 30 30 30 30 33 30 39 30 30 30 35 30 30 30 30 31 34 39 30 34 30 30 30 30 44 36 30 31 30 39 2e 35 30 30 31 36 30 30 30 30 37 30 30 37 35 35 37 37 30 31 33 30 30 30 30 32 31 31 30 30 37 38 31 33 30 30 30 30 35 39 38 36 35 2e 38 34 30 30 30 30 38 33 30 30 30 30 31 33 31 30 30 30 30 35 31 30 30 30 30 34 30 30 30 34 30 30 30 32 31 30 30 30 30 35 36 30 30 30 30 36 38 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-21 21:16:13.742 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975773711, longitude=116.7602850, latitude=39.5685990, speed=36.000, mileage=51.57000000, dischargeVoltage=309000, dischargeCurrent=50000, insulationResistance=149040000, gear=D, accelerationPedal=60, brakePedal=10, fuelConsumption=9.500, motorControllerTemperature=160000, motorSpeed=70075, motorTorque=5770, motorTemperature=130000, motorVoltage=21100, motorCurrent=78130000, powerBattery=59865., maxFeedbackPower=840000, maxDischargePower=830000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=510000, maxVoltage=4000, minVoltage=4000, maxTemperature=210000, minTemperature=560000, availableCapacity=680000, 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-21 21:16:13.789 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:13.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:13.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:14.761 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:14.762 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:14.762 [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 38 39 37 35 37 37 34 37 30 39 31 31 36 2e 37 36 30 31 32 39 30 33 39 2e 35 36 39 32 30 37 30 35 34 2e 30 30 30 35 31 2e 36 30 30 30 30 30 30 30 33 39 32 30 30 30 34 34 30 30 30 31 38 39 33 33 30 30 30 30 44 39 30 32 30 31 31 2e 32 30 37 37 30 30 30 30 34 31 30 37 33 38 32 34 30 31 32 38 30 30 30 32 38 35 30 30 38 36 30 37 30 30 30 30 35 39 38 36 35 2e 38 32 30 30 30 30 34 30 30 30 30 30 37 30 33 30 30 30 30 35 38 35 30 30 30 33 30 30 30 34 30 30 30 31 32 30 30 30 30 39 35 30 30 30 30 31 32 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 f9 7E -2024-06-21 21:16:14.762 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975774709, longitude=116.7601290, latitude=39.5692070, speed=54.000, mileage=51.60000000, dischargeVoltage=392000, dischargeCurrent=44000, insulationResistance=189330000, gear=D, accelerationPedal=90, brakePedal=20, fuelConsumption=11.20, motorControllerTemperature=770000, motorSpeed=41073, motorTorque=8240, motorTemperature=128000, motorVoltage=28500, motorCurrent=86070000, powerBattery=59865., maxFeedbackPower=820000, maxDischargePower=400000, bmsSelfCheck=70, powerBatteryCurrent=30000, powerBatteryV3=585000, maxVoltage=3000, minVoltage=4000, maxTemperature=120000, minTemperature=950000, availableCapacity=120000, 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-21 21:16:14.810 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:14.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:14.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:15.745 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:15.746 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:15.746 [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 38 39 37 35 37 37 35 37 31 31 31 31 36 2e 37 36 30 30 31 31 30 33 39 2e 35 36 39 36 34 39 30 35 34 2e 30 30 30 35 31 2e 36 33 30 30 30 30 30 30 31 33 35 30 30 30 35 30 30 30 30 31 36 30 32 31 30 30 30 30 44 33 30 34 30 39 2e 36 30 30 34 30 30 30 30 30 36 32 30 31 35 31 33 30 30 36 37 30 30 30 30 32 30 37 30 30 31 34 39 38 34 30 30 30 35 39 38 36 35 2e 33 33 30 30 30 30 39 30 30 30 30 30 31 31 31 30 30 30 30 35 30 33 30 30 30 34 30 30 30 34 30 30 30 32 38 30 30 30 30 35 37 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 c8 7E -2024-06-21 21:16:15.746 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975775711, longitude=116.7600110, latitude=39.5696490, speed=54.000, mileage=51.63000000, dischargeVoltage=135000, dischargeCurrent=50000, insulationResistance=160210000, gear=D, accelerationPedal=30, brakePedal=40, fuelConsumption=9.600, motorControllerTemperature=400000, motorSpeed=62015, motorTorque=1300, motorTemperature=670000, motorVoltage=20700, motorCurrent=14984000, powerBattery=59865., maxFeedbackPower=330000, maxDischargePower=900000, bmsSelfCheck=11, powerBatteryCurrent=10000, powerBatteryV3=503000, maxVoltage=4000, minVoltage=4000, maxTemperature=280000, minTemperature=570000, 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-21 21:16:15.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:15.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:15.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:16.754 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:16.755 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:16.755 [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 38 39 37 35 37 37 36 37 30 38 31 31 36 2e 37 35 39 39 31 34 30 33 39 2e 35 36 39 39 38 34 30 31 38 2e 30 30 30 35 31 2e 36 34 30 30 30 30 30 30 36 38 39 30 30 30 36 30 30 30 30 32 34 35 35 39 30 30 30 30 44 38 30 34 30 31 30 2e 37 30 35 34 30 30 30 30 37 36 33 32 39 31 37 33 30 37 31 30 30 30 30 31 36 32 30 30 31 32 32 39 33 30 30 30 35 39 38 36 35 2e 35 30 30 30 30 30 38 39 30 30 30 30 31 33 31 30 30 30 30 35 30 35 30 30 30 33 30 30 30 34 30 30 30 36 32 30 30 30 30 38 35 30 30 30 30 35 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1f 7E -2024-06-21 21:16:16.755 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975776708, longitude=116.7599140, latitude=39.5699840, speed=18.000, mileage=51.64000000, dischargeVoltage=689000, dischargeCurrent=60000, insulationResistance=245590000, gear=D, accelerationPedal=80, brakePedal=40, fuelConsumption=10.70, motorControllerTemperature=540000, motorSpeed=76329, motorTorque=1730, motorTemperature=710000, motorVoltage=16200, motorCurrent=12293000, powerBattery=59865., maxFeedbackPower=500000, maxDischargePower=890000, bmsSelfCheck=13, powerBatteryCurrent=10000, powerBatteryV3=505000, maxVoltage=3000, minVoltage=4000, maxTemperature=620000, minTemperature=850000, availableCapacity=560000, 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-21 21:16:16.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:16.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:16.840 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:17.746 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:17.746 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:17.746 [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 38 39 37 35 37 37 37 37 30 38 31 31 36 2e 37 35 39 37 39 31 30 33 39 2e 35 37 30 34 32 33 30 33 36 2e 30 30 30 35 31 2e 36 36 30 30 30 30 30 30 32 31 36 30 30 30 31 38 30 30 30 32 31 33 35 30 30 30 30 30 44 37 30 34 30 31 30 2e 35 30 31 37 30 30 30 30 32 34 30 32 31 34 35 35 30 37 37 30 30 30 30 32 32 30 30 30 31 32 39 33 35 30 30 30 35 39 38 36 35 2e 36 32 30 30 30 30 33 31 30 30 30 30 31 31 33 30 30 30 30 35 33 36 30 30 30 33 30 30 30 34 30 30 30 35 34 30 30 30 30 35 38 30 30 30 30 31 36 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e0 7E -2024-06-21 21:16:17.746 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975777708, longitude=116.7597910, latitude=39.5704230, speed=36.000, mileage=51.66000000, dischargeVoltage=216000, dischargeCurrent=18000, insulationResistance=213500000, gear=D, accelerationPedal=70, brakePedal=40, fuelConsumption=10.50, motorControllerTemperature=170000, motorSpeed=24021, motorTorque=4550, motorTemperature=770000, motorVoltage=22000, motorCurrent=12935000, powerBattery=59865., maxFeedbackPower=620000, maxDischargePower=310000, bmsSelfCheck=11, powerBatteryCurrent=30000, powerBatteryV3=536000, maxVoltage=3000, minVoltage=4000, maxTemperature=540000, minTemperature=580000, availableCapacity=160000, 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-21 21:16:17.801 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:17.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:17.825 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:18.757 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:18.757 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:18.757 [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 38 39 37 35 37 37 38 37 31 37 31 31 36 2e 37 35 39 35 30 35 30 33 39 2e 35 37 31 34 39 38 30 31 34 34 2e 30 30 35 31 2e 37 34 30 30 30 30 30 30 35 35 31 30 30 30 33 39 30 30 30 31 36 35 37 38 30 30 30 30 44 34 30 30 30 31 30 2e 34 30 31 36 30 30 30 30 37 38 37 30 30 38 39 39 30 34 30 30 30 30 30 31 37 39 30 30 31 34 32 35 38 30 30 30 35 39 38 35 34 2e 31 39 30 30 30 30 39 31 30 30 30 30 31 31 31 31 30 30 30 34 31 37 30 30 30 33 30 30 30 34 30 30 30 38 38 30 30 30 30 33 33 30 30 30 30 39 39 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 1c 7E -2024-06-21 21:16:18.757 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975778717, longitude=116.7595050, latitude=39.5714980, speed=144.00, mileage=51.74000000, dischargeVoltage=551000, dischargeCurrent=39000, insulationResistance=165780000, gear=D, accelerationPedal=40, brakePedal=00, fuelConsumption=10.40, motorControllerTemperature=160000, motorSpeed=78700, motorTorque=8990, motorTemperature=400000, motorVoltage=17900, motorCurrent=14258000, powerBattery=59854., maxFeedbackPower=190000, maxDischargePower=910000, bmsSelfCheck=11, powerBatteryCurrent=11000, powerBatteryV3=417000, maxVoltage=3000, minVoltage=4000, maxTemperature=880000, minTemperature=330000, availableCapacity=990000, 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-21 21:16:18.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:18.837 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:18.838 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:19.766 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:19.767 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:19.767 [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 38 39 37 35 37 37 39 37 31 33 31 31 36 2e 37 35 39 33 37 36 30 33 39 2e 35 37 32 30 30 37 30 33 36 2e 30 30 30 35 31 2e 37 36 30 30 30 30 30 30 36 36 36 30 30 30 33 30 30 30 30 32 38 36 36 31 30 30 30 30 44 35 30 30 30 31 32 2e 30 30 37 33 30 30 30 30 35 38 33 30 31 36 31 30 30 38 32 30 30 30 30 31 37 34 30 30 34 33 35 36 30 30 30 30 35 39 38 35 34 2e 33 38 30 30 30 30 32 33 30 30 30 30 34 30 39 30 30 30 30 34 34 34 30 30 30 33 30 30 30 33 30 30 30 33 38 30 30 30 30 35 34 30 30 30 30 36 34 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-21 21:16:19.767 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975779713, longitude=116.7593760, latitude=39.5720070, speed=36.000, mileage=51.76000000, dischargeVoltage=666000, dischargeCurrent=30000, insulationResistance=286610000, gear=D, accelerationPedal=50, brakePedal=00, fuelConsumption=12.00, motorControllerTemperature=730000, motorSpeed=58301, motorTorque=6100, motorTemperature=820000, motorVoltage=17400, motorCurrent=43560000, powerBattery=59854., maxFeedbackPower=380000, maxDischargePower=230000, bmsSelfCheck=40, powerBatteryCurrent=90000, powerBatteryV3=444000, maxVoltage=3000, minVoltage=3000, maxTemperature=380000, minTemperature=540000, availableCapacity=640000, 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-21 21:16:19.815 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:19.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:19.834 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:20.748 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:20.748 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:20.748 [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 38 39 37 35 37 38 30 37 31 32 31 31 36 2e 37 35 39 31 39 34 30 33 39 2e 35 37 32 36 38 39 30 39 30 2e 30 30 30 35 31 2e 38 31 30 30 30 30 30 30 32 38 35 30 30 30 33 30 30 30 30 33 37 33 39 30 30 30 30 30 44 39 30 37 30 39 2e 38 30 30 39 31 30 30 30 30 36 34 33 36 37 35 39 30 30 35 39 30 30 30 30 32 35 38 30 30 36 38 37 36 30 30 30 30 35 39 38 34 34 2e 39 36 30 30 30 30 35 31 30 30 30 30 33 30 31 33 30 30 30 34 36 35 30 30 30 34 30 30 30 33 30 30 30 32 38 30 30 30 30 32 38 30 30 30 30 37 34 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 2a 7E -2024-06-21 21:16:20.748 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975780712, longitude=116.7591940, latitude=39.5726890, speed=90.000, mileage=51.81000000, dischargeVoltage=285000, dischargeCurrent=30000, insulationResistance=373900000, gear=D, accelerationPedal=90, brakePedal=70, fuelConsumption=9.800, motorControllerTemperature=910000, motorSpeed=64367, motorTorque=5900, motorTemperature=590000, motorVoltage=25800, motorCurrent=68760000, powerBattery=59844., maxFeedbackPower=960000, maxDischargePower=510000, bmsSelfCheck=30, powerBatteryCurrent=13000, powerBatteryV3=465000, maxVoltage=4000, minVoltage=3000, maxTemperature=280000, minTemperature=280000, availableCapacity=740000, 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-21 21:16:20.803 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:20.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:20.824 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:21.753 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:21.753 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:21.754 [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 38 39 37 35 37 38 31 37 31 32 31 31 36 2e 37 35 38 39 32 34 30 33 39 2e 35 37 33 36 33 37 30 31 39 38 2e 30 30 35 31 2e 39 32 30 30 30 30 30 30 31 34 39 30 30 30 32 30 30 30 30 31 39 38 36 39 30 30 30 30 44 35 30 33 30 31 31 2e 34 30 34 36 30 30 30 30 33 33 33 34 36 39 35 30 30 37 34 30 30 30 30 32 35 38 30 30 31 32 35 38 36 30 30 30 35 39 38 33 33 2e 32 30 30 30 30 30 34 38 30 30 30 30 31 30 31 30 30 30 30 33 38 39 30 30 30 33 30 30 30 33 30 30 30 36 32 30 30 30 30 34 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 05 7E -2024-06-21 21:16:21.754 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975781712, longitude=116.7589240, latitude=39.5736370, speed=198.00, mileage=51.92000000, dischargeVoltage=149000, dischargeCurrent=20000, insulationResistance=198690000, gear=D, accelerationPedal=50, brakePedal=30, fuelConsumption=11.40, motorControllerTemperature=460000, motorSpeed=33346, motorTorque=9500, motorTemperature=740000, motorVoltage=25800, motorCurrent=12586000, powerBattery=59833., maxFeedbackPower=200000, maxDischargePower=480000, bmsSelfCheck=10, powerBatteryCurrent=10000, powerBatteryV3=389000, maxVoltage=3000, minVoltage=3000, maxTemperature=620000, minTemperature=400000, 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-21 21:16:21.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:21.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:21.826 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:22.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:22.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:22.752 [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 38 39 37 35 37 38 32 37 31 32 31 31 36 2e 37 35 39 30 34 37 30 33 39 2e 35 37 33 39 37 36 30 33 36 2e 30 30 30 35 31 2e 39 34 30 30 30 30 30 30 37 34 39 30 30 30 33 36 30 30 30 31 34 30 35 30 30 30 30 30 44 33 30 30 30 31 31 2e 33 30 36 34 30 30 30 30 34 39 32 39 35 34 38 36 30 38 37 30 30 30 30 32 33 30 30 30 34 34 31 34 30 30 30 30 35 39 38 33 33 2e 32 33 30 30 30 30 34 30 30 30 30 30 31 31 31 30 30 30 30 33 37 34 30 30 30 34 30 30 30 33 30 30 30 30 30 30 30 30 30 32 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 e2 7E -2024-06-21 21:16:22.752 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975782712, longitude=116.7590470, latitude=39.5739760, speed=36.000, mileage=51.94000000, dischargeVoltage=749000, dischargeCurrent=36000, insulationResistance=140500000, gear=D, accelerationPedal=30, brakePedal=00, fuelConsumption=11.30, motorControllerTemperature=640000, motorSpeed=49295, motorTorque=4860, motorTemperature=870000, motorVoltage=23000, motorCurrent=44140000, powerBattery=59833., maxFeedbackPower=230000, maxDischargePower=400000, bmsSelfCheck=11, powerBatteryCurrent=10000, powerBatteryV3=374000, maxVoltage=4000, minVoltage=3000, maxTemperature=000000, minTemperature=240000, 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-21 21:16:22.798 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:22.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:22.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:23.747 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:23.747 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:23.747 [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 38 39 37 35 37 38 33 37 31 31 31 31 36 2e 37 35 39 39 37 37 30 33 39 2e 35 37 34 31 32 34 30 37 32 2e 30 30 30 35 31 2e 39 38 30 30 30 30 30 30 34 30 34 30 30 30 31 32 30 30 30 32 38 36 34 35 30 30 30 30 44 32 30 39 30 31 31 2e 34 30 39 39 30 30 30 30 33 36 38 36 39 34 32 30 30 38 38 30 30 30 30 31 36 34 30 30 33 30 32 31 30 30 30 30 35 39 38 33 33 2e 36 32 30 30 30 30 36 33 30 30 30 30 32 30 34 30 30 30 30 35 32 31 30 30 30 34 30 30 30 33 30 30 30 34 39 30 30 30 30 35 38 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 05 7E -2024-06-21 21:16:23.747 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975783711, longitude=116.7599770, latitude=39.5741240, speed=72.000, mileage=51.98000000, dischargeVoltage=404000, dischargeCurrent=12000, insulationResistance=286450000, gear=D, accelerationPedal=20, brakePedal=90, fuelConsumption=11.40, motorControllerTemperature=990000, motorSpeed=36869, motorTorque=4200, motorTemperature=880000, motorVoltage=16400, motorCurrent=30210000, powerBattery=59833., maxFeedbackPower=620000, maxDischargePower=630000, bmsSelfCheck=20, powerBatteryCurrent=40000, powerBatteryV3=521000, maxVoltage=4000, minVoltage=3000, maxTemperature=490000, minTemperature=580000, 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-21 21:16:23.805 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:23.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:23.842 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:24.743 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:24.743 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:24.743 [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 38 39 37 35 37 38 34 37 30 38 31 31 36 2e 37 36 30 37 36 36 30 33 39 2e 35 37 34 32 35 36 30 35 34 2e 30 30 30 35 32 2e 30 31 30 30 30 30 30 30 36 38 36 30 30 30 34 33 30 30 30 39 38 33 37 30 30 30 30 30 44 30 30 32 30 39 2e 33 30 30 35 36 30 30 30 30 32 37 36 33 30 34 38 36 30 31 30 33 30 30 30 32 36 30 30 30 38 33 33 36 30 30 30 30 35 39 38 33 33 2e 32 36 30 30 30 30 36 38 30 30 30 30 38 30 36 30 30 30 30 37 32 36 30 30 30 34 30 30 30 34 30 30 30 31 39 30 30 30 30 33 31 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 02 7E -2024-06-21 21:16:24.743 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975784708, longitude=116.7607660, latitude=39.5742560, speed=54.000, mileage=52.01000000, dischargeVoltage=686000, dischargeCurrent=43000, insulationResistance=983700000, gear=D, accelerationPedal=00, brakePedal=20, fuelConsumption=9.300, motorControllerTemperature=560000, motorSpeed=27630, motorTorque=4860, motorTemperature=103000, motorVoltage=26000, motorCurrent=83360000, powerBattery=59833., maxFeedbackPower=260000, maxDischargePower=680000, bmsSelfCheck=80, powerBatteryCurrent=60000, powerBatteryV3=726000, maxVoltage=4000, minVoltage=4000, maxTemperature=190000, minTemperature=310000, 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-21 21:16:24.800 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:24.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:24.828 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:25.745 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:25.745 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:25.746 [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 38 39 37 35 37 38 35 37 30 37 31 31 36 2e 37 36 31 35 38 31 30 33 39 2e 35 37 34 34 31 33 30 33 36 2e 30 30 30 35 32 2e 30 33 30 30 30 30 30 30 34 31 35 30 30 30 34 36 30 30 30 32 31 31 36 30 30 30 30 30 44 38 30 37 30 39 2e 38 30 30 39 36 30 30 30 30 31 36 39 34 30 33 30 30 30 31 32 37 30 30 30 32 34 34 30 30 35 38 38 39 30 30 30 30 35 39 38 33 33 2e 33 30 30 30 30 30 35 32 30 30 30 30 37 30 35 30 30 30 30 36 31 33 30 30 30 34 30 30 30 34 30 30 30 34 30 30 30 30 30 36 36 30 30 30 30 34 30 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 e6 7E -2024-06-21 21:16:25.746 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975785707, longitude=116.7615810, latitude=39.5744130, speed=36.000, mileage=52.03000000, dischargeVoltage=415000, dischargeCurrent=46000, insulationResistance=211600000, gear=D, accelerationPedal=80, brakePedal=70, fuelConsumption=9.800, motorControllerTemperature=960000, motorSpeed=16940, motorTorque=3000, motorTemperature=127000, motorVoltage=24400, motorCurrent=58890000, powerBattery=59833., maxFeedbackPower=300000, maxDischargePower=520000, bmsSelfCheck=70, powerBatteryCurrent=50000, powerBatteryV3=613000, maxVoltage=4000, minVoltage=4000, maxTemperature=400000, minTemperature=660000, availableCapacity=400000, 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-21 21:16:25.793 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:25.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:25.821 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:26.758 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:26.759 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:26.759 [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 38 39 37 35 37 38 36 37 31 32 31 31 36 2e 37 36 32 36 31 36 30 33 39 2e 35 37 34 35 36 36 30 37 32 2e 30 30 30 35 32 2e 30 37 30 30 30 30 30 30 34 30 38 30 30 30 33 39 30 30 30 34 39 36 39 30 30 30 30 30 44 36 30 38 30 31 31 2e 38 30 32 32 30 30 30 30 35 38 34 36 38 31 37 32 30 37 31 30 30 30 30 32 35 34 30 30 34 30 38 35 30 30 30 30 35 39 38 33 33 2e 36 35 30 30 30 30 36 31 30 30 30 30 32 30 36 30 30 30 30 32 33 35 30 30 30 33 30 30 30 33 30 30 30 35 30 30 30 30 30 39 38 30 30 30 30 39 35 30 30 30 30 30 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 31 09 7E -2024-06-21 21:16:26.759 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975786712, longitude=116.7626160, latitude=39.5745660, speed=72.000, mileage=52.07000000, dischargeVoltage=408000, dischargeCurrent=39000, insulationResistance=496900000, gear=D, accelerationPedal=60, brakePedal=80, fuelConsumption=11.80, motorControllerTemperature=220000, motorSpeed=58468, motorTorque=1720, motorTemperature=710000, motorVoltage=25400, motorCurrent=40850000, powerBattery=59833., maxFeedbackPower=650000, maxDischargePower=610000, bmsSelfCheck=20, powerBatteryCurrent=60000, powerBatteryV3=235000, maxVoltage=3000, minVoltage=3000, maxTemperature=500000, minTemperature=980000, availableCapacity=950000, 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-21 21:16:26.833 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:26.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:26.860 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:16:27.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:46 - topic:test1 -2024-06-21 21:16:27.752 [MQTT Call: protocol-parsing] INFO com.muyu.mqtt.MessageCallbackService:47 - Qos:0 -2024-06-21 21:16:27.753 [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 38 39 37 35 37 38 37 37 31 32 31 31 36 2e 37 36 34 36 35 30 30 33 39 2e 35 37 34 38 38 30 30 32 37 30 2e 30 30 35 32 2e 32 32 30 30 30 30 30 30 35 37 36 30 30 30 33 30 30 30 30 31 35 30 37 39 30 30 30 30 44 31 30 35 30 31 30 2e 30 30 33 34 30 30 30 30 35 33 31 30 35 38 35 36 30 39 34 30 30 30 30 31 33 32 30 30 38 31 31 30 30 30 30 30 35 39 38 31 33 2e 36 33 30 30 30 30 39 38 30 30 30 30 37 30 35 30 30 30 30 33 39 33 30 30 30 34 30 30 30 33 30 30 30 33 38 30 30 30 30 32 30 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 db 7E -2024-06-21 21:16:27.753 [MQTT Call: protocol-parsing] ERROR com.muyu.utils.ConversionUtil:323 - 报文解析:MessageData(vin=ZEQA6V2Z98M9ZMFZF, timestamp=1718975787712, longitude=116.7646500, latitude=39.5748800, speed=270.00, mileage=52.22000000, dischargeVoltage=576000, dischargeCurrent=30000, insulationResistance=150790000, gear=D, accelerationPedal=10, brakePedal=50, fuelConsumption=10.00, motorControllerTemperature=340000, motorSpeed=53105, motorTorque=8560, motorTemperature=940000, motorVoltage=13200, motorCurrent=81100000, powerBattery=59813., maxFeedbackPower=630000, maxDischargePower=980000, bmsSelfCheck=70, powerBatteryCurrent=50000, powerBatteryV3=393000, maxVoltage=4000, minVoltage=3000, maxTemperature=380000, minTemperature=200000, 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-21 21:16:27.819 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:288 - 该车故障GZ001信息在Redis中的过期时间被刷新,不发送到RabbitMQ -2024-06-21 21:16:27.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:314 - 删除该车故障GZ002信息存储到本地缓存中 -2024-06-21 21:16:27.843 [Thread-1] INFO com.muyu.event.service.impl.EventServiceImpl:315 - 删除该车故障GZ002信息存储到Redis中 -2024-06-21 21:19:48.265 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:19:48.289 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:19:48.333 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:19:48.885 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:19:49.204 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:19:49.319 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:19:49.330 [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-21 21:19:49.330 [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-21 21:19:49.330 [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-21 21:19:49.330 [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-21 21:19:49.330 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 21:19:49.330 [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-925c800b-485b-4ec3-9c10-49157b993341 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:19:49.330 [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-3bcaa0a6-0b14-4cea-8f76-381e33772556 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:19:49.330 [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-21 21:19:49.331 [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-bedc752b-0181-4fec-8284-bbf306777639 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:19:49.331 [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-21 21:19:49.331 [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-21 21:19:49.331 [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-21 21:19:49.333 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:19:49.333 [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-21 21:19:49.334 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:19:49.334 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:19:49.334 [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-21 21:19:49.334 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:19:49.335 [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-21 21:19:49.335 [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-21 21:19:49.336 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:19:49.336 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:19:49.336 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:19:49.337 [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-21 21:19:49.337 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:19:49.337 [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-21 21:19:49.337 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:19:49.338 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:19:49.338 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:19:49.338 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:19:49.342 [SpringApplicationShutdownHook] INFO org.apache.kafka.clients.producer.KafkaProducer:1204 - [Producer clientId=producer-1] Closing the Kafka producer with timeoutMillis = 30000 ms. -2024-06-21 21:19:49.342 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:19:49.342 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:663 - Closing reporter org.apache.kafka.common.metrics.JmxReporter -2024-06-21 21:19:49.342 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:19:49.342 [SpringApplicationShutdownHook] INFO org.apache.kafka.common.utils.AppInfoParser:83 - App info kafka.producer for producer-1 unregistered -2024-06-21 21:19:49.521 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 21:19:49.525 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 21:19:59.178 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 14972 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:19:59.179 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:19:59.180 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:19:59.731 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 21:19:59.732 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 21:19:59.757 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces. -2024-06-21 21:20:00.035 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$faa4c1d2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 21:20:00.116 [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-21 21:20:00.118 [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-21 21:20:00.120 [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-21 21:20:00.138 [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-21 21:20:00.167 [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-21 21:20:00.171 [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-21 21:20:00.414 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 21:20:00.440 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 21:20:00.441 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 21:20:00.632 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 21:20:00.633 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1411 ms -2024-06-21 21:20:01.301 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 21:20:02.022 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 21:20:02.027 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 21:20:02.044 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 21:20:02.202 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 21:20:02.220 [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-21 21:20:02.275 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:20:02.275 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:20:02.276 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976002274 -2024-06-21 21:20:02.277 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 21:20:02.284 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'redisKeyExpirationListener' defined in file [D:\work\IotDB\target\classes\com\muyu\event\redis\RedisKeyExpirationListener.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.data.redis.listener.RedisMessageListenerContainer' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {} -2024-06-21 21:20:02.297 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 21:20:02.479 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:20:02.480 [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-21 21:20:02.481 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:20:02.488 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:20:02.490 [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-d46fee0c-632e-4d84-8d11-d36d4befb974', protocol='range'} -2024-06-21 21:20:02.492 [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-d46fee0c-632e-4d84-8d11-d36d4befb974=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:20:02.494 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 21:20:02.496 [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-d46fee0c-632e-4d84-8d11-d36d4befb974', protocol='range'} -2024-06-21 21:20:02.496 [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-21 21:20:02.497 [main] INFO org.apache.catalina.core.StandardService:173 - Stopping service [Tomcat] -2024-06-21 21:20:02.497 [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-21 21:20:02.503 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 21:20:02.503 [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-21 21:20:02.503 [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-21 21:20:02.503 [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-21 21:20:02.504 [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-21 21:20:02.504 [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-21 21:20:02.504 [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-21 21:20:02.504 [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-21 21:20:02.504 [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=167, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:20:02.522 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -Parameter 0 of constructor in com.muyu.event.redis.RedisKeyExpirationListener required a bean of type 'org.springframework.data.redis.listener.RedisMessageListenerContainer' that could not be found. - - -Action: - -Consider defining a bean of type 'org.springframework.data.redis.listener.RedisMessageListenerContainer' in your configuration. - -2024-06-21 21:21:16.317 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 16912 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:21:16.318 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:21:16.319 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:21:16.703 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'redisTemplate' defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]: Cannot register bean definition [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisListenerConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]] for bean 'redisTemplate': There is already [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/demos/web/config/RedisConfig.class]] bound. -2024-06-21 21:21:16.708 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 21:21:16.722 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -The bean 'redisTemplate', defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/muyu/demos/web/config/RedisConfig.class] and overriding is disabled. - -Action: - -Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true - -2024-06-21 21:22:16.157 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 2124 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:22:16.159 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:22:16.159 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:22:16.552 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'redisTemplate' defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]: Cannot register bean definition [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisListenerConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]] for bean 'redisTemplate': There is already [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/demos/web/config/RedisConfig.class]] bound. -2024-06-21 21:22:16.557 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 21:22:16.570 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -The bean 'redisTemplate', defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/muyu/demos/web/config/RedisConfig.class] and overriding is disabled. - -Action: - -Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true - -2024-06-21 21:22:34.584 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 25736 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:22:34.585 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:22:34.586 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:22:34.945 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'redisTemplate' defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]: Cannot register bean definition [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=true; factoryBeanName=redisListenerConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]] for bean 'redisTemplate': There is already [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/demos/web/config/RedisConfig.class]] bound. -2024-06-21 21:22:34.950 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 21:22:34.960 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -The bean 'redisTemplate', defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/muyu/demos/web/config/RedisConfig.class] and overriding is disabled. - -Action: - -Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true - -2024-06-21 21:23:15.413 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 10192 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:23:15.414 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:23:15.414 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:23:15.778 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'redisTemplate' defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]: Cannot register bean definition [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisListenerConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]] for bean 'redisTemplate': There is already [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/demos/web/config/RedisConfig.class]] bound. -2024-06-21 21:23:15.783 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 21:23:15.793 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -The bean 'redisTemplate', defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/muyu/demos/web/config/RedisConfig.class] and overriding is disabled. - -Action: - -Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true - -2024-06-21 21:23:40.466 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 8056 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:23:40.467 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:23:40.468 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:23:40.807 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'redisTemplate' defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]: Cannot register bean definition [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisListenerConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]] for bean 'redisTemplate': There is already [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/demos/web/config/RedisConfig.class]] bound. -2024-06-21 21:23:40.812 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 21:23:40.823 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -The bean 'redisTemplate', defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/muyu/demos/web/config/RedisConfig.class] and overriding is disabled. - -Action: - -Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true - -2024-06-21 21:24:44.921 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 19988 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:24:44.923 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:24:44.923 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:24:45.397 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 21:24:45.400 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 21:24:45.421 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 21:24:45.643 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$faa4c1d2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 21:24:45.722 [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-21 21:24:45.723 [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-21 21:24:45.725 [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-21 21:24:45.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-21 21:24:45.770 [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-21 21:24:45.774 [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-21 21:24:45.975 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 21:24:45.981 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 21:24:45.981 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 21:24:46.073 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 21:24:46.073 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1120 ms -2024-06-21 21:24:46.641 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 21:24:47.027 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 21:24:47.032 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 21:24:47.050 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 21:24:47.090 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 21:24:47.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-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-21 21:24:47.156 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:24:47.156 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:24:47.156 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976287155 -2024-06-21 21:24:47.157 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 21:24:47.162 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'redisKeyExpirationListener' defined in file [D:\work\IotDB\target\classes\com\muyu\event\redis\RedisKeyExpirationListener.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.data.redis.listener.RedisMessageListenerContainer' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {} -2024-06-21 21:24:47.174 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 21:24:47.344 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 21:24:47.346 [main] INFO org.apache.catalina.core.StandardService:173 - Stopping service [Tomcat] -2024-06-21 21:24:47.350 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:24:47.351 [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-21 21:24:47.352 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 21:24:47.353 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:24:47.359 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:24:47.361 [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-b383a53a-53a6-4171-8ff6-26955b284206', protocol='range'} -2024-06-21 21:24:47.362 [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-b383a53a-53a6-4171-8ff6-26955b284206=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:24:47.366 [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-b383a53a-53a6-4171-8ff6-26955b284206', protocol='range'} -2024-06-21 21:24:47.367 [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-21 21:24:47.367 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -Parameter 0 of constructor in com.muyu.event.redis.RedisKeyExpirationListener required a bean of type 'org.springframework.data.redis.listener.RedisMessageListenerContainer' that could not be found. - - -Action: - -Consider defining a bean of type 'org.springframework.data.redis.listener.RedisMessageListenerContainer' in your configuration. - -2024-06-21 21:24:47.368 [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-21 21:24:47.372 [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-21 21:24:47.372 [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-21 21:24:47.372 [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-21 21:24:47.372 [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-21 21:24:47.373 [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-21 21:24:47.373 [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-21 21:24:47.373 [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-21 21:24:47.373 [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=167, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:25:29.520 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 1724 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:25:29.523 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:25:29.524 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:25:30.135 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 21:25:30.138 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 21:25:30.159 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces. -2024-06-21 21:25:30.403 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker:376 - Bean 'com.dtflys.forest.springboot.ForestAutoConfiguration' of type [com.dtflys.forest.springboot.ForestAutoConfiguration$$EnhancerBySpringCGLIB$$faa4c1d2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) -2024-06-21 21:25:30.486 [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-21 21:25:30.488 [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-21 21:25:30.489 [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-21 21:25:30.502 [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-21 21:25:30.533 [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-21 21:25:30.537 [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-21 21:25:30.755 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 21:25:30.763 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 21:25:30.763 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 21:25:30.872 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 21:25:30.872 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1293 ms -2024-06-21 21:25:31.535 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 21:25:31.915 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 21:25:31.921 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 21:25:31.937 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 21:25:31.979 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 21:25:31.995 [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-21 21:25:32.053 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:25:32.053 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:25:32.053 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976332052 -2024-06-21 21:25:32.054 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 21:25:32.060 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'redisKeyExpirationListener' defined in file [D:\work\IotDB\target\classes\com\muyu\event\redis\RedisKeyExpirationListener.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'org.springframework.data.redis.listener.RedisMessageListenerContainer' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {} -2024-06-21 21:25:32.071 [main] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 21:25:32.228 [main] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 21:25:32.230 [main] INFO org.apache.catalina.core.StandardService:173 - Stopping service [Tomcat] -2024-06-21 21:25:32.237 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 21:25:32.249 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -Parameter 0 of constructor in com.muyu.event.redis.RedisKeyExpirationListener required a bean of type 'org.springframework.data.redis.listener.RedisMessageListenerContainer' that could not be found. - - -Action: - -Consider defining a bean of type 'org.springframework.data.redis.listener.RedisMessageListenerContainer' in your configuration. - -2024-06-21 21:25:32.259 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:25:32.260 [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-21 21:25:32.262 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:25:32.268 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:25:32.270 [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-875b30ac-c718-4d50-aa8f-417a31f85824', protocol='range'} -2024-06-21 21:25:32.272 [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-875b30ac-c718-4d50-aa8f-417a31f85824=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:25:32.275 [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-875b30ac-c718-4d50-aa8f-417a31f85824', protocol='range'} -2024-06-21 21:25:32.275 [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-21 21:25:32.276 [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-21 21:25:32.283 [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-21 21:25:32.284 [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-21 21:25:32.284 [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-21 21:25:32.284 [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-21 21:25:32.284 [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-21 21:25:32.284 [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-21 21:25:32.284 [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-21 21:25:32.284 [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=167, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:27:48.708 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 26476 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:27:48.709 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:27:48.710 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:27:49.076 [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext:591 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.support.BeanDefinitionOverrideException: Invalid bean definition with name 'redisTemplate' defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]: Cannot register bean definition [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisListenerConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class]] for bean 'redisTemplate': There is already [Root bean: class [null]; scope=; abstract=false; lazyInit=null; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=redisConfig; factoryMethodName=redisTemplate; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/muyu/demos/web/config/RedisConfig.class]] bound. -2024-06-21 21:27:49.081 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener:136 - - -Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. -2024-06-21 21:27:49.092 [main] ERROR o.s.b.diagnostics.LoggingFailureAnalysisReporter:40 - - -*************************** -APPLICATION FAILED TO START -*************************** - -Description: - -The bean 'redisTemplate', defined in class path resource [com/muyu/event/redis/RedisListenerConfig.class], could not be registered. A bean with that name has already been defined in class path resource [com/muyu/demos/web/config/RedisConfig.class] and overriding is disabled. - -Action: - -Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true - -2024-06-21 21:29:46.144 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 20056 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:29:46.145 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:29:46.145 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:29:46.624 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 21:29:46.626 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 21:29:46.648 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 21:29:46.887 [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-21 21:29:46.964 [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-21 21:29:46.965 [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-21 21:29:46.968 [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-21 21:29:46.979 [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-21 21:29:47.010 [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-21 21:29:47.013 [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-21 21:29:47.223 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 21:29:47.229 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 21:29:47.230 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 21:29:47.325 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 21:29:47.325 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1150 ms -2024-06-21 21:29:47.932 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 21:29:48.255 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 21:29:48.260 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 21:29:48.276 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 21:29:48.323 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 21:29:48.338 [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-21 21:29:48.389 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:29:48.389 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:29:48.389 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976588388 -2024-06-21 21:29:48.390 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 21:29:48.606 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:29:48.606 [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-21 21:29:48.608 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:29:48.614 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:29:48.615 [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-00b3fb0a-9bae-443c-8993-485c0db9e144', protocol='range'} -2024-06-21 21:29:48.617 [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-00b3fb0a-9bae-443c-8993-485c0db9e144=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:29:48.619 [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-00b3fb0a-9bae-443c-8993-485c0db9e144', protocol='range'} -2024-06-21 21:29:48.619 [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-21 21:29:48.620 [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-21 21:29:48.626 [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-21 21:29:48.626 [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-21 21:29:48.626 [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-21 21:29:48.626 [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-21 21:29:48.626 [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-21 21:29:48.627 [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-21 21:29:48.627 [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-21 21:29:48.627 [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=167, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:29:48.854 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 21:29:48.914 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 21:29:49.544 [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-21 21:29:49.549 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:29:49.549 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:29:49.549 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976589549 -2024-06-21 21:29:49.550 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:29:49.561 [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-21 21:29:49.565 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:29:49.565 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:29:49.565 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:29:49.565 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976589564 -2024-06-21 21:29:49.565 [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-21 21:29:49.565 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:29:49.566 [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-21 21:29:49.567 [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-21 21:29:49.569 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:29:49.569 [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-21 21:29:49.570 [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-21 21:29:49.570 [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-21 21:29:49.570 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:29:49.571 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:29:49.571 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976589570 -2024-06-21 21:29:49.571 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:29:49.572 [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-5ad75089-dfc5-4d6a-8fae-fd6fedf0d7c4', protocol='range'} -2024-06-21 21:29:49.572 [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-5ad75089-dfc5-4d6a-8fae-fd6fedf0d7c4=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:29:49.573 [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-21 21:29:49.574 [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=28, memberId='consumer-Topics-2-5ad75089-dfc5-4d6a-8fae-fd6fedf0d7c4', protocol='range'} -2024-06-21 21:29:49.574 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:29:49.574 [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-21 21:29:49.574 [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-21 21:29:49.574 [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-21 21:29:49.575 [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-21 21:29:49.577 [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-21 21:29:49.577 [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-21 21:29:49.577 [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-21 21:29:49.577 [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-21 21:29:49.578 [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-21 21:29:49.578 [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-21 21:29:49.578 [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-21 21:29:49.578 [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-21 21:29:49.578 [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=167, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:29:49.579 [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-21 21:29:49.583 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 21:29:49.727 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 21:29:49.880 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#47ef5a33:0/SimpleConnection@60c33609 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 59712] -2024-06-21 21:29: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-21 21:29: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-21 21:29:50.483 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.622 seconds (JVM running for 5.082) -2024-06-21 21:29:50.485 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 21:29:50.699 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:29:50.700 [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-21 21:29:51.113 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:29:51.114 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 21:29:51.114 [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-21 21:29:51.532 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:29:51.533 [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-21 21:29:51.917 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:29:51.918 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 21:29:51.919 [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-21 21:29:52.319 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:29:52.319 [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-21 21:29:52.573 [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-21 21:29:52.574 [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-21 21:29:52.574 [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-21 21:29:52.575 [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-21 21:29:52.577 [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-b63e58a4-c4d2-4b7b-8074-05811999517d', protocol='range'} -2024-06-21 21:29:52.578 [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-254a02cb-c6cc-4a44-86c4-45cc616282ac', protocol='range'} -2024-06-21 21:29:52.582 [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-5ad75089-dfc5-4d6a-8fae-fd6fedf0d7c4', protocol='range'} -2024-06-21 21:29:52.582 [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-3-b63e58a4-c4d2-4b7b-8074-05811999517d=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-4-254a02cb-c6cc-4a44-86c4-45cc616282ac=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-2-5ad75089-dfc5-4d6a-8fae-fd6fedf0d7c4=Assignment(partitions=[test1-0, test1-1, test1-2])} -2024-06-21 21:29:52.584 [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-254a02cb-c6cc-4a44-86c4-45cc616282ac', protocol='range'} -2024-06-21 21:29:52.584 [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-5ad75089-dfc5-4d6a-8fae-fd6fedf0d7c4', protocol='range'} -2024-06-21 21:29:52.584 [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-21 21:29:52.584 [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-21 21:29:52.584 [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-21 21:29:52.584 [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-21 21:29:52.585 [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-b63e58a4-c4d2-4b7b-8074-05811999517d', protocol='range'} -2024-06-21 21:29:52.585 [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-21 21:29:52.585 [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-21 21:29:52.586 [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-21 21:29:52.586 [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-21 21:29:52.586 [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-21 21:29:52.587 [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-21 21:29:52.588 [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-21 21:29:52.587 [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-21 21:29:52.588 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 21:29:52.589 [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-21 21:29:52.589 [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-21 21:29:52.589 [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=167, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:29:52.589 [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-21 21:29:52.735 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:29:52.735 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 21:29:52.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-21 21:29:53.168 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:29:53.170 [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-21 21:29:53.586 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:30:25.759 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 21:30:25.759 [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-21 21:30:26.164 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:30:26.165 [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-21 21:30:26.578 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:30:54.499 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:30:54.533 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:30:54.563 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:30:54.817 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:30:54.929 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:30:55.074 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:30:55.087 [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-21 21:30:55.087 [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-21 21:30:55.087 [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-21 21:30:55.087 [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-b63e58a4-c4d2-4b7b-8074-05811999517d sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:30:55.087 [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-21 21:30:55.087 [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-5ad75089-dfc5-4d6a-8fae-fd6fedf0d7c4 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:30:55.088 [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-21 21:30:55.088 [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-21 21:30:55.088 [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-21 21:30:55.088 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 21:30:55.088 [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-254a02cb-c6cc-4a44-86c4-45cc616282ac sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:30:55.088 [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-21 21:30:55.090 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:30:55.090 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:30:55.090 [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-21 21:30:55.090 [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-21 21:30:55.090 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:30:55.090 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:30:55.093 [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-21 21:30:55.093 [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-21 21:30:55.093 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:30:55.093 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:30:55.093 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:30:55.093 [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-21 21:30:55.099 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:30:55.101 [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-21 21:30:55.102 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:30:55.105 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:30:55.105 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:30:55.105 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:30:55.262 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 21:30:55.267 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 21:31:03.985 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 12256 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:31:03.987 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:31:03.987 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:31:04.775 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 21:31:04.777 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 21:31:04.810 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 17 ms. Found 0 Redis repository interfaces. -2024-06-21 21:31:05.082 [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-21 21:31:05.188 [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-21 21:31:05.191 [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-21 21:31:05.194 [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-21 21:31:05.212 [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-21 21:31:05.250 [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-21 21:31:05.254 [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-21 21:31:05.482 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 21:31:05.491 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 21:31:05.491 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 21:31:05.592 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 21:31:05.592 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1456 ms -2024-06-21 21:31:06.255 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 21:31:06.650 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 21:31:06.656 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 21:31:06.673 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 21:31:06.715 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 21:31:06.731 [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-21 21:31:06.787 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:31:06.787 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:31:06.787 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976666786 -2024-06-21 21:31:06.788 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 21:31:07.023 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:31:07.025 [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-21 21:31:07.026 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:31:07.034 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:31:07.036 [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-eb971a6d-78c4-4548-88a5-e94d28accd75', protocol='range'} -2024-06-21 21:31:07.038 [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-eb971a6d-78c4-4548-88a5-e94d28accd75=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:31:07.043 [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-eb971a6d-78c4-4548-88a5-e94d28accd75', protocol='range'} -2024-06-21 21:31:07.044 [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-21 21:31:07.050 [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-21 21:31:07.064 [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-21 21:31:07.064 [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-21 21:31:07.064 [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-21 21:31:07.065 [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-21 21:31:07.065 [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-21 21:31:07.065 [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-21 21:31:07.065 [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-21 21:31:07.065 [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=167, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:31:07.313 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 21:31:07.381 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 21:31:08.072 [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-21 21:31:08.078 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:31:08.078 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:31:08.079 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976668078 -2024-06-21 21:31:08.080 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:31:08.087 [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-21 21:31:08.091 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:31:08.091 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:31:08.091 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976668091 -2024-06-21 21:31:08.091 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:31:08.091 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:31:08.092 [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-21 21:31:08.092 [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-21 21:31:08.092 [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-21 21:31:08.095 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:31:08.095 [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-21 21:31:08.095 [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-21 21:31:08.095 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:31:08.095 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:31:08.096 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976668095 -2024-06-21 21:31:08.096 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:31:08.096 [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-21 21:31:08.097 [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-20f53097-58c9-4425-bd7e-e5d38bab3ba5', protocol='range'} -2024-06-21 21:31:08.098 [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-20f53097-58c9-4425-bd7e-e5d38bab3ba5=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:31:08.099 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:31:08.099 [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-21 21:31:08.099 [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-21 21:31:08.100 [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-21 21:31:08.100 [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-20f53097-58c9-4425-bd7e-e5d38bab3ba5', protocol='range'} -2024-06-21 21:31:08.100 [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-21 21:31:08.100 [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-21 21:31:08.102 [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-21 21:31:08.104 [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-21 21:31:08.104 [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-21 21:31:08.104 [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-21 21:31:08.104 [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-21 21:31:08.104 [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-21 21:31:08.104 [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-21 21:31:08.105 [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-21 21:31:08.105 [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=167, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:31:08.105 [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-21 21:31:08.110 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 21:31:08.235 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 21:31:08.384 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#47ef5a33:0/SimpleConnection@7154a248 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 59815] -2024-06-21 21:31:08.909 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 21:31:08.910 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.296 seconds (JVM running for 5.973) -2024-06-21 21:31:08.912 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 21:31:08.913 [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-21 21:31:09.376 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:31:09.377 [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-21 21:31:09.763 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:31:11.099 [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-21 21:31:11.100 [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-21 21:31:11.100 [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-21 21:31:11.100 [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-21 21:31:11.106 [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-14929cc3-a1cf-4e13-8e76-ca6aba1e94e1', protocol='range'} -2024-06-21 21:31:11.107 [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-b42fbc23-797d-48fb-9d54-2a164fbb0f07', protocol='range'} -2024-06-21 21:31:11.107 [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-20f53097-58c9-4425-bd7e-e5d38bab3ba5', protocol='range'} -2024-06-21 21:31:11.108 [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-2-20f53097-58c9-4425-bd7e-e5d38bab3ba5=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-4-14929cc3-a1cf-4e13-8e76-ca6aba1e94e1=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-3-b42fbc23-797d-48fb-9d54-2a164fbb0f07=Assignment(partitions=[test1-3, test1-4, test1-5])} -2024-06-21 21:31:11.109 [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-14929cc3-a1cf-4e13-8e76-ca6aba1e94e1', protocol='range'} -2024-06-21 21:31:11.110 [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-b42fbc23-797d-48fb-9d54-2a164fbb0f07', protocol='range'} -2024-06-21 21:31:11.110 [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-21 21:31:11.110 [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-21 21:31:11.110 [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-21 21:31:11.110 [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-21 21:31:11.110 [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-20f53097-58c9-4425-bd7e-e5d38bab3ba5', protocol='range'} -2024-06-21 21:31:11.111 [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-21 21:31:11.111 [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-21 21:31:11.112 [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-21 21:31:11.112 [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-21 21:31:11.112 [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=167, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:31:11.112 [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-21 21:31:11.113 [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-21 21:31:11.113 [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-21 21:31:11.113 [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-21 21:31:11.113 [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-21 21:31:11.113 [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-21 21:31:11.114 [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-21 21:31:11.114 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 21:31:33.784 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:31:33.806 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:31:33.808 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:31:33.828 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:31:33.857 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:31:33.955 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:31:33.970 [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-21 21:31:33.970 [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-21 21:31:33.970 [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-21 21:31:33.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-21 21:31:33.970 [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-21 21:31:33.970 [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-21 21:31:33.970 [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-b42fbc23-797d-48fb-9d54-2a164fbb0f07 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:31:33.970 [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-20f53097-58c9-4425-bd7e-e5d38bab3ba5 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:31:33.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-14929cc3-a1cf-4e13-8e76-ca6aba1e94e1 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:31:33.971 [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-21 21:31:33.971 [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-21 21:31:33.971 [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-21 21:31:33.972 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:31:33.972 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:31:33.972 [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-21 21:31:33.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-21 21:31:33.972 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:31:33.972 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:31:33.972 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:31:33.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-21 21:31:33.972 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:31:33.974 [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-21 21:31:33.974 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:31:33.975 [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-21 21:31:33.975 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:31:33.976 [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-21 21:31:33.976 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:31:33.977 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:31:33.977 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:31:33.977 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:31:34.127 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 21:31:34.133 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 21:31:41.843 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 23392 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:31:41.844 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:31:41.844 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:31:42.391 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 21:31:42.395 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 21:31:42.421 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces. -2024-06-21 21:31:42.659 [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-21 21:31:42.735 [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-21 21:31:42.737 [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-21 21:31:42.738 [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-21 21:31:42.750 [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-21 21:31:42.779 [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-21 21:31:42.784 [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-21 21:31:42.990 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 21:31:42.998 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 21:31:42.998 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 21:31:43.097 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 21:31:43.097 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1222 ms -2024-06-21 21:31:43.676 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 21:31:44.001 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 21:31:44.008 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 21:31:44.025 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 21:31:44.068 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 21:31:44.086 [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-21 21:31:44.146 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:31:44.146 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:31:44.146 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976704145 -2024-06-21 21:31:44.147 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 21:31:44.368 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:31:44.369 [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-21 21:31:44.370 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:31:44.377 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:31:44.378 [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-a1e5b879-8e9e-41c2-87f6-d27b1f3121c9', protocol='range'} -2024-06-21 21:31:44.380 [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-a1e5b879-8e9e-41c2-87f6-d27b1f3121c9=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:31:44.383 [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-a1e5b879-8e9e-41c2-87f6-d27b1f3121c9', protocol='range'} -2024-06-21 21:31:44.383 [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-21 21:31:44.385 [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-21 21:31:44.389 [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-21 21:31:44.389 [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-21 21:31:44.390 [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-21 21:31:44.390 [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-21 21:31:44.390 [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-21 21:31:44.390 [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-21 21:31:44.390 [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-21 21:31:44.390 [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=167, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:31:44.605 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 21:31:44.669 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 21:31:45.338 [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-21 21:31:45.343 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:31:45.343 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:31:45.343 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976705343 -2024-06-21 21:31:45.344 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:31:45.350 [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-21 21:31:45.354 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:31:45.354 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:31:45.354 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:31:45.354 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976705354 -2024-06-21 21:31:45.354 [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-21 21:31:45.355 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:31:45.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-21 21:31:45.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-21 21:31:45.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: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:31:45.359 [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-21 21:31:45.359 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:31:45.359 [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-21 21:31:45.360 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:31:45.360 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976705359 -2024-06-21 21:31:45.360 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:31:45.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-21 21:31:45.362 [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-21 21:31:45.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: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:31:45.363 [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-4f957443-297c-47fb-abee-ab9f48842c6b', protocol='range'} -2024-06-21 21:31:45.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-21 21:31:45.363 [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-4f957443-297c-47fb-abee-ab9f48842c6b=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:31:45.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-21 21:31:45.366 [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=34, memberId='consumer-Topics-2-4f957443-297c-47fb-abee-ab9f48842c6b', protocol='range'} -2024-06-21 21:31:45.366 [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-21 21:31:45.368 [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-21 21:31:45.368 [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-21 21:31:45.369 [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-7f84c8a1-37a5-46a7-9c2e-c0695b5907c1', protocol='range'} -2024-06-21 21:31:45.370 [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-defb35cc-73f6-4ead-bb21-605522541200', protocol='range'} -2024-06-21 21:31:45.370 [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-4f957443-297c-47fb-abee-ab9f48842c6b', protocol='range'} -2024-06-21 21:31:45.370 [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-4-7f84c8a1-37a5-46a7-9c2e-c0695b5907c1=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-2-4f957443-297c-47fb-abee-ab9f48842c6b=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-3-defb35cc-73f6-4ead-bb21-605522541200=Assignment(partitions=[test1-3, test1-4, test1-5])} -2024-06-21 21:31:45.371 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 21:31:45.371 [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-7f84c8a1-37a5-46a7-9c2e-c0695b5907c1', protocol='range'} -2024-06-21 21:31:45.371 [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-4f957443-297c-47fb-abee-ab9f48842c6b', protocol='range'} -2024-06-21 21:31:45.371 [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-21 21:31:45.371 [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-21 21:31:45.371 [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-21 21:31:45.371 [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-defb35cc-73f6-4ead-bb21-605522541200', protocol='range'} -2024-06-21 21:31:45.371 [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-21 21:31:45.372 [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-21 21:31:45.372 [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-21 21:31:45.374 [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-21 21:31:45.374 [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-21 21:31:45.374 [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-21 21:31:45.374 [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-21 21:31:45.374 [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-21 21:31:45.374 [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-21 21:31:45.374 [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=167, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:31:45.374 [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-21 21:31:45.375 [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-21 21:31:45.375 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 21:31:45.375 [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-21 21:31:45.506 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 21:31:45.655 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#47ef5a33:0/SimpleConnection@7154a248 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 59871] -2024-06-21 21:31:46.300 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.749 seconds (JVM running for 5.28) -2024-06-21 21:31:46.301 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 21:32:51.984 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:32:52.012 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:32:52.035 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:32:52.782 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:32:52.881 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:32:53.001 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:32:53.015 [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-21 21:32:53.015 [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-21 21:32:53.015 [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-21 21:32:53.015 [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-21 21:32:53.015 [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-21 21:32:53.015 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 21:32:53.015 [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-4f957443-297c-47fb-abee-ab9f48842c6b sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:32:53.015 [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-7f84c8a1-37a5-46a7-9c2e-c0695b5907c1 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:32:53.015 [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-defb35cc-73f6-4ead-bb21-605522541200 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:32:53.016 [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-21 21:32:53.016 [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-21 21:32:53.016 [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-21 21:32:53.018 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:32:53.018 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:32:53.018 [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-21 21:32:53.018 [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-21 21:32:53.018 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:32:53.018 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:32:53.018 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:32:53.018 [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-21 21:32:53.019 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:32:53.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-21 21:32:53.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-21 21:32:53.021 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:32:53.021 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:32:53.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-21 21:32:53.021 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:32:53.023 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:32:53.023 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:32:53.023 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:32:53.177 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 21:32:53.182 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 21:33:02.927 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 16336 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:33:02.928 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:33:02.930 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:33:03.698 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 21:33:03.701 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 21:33:03.726 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces. -2024-06-21 21:33:03.952 [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-21 21:33:04.040 [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-21 21:33:04.043 [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-21 21:33:04.045 [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-21 21:33:04.060 [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-21 21:33:04.098 [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-21 21:33:04.103 [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-21 21:33:04.309 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 21:33:04.315 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 21:33:04.315 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 21:33:04.409 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 21:33:04.409 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1413 ms -2024-06-21 21:33:05.009 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 21:33:05.348 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 21:33:05.355 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 21:33:05.371 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 21:33:05.410 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 21:33:05.425 [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-21 21:33:05.479 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:33:05.479 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:33:05.479 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976785478 -2024-06-21 21:33:05.480 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 21:33:05.695 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:33:05.696 [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-21 21:33:05.697 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:33:05.703 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:33:05.703 [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-d538c5e0-7e07-4b8f-b1f5-3414177ea88c', protocol='range'} -2024-06-21 21:33:05.706 [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-d538c5e0-7e07-4b8f-b1f5-3414177ea88c=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:33:05.709 [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-d538c5e0-7e07-4b8f-b1f5-3414177ea88c', protocol='range'} -2024-06-21 21:33:05.710 [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-21 21:33:05.711 [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-21 21:33:05.716 [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-21 21:33:05.716 [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-21 21:33:05.716 [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-21 21:33:05.717 [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-21 21:33:05.717 [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-21 21:33:05.717 [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-21 21:33:05.717 [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-21 21:33:05.717 [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=167, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:33:05.946 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 21:33:06.006 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 21:33:06.653 [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-21 21:33:06.658 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:33:06.658 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:33:06.658 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976786658 -2024-06-21 21:33:06.659 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:33:06.664 [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-21 21:33:06.668 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:33:06.668 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:33:06.668 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:33:06.668 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976786668 -2024-06-21 21:33:06.668 [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-21 21:33:06.668 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:33:06.669 [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-21 21:33:06.670 [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-21 21:33:06.671 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:33:06.671 [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-21 21:33:06.671 [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-21 21:33:06.672 [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-21 21:33:06.672 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:33:06.672 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:33:06.673 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976786672 -2024-06-21 21:33:06.673 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:33:06.674 [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-94bea179-a11c-49d6-bc1b-1f16e0a19229', protocol='range'} -2024-06-21 21:33:06.674 [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-94bea179-a11c-49d6-bc1b-1f16e0a19229=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:33:06.674 [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-21 21:33:06.675 [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-94bea179-a11c-49d6-bc1b-1f16e0a19229', protocol='range'} -2024-06-21 21:33:06.676 [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-21 21:33:06.676 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:33:06.676 [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-21 21:33:06.676 [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-21 21:33:06.676 [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-21 21:33:06.679 [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-21 21:33:06.679 [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-21 21:33:06.679 [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-21 21:33:06.679 [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-21 21:33:06.680 [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-21 21:33:06.680 [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-21 21:33:06.680 [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-21 21:33:06.680 [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-21 21:33:06.680 [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=167, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:33:06.681 [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-21 21:33:06.685 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 21:33:06.798 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 21:33:06.941 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#47ef5a33:0/SimpleConnection@7154a248 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 59938] -2024-06-21 21:33:07.273 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] INFO com.muyu.mqtt.MsgHandler:22 - 接收到消息:47.100.60.64,47.102.213.144 -2024-06-21 21:33:07.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-21 21:33:07.523 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 5.094 seconds (JVM running for 5.703) -2024-06-21 21:33:07.524 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 21:33:07.712 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:33:07.713 [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-21 21:33:08.144 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-1] ERROR com.muyu.mqtt.MsgHandler:33 - client创建成功:protocol-parsing -2024-06-21 21:33:09.677 [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-21 21:33:09.678 [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-21 21:33:09.679 [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-21 21:33:09.679 [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-21 21:33:09.681 [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-9fac5729-cb26-4ed9-9b0b-51da5b90851b', protocol='range'} -2024-06-21 21:33:09.681 [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-bcaddf88-5f8b-437b-8fb8-ff7ddb4bcb2f', protocol='range'} -2024-06-21 21:33:09.683 [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-94bea179-a11c-49d6-bc1b-1f16e0a19229', protocol='range'} -2024-06-21 21:33:09.683 [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-4-9fac5729-cb26-4ed9-9b0b-51da5b90851b=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-2-94bea179-a11c-49d6-bc1b-1f16e0a19229=Assignment(partitions=[test1-0, test1-1, test1-2]), consumer-Topics-3-bcaddf88-5f8b-437b-8fb8-ff7ddb4bcb2f=Assignment(partitions=[test1-3, test1-4, test1-5])} -2024-06-21 21:33:09.685 [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-bcaddf88-5f8b-437b-8fb8-ff7ddb4bcb2f', protocol='range'} -2024-06-21 21:33:09.685 [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-21 21:33:09.685 [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-21 21:33:09.685 [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-9fac5729-cb26-4ed9-9b0b-51da5b90851b', protocol='range'} -2024-06-21 21:33:09.685 [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-94bea179-a11c-49d6-bc1b-1f16e0a19229', protocol='range'} -2024-06-21 21:33:09.686 [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-21 21:33:09.686 [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-21 21:33:09.686 [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-21 21:33:09.686 [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-21 21:33:09.687 [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-21 21:33:09.687 [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-21 21:33:09.687 [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-21 21:33:09.687 [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-21 21:33:09.688 [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-21 21:33:09.688 [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=167, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:33:09.688 [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-21 21:33:09.688 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 21:33:09.688 [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-21 21:33:09.688 [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-21 21:33:09.688 [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-21 21:33:25.470 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:33:25.494 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:33:25.516 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:33:25.571 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:33:26.188 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:33:26.444 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:33:26.458 [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-21 21:33:26.458 [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-21 21:33:26.458 [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-21 21:33:26.458 [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-21 21:33:26.458 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 21:33:26.458 [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-94bea179-a11c-49d6-bc1b-1f16e0a19229 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:33:26.458 [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-21 21:33:26.458 [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-9fac5729-cb26-4ed9-9b0b-51da5b90851b sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:33:26.458 [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-bcaddf88-5f8b-437b-8fb8-ff7ddb4bcb2f sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:33:26.458 [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-21 21:33:26.458 [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-21 21:33:26.458 [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-21 21:33:26.460 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:33:26.460 [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-21 21:33:26.460 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:33:26.460 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:33:26.460 [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-21 21:33:26.460 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:33:26.461 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:33:26.461 [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-21 21:33:26.461 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:33:26.462 [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-21 21:33:26.463 [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-21 21:33:26.463 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:33:26.463 [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-21 21:33:26.463 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:33:26.463 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:33:26.464 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:33:26.464 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:33:26.464 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:33:26.607 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 21:33:26.612 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. -2024-06-21 21:33:34.366 [main] INFO com.muyu.IotDbApplication:55 - Starting IotDbApplication using Java 17.0.10 on xiaoxin with PID 11076 (D:\work\IotDB\target\classes started by 86157 in D:\work\IotDB) -2024-06-21 21:33:34.367 [main] DEBUG com.muyu.IotDbApplication:56 - Running with Spring Boot v2.6.13, Spring v5.3.23 -2024-06-21 21:33:34.367 [main] INFO com.muyu.IotDbApplication:645 - No active profile set, falling back to 1 default profile: "default" -2024-06-21 21:33:34.851 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:262 - Multiple Spring Data modules found, entering strict repository configuration mode -2024-06-21 21:33:34.853 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:132 - Bootstrapping Spring Data Redis repositories in DEFAULT mode. -2024-06-21 21:33:34.874 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate:201 - Finished Spring Data repository scanning in 12 ms. Found 0 Redis repository interfaces. -2024-06-21 21:33:35.100 [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-21 21:33:35.184 [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-21 21:33:35.186 [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-21 21:33:35.188 [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-21 21:33:35.199 [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-21 21:33:35.227 [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-21 21:33:35.231 [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-21 21:33:35.443 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:108 - Tomcat initialized with port(s): 8888 (http) -2024-06-21 21:33:35.450 [main] INFO org.apache.catalina.core.StandardService:173 - Starting service [Tomcat] -2024-06-21 21:33:35.450 [main] INFO org.apache.catalina.core.StandardEngine:173 - Starting Servlet engine: [Apache Tomcat/9.0.68] -2024-06-21 21:33:35.547 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/]:173 - Initializing Spring embedded WebApplicationContext -2024-06-21 21:33:35.547 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext:290 - Root WebApplicationContext: initialization completed in 1151 ms -2024-06-21 21:33:36.135 [main] INFO com.zaxxer.hikari.HikariDataSource:110 - HikariPool-1 - Starting... -2024-06-21 21:33:36.458 [main] INFO com.zaxxer.hikari.HikariDataSource:123 - HikariPool-1 - Start completed. -2024-06-21 21:33:36.463 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Preparing: select * from vehicle_event -2024-06-21 21:33:36.477 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - ==> Parameters: -2024-06-21 21:33:36.518 [main] DEBUG c.muyu.event.mapper.EventMapper.selectVehicleEvent:137 - <== Total: 1 -2024-06-21 21:33:36.533 [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-21 21:33:36.585 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:33:36.585 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:33:36.585 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976816584 -2024-06-21 21:33:36.586 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Subscribed to topic(s): test1 -2024-06-21 21:33:36.800 [Thread-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:33:36.800 [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-21 21:33:36.802 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:33:36.808 [Thread-1] INFO o.a.k.c.consumer.internals.AbstractCoordinator:538 - [Consumer clientId=consumer-Partitions-1, groupId=Partitions] (Re-)joining group -2024-06-21 21:33:36.810 [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-5f1c76ba-1529-4884-849a-5006d01685a3', protocol='range'} -2024-06-21 21:33:36.811 [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-5f1c76ba-1529-4884-849a-5006d01685a3=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:33:36.814 [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-5f1c76ba-1529-4884-849a-5006d01685a3', protocol='range'} -2024-06-21 21:33:36.814 [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-21 21:33:36.816 [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-21 21:33:36.821 [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-21 21:33:36.821 [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-21 21:33:36.821 [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-21 21:33:36.821 [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-21 21:33:36.821 [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-21 21:33:36.821 [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-21 21:33:36.822 [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-21 21:33:36.822 [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=167, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:33:37.045 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:38 - 正在连接iotdb....... -2024-06-21 21:33:37.106 [main] INFO com.muyu.iotDB.config.IotDBSessionConfig:42 - iotdb连接成功~ -2024-06-21 21:33:37.740 [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-21 21:33:37.743 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:33:37.743 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:33:37.743 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976817743 -2024-06-21 21:33:37.744 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:33:37.750 [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-21 21:33:37.753 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-2, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:33:37.753 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:33:37.753 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:33:37.753 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976817753 -2024-06-21 21:33:37.753 [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-21 21:33:37.753 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:33:37.754 [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-21 21:33:37.755 [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-21 21:33:37.756 [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-21 21:33:37.757 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-3, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:33:37.758 [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-21 21:33:37.758 [main] INFO org.apache.kafka.common.utils.AppInfoParser:119 - Kafka version: 2.8.0 -2024-06-21 21:33:37.758 [main] INFO org.apache.kafka.common.utils.AppInfoParser:120 - Kafka commitId: ebb1d6e21cc92130 -2024-06-21 21:33:37.758 [main] INFO org.apache.kafka.common.utils.AppInfoParser:121 - Kafka startTimeMs: 1718976817758 -2024-06-21 21:33:37.758 [main] INFO org.apache.kafka.clients.consumer.KafkaConsumer:965 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Subscribed to topic(s): test1 -2024-06-21 21:33:37.758 [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-21 21:33:37.759 [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-47b6a7a8-b6f8-4694-b43b-2ccba0ba735a', protocol='range'} -2024-06-21 21:33:37.759 [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-47b6a7a8-b6f8-4694-b43b-2ccba0ba735a=Assignment(partitions=[test1-0, test1-1, test1-2, test1-3, test1-4, test1-5, test1-6, test1-7])} -2024-06-21 21:33:37.761 [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-47b6a7a8-b6f8-4694-b43b-2ccba0ba735a', protocol='range'} -2024-06-21 21:33:37.761 [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-21 21:33:37.761 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.clients.Metadata:279 - [Consumer clientId=consumer-Topics-4, groupId=Topics] Cluster ID: hfSONp5PTaOhEWP2rB52xA -2024-06-21 21:33:37.761 [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-21 21:33:37.761 [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-21 21:33:37.762 [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-21 21:33:37.762 [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-21 21:33:37.763 [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-21 21:33:37.764 [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-21 21:33:37.764 [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-21 21:33:37.764 [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-21 21:33:37.764 [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-21 21:33:37.765 [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-21 21:33:37.765 [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-21 21:33:37.765 [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-21 21:33:37.765 [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=167, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:33:37.766 [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-21 21:33:37.770 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer:220 - Tomcat started on port(s): 8888 (http) with context path '' -2024-06-21 21:33:37.905 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:638 - Attempting to connect to: [101.34.243.166:5672] -2024-06-21 21:33:38.030 [main] INFO o.s.a.rabbit.connection.CachingConnectionFactory:589 - Created new connection: rabbitConnectionFactory#47ef5a33:0/SimpleConnection@7154a248 [delegate=amqp://guest@101.34.243.166:5672/, localPort= 59986] -2024-06-21 21:33:38.647 [main] INFO com.muyu.IotDbApplication:61 - Started IotDbApplication in 4.543 seconds (JVM running for 4.985) -2024-06-21 21:33:38.648 [main] INFO com.muyu.event.KafkaRunner:27 - 项目启动,开始动态启动kafka消费者 -2024-06-21 21:33:40.775 [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-21 21:33:40.775 [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-21 21:33:40.776 [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-21 21:33:40.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-21 21:33:40.777 [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-773f606b-5087-49e1-8f94-45b05d18945d', protocol='range'} -2024-06-21 21:33:40.777 [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-78e8b9a6-0b95-4ad7-ae2f-9d3cb68466a6', protocol='range'} -2024-06-21 21:33:40.777 [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-47b6a7a8-b6f8-4694-b43b-2ccba0ba735a', protocol='range'} -2024-06-21 21:33:40.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 41: {consumer-Topics-4-773f606b-5087-49e1-8f94-45b05d18945d=Assignment(partitions=[test1-6, test1-7]), consumer-Topics-3-78e8b9a6-0b95-4ad7-ae2f-9d3cb68466a6=Assignment(partitions=[test1-3, test1-4, test1-5]), consumer-Topics-2-47b6a7a8-b6f8-4694-b43b-2ccba0ba735a=Assignment(partitions=[test1-0, test1-1, test1-2])} -2024-06-21 21:33:40.779 [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-78e8b9a6-0b95-4ad7-ae2f-9d3cb68466a6', protocol='range'} -2024-06-21 21:33:40.779 [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-773f606b-5087-49e1-8f94-45b05d18945d', protocol='range'} -2024-06-21 21:33:40.779 [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-21 21:33:40.779 [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-21 21:33:40.779 [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-21 21:33:40.779 [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-21 21:33:40.779 [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-47b6a7a8-b6f8-4694-b43b-2ccba0ba735a', protocol='range'} -2024-06-21 21:33:40.779 [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-21 21:33:40.780 [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-21 21:33:40.781 [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-21 21:33:40.781 [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-21 21:33:40.781 [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=167, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[xiaoxin:9092 (id: 0 rack: null)], epoch=0}} -2024-06-21 21:33:40.781 [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-21 21:33:40.782 [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-21 21:33:40.782 [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-21 21:33:40.782 [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-21 21:33:40.782 [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-21 21:33:40.782 [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-21 21:33:40.782 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions assigned: [test1-6, test1-7] -2024-06-21 21:33:40.782 [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-21 21:33:52.895 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:33:52.919 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:33:52.947 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:649 - Waiting for workers to finish. -2024-06-21 21:33:53.496 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#0-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:33:53.675 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#1-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:33:53.795 [org.springframework.amqp.rabbit.RabbitListenerEndpointContainer#2-2] INFO o.s.a.r.listener.SimpleMessageListenerContainer:653 - Successfully waited for workers to finish. -2024-06-21 21:33:53.810 [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-21 21:33:53.810 [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-21 21:33:53.810 [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-21 21:33:53.810 [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-21 21:33:53.810 [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-47b6a7a8-b6f8-4694-b43b-2ccba0ba735a sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:33:53.810 [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-21 21:33:53.810 [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-78e8b9a6-0b95-4ad7-ae2f-9d3cb68466a6 sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:33:53.811 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: partitions revoked: [test1-6, test1-7] -2024-06-21 21:33:53.811 [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-773f606b-5087-49e1-8f94-45b05d18945d sending LeaveGroup request to coordinator xiaoxin:9092 (id: 2147483647 rack: null) due to the consumer unsubscribed from all topics -2024-06-21 21:33:53.811 [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-21 21:33:53.811 [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-21 21:33:53.811 [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-21 21:33:53.813 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:33:53.813 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:33:53.813 [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-21 21:33:53.813 [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-21 21:33:53.813 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:33:53.813 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:33:53.815 [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-21 21:33:53.815 [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-21 21:33:53.815 [org.springframework.kafka.KafkaListenerEndpointContainer#0-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:33:53.815 [org.springframework.kafka.KafkaListenerEndpointContainer#1-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:33:53.817 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:659 - Metrics scheduler closed -2024-06-21 21:33:53.817 [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-21 21:33:53.817 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO org.apache.kafka.common.metrics.Metrics:669 - Metrics reporters closed -2024-06-21 21:33:53.818 [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-21 21:33:53.818 [org.springframework.kafka.KafkaListenerEndpointContainer#2-0-C-1] INFO o.s.kafka.listener.KafkaMessageListenerContainer:292 - Topics: Consumer stopped -2024-06-21 21:33:53.819 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:33:53.819 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:33:53.819 [SpringApplicationShutdownHook] INFO o.s.a.r.listener.SimpleMessageListenerContainer:643 - Shutdown ignored - container is already stopped -2024-06-21 21:33:53.976 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:350 - HikariPool-1 - Shutdown initiated... -2024-06-21 21:33:53.981 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource:352 - HikariPool-1 - Shutdown completed. +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 diff --git a/logs/vehicle.log.2024-06-21.0.gz b/logs/vehicle.log.2024-06-21.0.gz new file mode 100644 index 0000000000000000000000000000000000000000..0188ef2e32f3ef2a6f8e4aed394849071777e369 GIT binary patch literal 735597 zcmeFYb9AM_*Djb&I!?#7ZSy4QI33$IJGO1xNyoNr+qP{_y1(C@`^}v@Yt5R!=d5$i zs<*1%UGGMnRp;5y#tVZ0`uF-gYgdmV5_81+;0C_KK`i~&B4T1>EV!58m5|*r@o;u0 zQCe#3*v=Ed9}Ae3#JtS^XTbJgs)0cDdX|MDGUqU_; zlcJ&9P55x;N^{2<%$@hKTcq<{U7;V^5R?uMZ~b#;SE#M2YxMTm#Ge^@MQRZ8!<{#h zYygx+Gp>rOzZZJYfYh)>>0FWIXob9IQjh3NDi_)+Jgy1vM^ntrFisvGEZC9?*;xlG zX*GX1?q$$y_aE{F){Z3J=gd&V%|9~l*d)~{sXR;!t=C0(87Y&`>{5AR=^6ldxPlP; zQv$rJ+TT5^bNPH5@+SD0Ac`EfaJ^zCFuNP}K$^2rg?Sq|eo>?vZ4zW+a~bGjsvV1_44chljmYNf8_F!Nr|rCH7xt5zy$?gu9&kLbm%Wc5yc#Kpu%Be^ zhThS_^s3MJoMD{wS~*rAi3ru45loIXLf=Uf39eHx8?Qk=Sg|8*ti%)p_~f8ZT-+d0 zD3!4{?Qy(HeJA@sg$A&dG&5V!6n+?Ey-F#0alA?Uh75|`(haT?4Q7yq8yF9@DSyXEpix^Ewu5`95 zT@Ph?gStN#0(V}Z<o|p0iX{K z?>WB6u3l~P?mj#lFfPb$Ph+ACr(i_(UU0DGm=)P0_rOauK@Q9np^@?s7>KfJAXv zcjnSO!}^1o8GagFp9a_%ksa+v{Q?B56C>MV;^iR|Ui-#3Os2tM2pdgm;$1ZVL})hBDkJ~_`i1DDx? zvlo!7X)|DRhQXiVFgCv7XTNiQPBlS*%hNW!0Vy3nMTC@AEK9QMKvSpf7Nud54G^c; zQWI?S_v*%<`d-y@^Z`d2stWluZAx>LtX#3RVe&~*+^v9T^w_e=GeBOqE~iexmU;K+ z-SVSdLz5S=rdJz12p4k%?=H?Vw51ljnd3j3J3l!vOBv_q;hP_^aD)VMXG+x|T4{Ml{RE<^CCtP)ezSC< zKfjjHB8pblEb;&xXNDDUCE-(8B(Kap3XRt$S@)R8jkrFLVkTq}xEYIa;}|0*GXUHG z;$$Ye#-PHp-9TCycH~Pw9~BN1qt2x#Zvm~aFXxKaP^y?$SH5YgSURc>;5H-1Fca*& z(mLM!KH-kpp!tb#NfdXB=mbebmhZo#L#=0>@e|cec75TteuR&0EY8Z38j-^UXx;v* z1<#`y-s0-M5D`a_|K8!-5}KD0p2fb0^3t{ueGI&T8G}oKb_pBX zOuJLx1$?9HxC(>&E?YWGMpxnycLm_xnLA9PwiVZewfo2Q;kcbFtKIo753T+YO_naL0`${; zt~APZ3WX*rG>KklXZo#+MCfraH^}JfJ7aR!iyA7e5rq1^U-OF1mB_B$S+HsRv|=<& zB_rQy0(KbaQGa0}THhb1@H6m-66!Uq!5AQ|WC>Z`#kBF?zft`(CS;RMxbqENnAvVJ zTjGVo(F^b;oL|5a8IQ;5vAca!#uU9cao&fjeN}Vped9{Pa1r?7-rR9Rk6E-;m0&%m z+W7AUOHHKl2X>vT1yl?j<+Ilfi8I z{3B%iZ$-nrU3y?<#Z3{$GP7*umdwKCHPsUNE;Hs>ZL9GrEBY(=`*IJ@7C!)Pu3?tPpv)g z(Kg?Q>9+i|2FE^TnT5p(-mf-pClB5c9){o~usV=O{4EJmFtoW7ZxUSFm@CTEy0`^c?<6fH{8dqMF_sLPbOh{;%o=45n6Gy zst5<(VkOP(=jtK^@U=3V>`umyS|3?_H>r23H`~ZMj%#ntzRj_rStRa7VaAId8IS9$ z4?o0fs(7VPfqPlJIeqUKxO-e9LbjKal;L|)fqa!QWuY1>R?^a%1V=oAjCtH z&j!)vq9dh^$*1pwcOcj1t4MC&#!=Ts$i1(5L*3SZT-IrE*qtEz@$tREw@02K_SkUl z{M9>qf6$hBAmHm_KE|O_Bj}@Rp;qc%34v_GE^*)X*_IEiCFzn0lM#7t*ch%w>d1L> zPgT#Mo=k}d(}~}j`dUGesQ_lpAm|((3x6>yj+|Dm!a*ZDZnT zHAFt}2`pB1p36I&+59NSDr@O3Ayv8OXIJIl z9Da}P@qitG0l34i^8&Sxl?C54obbpkIO2Tf{a||l4OBaLzfrIc>u_0hTD1Dm0!M4C z2p(}oB6<6E2QFcQt?g3!t4K8mm>>Jw*gBZQa%8^+!2bD!*oUD0N383$Uu;oAh|L>K zn6ZQSS*g5Sxdl8dSNm13)*A!bByXKnX=n&5hI%I%u2Cyfp$u|ey|aJ9K@4INDXnII z*edj|&!S#ud+Xkdk}LW77v7 z+GV&NQ&gw=p=P^04l7wZZj_1_j_b^W)gn90y~R)EysNb0zhhpybGi zbg^xH;g)|r6DqOD(f8jM_UAxDp$Vp2LS`6H1xaxJTsHMyeUXONbXvEmY5PS5B9@q| z!pW&Sa_Kqi#sl3xBJGu&72u3cw|k_;1})+V{L6+`_S8|SYe?MU&&2A=V+!Ja`GPp^ z!;hP(#=0tr4!xoBZE3&X_DZY?9vTX%pNYq{7cZ#&2l&&~(DAtouH^OdOEFkn) zjB0PO(uxJ@eh6~f+`bqrAuUlc!&+jtS}_NPR>x&gT4CE$6b6&&C@AK!AP&r&$RUd5oUCLfa{i=_j6gs zR8)%8*z>8B779V>qsRhQ83dzmw#3dYG1)8Fzk}`CT2)|i+j-kGsgrPRvRHLJqh6WW z57v!}uCHF=laZsMv5m7>_5b!(MLC{Z4!mtVP_X!InY`9v+`6q6j=^jt5uMK(ja^!1 zaTe_3lt<2mKewODFA}52IHh~6gg^6K%y#jvxP*@3Wz+1Y^>wsR?WaCcFnW16Na(2T zoe122UC~RI`<=?0rQDg^Zv_4og{a~gIS)V?!^?!rl8XZyY!HA+?Eg%mlu@_;w;1Ddw9u9~1rDd&?oy7{lo`{)(K!%h!(9=TPUinfmv9oCSv3IC2#(|1k}_7B}bt9D=ka)93GXGV6j@9GP~%^OE7PBk`FgV5vHaeInMM$q10-PgzKNz!ic~9B&6o>9X8|t37NS+XY9LRSWN#+ zI@Lv-s7$CW%ysRhQwvR>qeV0ATIAgyoyQpO(cc|jw=ld+M ziUi(Z5yt`%)OPSULchXw@Xrr9N$p#}zxXaTUpZ5;#Q1BX!ak5CAyfA(j~AR3>J zVe&FD4#jD!8RMC$4du8EY9y1QnZ1pgKb(sGD@hOR!zR;w^vg@!`Ez&Y|K*O!L%x(_ z7STNC@z;2k78sqs&RpNk_#1eu00)W2?uEWDBN%*KSzw&7`o@2Gzsue4JIOzfVjsJt zd}(Nz1xCs-)0X{Z&|Lt}!t09d0bHeY3TU)#*=^lF_w?NzRbSMz{M#p~T7Kr5l`dJp zw?Dj%zxEBwKcWA%945|U>;KSuu`ZH%((%hu&oNi7r9|yaMGSxAs6%Y2dcXqu08Zxe zhlFk2q2X6pI4Mno$>JQZYyH#N3Mmf9GCbugydI=2&1%3FZ8ZL4Jqo5`k21j9ziqNo z;8E9XkIDGgk;xY^8$z*6U(P*ArR7q>^Zd6Nd1muP%t!HW!Iug+IQb7 z+AGAc{@^wrc%0xG0Nla*_HiwcZVtGt?A1lcPPftkEdHhva!T)!pFFW#bW#ByMyi$fw zTbJbv=o9~MKp$(*e*t}M!9bMBuUkYvn3}q?7;dko-{}BaeK4?thqKcVA*g*Bkw|YC z{T3QBvn-IU^4x8|CBPD+DimuBH%o7^HSQnYV;T$ehAG+0k|MagO+~ zxB8B*J=t+2LiH?n-Jatvi^+W$PO4qR^_W=PjP!c&k3@_Q>;RFoCWvH7aD9HJghQ@F z;BVCFSF9&!G`kec@DV;G>CZvi#LR&<)|}oI$Ah!7myzG{lERYc3G*)cL`PC1tm@6) zB2R-Iun>NsBdSk?GRVp2KXC+2^Ab@5@7SR8xVm44Nozy2?4@KPpfVGM`yQ+_;))Pe zFN{t9pXgq<0!Bf>HM*g>io*z94uohco})_%!Lki9vD5aaaTPcBFTE$mh`7Ty>Yu8L z#qU=DI1#&i-1J*oYC20&B@1`UwH}1^v^(&m;^inL6|r%J-}B#&)1vz0+-AkN$)ePS z*Vsst^sU<3Mh@{jpG@p=BU`wey;4H1x(BlW&7a#r1gD(oGaFPO{{CTXc!I_V)NAyt zNPn?C?*A9qo(jp;LNyH(00|8l!%oG~rA4Ob`DyIWebd8!X7I0SK1&UaET@ideQq%3 z)DoEih`*e@qD_(QWDp4aXZ$@)S%)1;Z=< zysZU6s{_R&Dv`w2rhlUw^ysSdA-O|9zIOn9JqhP>7*Ey(pKJ;UCU=A4L_^ow#($xh zqCWGpNtduH#H;^-_rYY9B~7Z2gW{MGnvw#cD3DK7h0OnlR7E~dEBP+ky9k<-hWrWz zi)tL#Z=J%#wZ8ZOH)0|;W)2gPVGIBMto-^Wvxo?7XdTFcb5VK5o9iZaD`&h+5uFyv z8Kjp)qFMDyuY>wr`RVzhG(D9pV2SF)ecBq#Ua>#5$Mt!2c;tJxDE($|NW7ieLz{+a z8kk8nuZX_PvY8tzAEN-c5p=kEotkV;VFd_fdn)r{t%2Kh;r41HH^XG!qAp^}CfaBA z@NZ0MBy9BW!^60|VY~cc3a%5(2}VAaY8^dIU)cb|)I=ldlT_&R)aQ(p?l<5uAv*|G z%(_=hJsuOOL%e}qFAG;VTd<3xG4KXOpo{L9h*HcYHfG4%N zQqlmOrsDxo7gW-1cy#HRh8)vLNY=TH%ZzmNolZ0ciS-74<{vK(l4^&clo}F7+a4oV zut49=51)eugxHg9yZ6DX#0RYD7dT7sayFHVJljfHhTj$C?W7Lqn1*d#B3ZKl3nt@bXQvG&^-cxD^ z3(7UMSx;+-VXc_a`FoMSvz=0l;1>w4)^8?r5bCeYhtzX;H^$*1Bn&-y^fc{SZ5ukR z{81&tPg;?cmu-BM&4Oz_>c*)7P`oazyFpJL978=+tqHjQAGZ7d1lvI?f6x3ZOh6G);& zk^W!Fgx4mXTd}#X`qKhT&cGNFIvzC8XiWa)FWnmF>`!^u9FBd=BS(~?fyx-!_u`TL zz;`>dv(S1oT*40^Zi=WE5xb&5bP@$cS*PPh?CfFuw1?yp%$YMa+^JYD(wgE#!Z7mi zq}(1Lzf$gu&?9xaB@Rk>Ga^0rRJzM#IJ?E>g`$G9!94+R{dcLA)KuWSCL7tVgmoVG z<}@+O=DJE*=vi-D%wF;s{LS#jbbV7Pm7?L)Dp)!TKDc<>JrU+LzJ%T@_PMcRwRqgm zvi0G_$qKU5gd0?#b8E^_W7l-d{BabaUa%*m01oTk%1zO7;G+P&w=9@HX6`KnLz4 z^6a7(wlFi7K%nHfPcr-dU%*|(th3Xb{fbzt*xWY<8$_(1#i$dQ%&g4zwVdnw9hUxX zV*zn87VKF@=61TAIax=o+8^_+S)YrWZzpseuW{O4;O&tq?}b)lj+HCP5k{#d_~xgr z)}MFlc%Ow{xu&GaVNF^yc+z(DwUX`GF7^XJq@3=rd%CMndROuvXJKJacWK~Jq!UTK zUC#{7kHSJVAiZQV(H4OR=G%NDA`-eRU0vtduqzqd!2w2CJu@={SU#yUpYZx5I)S|q zh?O}(BVeKQf#QEaNg9k_$Lib7`T_#`pZh?R^`>>lRomXv8v!q1T^Q|Vx!!>r&#xvA zSz7x=+Ho6Q8(oBRLdK4G!aeyu_DT9;&e4-o(wVwPgZojuX*>Zd**gR+Tu4vPi8cF) z;{qc;D`#&kFB;A=Mbv#z9@I4lj~~~xvKZ4gTlA4z`iINEk5{UD{Xxp8O*}IC$W1xY zSmACcg-J?YPF)7`h1X^;hKj0-$kNngC3_q}wMrtja=nqm7aDDe;|H5bdFKnmQ@Qrj zeA`0iZR&^HD2-zFHFETjJ{-_(4DG!L*vb)dIw_-ile`>PPqOjYEpEM@TX#OO;&x!m zY{8OVk0`ttkayb3w&M$J3A~T_iFGrFa`G}ZGMcH; zEs!+3I#n@9tcX>AI{Qne54sgs>Fe-)l5)<{aB>VLW#NI^YZh?r+N>I->yFdKtZzH< zV@fBSW_5@2_-QF#^+kC)#A;$~MR!$pq7J zaRa$MSHRbDfM7coEA9A%HO@nyX?;n8jdeC+-2VU4#K|33fOFU^8Q)`FX0Xy@((PSR zNkq0x9vO$0OO z8~gz?FKg_+2X?=(sS;L-DyyrV9{kKZzDP2l|zb~0%$gS*Chwk@;(JGyJ znx{?col9)>qgzO5WPK`E=Mb?%{80&2=`gse6G`+J!K(q{h&nIh9Hi%{R;CJhP)@dv zBehs$kdtc%!gEYT)2yDP1O3B=Q5QV!cWXBx1|}*jER8OOhe}e~-`c{ohTL2yK7#m+IwDLM$7-$poQikBEi?f#%WGI!tPj6`ZJ2@vYC-r>F3o+d^Xx$5A+qoj&0 z9ShpEp1}Rowc{br+Iy6!(dI({$?brA{*H6V;V?1|L6zw*1%jvEjBkyGT}=BsJ(ule-1nf|Z&`qi9$dV4&S zUIK69g}SJB?o4A(@aTWd+tLbq6zOh9y^Qj8quIa%eN_89?%<4fG|RBKD{kDjXOp8} z_G#~n_Fj|i0-Jp3%qRUsg-XE2$<$}r^>oH?!Noi3^{V=?9O6J$xi!sxk(uRAI|Ktx z>MB5ciN0P7uH;~SIgjHPCS1n*LS)!*tI>mn ztDSa^@ea>5hf5H&PIOU!7IRt$r6~=Gca!W?VHl-R$l%38;y$Fm(VEC(n=$ZqAAdy< z<>ER^=8sy1#nSQL} ze-f8&QAp2Tg`?faZ#J6p3HcLMAfAiQnPP;ju%6hoDu?sV`{QxeW%3%XtB4K`?rOjZ zespC9^JaR?v(|+Esq`GI##yZC&9+?UL0Psk68i9Fteicy=NcHr#k*oEdL+jFFj(tw zdxWX=diNo0y1Bp+*h6tgC5uDqy|$p5qCY!z%&Q9Vy*%8>5?a@CbaAOaxgv`Td1mH$ z^-N?hm8>?thMMB4M{?%DY%5 ziRjK}j>_E6JZ=5Tyyhr&P_IVIJ*%5KH1Bc3yJ_GVHybl91&8=^d45vQ5Zr9apIjaV z>zy7G$O@!YQwy6^BEsLPhoAlAB%mswC|WTuGI^in3R$BIf^7h@GkC|e1Q6fQ&-9go ze5X#U2}UGHroj@#I`o{hEhq4j%)P|I&Cp`8^k$UTo2~n1KfSHj+TYYKwvqHGzp7s1zvIKR*Fk&MR^bi&ZUe}d$ZG59-7k7k|D)svSiIc8+5#+TZeMj znt^&62WuEP-a@M?GB%j{T|Xz8%}rs04aY6++4zwO63hcmj9$ybUZkT@FF(P=CM^u^ zYSglVl_u$`czD4l@9;g}*duG1+L2o*4Wb!itBiWj(7V=@z#7vk6|yNJ zx02LCZ4lKctsU~PCtO73VY^g{B1vvCW2v}-kF{vCgAbzV4!0#MixO{nQ8E@5dsfsM zTS#Ej$69A6wh=&+LAGi{M)ewoU?+q)%OiA}qs1ymWR+&TN`K!<7DIq46Tm%UwS2n# zGqOSb!L@s}+ zAAs=+JnPk?Db((G%juGeVI4n7y`?q00aNvdNsAl??DyU?%|teLW>dE)7&2yyLGKtH zB){gsUCi(u0aWxcwlmxhZ$nowQ3x+@V3`>tuh(33reuvqxWeqH;`lq(D7i-6|*N{E^9_B4&RVb}SG7xt~NJ1PtCajnl+4q?L`Kzyf}3SHY)6VpMMcFBu2RY3hg_`d zZ@+u0Ld##jrRUhy9`J+gAdx!n_p^BBt@gO)238rl-~@T{*=NFb0Htu$+Qxv3iwklJ zuUg&rbH9DTxD4<^a$gneS>%4557d5@2MlFPZ-LM06RrzH*Q&(DIRiPg0pa(g7C<6q zu@Hr(8@;Le93Dt(^$klGynPRl<1ThTiyj%YgF&-AXhU4JvAA}|?%W=JhgX>1yXhlg zy_F!x>hOS}+5PzdvzbMos*K&?p)y3{)my`sq3b#V{tkZF_KLZbUfE=_(D;Y7(_pGZ zUO{Wh;t+?kga=|%Y550mDLES%D4iR&mj5*V8H|oBZqT}kZAv|yHSLqj9M11KnF5Lp z@HiXhSDuu}8|~lm{p+eJc))U#BlodKzPu=!iU6vL=D{o%a@+{ATrdD?X8_LiWEB@r z@$m60x1dAe2RqtkS;z~UZ@d*98B#}*lR>{fTyP^|ooVHwADrtfEjh;I4W17CV_q%m zhWjGp0UjpWw$2Fu@YDI`3lNx`Svoq(IN+%NJTbQt|KS?2^_Ee$S3eaB+BZAMDTPa1IQb>->fW$Vu)08yS>*gA@K14$ViuQ) z*bXH{4GbQ@r0}=|4PPS zbhjY*4i9Jwr{(&i*Dbe}p&bmEcPse18|zWh{T##7o>&wTd}fva=WsJ(Q}!CaJqwqm zKw*vy{URXc(Bs-fBzxValHp|b>C6ZcaiatJTwI+}Nu9W+k1CwWQ3Cq4uXG*RlY_8d z?BKJ6@!*AL&<5&f(` z53jwbz0-T2vG`_Er2WMJKU@WO!jRA8%zrr)#6qfIcln9-K$u}5$x}vxSQdTIi5VcG zDxFt$>`UpKKy%q1OHuvM_H=g#Y~TJD#Nf=l=}F;_GNDfue1CIq!hoI7(|O0<4`7r0 z;vPk_Pjch*IiHu=t1bvgLkzBR4C~%b4C&I?HRbV zrveQTB&ni8UGSs$HVLi!GWFSz25(TQd3ds^+OhrWLVlABM{0Jf1Oyk?M_Bp=vvD!9uiAtYWWmCD-a_lBgv^)rR9}W(4B^q zSR@yjv5a*a{bBkYDH12I5f#=dHhZ zQYH4M?V)*3+eBs`9dISd*o~q{C7!xA^J{d}tNNC>6j50>_6QAicO%aERIi}n3qa8q z;z29D3lKL;Mt&+~qLSA+zshe!*FycshcdUvMK|>sXb@M0pj7uT=x|W}`KwVT(l?Zr zFI36QfBGlzLfK9FpiYOB%WLfd?JPO8Af*ygzwh~EYOd_+YhCF0iqQygp_w6nxV>>y zJm}_45e*e|<}VO2ReT*3+O?0n`Vn6N;QAWAWne>}r3X1ff@Eb>_xT61*cKI42x7zT zdtdJ{D(DU&g%Myy3g|h9y>n?Zmu}A0EFURVozt)Nim9vGL>4wb48#q)YwbsT&#|j( zypeEc_s>LCtIAnP!*7*Wf3FAE$S^k#Us0FWR7DIllv6JSL`Xul^C_Xe0q1+P*KDDp z&|Xmwb&KZL;OA+~w-kWB&2U0Y#s>iZJmiM%_&!~h`^_aly_@PPZd`yigUk=v_Ua&P zc*K{k7?&}s0%{va3{)pI%cFRLZ>GOUVU^SDX9cxA%1BQMkw?&ouOzw+x2o!u<)kt> zG_Crc>hHU1IjMIc461!v8B`TMKbC}mQWsQr^#^M2fxUUX{NzG8RES%J5noEBk=r(w zcu;LDD#fqL1l8XxBffGa;OcEGG_`_ z;XBymQ9mx|I$xhVogYWNJ}*`~-+4c;tha)+KclouR_Y~zIR~T^10~s-Wek_>^;=~z z&VV0i5=P*W8`{fdF-%ByoPE6b9jBG~%TVR9ML{+CJ$*D?v3*s=EK1ifVs?|(b0N(= z8+}X4uFZ%YiqXjRb4w}x${9cQuTE+vN=9U;idVy<-=P&|qTCZ^btMyWRu_w4O2h9m zN?=&|i;7EOd@NUMM)+{tV!R0KGD~|)LyVYuVDBhFqUG3M?kWA)DjC0@T$x!{k8BO4 zAxza-j+eqzSQjgRohSe@1C&>x5_~9rW_(TL`C^xhY*F-a|S5wApQ`6ca5PZ=+Ob@k(S|~ zOXL=hU%C#h-g241Edh^!ah&DY`E$nh`Ew)|d#2o=i!Pf`96KKSS(hWn_{bNiaLSxj zC4V5!vGVg1CUM0n$z?0EGwTXKq>}kMDBe}7t_%8J zbkV}xaoQsltm!XujwMXLo^p)Ia=pY_g+>b}{r4KDVn9Am$tS`@`dNPEka$tm_( zJyWd8n0rde(G)VHf5Nt0H6gZ?dTZCnFoleE`K$;i!!6d|g0l3kCfp(K4+l7uTkUH- zh7x%cPMtp~d|QW!{uO97sF^H2HjCG0Cs>qZR=KJMw9ZT}RZ@ONuUvpwo0yN7cI$Fj z+~>Z-c{_zeuWacc4{8stuyJZ6h=f}hXccvoo%RBC)W9-T&f$D0?zUda&!+e#Y*B*5 z5qZi|pW0&!$X>r7c7Z%p9q_ieW9{MuP^K=>lxk8n!fVGXSaW|S#06Hb98>kB`#Azz zk$6SzbC6y01eo8GWMXY;+HZ+M!g$274F<7-#?~?ZvQEjMwB)E|OnyccFHa?v+-n9l6*>7s>XKU* z>TLAqwsHMi*|OmZwOEnI*c(+U?FBF;BbSxGA%_WTHyvXoX+u!{FLB zPUbq^k43iG@43aMt7=QyTzC}ELY{EIKCt4YSd)BcOgpo7OL;FJS}m5?aE!yeAZ1x2 z$PXO7X|+TzWNBe4@Kup^+7PsD%(XH0i_oShT~&fmO`jOQw~THHg&!nFH8mRv4uqb~ z#{n`9yF4f|d#`=vFp|EWv9{S20iTm>TLDYBSv?kc9xtKEZ)C9O3?;>l$vr7qQ^?*Psd?Jr;w+>Ou1>m~ z=2-(lPd}i6Dty;3ngruCH2%(&c0Uy2>b98G1GA%Cc(>Y!eI><07pE?v8?vYA2ZNeEe5{yt&+o~sOP zt%z9r%XgQ}9jU~aa3T@JN_deEUVZ9U|( zIRIL(x8*a6Ij{_tJpuZWtwZ&ZMDo3#P#cJI=4P6&<4x;CV|#=t;qt|{l<%U zE;O=6MCMLwvBsR?npRuwN+M24?Mps;d}>@dRM(6|YdbW-!)Ya*fOn-un-`wO#lkVI zU-nYFpuPE4`qMmtkg=J5ZAMm@HoYpO02O$uo;=H4V`V(0e~GQhh1|HLdc*!0C6dc| z5vO>-()^2oO>1IZ*YvWG3!W*LHAwO)$2fzN)mCAWw`zYE_^UmyGEC)lXm#S2k}5+3 zLDP68+J>uuRK1Rjbp)sY(;gtKd!A47C&?w0 zPW2nE?4z32IMt|&8yj9F5Dk^qqAQTz#^d(c+K>yGZAT_rxpu3eA8v5+qX)b8B=kw; z`fpM;y^Vn6Wmi4eIXzF)_LZFQb=HC&ATDhe5qI{t;U$S4DYDe$$$s9K(w%Z8!)mb{ zzu0Ax>q0#=4Yyxy=DSL(aJ{0U=t5!T`l4VEb#!k=Gv^N+`yKP?wl!`e#ij@g>9#Kb z^1=r&a%)C4?6sKGTPodTlCg#iyJ^9XwC$e!OQ$#MKxli(qNbsS10nS8+#G{?Tnihz zs{n|1%W4c-1L=w;@TO2MeGs{v))**D@&wB&DaYQH_3-<8_oQY8UrBM2@lLA4mLfi` z`LDVU{M|ZDLox&jzlCdC4*kl8?vy$pi?CWDJ7=nNu{dY*bjyIZd9qx_yS|#^1mhj~ zYGVUY67_KPbbp+c8n?v7npTfO6gACG!~3(YZO5&b4r3i4`Vyh69fXjmek(=X%19N* z1a$H|wtc2sd}9b{>G*4lcVb-3ZJlVL`h2bwa`h89PzAFWzxo$V#0PRawYF6|HOHU_ zwT{z3n!-`?JmMqpOt+%I}lauS>Ym|7xn29}VCUDblNg5G=g6eYSLau~h!iwo^ zcX+m5Sg(hEu4I>GBlK$cdr8q)@|JSV_-hBa2YpW@ReG{8PV3F+?w#G!<9?m7dNO9w zAlO@SszIHQDV5weD5>Y0mAv)_d@~jyMy8BrglNV%tJKa$ojS~b@w2tFxAKxjzhBC@ zlDjuiE1&C~s)4aZSmUy3@*B+OtO-yL#l#y{uR<;K0JW>3BWodtrB5hLvCwL^y+=kN z2TCdJ(f$@Da63(*w;|@a>U9vf#mEKW{SpC37aJ=7te0*sMWR zR{wRj(7{3NP$A1U&+HtG9aimct4Q<~Z}cLdL_%U=eyDm0xDHPae<6{P@PEb83Pa{x z&W`WMQB%A46`iaFdKO-YTK-_y5~IY4-=yshjTvEydOrM&V*UQVXyf-?Q53VLkoIpAjW(aWIL378$8p#()KD-E95|XAwT^`3w_2thb1y<=37OmU8VP zLI0!+ow%{T5Fa;eo=DWC$MrEZf0C^@kggU}Pf-9<75Ax1elcM|9hQ+FTreRpV#FZ1 zdT)umr)jWcwCB>k_}ZUjIko9)&8JV*bSa>224)he%rF+)%>NWUe`PiN?~_7^08cAT z0Yoiq$8farNO6GtI1Pe%9$o#L3~^M1;p5F{1nXih$3nUXeVzvFF6K&N0EK ztzGG?wXd$oUz(+d_S!kI%)Y}T;M1yeKG&3yu?GyHyWtrY2>g}Rea2>M18`63G0J5$ z$^oj^YBH1R+~mypuT#WMZO%t|5YX0rngEyXy{&PB zs;LG4#f3afFA=w_@Z~{BZwKk-Ny(Sc5OSS|2}^m}gL?SsTCso5=UN^xy4I8)@*K+6 zxKhsETPd^YX%Dn21YQQq`z&4zzvdY{s$_z{3cm;{ate!wsuhY7m{t7to9_FeTd1Mj zKNh53n@A;i!Ia>h0BddC(BJyzn1x13YVD`hD^sg}-G&A&BfM-9YD7z2T>4$s0?=96 z?L}EDqlcgKGRNd&H_U!4EGGeCl}$GIzlJncR9r43@CyA;wl}G&70Hau)!L9&7?bsctz5 zCTesPAJ`ysRD5MyEDACjOL5juA`Bp)j1t(eGvfs@B+Z$4p$RciE=f#$Ld@ncnjgCy zgE>G;E_M80sEcEWEn#Rn^SVdZ!^4+Y158!kKe2%Wd#dFZcT3Kih+KPa1x3-2_m#bJ7tURU8;qhckMVh;hUY3O);kluX1_Ie>JG18dLErD@Llf0`q_Mswn zofOleYZcq&zQlZKj638pW@w@{En#w1z3nS*&36L1Sr40=dbm-j?91_)y<95S%HpDF zJ$+Ei@UBT*eSB5YY1Nb&R~Eld4S{XMtWY&GQIErPWm(qX5vq+(&`MEOqB=S_9(^Rh zxOPL&8IMc4bZS|dA4rhmTx8BaFSzg-`mF1B)yc*`P5>%QLSE*ZC> z#m1mLo8Gu6Ikw1rc>YR890#tRhQeMd>Wqq|7ti39XuF97_w43$Y1b=&Rr}sJar1 zD|eEu#c?dyyd}|2pGkAwNbi3`&iOCO&bJkbiueeVFjo260n8K98b;ORz_$PG+2#cYIiTEZ0abFMYwR9fwoTR80sjV#V~{UWV@s}ySg=J z;DxL2OKh3mSkhe)WLpDBzjq;K3^B9v!iPR~sbkeQQ&8l&CcxZYonzeRE4x%5yYPc+r_4)<1ipba|Iq8;uGz z?yqdLJn3&OZ257+I9Vz4I^%$4;Kk^t;xXi=xRZPjH#hC%l{=s_fAx}tb|=B~fwWxu znex1w9#U(jx6YHSMuJ%NMoj-XB<*9rkE{7T_}t|E zY$TUHU*NSN`ArncV?DR%GOh4K=j|t@bZz-r>>vxtjUK zGXuV?XkN6bo4vnAnC>+yP{u7RHPPNX@uiQCDOs{Y4fiQFZpA6c5OBA7x->~7m7A~9 ziyM>N7z9~K7NTG*wpay524rt=tE{;p?r69UNtsu=)Y~BDux%#mG`mPKunK>e_;liu z_c`na7K*%GrQ9cOV{y(c1bo(`8z9ccdKdlcMeqU3EAvOcY10=wbL=HM!75oE>h9~c z(0+aqs!iD1dl1gk=t+4~too;)w}M$_Du3%wn_T(Y!dx|WF)XW(Jp)kgY}vZl_x>O6 z;a>G7)&l|whA!jyA?P_9^NY{~#2HPQN;$3u?vr<4eTO%c2Y$g~`{SUnK`B$a>hv7X zmQDP{SBH|-6)w%$hsG419hDd8R>5;G=jPXshu2`cww1%g*Z0ep5KZi>6&$a!5zN-9 zN2UX246r*}@k3jLsLB>`eLK_G=I5?(gPn;#FI17mrP```1toxtTLmLoDt;XVGBFW- zYNwiXgkb|5KW#}%-G%HT7c$=4;?GeT*luIBC+PKJ+T%{1WBcg#@X-(yaI~VzMyK=K zvs{2CEwVLN)mWW_sSl%>(R`7L+>stbfMx0W>Er%KTlfHqCZXT00aLcs=Q_vXo_v6@ z*K2e(+-q|^+mHK(e2NeEhh%QJ>st#NAp`4M1D-tR!^OCoX;hk1)aBOB>G}?&!U{re z6CW+i*d92CTLTGvn*HbGh9{sb%qZDlGZaufcN`$^m)u1yh79Y|W7jOZBst=mlk>DX z@aoz^8eJh;G+ zpR(TWUq6PN`uv^_p%&PTm-x!P<^Zio5-Vd6vO)UfX}!d8I%?TG?$BTe;JHDmLqegk zn(r4-Y{pb^dMn}f)BbVUquJK3pXJJQgnH6Or^@O%jgT~&k1237E6NXlf`Muv4$Y4< zHAQKz{@j8H>Mw3;w@twN=|OCHFh8@Ornq2H zSA3qr*z^f8dV6y0=DTK@VOM7FK29M!r4`Z!4B*LOaoUytcHLJ%AhE@UC4Xm!teR7D zNBNa&251L42en?@fXTC>Qo&Th4@J;}AyU zfm8sib0E9)f#i)}8v0>}IALewVU4k~aN8m@dq+oBC^wJS13+M3Z(q5M(G%urr?}_& zI5c^j@!X&FzQ81B=DhLOO~pb+N9KoCQ9c@v>p*tX^~eQ#MsPD*-pmNyeP=`G%Wjm? z+spx*$h-JO(3~IKu_au+F*f=T-6My0_EYDM5!^GFIZfXCB^Yzbb<9t!zgUV}F|t;Nfj2YXL5FUr1w(D2PL zj&alhmL*W@spdfFSKXS0SiX{$#{XnBguq+>#cCj~yTx7bO!-Qe{bMy6ta8J%;An9Y z0y9F~lKWvxcHk`=e#~)i(REj-1c>|BKe}0O&hD+!;|epD6s9TO}$g_L=tcCwfr)kXh}q zSTVn!d=iXMP||)<&@L(4h`6=-Sqo21I{(PT+TwR#6g#n@VjiN07e|_I7Mv%A{>62P z;ASz-!$)aB>K*!bGJgoIVa_(!5;axFDGDc+)p0~K1MkNOEPH8^3kVXuRu&>wl0x%g z_C*og&NgyqTvrdi{7IgNrtX&!Wxpu(O5(G4eCNcu<^3xZ3$9$e`L3VNXFA=jN7pmy z{URrg!s%^G*LV2rm}<_D4%hP~FWWeYf^em?!^?L_h+**$#tvLP8^=C>(*)zvYGv$x z?Pj60l)%syKf`w$Goo;r%kb(nup?C8$JUC%iM(qo@_h2>8A4ot)@oWNT}t&lIn0%) zjp#}28taLX)z}PH>^TFT@i-Ul2{V3wM0)FjqT#R00py;-*}dQYFCFo@C=^HQ_WO9Z z#%JD;y3sLw&-=)?Y%^)yv^9r2uSNLhxR;u^b-%#Ul0_M?@- zFsje;v5YhL(x^L8Kkhfl_ASg#+r?%LtQ>aRhMK$HDDM2rWgt!{x9$LZ`o7dYrd|BiT5{1D+e<0 zy}$OmJWGCm12y|S`@L;#bYpbAQFP5W9`o8QwS8?9$-3Mq6m^|bV7(~@0Bb=HszJTk zqug(5#UAC?#Xvm!V;H|Oy4L%O-nPSWzwazxn6f54e=|R+f&ycE#l!6qO}R=d$Ng+I zNgG1gc;CzRl~_8`Y0#W9dHl-8^G}uv@T#pJ*`2MpCc@!-hZ25e#ka-4@tFrz;SSM6grq%Y$e*}=Q#067qUpaOcvdB& zeN@#uT77F5P2?=QDn{s>&HnnykFln2@v<0yHsQ4t@>o~3wD7JNnIL{w$yG?>zPJu3 z+Q`g7SKj+m=v?VGWitDSqEVE`AIbh4ANbG14;~!MIEDx9VZ=aj69Mb#CfAa-P=Q*| zFlWfqWO8!fVQleCPac1E+Kx@LhF6HYBk96p8|z5Hrnu#X^1~nfl{VTNEHKDjNphob zoj(1l4He%>BR$uMHVL0%ZTG?!II@SV9=06s8LC%3R-KR2CU09-VQCCOJi-mQoKT%!fX zR{(H2SYx@^x7UKi_!v-U#Na{PVH>1~reIpUWh^m>$3+Rbo*{QNaeS4NijG5!R@0YAI*4dZu$>>Bv1g2c(cWE?&^XVU%nT(33j8A7kj{zEyB3Y z4D6=cYdx*UQE-s6s-gu7pW^`!T1X**Vz7Z^#ZpVe5T_mtP%m?#G8izV1#o4`O~<5h zc}`k9DjGrs^`kBWDgiUQv}jxZ?Y?Y)iT(;kXS{2jJwivW(MAP*EpKZ$N+eVdWQ<=M zBXWr!rGwxJpHGtUR7NT;sHZ(St%E-&!uT4|EgdoEu2zY;S4K}h-4>QH|D1Nj8~pht zMT&EP3@@u136w+&l#%&3tf_w?zQ9gItx z2GaOnDAU5eHBG_sh()8b2S^s@Z-U5l{<-ri&J_5XNWkVOWcxf8)qv_%ru8Gz{m$TD zW+9U=Opo-j`Mk__Z63qs;R)qPNuvW3$dok_6qk&Z!y>0;QR_?@M~%kiV$Dv}pd@k) z;SZd;T&1SBzsD<1Bn&8kR+_N?Y&27XPgP)CYkw%|4rrm#+-r1(!{WjfW?6A2h5>@Q z4`C?|1Ne~xQ;C5cG#br1;u|nPB$WN!)%*Erz1NmtfXnUD6#C5enu02rwP{JyDWyDj zwHExnT&H8H(k+F6Dj_$Ww6Sju0`i{X18Yb0PF?@YD4RQ`kD5^Y8Qtq4o^DO_KGslx zXV@a6NCn`U5u?E?t>eto{na*qmCrDyVF{Ox<&nF0r_A0 zx69R)p@6cWvu*(Zc>P5G;_GxrUkAYUB+cx^FvMbkp~8R&_$@(0qFIw89pV<}Gznum zb@j&nTLUu(aj=)xF$QbFyYtjHtxdb3lrX2eePSPXXlz=t`}T)kvbmz*fw7=*Uj^vX z^3^hpMV3HT4 z0C4RH;cv27^ZB=F1+uZqQ`eo)4j3TW>US|d^;6f?9svz^tTYzM=IX!4O|IUMn`E`A zpyO;jxXmeJDFhR zf!ES9#JgbAyV=w5Q#hxG-TAgqG>=7!1RN1M(Y)UxU_!Z)X=WnY`kEZZG|+c^;#0^Z zu6RyUuD6%HkN_{iJ=*)P6B!LWZd2317vuT^yHoPbyzMv!f(&)~x@UfGtlMP!jxVP9 zql~%6)2v6m4V*bJDzW(m0{sXU6fv_8X)vOUf?Tt|jKYMAL9cn41z0A+YbLHoStY=K z>u6)8+OIY|SUtMYm&#rr)6s#zG6l?VigWST#|$W}^8IAq|1-DrucuWq5bP;c$jq## z%5?rFlG?Ja?jz!$7W`Ml*$6(~_j0|6JXJ=NNz_+!i=~L*q(afI8`+1%UY;wkkW^bp zxb+*Bme!xC+L0K4u|oWn@2>(=ffYYnzT?y}S-_v>+{q@RxcqB(%zCcLG;^8ZswA{( zq&dgswJu5um`$PWj_9Ad)tOKdSpMP~uFopBr`2tiB!m<~u2sRzzLe)`)^o2u3X_X$ z7NFf!z}ymZT#?VLHdz8GN}WBe58R`HUZNXrnGmoDS-P-@xkcNoNAv8!KwazOlDw9K zqxOlK)`gKVfV1i+ycu-*TB^l=YMCA#b-pR(tu=HQR~O9*2R~t2!qFAveq~Y zajX~F2%UT8mLqESPA8Jyq(t~3D&$RlOz|91mTKg;IZyogRZIZ6TkBn{V3`K~4Hn!< zNg{m8Ma|@?h8C2b-_mH{c~w%UBlT#nIRyHv!(J|Y%l(ZIJ& zw8%wH*+Y`pdwjt@stl~D^UoJxFvQcrNDWk_jh_>@Iiz)9f+mhigfE(bu~sr|9F7NY z%y{DOf-yX!WEGWaI_sbk!3iOI|4dgR2XYN8O|1G&?|Qorj)V3P+gbF&$Irn1z;0`p zT4$*Bt$rJRA9b8Z>k^j^o_VO~dNlBW!300$%17i9g1Z&2YiGf0oY)VqV#?<-gC`G| z(D99}$yVFaEX19^Lj<&77j|SRlKh-0}l&j#|8dNj$2jhO((70oUR0&W@i~dj5kydwbb0d^& z-ddq?$gnIPr0hIa2iA$t&o!wyl{GX%)?pmy+VwI7)}suQHAD|rYS=td>N3n+gZh|Tv)eh&Gp_I zAfYwAx4J}+lGT7#n`hAjX-S&yxZzaH-vqJEplN-?+{&1jaU1SH`jgaYYo>W2(xbhD zBoM+9ogO7-3sa2BkWO$eb7ed_Z* zOTHNjc;|k&oEsALt@w`5uB#BExp&u#= ztpbzjn4QSJXyriP+Gt^fSFVMA^dw*RoC-X0A|Fy8WX8l_9<}>mH!k5QXIhvaA6bc^ zjGsaW&tH{PQ!*Z@d(DiQS+_|qjI!uRkHWu2VlSz?Mcy;f(Do)A$jimz-Q0>N9pCmB zZp8z_H>!U{O_(xHNPbbfN4G9RE`3p;FiK_Ws#|ETuAvOsl^c=I&O6p12siAF*v#{X zFMgk92_tWQV>r@~I{BK5x&?>a$7ddxF_j0xo3hCAUn%s8Ru#DVr6N&Vv3p2q31!Ht z&pauM)kf9X_>anJi8*#UMPqJ6Cn-Eu=d{a?D8KATfZxV879{x?#?AF=s4GtxhA&an z!5aF|w%>|e(K<&32@5UTMK{+Ke z9Z)F&Uy@s^-p{7CGVe)bDlO>=8^_6VCE({ZIu@=$dMFrt*4?a&=Yq4(6i8-8(`+p4 z3!SUu2VZk~SOrDv1vZ~I$ii>kH&fP!Zl50$GX=Y4`Y%>N4GNOsPAeo%E9^B42Y>GL z;lPw=o=W&k&~S;;gbZ}OM2WNslYR+Ia5my$3)&|v%zsN+SSHa%LJeR4hOp)}R?F#J;vkCvfTv(#ElcmBj<XDc8UAEv2d7Q3ms6v2m)LVH>PY=Wpl9~S*#;*IV8a* zO91X}lu+DhGI|UiMgaH6X!tTq7&4b*XC`b&VF4#|Wrhs0pv8ZdsATG>_$dagK;{HZ zNXV;zTyMzqJ@`M90@k0yd$al>XR`#AtE(1xxN+B53DXKU0sfuq?G22?!8fPlM^#1A z=!_JjmKws7KNLo#KIPDIpQ|*@CAC+MG>WCs zlQM|uB|enNq6TR#`(b?mm%&0q&`n_o8kmkyMuO%teQJ4sr?;@)c^00#PcD8QsnHCX zARzu73-@svpFT|)r)dj;WUUnwGFM*)4A;AE3Htpj7T(BSBiN z6tgsH&@Y4n7!XbWNGkf6T;puIvM{_@p56L`wxDzHZA z8OZn*C?1?E#8L}>AcFQl&~*!yfdC~~kac#bRaAQlvL@zu)q5VHe=D_b(g?Vhw*Ava3h{!N?&8)6|+a;5C5wi{ZukBcg^pQ)g+v7e&ugFxa%F{89?A$H7$o+S}m;_JEPg9c-$yMHU(5s zdXy(Z-+e3emst1}=-REXI`yYdlFFe5B!%io8;0KQncAU7i(kLIuOrS;KOz+wiIry)7$#panB`08VTU6g_Rh2h9G5gt_3 z{h#SU@eMP7O!+ddLrI6Fs{fHacXz#$^;B=*2~>iYMvc5y$>~A4FiK)@Pr1JH$>*x$ z3CI|_Oct1Pa!t-ON0Pb%q$;*m- z4Sd61@3YAS_^>9j&_0j{5uJs(fTDlBFE;uk31%)4x*sQRe9c@0?Y{HnR5AMsL~`l3 zOot=sFIs-l-Vfw2F$;O{wGavY+|-ny_8QMfmn)whhBA6lyEZo{xOetw z5waND{D;!{n3%Z}%njTS(bwp+kAVv}U(O32I&WdnvKt1(%H_5X3H8mC^ogb(rC-v5 zWCq#tJknsUjnZT+s0}F+xRgVn4E?>iQ?;QiS1=kL0&qoZ?BqgDWEkDJN?SruGqw?{ zA9~h9)xdxP36hw^O!;{3_o|HJJeX6pVu^CdDr!wDML3I&rc0+sIlsnuMG&!t4y8d_ z=_-}qjOi+}MS1o3y};ooq_+4YTk0f*>UM6?y*_l`?`$hDl8d=Q;0E2P<7Qj(;L48| zeMtu#d>5&ww?D_^9!tWkXNrZ|Hz`aOKFYHn&LSCWxyuw>@*?jv&y z*8dDOdgz`xZsLIX@iGin`0OkA`G7`c5clo00QBkTqap3(G!%-ca{~m`yR})Qh}=_} zqsZ|JPMSkuS{@`=Xsfb&>^wMi_WOfYrKyY|Kr`w2=1IHhvM8R{De*Qiq;CeXDYDF&w^`s)9Rp zi7y-*w+Ib1>z(?OWGc8;(c)tpOajE_OUsN?sNx{m3bo5jpAd-tI=~9QXWLE|$#+cs z7k(h!m9I*!7R~FeGzTAH?c->Z$N!Ii^RFW7TMm{5<%MGf(28^`td5yU&5}^@NfmT4 z#tNj{W%PGgH4{cpU2Xgg*6uZDA|JPH+J+@vfuGHvlJK#|wg1I8v#TpL)jv1#kAdS* zM8z_)MpXr|rjY5TW};aurWYIQSkK_ocLYw(r9`TW*OTggNUL{jfzkfESXNKeC+`ah z41mJ5{r>_3AVg#i&J~QUj@SA({a0uJDENg(p-5U4{{K*LtJ|T$ zV|)MNbFs90SbT_z!8N=77bN5#2Zyd9Bz}&Jy8UEh!Z>(GwUb;H>=(k@Vf{T)! z>V-sGH&F(@GvlsgcI5in`05=|CD}?di)H+HYiTjqJc(A#SAC%;`$Yh6WFjM!E#rO; zdV0vG3uGN)61S=$BY=HFSjU+mx5Yl@wzAbmjkmqx$b;Jb0|xE1-v%=75o9?8lG63f z2c`$^rnp-D5i)%j&0tAF?eVl6wSAMTh&8kBx-&|X|5hnw`bo#n6P0|2P4E=7$>r4` zl%>n;({xo7WyXq$L3sb_y**rcy;sryn`HfDSw}yka2+!Gd;hz1rl{m0fBe!H6&=#t z^)~a0(RJ4dhxP?|3rs{1S9D^gK(}+S1D#$?io487l~i1B%fCX^TRAw$Pq6O&5_sd< zt2x~1SsolaZ*uSXvj+hF;kX@smT*bb_9MPNfu-#*FRAqLWxU0;+G#JVhUv&(Z-dAu z2|f9KnRrY;OFL#_ZU@O`^ohZ-(j`dPNOui-=j__mJSD5vh;M7X#WJgYs=bHY;de1O z7rkYvTyKAJJ{=N!q;R2Xi=?yX^==0`hqcJw`CsS}l%2aEy_TrQw8Ehpf+PxvE;_>8 zRI`2yL3B_*=T!gk6(iY$(7Fk?aoIFPGY8J;J>ucO`_P{b{R5xtrxUvu%c=o|K~ZCF zlvjV7-gB1qb8oEYDerUBRv~8<@p1|A+`BrR`gFzCeLzLGLp{Is)MunU$DO9}vt_3bktY@@Ts{|7C$k2Y$!~G>_|fPW z_!JzCr1PEjrIbJXZsD{%Z8VVoBR``O=|(%f^C#lQZFalNcSdXkvD@5nI6GrvvfGPF zgx2FVODZX&vKX%kZe34TrR&xwQ?)3+)>pb{GU())YHxOlPAe{+zo$Wf+`z}>#$M>0 za?T%H1o}yTar#+P3r;Ny@3yq1Iw;{!gWPCeFv(jhS;hIvGc{(z{6?3Ez*WDWlKIKP zskcm#<2t2N*G)`H231D-4jC+5m1r`C7hC*@C!@?GUenhp{YRgL+py~dqo{1ebyCl< zN6%56aOe8DIY(BMy7E`mb$`015rq1k9qCbNySwDfv`<27NtvW_6MCjjjwCw}@)LqqAs@WEw-#h(>pil3>)Cpv6HshP$4J6!RZP zH6h`qmQU182vM@>LQ3UJNY3pBKX#mBzU{o;yv!SXXpP7Y{F_=q9fK8T!)we7YD~i;DylFqNzEZZSwlh#px=EF)O%4859)t z*Kx54m{Rp~D>`6jRr++yK$c>nYIv(8d?K!a&sZTkzC3#=`?kvjdr|)UwQ~6J8BVm^ zW{p@cIJB$^vp#tQ)!~-UT5-%y!g)@iUsi)$M06h5TEaImlpayvHhnnW4cW7NKcW*W zJVuQn-61k0H?BCRkEh@ku`ur4aXz|^I*cs5I*r5mbzUgWX}(#!oNiW2Y$6tPT8R+E zgut*>h3~=#mYBbcqzg=q&zT?~(K(?rKj4t<{T^M9yABsW@Zg=*R+ZgJ3@YJnxH{k_ ztD}q|C_Z^uq7d!8y$}(NN1r;_*$ZJS$GjN0&DXi_dfh#{&sLl4BK=*rq#gs&|0}B} z|A-l^oS}Q64ZjzGvb&QVL8sP@v(pn-SzT7^BdI)x^40wy-p|Lam!kiXKmS|YxT2Xq z?{{i^lmR$4}#*Py5nODF1$Bk`Zy^m8!*^E&i(rk0X#ZQf` zcEWixI@vqPE(#!3S*V|Gbk)< z>eVt^GQp>8Z&wpjZ~J2g?~kjZZ=c%?xi9M9PclPrZI@Gr9k9tve|EfX7u)+@ZMTB~WKK}{PT70_LNvF4KB<}eP9wgwHr2Cl-(P38 z51~Pp?EM{Z`8i?vlqYDt+$RG)>}dI0{^=-yH8q~P7{GYzlk3h9>tZDz4~n-+j{x%F zVuk7!c1Ts~XH2-~xWY-HzxN^=8GN$MY8dBurN*)g<39}xE~pb30H0#Z8?G)^o)u-n zbf#wh*uELQ>tWFhCt5I@bB{EtzbWq{npQENdc^PId!p?-9F*Cp(LU4dB&R zvHe%pcJuIs{`p|h4f1Sy&IS0L|HUCOh$Fqi3@Z^GB*1Sl^gc4U3s6lX<@pcY%|% zW?!T?%zajcuLgJOg|7B@+JtbfkG|u$iho;8O8HQU^kU8B)TP1 zmS;QLfA^cx?3OUCS{`hb1q*fxix*xwbgKBa&99PNWllmQSX0TEP@-E_W?E{(O_q() zpVyl+1GTTqI>r*E9!vtf>pkr_lILHJypLSVa{YFG(dMKOKFZ)Y)eGL~+UdxfI)T_% zUHxZ9eb-vHs7CAT9Ke^gU<;l7T9Nb?oHCm4Z0;<*QLg||XF zeglD!y02aB^935WluCXrx=$GRQ(du-KFhmX19a~X2lnsRqV12{=j(5M1onRK$?sR? zq65*vA1@f5H`BKfZzv6^YY+4t0?D5HAZ#m0_IKy?umU>_ZI6BDgT4LR6XeVJqK^~R z?}4u;qJ~Sj-uNASDO372x8|RBF=Q#UD5S8elLrhy)R&R#yRnGQXEB1?HW)YoM zA{)dV+;f>jKnuIpXUPsmgMstrCyw25fMf8#6tF#$!P*cF@@7e2ZS)%GRJLDt4DvSR zXyHq*x<$BudTQgFaM_n(n%TcCvio^9Tib1p(b=AS!-+Nr>dYhKc>GFO#Fk2yY?iX$ zw>}61%ye0LP}iXWHNKWLvaGre>{jaYpv1dt+N{6g1Nur&3pNMm920TZ?p$nj5NMZ; zoKB4ec=e8$=NwPB-^}6tY_{I)KF|96wYv?}E&{o+fuBf(bvcXECdp7BNoLyX#|m`R z$yk7~9Yz(1N4Kp~G$}@}E#nP9MbVt5!P|49m#uMrVq#^r8qnu#_1LNl%0ym29Gd+; z^6I|bdV)@7BlVaGb>N0=y~ALkO1ZHIDtItip@s9SrWjiQ{XEL_W!7|WE^~jX)di6S zX!|h>22BVsg(9W5{H{@=LP*ExeBO<47fh9Z(&up-!@^9P@e-{5aK+E`ZFXp_fQD-I z=}zi|%w@zRrBhJnMnQH6U0^4)WbQ;4A6HoKuCI;!ixBNk%uS=la@yQDssz zbQzhdk907OEK%c1TWx>I@eGosV!t|7@_oBgdb=3wdK+u@dz2vAK?MR?A~Pz8-1j{3k5k!9 zF&-bO6PnHG&g44xEVfU^H(f6IGf6l07w+NcZb-%e(A-ZiaAa6=dlNJh{DSORqp)&K z(_timVoh@xQHUexbZqgL!AsP@i74LaWCB?g#gnlcQ=yE4-^nL|@C2lFSbJTm+x(*0 z_@emrl<#yl*TM+f1En)QFPuL=k|zq#j%{3=TT!8BvJ8;Ta$PbJh5IRn9c*U|M%x!4 z5k!`SIp5*wsa0bYpvrzuJ@J~Oqt^HMs!VO^j1M#dkLzm$bGekI0p{4pIHR7pKDx^-_-aJ1=ER4&#e1v(v zNng!s>S)M$RV;C2)WBveWDsk`I&^0ZM>#!y?TIb*6Cx57-7?#flJ0=7?kp;lchujr zGn){8e2Iz-XF?&tFOHI}VGF@%oONTeCM)ABQLa2Q<&mJk=X2H+kzy~HIb))T;o>cQ zq6!NPhiuQfn3u}e7m!V_%yU>O_mFDDyr|K(VbLGygO}ERg|2Z_p1)+mE=?0JHjPec zPKzKhFH=Q}q}S0g3uj}h>v3L~my$GwFwKeL98I(2U6OIL)44kjhsP6AgHhiOK291qzq5)akgT26!@h=FO!+*HW&1t;_Pf11f8Rcx zdV5Vbcv<2zcmavN9*Nenbv+t%Iow7ypYp907-XHyl?peWvf7-Mw%3=4l5<(a2n{vG655T$RND>3FwrM>^Xv|*s^Y#~+TM(etE!~~S;WsC zA;O7icWT7a?DUXR^0s$sgHln#iP(Kv$e1!kcJZsK3=J!)3~no`lnu+O0b^N_c6Vx0 z!(Y7_oBpa6CN|qD4JdkB6Y5!bGujdTB^GmE)mxNsU(Ixd1*uWV*an@IoT$}HxHCIa zGYe8fxMHt;&hY@VA$|Di94Y(n(sUJRu`tQVH<0jeqc%)oseVYzd{a7u+5{R;3g8$t zFz;{W&)lycW3#L>y;;FBO(YuN4PxM2H#F#9W~UX9A|M}Yc^?fvBV+)hxBAt>fNF7o z94;*q&bqY{d~m@z>eFNp_H$V`w|mH@O@iSg6yzO@p=$_L6cg^BWq&~4!yGEmgwAD* ziw0bT4h}WXUc)11G_3Lv(G=&alW4xVN}EQj;&BNRp&_#Y*|}?>K$1l?moU!Ak>E4A zs{7o2A{?Lz+7D%|y~SJ-k^sImW@Q*6-M7*Ue2waXA9v(m1z=}1=>uYkf13Tt0-@Px zyIX$bnhy>Xt3$C)Zpld}q~=L9#d}aYtj&9D%ON3||E`0ZWL5ct04Ry*!k2oODd8?x zg9K86lCYF;CpClzg%eNz3cvwk{f4R&=ZjgJo|wj|ng{N1x`gq9(O+uFfw|=23F3Un zR4`-HzfQH?30Lz{V4@Z$_~jP;0WiALEIb=^i@#2$$+UAxzUuSp1D-BB!&OX^0Z>71L9GpE>C+0;)r%AQ z9@~;lcV<~r z33nL>W@ufjvRX8ts}N$^R?hm8-Q71kbf0ou%!Jlp(hUW9-T^9`qD5dQVAmfYGPfln z&WDsY91Q42>r@BJK<6}0pWeClO+$lP1`W|aMqH#JIEO8gRkNq)SJ0j+Wsz+N1%beLKG{>REOmbIxQKbC`moORkGBDZ|D-JW+cBQt`y`1en9PYOSoHg zC~`*vVNuQ-vxh-p;Q+-k8No5Iu)wGiPSxWWCOTXfSUwl72?H#HEV6j2hXTG- zNFR50T6M)P|BX5KUZ8Pl2AQ!y5-q-I1vCEy6v$21U!m=;>u*8kqBBGC4LtWd<<6N4 z_1kZDO?)T4L$N|A-Gk>G2R;ERM9Vg=SddgZEqZBQtJ3ttpF zqFbe)n?$paGfQrIheArFwVp&X*hyVIrzxlHc2d9}uve-f-N-ntr{b>H2`EeeqVD$> z5g`!&Ig(|>+K>G-b>nJrAMI2#db)sI#CW!$48xfO6F8c~>8kbvT@a&iW<44M!qyW> zBB0jNP)8H)!iS!V9TcpWdb02e@Kl0rB;27+r$Ltg>X0L3p1BDx7xfpafqSm24(k3V z7fJWsaQ14hl)muU#LlxCR8Xw?@nZCnn*kqhjvyS|PGpZzwC%J)rIB@io-2-)dl`{S zxj#EBFhJqh4R5v1@@Z`;bM69QMy>hK{+1qoPVMnwax z(PXwa0a@a(ScK%#7S|V!m5iV47m5uDQemS)hhsBc$v$xsBPUKBmlr(xjSFpGENV+t z?t^L1I5C(v1XuM7f;NGGXAO}{It5qj#JHRe1yD6?k;VK;U)=qJB#O(9|92c9wJrvT zXT+!<%LsiNV!)rici8IE%@sk6QVSaNont;Hy`P&3uaZPNzOMqo8ES%^$6t)J8XDAp zc$}1G&lS{~uecvN&5{i=Y-~> zN)ibFee3sVa<>yKyrY?V{e`P0>b{n&c?;qE8fcUtr%D>Zr3% zKr#epWeiXfI}f2GwY=%4Nm+}N2u4-=|BN{buAO0qr=| z05{8gL)2rC8|v+DBReKJkCtkqakqAPq0aY@#fz(W2g%C%Zwgwu$ zI-PWoZ9JY|)>Y<@n1`|fjn;jh_OO>*BZ!x#+Mr$Mls&(Umd&fcvhUv7s4^|-9RD_% zsCnqlINcN4{+BTP;o&0O!Nr0%{=SUl((GG~ox})>s0Knqj;r|3 z>4p{JGJ^Rb&Meui2PdAH5!-9j9Z!$ONzk#3ofBhhzFrX3ytm!L3E9IWJcV;hzG0i# z@*~jap2!(#6{q#ct>h5bvZq%5Y&Ngv<9I(2E+cgg1UJpq)A*Ssu8$@RaNuaP52T!DBq~&01~Nnjnf5m5 z@p2F4K>e^$ZXyGyU;>1TWDmzyqUHtDi`j&s;y```y5Rez^umGx49`=L}($CDP=9dh2rBEmq z9D)^hihFPLX@BGiXr|4FVKHC~XXwh= z?A0pYQ!3jb|L-%?zs&^ZZ1P;^dfe}g{~S~68S{w?vbESvYGBn}6fdB@&FMIA%qk~P z?$|eJnag`sYj|QkUf=n$k>BCdv1Owvs~g^rx}K*7m*v*!T#^z>9OX}&d*-_Z#2N#6 z4>G6B36Zi(hg1R6Urbqfa%qdQ6;|A#$@~ZxT;P6+WKa933Wux(!3%A3NQbzZ)DB5% z<*CP)*`7uD`p4&zgY>@_n_3;}HijmB$It1}S`59rm?S;xLVB@2j3?EGxM`_;I{T4& zRNA&%R@Q(GuYHUUy!U_7m6SiC2oQS3E8PlQm<=j9#rt?2_^ju00UwtC{Y8WWHiu+3 zKA|VFW?yuD!BpyV3J(Ss6Nfn)Mn zU<;oAUVOnMeUZg6xsjxv>YC&i^Q3j4Az7#K#HWZAf^eW`PGQ0>Jr?gXELd(qUr@a5 zy+9R(*AA6UL;;U7|G9^4zUsX?|0PL$lkZwJWy9VZ{YJ6|$HW7AoW4=4$T|EN#53UZ z+2^@;eP$z-c|>Gp+0B-z>*YX}Wws2PB3%pX8)xm;fS=8V_+Rws7Dc0kOenH@l^HM< z1V2YukiM^v#T3N3-wH^hE+tew?VAFFLGv{#;l zF-8y4q=gfmUFP=BM@Qe>DFppy?sz1&42h|h>78fXJVd^QyzR^1@nK}VMyjAy*~g8m zqvLX1ETQ^I=qc$82Q$y+VfGEffT(=T3u{;IXhOLm6nrQb_zn}6A~?w-z*u1izVEGU#GM@zjM_Vywhd_)C)C_43lu~ znG2~{9e&x!g3#K{KzRucYF|#^g%<&FR^v1in#+Gyh5Pd2lsTV`mysXk`9k@k6%CDzD^z4L1 zuV+@H&d7GTB2{!s_E-0&7RTbOcCpEAcw_n>-JgW*WVei&u-eLj=E|O8-@HG%1etE$ zd6~%=8!x50ec2QW0!aj2x;{4of8@lxZ(TRLN86T6Hr*J{TJno^kj{+sN8Gj5&R-Whz`w%=Ni7C8aj(>@5X9ZB>NjACkUr!Hn``VsN5w% zWXtGuA9WG$S^mJB`Q}xWaAj?n)3H*u=7d&txfU2B|K^ykCop;V1Swm?Rr@hIEEWA@mBVYyd#` zZ=7;tDLE67DS_P$QI@=G7JGM*Qxk&9#ZX^Suf1oE#2AUCU5Pw=miga0I4<*d;@1xi zRE8&{o5|spRafa?jiN1$t*kh|i}$o{cNwmv56Lv}TzR%$ zet6)bgS^=E6%DVdY-xMZH@h4heov}4zogOpVs>+O@YDKN@!0B8^b03}+hHszGbGPu zu^^f|SBy_IwDE;}<6Q|<_Xnw;$IKoBJPs@J&hIrFzbUpZ z3Bnzw!$ zqZS}pp79~meY_{5cJaftfQ8@m;>$Lmi?vXrze`lSWy#4NsFtuj zDz9omWl^JxQy)>WELU#P2WjXL&1W`tu%%4~nemT7Ya>s(`Lo}25Mfm1YfTm7nQXrf zY2^RF<^m=g-vdx|4brbp>q4xyDlZ*NsU@Xsuz#F0*FJgr!Lj@M2e#~YSpx)h9hucr zUI)D6*no~lO$me4cg?tbOMh1HS9z4XZ2L>b^DHIPd8W^9ZY6vR7l!|={j$i9kAAXx zzUeah+IQm&KDMQQm~YwbCP`M99arbY4T>IF9F>&%Vf1EGd%BOsf4r#EeucFka2NQ; z$7lR@m%WH&T8VPeOl!cp9)0e6+Uw=6Toc@_$r<$V!O2@47A$8mX(<`Iyg$iVzayaU z$hndz%|CpX2prJs!+RVyycTlrVELS21g+8)olhqUz+8JTXg|}*NdS4Nni2Fs^OM|z z_0PwFJBV0Tyya(?j<5b--Nr2=D1!zN)(GaGo2FDz+ z`dJFkzJjOF1*YS-OdQBvi-bKNH{ZLb79VVlAsuF%+pIdECFbafXJLwjgu%Vh9ro#l z^Y7|Ni&L4iU@qfpfeDLm#AmRGA-+`Kc)kJb0f zEhp{k-1CjR#>RZF#ZOhoPTgIGg}x&53rCnVsl$H~V>_m*Fbw#@AhDX53X9?wD~7)pXk ztUL4a6QYB=vY*1Y1+dogdGF*X^F0z&qJ-)s>TSQ5F|J;!?j`ryI8dYCSRO&vHx^ir z6rOhz5%)%`hCcT1NtqA*tSYRGaJ9OzD2pT&Whe2>UZ|kizXVPKlAwC>!tXni7@Tlt6Ho3 z_G|_+bsEt)Jm|_4-Wb0E#=h`*!G;qvOh6v@i&gbdp1v20dhpCVxl&qDQ0|9mF#-4< zJ(O}4;Z@?$qTp2Wk#ArTek+)NLAuRYw-(Iy>DTJxHWItvChB}R>8?3uKEs`IdV2&>iDohx<@l1rMXf8@SVZB>B zx13UFp?7J--9R57abtTG-6OKWxu=7KPsgXcyvXHc*0r<;Tq*;{t1p;wdqc#eES4VF zvSnV#WNT$SfFje$n(AgRaQZiIvMMjgAS*#>Py3DE(2y-V#@8Nx_%igcH?GA;O*pOQ zh83KZm@=f>J5IPe6eoN?G~z-3@k=VcM(=qb`Mr+L@Xe@|13d3L#}UJeg=gcZUeYg; zRP(%9bDjgY&_gdjF#Zel383mNDtA&rj;$rELVG@a52`?k@}I6-Ecbe3=DU{e6vyj{ zVfn-H-K%*ZU>C5c@b&`%Z>PukUE;Q>56AeTgt+;0?I#0GFQzu)SoK?K4uG`5Z^IM$ zyU%x1?9*f>UhT-9n=n4L33oBFW*#Ige~A=ltg{uju%PRD2+!Of@)K8M~ zA76SS^)JW=ncNMmyN%nNag=_WElr%HPM1%(4m*P{WFCtuRn}P>zj||nem*U#f<`t<9x8)FUxIO5yTiZ9zQt>aj0A^s zZ(Muf0XSmq#Xj4Cd+ch^RB3cBO`d|R)FM`m91l79-9AMzs*dXyh|F<@y#$xyFqOcp zQt@tDS%5SwT58F);c#RroOW=PVqV8G8B`^z>P^@!p>M0%cmujJl%t@NMb6~ zoDxXxcMz9ke%~h}89czClQ9lgJOKn11?K<+z7hjGfy`fbb%OX4Z45D0pjH9B?hwO+M$X=G2=ucZ~<&4 zydW?yU`kb=1o(Nfmj$FaZw$8Ld)@&3d7=ZBmEOc`gp&jPGV^f(NFXW!7V69kNOl3X zL}GFmR`l0~(z)R{Qq6{KM8y;<+Q6C9+7(#%PXQwUo?r;>jqGabaK9m}*d!@?gh}v$ z%Mem%Z5)%3%d=m?LNfyf>asZ$gvI{M};mx zj8VMZVyFt!-Ej1Q!1r2UoFFqkkgOi~n>dz%7)GBcgt@+jnaL)7BkCIo8*)~)N95yq zyV1N`m?ugyFw0@YOS}LKI24o4%mIRWOJ#!h=~M^&O`1@$5mb+`tAtJXI3REUpAEq= z?ETi!FceQ}X6zc8k?^t%?3AcjFO(4iYuYS_Zh6j0FeQ-1AJQktINT{~0!&LGaz!PC zhbYQ%3b?njfQXAMr)vv7(}JZ{5#92A1dsp)&ATQa1%A#Z0N^i(*o{_$2N39AAO|va zHDp9CaDmqOeR@H%O|Z}{9kc{fFb-`qGn&j-N?;me2Qjdl3BzDS9>t{_?eB2b-)4S= zp`ZwaE%Sni4@iL(8JG^EX!W>&7`KC{n9A<(U$CrhwB|WCoU88Tln7r=5HVv7d!-(v z5Qz~-{<}yEUV>xrAz@Av+iw(@c!yE87r=u6b?`UB5w!PJsO5O{gBI3tZ!N&U?l+cC zW1>u$ltHbA0svUhpIBJv2qC2&nCYbsQglj_P3+7J*VzzN&H+$!>o&@Xl{$N90#qi1 z6b@;g>Vpe#6r*6W=rpD)#5iQ^piriBq#^p40#Op^++qs)Yf-GrkSGQS>Lb=0i=u+t zkpn~FD#H>-b4oG}ZO(>;w$Ki6gNPl;fN7q+ODTZP9GH@Uxvaz+|@2aezg)n;!fOH5t+b?|zQj}o{*7dl4*OzT=B2HJ+psewyZo26;P zd+WJD!lO|z06_3{A31QMAzklF4HPa{jv!Tp%kGTLl!= z@(j#yLk>1;4(gp>BIvTXfi1hl464AkP>`~*|2>^m z4Is|3HHvjr;p|Tw_F)V7TVcYdhZ9DVJqDW4!Uv>b|&*sOdK>YuDjP~?E^}r6-^V6Y`w2y z1vR77saYYX139!Bd-suW7`m&KacH4A*xdxU*U$)pQ8Jju#v%P_Ofbf?MB{&Ekhvp3 zDVyA>1q1-2C39OK-ES$D858!?IJ>Yp6Ck%Ln5&g|aRnnlmjnFE0{P5yY2~SZ)}&F+ zG^CHJ>hv$G-cgRm;zGh^i}A?sh)0J36hAZy*q!%OD!S!eXmh9wNNDn_ctH5{-SWsm z7Q=`!4M)%tiA9i(8;?N32I!b?hg!)8TE|gO@AS~+aHIqpBEKb$7A+Me6B%KVGnVKo z04T9z#(P)1i%JR9u_ADXK8489m<7EU|kiyHqmMU8bll@HjjiQd&X%^4v<&&~7bG&KpTTJ_8G?%2LUObax zp-=D0(M$`N-`j+dZf~8J#fGth{@};c5F-6L^hYVU}`j-fP~geFoDwk{UDYA zAQ3My;UA}p{52RP8l&>6aVRPp2W;L0AlXe~;3pa}MW}!=7pS*9GIC+wi9xus4uv=j z!fs!Pqrf?D48sub=I4iEQZYsU9Y?R=>9=@e7?yaqHwaMQd>gPxTvPF=qn3|v){WLN z-i;Qr;qirnPT)JF1c8SPhsHd};9)G*Ew6>Cvhywm>F_^CZVr(0YeBm7gDDo!dRE=+ z*?W}>RiwV@YJ`K%Nk(DaU?Boxu24nN(#o9=m(Ku$8S@2D%mR;+scNo$lu7{oPoCYV z92XotLP1x8Wo+?hAizHZ3~vZ$E#_>*0g!M*BgOflkrU==To{B9W^5A`%z>;agKl~D zZvwTZz)cDPfc=53rmE~PG8>x9!gS)hb}6e1Wl_OYA+FAR_Rf`pE`O2u3Pq* z1u#^|p1Ez@4F@C`D@g$?NV00$`Cxkb-?@zxcNaNOzU4HuVMXY@L<~1-7e$>_zgDeJS+DkRCQA(<*rjbvwqHTP7hyx%t4nAlvPNbOwbf@&X2wy z!L-9VcWU@TWhZ7)`Lt;f8~UGUAv-rS^d6;dMJPrtnE>+6c<}kT&j^}Nu{K&0jCeOA z)&vrU#SrX9Rtkr!%kO`R^=6D6E-i$p3FxVsZKTiivkPUAFW#AJ=)a@;r2f|jm0DLasI;3NVSJjn<2h(}wQZvJkxD#rT3o`5^ z$0(WKNn+$vGetlw%7DR%r%&r9o{^b5FI8`Nrj;ggcr>;9M*F@cC z1;5h@7N5WqGtQmO)DYYkJJhL03IIMUXhr5Qy077up7iA&B1qVTo`V72{e{?(BcYpylWg5(Pt`2MIBKo7z?RV@YNZwME2(T zLhukdK9NsKUduEhTqXAyT57TOI;cl0(+L$qSsdlXdK>!UtkC+^}f0@ z!|}x0K^`B6dRZ~1<^=&}u`F!EHEEPa1U0H~0j+iBYnd3A3Eq}hNP5Y1=~N-YN?T#4 z#aF&*wuuON!txIWyqO#kck=>C7h@h*l>fnhnxCP^XAkFUpTtAxC}?EPxf)Iyya!KG z@nCtDc9rZO8s@+->ZcO1>`$yBcXiNf3gW#BKyE0lldEWm5~DQ`UTF&9=r(3MfHEGv z2q5%ztwO6=+KcfC;hvk|v?NkX6wyVDX4Q}Eq;kxk%bzW4pdBq_jp`h?8dr>*ErxPW zxFUE+s#YdtoBV%3{DYe9_UuU$DB$S4E!8+9=)j2EfC>6%WREPlbI085wre~j5QRfG zdw%SzOtg@8gR??$#+lliU9V<#o`4t2lN{38wL*wUu7eRZ9P_PnQ@cdF zO?{hpO)AAU+{;k&$@q=w!%))reS-c1(b*d5wrb}vf$(vlmu*6`E#+OH*qgJdtC*<# zRC3VZ<_wh())|EA>^u=`aQjN1B;xE}Fhp->tq$>5=j4w&4io%O@V-S?CIfqGF@EwwcupPom3AvoCGE51(bgc_stO(t4*)W!b4IcDp_oL4F#3=N1dLgN1Tsa!+>t0uvm zoG(UqI>~POW@9fNqC9q)MemRU#V8mNZ!Egk$PxW+>JP=9GLx5ncawsck8&1kZgp-m z{_b3W_e6!!JV=vZIkm@D7Ba1VGmi-`Ow!3Ud4;~`hTPO3UyvT1_7#<#eAAMeVVD{w z{FSk<0ghpq+q7fFmVq6*KaUsf;$+6lIvr2n+&)*4I(ZW47s08qsk1wJ*~KQyuoM0l zk|Tj)8Y?+(NALXN5C+E%(fn3P~IVD2Q3}1vPcJP1+fCoXklcV!>-3 zUM27o*{!7WbU#mDFO_d+!`kYygE2)gI825F zrrYpsIkLMADi$d<_kew_M_8WDZyUG0LnS{E+#Z`^w&_HU>n-v^SaV|j)n39ifMa8!Zv zG7|h_tP6gYL+a62Ff1=@!w3mfS|`K|LkU(M*2UrRVSoO-3#GYFLzl+kU)J?!QB7X% z`|QezO84r1E4Mj(T;X4(R{EH5n?+sfxLAG>gcackl3v~YGSjelvc6Xk0QnrmD=NDR zbrb4t7Xau z{Oe2WnDcVJ_{EVe9$7gEtB$Y4-28w-G&-6g$P69=WvL)nAzL>Eb6`%slyJ{SC967< z&c3n)Ns^hJ!D*EDJsLgCcx5wB23Na=IQ<`X^}N2G9!` zC#QRvYB)9y?z5Rji-}bgsl&lfS(2Qr?MPORS_MN|!yR2NY)lJV1(gpoYQrW|XvWcu zvP>M`Luekx>aQ*fX(iNah5!0;WI|*@?jC_;|9R-#z!Pvhu@Jqu2yq{My^)dZ1!SHi zY=VjSj1)nx@~$o|0p>>P==P>P3VNx8A$fIUR)kz41(LlB9m(YYIQo~am9O5C1(LN+ z2y!kf3qDQW`sgx}CtfOZ?Tb}N*UC7V*l>c}Jx87(i?Ud71z!taHi#T`26B$RB+kk< ziAd$r=$cUkld5Y7R%}ujCNG;P)xT5&l8qIJg6U6K(DCJ{zZb@%RL6h9^~x=|FJNkB zGoFFT|8WBnv-LGsC-Li zObcfX%%br|cE`;j8KQv^{tLxjZOCFr*oi9OLbT9yF#+kohnLLsw6x@!M&{{hzS=7t zDx2U3VZtw;ZR5cWCYsAs2TZ6vG1u`*bz5pIGROz%s$;EP$P@i6S7pokIrXU%U zS}YrlRV7%;|CL6Z;CQsUQ@~M~?4c5PvRWb{SO}4hlLS;I$8V~Cz&vKHuQ&vyF zUO$Idk9bv7S=ZnPx{N2y=?y0na8D|e0jtCnkx^I4Pm+bpCMlRxvynQ-Se~tO^pYC2 zp@(K#35v)>uP8&W(z&qp?|6_I#OPrn+Xq%$X$~*+cUGkG$H>^9^Q4C2q)N7F$!bP8 zOHYf{V4{-cK$A!)BOl9TJo|GU#wF~isJ~H5#%m9VrpmzPu$yY6c`bWit|2f%FrNNj?h#LFC1}B6E38x`8!m!e`t2R+SeTq|^ z)jP6GO;9~jC*gNHfIms(x1pRbW;SGTn}HT;P>?(PM%ccSBNokcQUoCYk#BlLRN&hz zZI5YQA{Uj_KYa@H@?xe2#}i}q9&vN@sU~|q&Ik-NB-ee8Y7|{{oE3E@#LngqxncmcqMItcR}v^*$LO#zm}I%zhUY_*xJ$I zHboSk*u=Ofmx&a;mUBSJHieVav1!<9z#H%2>7Nb-vvPC3bkj}mn3f60x^RBJhxedm zz7b%Cd4F;0EUW#>oiS1|fR}Kr63VVWj)t&rC%?d%SRo4#YA)-dqn--m`4B?C$Ds6Y zTSBCp70(dq&Z~u}>edN3GJQK*m54{f_F~tPXFe@T!EoBK{pr z!{00qIhfd$TIDPoT$p-irL6DgvZBigS4=V|Xn1boX2D7vE+V}nlrD2I^A1pK5gX@R zK2bUUTCeS^uuvf_l|qcG$9~vGqVkfqJ;%f5IRVdIr*TRjejAb{jqVKf@5x@}@=`Fh z5Sy;x6e*PKzMMGLCM>E!hkMewyWCN4xN9L3(2=U` z;cj*CIO*!`ook3a|G7Qj;|I#j`HSU?=M|UEFE1)?c{TrQf z{t!eY_w7`SDv{IHHf*fk%~l}GhJ3)Fa(Uyh5n6_7%@NIvPd5bd*-Okf5sT+VI!ojk z1`r0L!d7Dov09ZZn=f5-X3l#j@SG(=_5|3kCdAzEos632a_1H>BpK z!fe-!v^WJ*OFVrZQFkTo8LTSV3bZ60GCVXbPvnsU9QN?;8BH?ZJ`~-$->Q+>_H<#{ zvW9ZISQEiV{}o94agcO%|E@P=e?L0oSjBxCx$_e*pq+QQ!?l4e&6{&U4<_J7H*f`^ z>fD5eQt(r;-(E-au5tWCqx=n7Sk7`yriT{DH1VZazBA&iWI0I@xrr#-1y(L2X+fnC zZa=l<#1h)RywKi#C3t{}J}{M8K^BtCoGBwMm3!lRTSzzZx4Dg~*7x^_<>SLh$U}M4 zpBFy>p?kqCsM7 z3!mWpWa~M$DY>IAV1N6uBq{pJjlcK=6OMHpj94!Y_D!Q@X67~P$=Cgb^u(x7G>|Z~ zHbHuV^hiu(N!MBi%nVX2`M_AnS&?Ru5Qkrv66JhRh3;~2OOnB^*F*u7&xPr>=Y)KGFuG1cH!tU+G>Xc-J;ge)JbB{O`KGexJDWA~pBctbVY_G*^N8 z@C*PjhnOtY)f```)w`C|hhpv=8+D`cuC=`3DNRp&*RY(U9UW^Y=dJ%vOE?m9ni`dW zA6t3Gyx`Wd0!^Mhc2zSpE}nJnyule4P^I%+dit81Jc-4MOHzTA#K+JZ?;Fez?0%Z4 z%xt{&kuQ(f`R>Biw4!1)b%j)kh?&a_r3EI7#F7ktd!^ft3NI+*OUCXmj@p_cz$1O*>P;S_&8ie-vX7g^Rwktc(o(hB^b zU}sbh5={%KpabRv7rv()1qpK^h?DKdzn#B!6rTHiJM3kNix7*%tfToztxv=z01M(t zl`w>K;j7^!uv(?le(HJ>`kyKxPNiE6v5p3Y968VpC)r~j4E{FA46@Q;1u=0q_#h#) zh;%Mrrl0$Gkgk;(Of=F+I|wS~+`7zP)WsU>59<5$5m#=ItV84T+LD!)&8sn~^(+`u z-Jdxiupn5bal*KW@Mwjg=6g5Vr9idrd?AeZ4#(T&-+KMOh>O0#^GH%Ste_EGX99fh zWl*t#I*xB=)NGWD#-07}wJ}LVPZl6NiaT9|UvWdk)>y8K-H0L$u2QOI;~**ejAZ7D3hL6yPS=LAylh3M^LD_K zJyJg}UsT3ItAD0fKw5{aZ91BCv;*6XO|VIc4bLyAzqoYEznZ>+oBYy5i92?~sdXC- zuPmtK(fhV}N1TCab1`S{hU4<$JXLa8n77i?9Ey3>J?(~^ha}a^z9658|3*L$z8I6p zrk5B<79(vCMB$C8ve~Kx#-Z;<%eZu?EG@-At%J9An7b51tG;?!x%HG}mMPJELd&I= z_qDZJY~Cc$MgFJvO$A!=r7GsnGLK#Zl5Zzswo6u{B^ zRRN}q?q_D;Z*$LrQgVS}ipaG(H=uiSPDfANj zO3pxHp#KFcp+n^MXAc~dz$kXMZE{c&*l`U+C24^N(Mg6;6En``(gtUGzrsS1_>N+p8;)rxs|OC?Dho4? z_LDII+Fpz?5^S>F+qy)8r7o{4PN0|{8sp$Ac@Eg-bGU%Yzt}yBAub?bheZz@BTO05 z+$r^Ka&%jdDV|_ik~4x~Y7~_MBFFBv_YW1~{Vz(UB0QKHEl5%^bT@8tNC>$?7dp7C zvrsX^$dy&It;%6mZl?~wbQqR;1#R8>V3ecqG!j4vH3t`b5`Uotjw$5;DJqBB=>1AO7q*~Hz3{q4Y>~lHC>VbUoZ#yyy`ZrPyy_StTiIxkxG6K{A^+f9>7EAv$n|r zNbv+kh1BIe0jhkgVTpEkEljpj0N@yjJU;?8Q9!Pq1teS3TF3ed3c;iQ%79DE#bO)-ixaHYc&j%d%kvbH49ZSGUUnz!1Se_~I!<1Tyyf;(w z&oVWpFWHjv8H>c*d|D}^>;U|UT0Wh(sONwsOd~5XvoO;)c9aU(2z>h2VqV;g zGRcp`=H@40J}uP!%6`wCQoPxlY9A1hMJI_i>-p+PqAlh_A1 z_54_bM@LK(R@}~W>Zg~KBp6g~Z8%b@FR&j{oJJVl5i9MZT!srvoNTO%AF-1wwhOCw zLo{E;;{F2ed-e8xN}AfXyYqhQ+^<zh55Ple)Xlyq7ymI0XE|@xd zuEU2_M75Q66^x3Sq`yXr@WQ!NxaM153)S8TK7aAu z-cyv?(Bg4ydOqpA@xJ%6oo=-Mh4M%FH~eu@d55$l2mIts5nQevX_<0+xHBAa+?~Sfn`1?*${kX%U(mFGP8| zm3pz`c;$4Luz1wByDGTxWAJoaz&NmfmqSuGO{+~HwfD)&t3VH?T2_{pqBiQ}r}@V& z(zN+RJGMbte-6;8aPqYnIK4#uQ9mw{?zfD|o1G5Tt(KpiD=K~;9nU1{C+nv>9V8>k zUES~A!DLPF@6Z@33+DD=2Oft`5!imHEOW%maeCu10ovVAugCw5qDb&+8^R%@ZqaG~ zx_9VCNs#e=jrh+`rW$0o+AaSvD=Gg{Z4Z${9d40q$j2{RJL1MAtZPl$p33;2T}jcM zV<2Ky8YEBp%NS-wQbK)h`uZT((WnH)S2C;`CM9& z5raW8hgPO;c75ZwBm*m&>}k8?@3jrtJIM!8#>ep#6%cQTgSZ+nF0H+!jjWM{@M&8N z8mVALKrvtxRv5$&CfprI5Xn3SAguhJpB7#0r;+i-jC_c`-f(IBWg-9Z?s>{{nVXcG z!D!JZ4SVUrcFcWw(Q6<4hukIJ4z+)-+d5;r1n!@g_~yZsQoQ?%7Mtm*{EB{wOMC>` z)pcCYJ`5Tir@e=r^GgUOPzefHNifJ<-&)sF@i|F0nK;&O?p5T`yZ;3FCy6W1EXUO!nm5K0 z+jshm52O&==heZ-C%>Qr_2V*agJ8e=Lq^1(pU##VJs2uX&)@b(e&z}^o*ufn_4~HV zgN@l3AG5O$qSbDUaWAhC7>~SW=wu4c|4C8%dX*c(cDWF2VF{ysW|&8{nJ*}9L+Sh` zqt;H$d`3{@<45YI6N9Q1G9TmB+qp&L>7ow%?*2)YHAg#TI}6XHKEO&UK9bI>i!G4# z8_#{7qxSt+E!6WXo}d-?x?kxcFL;;WDk88suBqOrbu_;WdF1z*dbxRzSWv|M@c=pu zm!nc9boXa!bsDh$7`GMfw_Nv&>Zh5+9a2@KAOoR^D`u``8i~5z*sI>iP z?x;ks>ULc3<14*sT|ven&~suI^MPSKy0$OWT8$_T3Gi0QVCfGu?H(*yUk7aiJ>~)f zG*(z02C)UE_Z_zjP*F|nf>^r!z}3S)FCn$6!4kkfT;FA~^I#I+IzoPezU+3`wsMS* z{MfBgDSoB*(6N7LXA{1l`P1?pB^P5^!1=D$J^wEEBWo4DN#HRh8JnJ0+NXTnU!1lq z?fLao(2|a3`TwZnBF0f{7`v_hhd3^MW$9W#$2iyYB)F4B?}yw~aPph|!&K0aTAq~& zJ&~03vpca5*Y97+;(kO4=5yZrT@FIy{vLa$zcMeU4w-WdON+)8d+?M5uX+BWY?%FD z;<)xD9&-@0*&DG79_unl+6M@;9<9Y(a)i8sAtKlEzRWf;B@J%0(DrtkJ zA|28;wWXvQ8%~sd39xNp03z z#FKAaYHo+$Z&4P>o{H1v$mBeI7;?GVe2C9~X8HM}V2X?#whaA8-dMve63KEp7a{|9 z9U^j9KXL}=KBCc*X-!rzY~U)#TuSXi;9Z{599vTtzgyDpm5%&|0{;lF;ndrp|LWD= z4odsltQ=7`u>Z!71*=4QMmGBhjJ&ikX5^d3mFx*-`}pC7kSJfvL%NhOLi~mueq#TKyTy(;`-Sc? z;W%t*rVW!(ZK)Xhux#7^ncr2Ht0{A+S}#hY>Lk;K5=~C;W z#T`WM=b^;LN31Ba^MY+;D3&v_;&vJ{N{1TFRi`m&BMNz ze*Ps&7!!1JJA9s-^Mx4`;~&lEg=inBh%#J)4H9-}!*eWj;F2F7w(7_pnZ^gG%~NcB zxY6sAX==csAA)|}u>ai9;=Av@$T{yfro&L6xDrfA@@!dr!SUT8p6^Lswwb?4>6IB` z@Z(IRfK9Kk-KedKWliy@xMz;$Vz>k!;_>YE*F9TIoN^p{NLkbh3(Fp4?FH#sK>F*9 z1{+H{2ixJct@_l#qk5h4q_)>@4?W&0=gLWt#gSPbq`hXd2b$6@m=0|Fk=T5jw*@HS zJ5g%TIxxIFe7wFC#j*ir(9R~9J6kcf&lL#2Wq#F|FzsVZtqW5(^l2?bT_-#PH8NLo zOkEc+-Zr+4RZ2#L9e~JQoh02^JfjLF(PE||w842_XVd(@6>@9$aPJlJ>5UQsolCHL z(<%lDCyK9F6bi)e;@i);RYJc^xEGpGIUn`qI5IMq$fHKD`HTjSPN{OzjVIML7=P7X z(f)Ns8FIVp5OT3o{paDB@lT#PKh4cz$kjNphr~N0Zw|pcMQmfs*PS=}xgQ^{LmW=A z&>ex}?$SxvEeng$khV**W+{mus8p-JC4*15hLWbD89Vc&9*?dN?6=#(95N_P7A>mE zz?Aus|8D}hnZKJ&ewhsSRcO3!<5nsgV);xFw(eEl!Uh`r-je^kXQH~i`Xi;vBEoNU zsBBQfR>lq7dQ!-28n^ZSij<~+pfADb;|BO&*z>fB_4#C)gQ!$O}V z9C(Tsq1z>i)W~hqJ0p#(&Gsk8_=D8Ql?uIE{gEs5V=v=ivz^8GNY$>n^VBxoE@@Zf zi?M2B2(S9Ii-!RH*H`_DOH%o^haTgiLsred+3v66hgw!b(!L9x7}D^&s`ge3BIZp+ zgy?z{GR%eM=q>7h_cn`=at*mKUDeY5&PidlraI&;YJ{Lzz?}~pWHIEm96ksh`ez&S z$K9v#8pUI^GO8Oe@b;&TB!9wVsJ6+t(rx=4;oqCE);(k>M)jVSr0y^by8m@~`iVU>l+efBc#YIb z*F&@sf~)3Vzna!;L5 z*8xSs+JhchQ_THZbuNuN7Y1NMc(zJzadXR$Ns}_yun$X(bBc?g%7nVvnrweb(>WKA zjWO`!m>nqKRiM6TMh$2SQ5N4opwVcWX7of()GSR*?d_4D+DX(%F1seYr7cx)NW*?$ z7(+u$vQfQayT{Gbvy~pT&hGXV;plSnLDjdLJyDz%M12A@s&>OX&A*A#V;e9`S~(K{J!47a*7dpy#>#PS*~&N42U5-<8^M}CgL9j z+;qi%6>w|S*6igO*3#wZhj==!%lueh*R=Fk>vOE;HiA z`?rrCH)sUu_646o_6bZ8JZTk-)kVcn$ojwtl;@QFKNPq_qMo8L@0dYyOxo?-CP86? z(8I2Rd(8f71fR#<&)Z)QW%&*;#rm zg`0-laOlP+bL*m7wKo=6!VRYH^<}CGvv8D^r-#yvQahKz|E&umJF%h!83^t zk(_+I`o=y9t#tVuHG#wayLqFa4WGBOqa}2RFHA*xm5eXU2BWUBr2~(F{pgNL-zIas zvj0w1yQ}ZB(WW;qzqKRLXObzI{jqu#&oTqywvYM?D=c6wKL63~M12Gc`2wLT6Fw&JofWOQZY4QhAedz}f{@i;tJ z2+4B+Nf@!|eX~g}-?2VwJoi)<>=S~+OmgCqHBQDpJ%}3}s8wK#Ahso#yz%XGb2ZPl z>zex{l3uHLwRIwy|KDAuskBXLcCxvf~dbK?ruVTcCE$m_YuGPuxpZXpK-!W zL-qUzf+$Al5A=MWex;9#3%n5()JIsOW zORsvn2=ersKX_?j7qK7&nqFuNv_&!10f;^4;s{~9tw()iv&051&hH>^=kl?V@9UMs zmEwys_KN(`)TSPT7%8Np8|YeL_qZ`JtJi$Ux{b~J zFF-B-OF#YBEB!VQPQJa2_qbAcUmv=8JOs3FcZ%}+@rUL^-Xh>{y!Cdb<4;Fu(e;yW>V@#$v8C>A9uW+Myb`4X760Zj#l*)>Iobpa9eEO>Z9GYD=8^Nd>M z+4bl|?J@@r^#S>}hHmi_*~QrtWYXT~Aqp=8msXGbeXF;O{lzq=9|~=lW>|0Hk-xv0 zvU_Hc-RE<&cLtVjBxnbD|5M(I#Q*OSTT}j+>3PXuKTy7vSWmg9e>AoU|E94G76xi; z9r-#caApr`G4(_&MD9rBP45Y^>IDfG#kx6&*9IMW2#d~AaH)S#5KOIJplu(do9*l3 zD)=%yXsjPR@-8v!joE*ERzHZ!pcT(f+}JdB}5*>Ze!eR zsB$R!Cd=awN;is6PpzgLgOUEFt{tlpvq$DkvXVbtJzdo%3p8^F9umT0t(j%qSJeBS z7k>daJ}5av!X|De^9{4eBPjjiz@UGNii)tFe}t0Qh{>9P13O9p<=8M@jkLbQh;43w4C&ADa{JYL$%L4 zjYdUv7Oogizv;-r>T=_$kG%yst97qJxOZbM4#dgThIuKc($z)O55zhcfbY6a`ybU~ zx?^apD>rIn(~PlF-7-D#e^Du6b+3IWA;s8hF_(UqTrT zdCxE{+cC4V7c-LcwsOl#h+l8w=nZm~#?4N;PR8P|V;=nY={;fLikty>P(8zv(u(6D ziB!C3VUQjTIMfmq=_ah#xK+sA(-%yyk+1DZMP=rFr*?&8r^>p z)s*o9W-k=z9-gf+mRdC-{9;QcH)hM}$dvwrJLe*!!_Vf__*lx6;uHVg$cXO^HsDlE z)+}B0gw$D86wYYSMK zjpVc3{eJjmbglIpm$Ry#|4omD4b%mX=6Cz+mI$U>^&A!UZysQdx*A<5!D{N~xIv72 z>Spad#2q9__&z4Y)&Rh2&~KOGZ^$wRrXLD9^t&04(M!Tt-)}h;HP`y~aI3m>*|K{QJ*UMdi-pB6#7mS|wmmYs|BXvuY``;0EHR`Hr^-@SzD0c?=4PB5mVQ#ok9P$W1t#T1%6SO~KbseVs-vtU~Z#8{s2UE042!M^IP(7Z@l z@kB;mU_b1B03_n#bg4n}erE}2?60&XueU+Xjxw1<kYcx8a zM`$&7#?=kgI%qZLuP!+9RaV&R%r0F55?MvYtv7?MD+?=bTc9bMopH{sHbpv|e@~fe zHJiXR+f2tx4S?^C$_YhC4DPlq= z;LsCB4;&3Tivj?nMp)%Yh|#qRzP@f#uYeJUbPQDDG64aX8Y-1QUlv1U5;0c81(yMe zO&b(>XURlBFEp4jj;s_C;?_#>5X69l9}N6Q3h--mBJl}D1gyMO^$fqqhhQ3Z^dk)t zOAxHd+Emnf59j#@>Sili)B2&>- z_pihmrR{PKaB6ZmM^7tnYqL9Fa$a4sKF_O6_jGBx@~Q_}h0{=3@m+a8NfQ(Z%@P%8 zI(Y0~#~>n9asP<*2LSZ&f&ih`s6qlKT=exIVKE=>U;|6>9gzW%SqG?M0!eNkCm!+j zS<47ifun`AqjLpkE?yY+V!+Q*ZBdO3#=TaSdE5s ziR`Vgj-?&7*bK=lM}50pw&(0Q1V`K8LFc~~3m zVS>Qf>1i;tqfHg9PkV1s zA+U8vN(am__q+ql(O$7d3f@tYh#HGO^^drm!Ng#K5nWaCL4}#~o)iN{7pxhu-(CbG zhGlLUrlUPi++x_(;cUWU3QUOKuh0fVn;qBsfivL5Q1xiL)KaMgwEpLU7^JATDoA`} zzyP(3Q=vanbWV_FOfJJIhja`B0kDU(uHeGlD5~OPO$7DA)qVhYzsPH(BU=xyTS9aF zCOXlLk!b8V_YwlEkS7LZH03X}1A~9yyJ9nO9@ZxREb7P#;Nek-jl*P z|2}^~kv@N$u|V)#{~@h$kwvGDikeuMaWYhNCwU4Qb<4C8Z(wpM<7Vp9fbKD&QC6Oy zy6U7!1phpc*1qskyCKho?)HqLPus4L&bPJ3+50;;1}|Dan^AK79S9Zn=8}%#v7zj(pe`q5L*R8Zx+r6HYFd$Iu?g^03W z>xI5b8Nl&BRz_vGf@zcsot)OZa(^jfm(@Z+`J#WTRc@`d5nZitc&|?2U5YfW@j#pr zoy9bXmf`VU_yn(^Vj{;{`5N9AFP^jb3o!n_-gamDbY<6bZ>($9FC*?sM?9CG&w zQi78o7#L)AX`?HxG{f3V-eN9QVKUY>RpRIUbRT{IM@o)4%K>dC9p=zX40OOOu3wD+ ztx0N){t72})cHsdxcCve)p!svV?Hw0V=fvPlqgnfsw=pET9wQg-WY%K7sjTyC<)k; z5jYuUH?mzRH9fr6_kEyGNxI52Dd!aC;Q$z+e0AXqbSvra`K?6~>N9*WeL^g|Pm|3Q z#OL!EI)jJe9~GGq8YoA3>kboxr4(&af)k{=ctI&Jj#!#utuxNL{;dPGS|YP5itbq4 z7zR#>XekjS!`fB`o~y)NqD2E!LG=9^6G2tah7*H~^9Tbe5hgIUsKi4MDbijpbT|gU zvBxl?lL8Aei6$ZThqB0Bg)(|Htv~IrruKm zE(N6Qf0n{6(fjXDvD_6&v#`XdR3R1#uo*yw6%W$4T>CyJsD|8I8scxP6VF$I1@3AY? zqG-jjC3VDz8Rdr}XnE;P$xvX$NO2`Xd4#SJXGG$N(0a#9r5XyN%OZK0L%2}RJk1$O_jsUP{g6HHiBXK&07-OEHT>iMffA#`8IQe$=IQaAWH2T=ih zuRcJflz5={pY0KFkJLmWhE-sVU3RFsm)Ohyv6jkp+rGIg!<*-G028=0_p*mrrnIO= zenvrsON%i3aI7*A(6iVi_i<$+Mm;eI#DY*Dnu) zRMH%9`8fR|l?p>vs$Iao=kAn!`-@PEVmQwEk?F z10v4)y+hPyJRvx11HV6%k^4C)|Qo3h0a=O+i*_H=MZ48U-4ZCoi}egJo4QL!j9pc@VsAK z(f;>08aWxV{`UqP*?oIE^2Po8j1O-U*}gmQdx#bACFB-|e=s`Ek!OwTtK{>K_a38E z33axde(_GU&CAX6ZqY#e*4ZOo-~Bhtc5L-wmn1E=QUg&RJzU`YR#cn0zY zqxd6BG*52~b?oVwWGu`M`=MFzWX!dRKG0@N0q5|pT>xFKMbZu(cqDm+=lkP4@Q9yP zuf11Y7t?+A1bm?m=6PP+^G1|5hnVeT$yUnT-<;9xR}&EZ{d7i-ns$AR>Cx+EW(dOp zH#6BX1~JZYx3LAVM6$bs`5)+U;TZz3iUU75#5Bp)Ph|z0)aG#Nf7Kz1k)w6hbp3+Nqw{`4(_agADt^eghp9A!W0xzgcCUL$Lmeh4*XtVUELmBYo zmoQPS9H;N8!?V(g3QqHpkQg>;qZ~9fT4!wvv0^N5&uw3O;1i(4O$HVMIMRHu{YXD!v!?fVtxl%>yUL`3TdUetkn`z@AgFu`0bxk7hNora++zt! z>P`--^a%Z{oi^beO(q6|%pz*~h-USPoOtWiZ^vCixM)UY6tUR7+E%O_o^JB9vYXC{ zI8STWJ7TZ!s*cB*SZf#)Tc=U)r!2k};ZZ%|E1f^J)79Z?lr`K03J!`h?cL3;HoNbS z%E!3^lT2y7V%xk)YQTT z4^z>R&F|7=Xm1okIhyu6(qn=TGw82#HP-R?LIg9IyB*tCP!>*`|HW}>`NhJC#{T6Xp2TG{SqX!d*!zc6ZlpX zl!We)b%6iwgDGcL6Oez#m4Q3U>JYc4b_Mq7mW$eG1uM$$*WI(9WQ1ujFeINGESr!EJ>kxWKVIUFz_i0HFKaBGh!R@*Z`ldUR&g;vH zPByI=E$iP42p8gp(bg)_m&a`0gqnK3MO;qRwS(BC>+3X7XY-Zf=JAsn<{9*qxp zHuybHuSoIyq5F)ALjCr2zk)e>mcKw1Uy;uieA~&3^x^{D;5q{^s1_Bh2bp&I@=d;v zy(rt3x+(%PC1LeKMgm;-=9fu{M0Dp*R%NcCgzFzacUf4k-V*p+dC8*V_>4rWcE(V| z5=Op-uq7wHs{k9G%mMPk z@of#7y5ya+-Z{(@bF1)CO2YmDT9Wet=~*1NqB3-SUJ~7XrJ=L?#0m9vdmpjLMr$-k zEfkxjPHR9aJ!9Yj>4|#<@#eiFWrT;uf}S6;-02yJ3DquTL07aEMsAAoC&=!Xfp$iQH9zzNO&0B$zRO7e zX^Hh70@>60`B=^pL7d}WfWuGmyDQI$6&~S-C&y`jm_~$r>%OLIs4njU<#4|Hyow`n zW^Ko-LMmUbxWif<4H3Hu^GPS#;iJO7S&1I5u?`L&GYg%9)C-Q1uVW@Roolz!ZZvts?k}(b@fO3j#d}(0Tgf!=%W$n1u@t zI-~a%Jf3j>m&-2a-SBX)wWc_SV4Gi=K0vsDn*f$Dn|ZE@rr&hc3cU;v)aRRH#c9$} zQ~)K#U^>V1%eIw+)jgYR<}zY11TdNMIZMwsx~6MkHZSDr!>8gMiEu z>?OJMZUyk?r|a0?X??|?g3o|XE7KT{5Hm6mK)88;O6C^`qZ-OCDPb`~hSitm*fr7* zw{0Nkq_UShK(fm0ugRvemWHmr5Gl%u{!;eX%Tf75f%809DUyXtiKfiU!OQ9=$ei<@aG$0#tq*F*aL81eu|x{h+A4{>g( zoidG>fASrsaes#(D|06z1p!MZ!+69HN0a}GQO6g*`}QQG0Ovf{GzE zI6%Ti^<&l^;K?ayy0>eAojklR_E1FUKoShEq)%4B7g9)*?06Pq(3?S{{AJGf8D8iv znR^OLu7ZGsB!%F~e|!3%SrM5SKp&5LwL>+UggjbzTHBW2@u?P*m$3i{Pf0PJ$*osM z!qcc>>#6w8nYD(wlSY#RXj(g!8A$E#_IOToO2suQ@()jXjC~V3rucEp;qTEcW8jNC$J2L351ly!LUH6mo;FTvIa=|9E z?^k|%#Y_tO&H)f1f~GM%ts=GL_`RSz&)ZX9iM9n|QObLZD503$_b0{+Y(@h#=oj=7 zfMkKO4Q~0*iFHVc(Gek$3J1TTB{M%4k(|@xeYUpubG^LxQ-1liHyFZ0JJp-~MvBGg z!$moEeiuyx$kNgxC`QSeuu=5lerXSW0PajoVDbO?m73KCMTzQfx{5>N%IM;>s zqPo3FB!kvMos~EX@y&1c+iFf#o6kAFkDoV!c3U=2eC90Qz4A6ME;>utw`p!OR&Pg= ze0Qmmzj=4&#b64#pVEnNC5F`0YL>pIYf6@YPnQW0csZV)+aOWZdKo&JINgX&Z;9iG za5m&$o*q{RmNT{;F*sJ-%^Mn|$kGpWx~2F@v}Xrc$xekqq+b0YFxG<=oD%&|U>W;a zxezpu*r*p&UtRahc%-d)%Y*VFOUqk-<4WmR=_GUop|f)UDbuB&dJ`^Ls)lsfwSdL= zCt>~L!DHx`*k5=BR`S@+j+J$Go4&0o==C5MRQ-IdYXN(=$3Ke4}MDzBy=HqC_M#I0jE?ZdU zUmSNQHs9VLYHa`S#-|kIH)1?(D~QgZuh;4j8^nb)dk1t)bFQ~Wzh$=I68Od8uICcO znV)WZtuvLqDN`D=lB4ObDVfRCQch-8v!bJkg^biR=J|0q(>hCLhj8q550+Wh38jPM zsL2V%nh0tHNi8n)Bulr)+Lw`nS@J9SJ_-W>fP(no_24(?tk= zha^9c%W{-@3EVe7oB*M`v?-LVj}1 z7UNy0en-ji%Bcdew5|9BR^8$DrApOGJ#a0>stU0|wS4o-ZX5~1A_{wJ@j?AmvtdFz zuR%JF=;3eZb>m&=;c92jvO`({$g^ zsjDkI?MpUN0u0MmX)FuZ(nj5P(<()i)mIDkN>|s;&0iRG{^O%$RYt7zWRG_4%&yFw z$<2GF!51Zp=c4mQTfr`dJ5&o);OhaJq&AWP>+;kUw{#;V9^Z@v!;yRv98c~5yT*UH5(Ry-2ZKIQv^&L zOQ}(yV%MV{r@GrYM<#FF+iti{d6LE0xWzwbv{b*#32HDsz)nPeV2l6rx!LD=m!7Ws zX?)!F>q4Hu=lE{_DXw?>b9M1;+c?bW6#UBPj-dPF;KMddD>0lqF$N0udO~;d5R$*+ zJ^Rb_wqR{F`3K4UJd4x5d&@^J49vo3H$Q?)*`@^)0EV_}7c1U6s)c@tjC-tyAX*>9 z_v$YwywT2}q>j%)%x~$GpJItW{*ZPA;=g+hd_37o^s=0HRQ2^?;t$PuEgN*dNW|f&btycZ_diIk? z8R7DX>Fi&X>xz78Fn@kue0#04td;RYFJJLZw5ZMU{xs$5Q)cz3^&A{rV&E*DQ`3XM zqi_C$wj@%iImR|Cve*%;QW~&=oUCR&k?7d^YTb$tzPx3jV!1_ghBaQ;Q08CTQL3s^ zAy;YJ;6>Fi&W(>Q+BoiSP^;PAu^v^waE@V>LBGhdlBfdW(jMvEdT>s^X5D+f?b)KX zwoOaHR+u7R82rr{dCUCyNv>b-#j;eXzq)@c7n^Iw=jL!YCb9j~d_lFYr&}ay6wrqA zQg;huCc6<*qFF%87QZQ!0PywU%xJoYaa>4IGcanI$*SWi8Yh@uoAMgGLz`Em$x9Jo zv>L2K6CM`nSAtbze0v5Te?Z$o^!5Y&IhXs@){r8|pJbTAB6=Ja=xrs6aHIE*$%7Ye z@z5^rNc)PKt49Hna=wExvG_dPBO-I_2A3LxwwPLw(y;bSUcQ0EW0TgQ^EX%CK#R+k z>poOgNn3X%$2#?)SlV$u$ayNM#UZAiT8X?|>bUZEgHmc)#vp26_M~#*eA!%ugd>yA zoVw@I#NrX{XXLuhF-l6fqaM@T?V4{P32#1(u^f`?>Ersz{w>*iaNEyvm&ePPs;;l* z?Dq$9HU3v!?lf4p^6Mzz&i8)tO|Q$kyU=IR5uu|RpXd23ARYQuRL<=4R3n62KBejk z%iM{P4}a?DBS$#2a;?b#QLQ};1XjIlw=_wPMk{3CR0HvWJG$x@_B$6|pQaZqDej_U zDLwm-zajHmVf>u%ThQXn6OFL8jQez2AKYZQr@|}QDf4d%40ud2AJLWEHp;v9JMvsl zHdK7Lt>UvtuM8(|`S6Mhna|Upe^Fo%j(S5c{hZ!T5M>7yi+jx4$mIKw7H%>B5>;66 zf$Zrl!P4G^{+)Kwi4viV=^tG_`Z>npp8C*VmFbbse7gY(oXB4+DXD6LIH>947)__Xbn_oS^(_;yDf_>FxFZBc_MePzIw>a% z4g{5ub(-<;i7gk;k_YRFZz~((RB7-~Ngj-OVP^!RJYWT@^fSqlI8*jx_e#3yt?*9l zo~{OR2QqiB+H=5%2a{vQIi=0IS^VN-ouT>!IfrPW11OAT}Lrxe` zR*$jo8H?hy2HfnvQQ-L*fkBP@DhM8)JL$u5Z^Cp7axkud7wg|gfi)K}5|m-I5g408 za7Rl#oF#sKlQ(p)fE|r9Ca>1l6LKl=XQ~LDLz>Pxcz22sZRV7rN*KOia2j@LCa5;l`{y6kg=}%WaJ&W&%YCv2ln5{lD$i-m zy5rYj!UwpgGCL{b;AXxwGk?;4FP_ONX?O}9>zV$2qXM=gpbEPyfCNt_=m1J?;L#8+ zJ~{Xk^;52gVq|oe@EJX$vH6mFzJRVKuZrI0T!`U)^f? zAiQfb3iwE*687ZOhZg4w_gqJ6iL-VLo2|3|@ z=|7@Ij1`b8-=Y_ANDj2nC=*KtW6_SdkLP?R-`iS^jCsJs5BCn>80{9FFi83FV}OGk zU4kStw)vaz?vH^6qUbJMeGl4dnY{9N6BW#WmXR`JvRBwZSIK}!Hg(&8$19?xb4`Eh zYUZjyT$tXls;%Jy3ELM$iNDWkI|~~7W)~?NGdSzeFd@p*F`Wnm zcS#vDz=XnzI44KI7A2uz!A4E(&~+>A8n}dpJE%mJFt95a z8lBA+6sX8R>P+~~Eg@ppl+p??9*H~zhS5CWL2eyPmIC>Amtu|Wbd=|gT^*Ec&rrOyh*^5Le6ifSaHZZN`;-V&n-K9&8)=I4>9&xRW zwpxUsL^AYIU`}W%5pS@`W<1e)6JA5uVh^g>W_ZGSQ!KYqE01NiP^;N2w8`cUYpsns z5N>v?BckwE>Wzt#YuYB->M zs-LV#h)tW)h=^1o07S$(GSIpRl~Qc5g8$%;)M6T@8tW+RwY>jhSfznQ1!N4@_LIr{^O9X<;k3+#s5UE?0l#K?03)9gc z_BTudk6qC~MYpPL8_=brv8$AkQoq3+p9H|P*@Ojxi=zNw29QgnLoLpU4FsQX<7)J! z;Z$gWA7cxoA|-UWc_R=&(+gA(xR7xl=<&3fqK**x`=>_cg>MBb0|s%wHm*0zv_73F zykl*1U@NBLKRFgO^~{w)hGaKqR0FyeMT}l;V6LcFyMi<&g7)#LR*_Sb5u?jKlmSBs znCSwBe8|Wxo&Q-Y|3>gh@m(WQU~B;H6G3zz#1r7j?yZYZr7({F1nN>?)~`rYV94<)47xA2MKATl)~K*;rJVdGV7(lrT)3i+a|Kt|9(A$;bU^CmI^l z4+10X|LjKTgKK~}hIu=hIywN3z7rNXE)R=_Ma-X18X6PFY*dS)9zHlMLuFi9FpHkq zFUB~6+|QEA#T*)wMV%mMW_Un~0J|EYt!ZeIaH`2SP)upt%&})AjhIbL(y2NCX%v4b ziZ)CvrmK8g(p@*eiY0=kMOB7bMS`vpNm?~Z_=-slXH1Qx0!vR`wvtwi6_FQCqKbgD ziB=NQ&{1NTn%1MPLRWSoLRDr?{21$2eW@<=7;CbQQx?LLThf;~0!&X@cqRPNNl0Y0$?hLN;Z&C`K_Mq}H54>V5C0qB)O zOF(aXRZ9ELL4S$-XQENs@X!1b?P3j8>z$VTHtAk@!T}jl6OTkSa;0=mnG`Ap7W9VON!Us2oA48X+QbE z*eRs8#B0}e^p>6!u0C0X9of2kE-5$=vcbnze{c{4-|FzXPm`#+^;;Ebka+(p?Z)L{_}i$)M>BB z(r;W*!T|gDSDgqm{r6D#g?BTnDuAtnwkA(VjYh-G!<%U8f8x_mVLx#OH-TKb%H};f zCo!hm`*n|ks$DHp(vi3I#{9RoUaR-j_|3|nnND1M99PqXU4=v0150h2UE+NrNi3nX zz6fy`Dtu8#ZW;hW!VacIs#P&NxS7en5$9jklhIFYlox7dk2l@;;pH8>zstw>=>VH+ zcP$B1R&_j54BJ#tmBxaMFtijZe~Xe%OD)F|#Q$jO4^gx+T>@!zu&ZGgdhj%x_&g;% z_F{o=1s>=&Vd-!Lg>dYExcP?1ETRTRoT&n_nr@vWBuRG>^z~n+hz+elRjvV=llxmV zjeqE~NZ6GTH)gai=ewNXp%azxsI%q%m2!)tvix9EQxNUXw%#sBYNOrf zcv3Cd86p!i`e>gKSvJh*TDTP@nE6m!%|IQ8-F>gM5WCE#!pa#9#u~-_dGKfNI>mpb z&TibSx<4v&E}`~%L{96+quu|LIV(faxWN3`nOaaIp9SyxABnSp`QA^i|Ajcy#QZ;r zGtttL6p}RT58&^C{eUf%RPsc92$>IL=qSVrnf-ul-uB#QER^OT^<`+rHE0WFz5!W; z=qHq$|6@4ca9rODDT35SN`(;H9G+D8E|e=3`!C>37Ar$vJrTbV@P*KS3hQF0tP_$z z(k4cy_%@c=LqPv0&qb!@6B}L*X+pJXKlExEB0r)u{7Gy-^PoY^4XyLlw`e14x)0o2 zTdmJei2j$?|HhlK)a7bYnX80`m|XTd{Zn|btNIkf|xf+cT5y5zDf7YU4p@qgwm@@Meda7F0|aTOM;Lw?dNXA$$cZD0O-;*+SC|I%JQ3g-8lkEQw0w2+KTO8cyCc5q#lGnSx72zt{X zDF3(|zG4*0GmH15`@|;avmKwn5J7|TOJm=f06EW@B2eBkW_i)Skims%!I}K@RU8K> z#6q}v?BqjOIi$;|88T{(B02%0w3R)`HJt2@?{dSe96`+34bmjoxHZ@F-wLanQ=~yB zeUi}gjFUKB*4y3krK%N)hxX!`n;io5KLXch?pYEl?<5RO=RQa9o z?JqhjQ^zSq{U}clG7CKqFP>N(Ax~wNA&3*(E_h$BK6XwC+?UYOh`6KB$OX{x7v<)M zX(TSW1on#-GGg-Bqs0dV{4`i&dEwKoEV}Pz^&PhEXnseB@I^<$)76blRtoMd7Khpg z-e^AuU2-f34gXJHpdF7Xxj$t`6UNO0Md+)@{+2)-AOOS$VG*!xN_tTuz#z7a!#bE1 z_^=~t%W@4_t78;h8lb<#oh$1~@2j*@V{=v|Z7Ihz3&wlo9M6n99AofQLW{QFV=zV) zUL2DegF)@f78>h}EYM5WaXmrJs=htP#2<3L)5&|Nu~LYXCQ?=b$DyHc!f~oUcb@ZfYb8Fn1BmM)Mzyn7QQ_W$m`*IC1|p^3|Z@5ds3pW(&Msuv3UKe9M1NKzMuR$+bVf zk(OclrS#);QB!}oiaHPBLa)S;yM3w>rl@Sg11c|f05 z^LaSE-4Gptb-oyLwEuKJLDSaWZuz*0h`IJTv?u%WTrrzZeB#G^s?X2D6mfJ);~e}( z8}U8)W|?4){g0J=PXJa$wY>qKaAY0=%|dj5kDH4>y&<2mlYKlSY_y+yhB)q`r7#mBKK~US6N|1?2-uC(;Psjhh zO5Xi8yXeaA5BaK-_(5(X6VktF8l`|hzV^-X{4C&F$NNq1OKdLk_~`#1ZT7^AU%vnD zXfe^{@L=Q=a)V1Nq5fBlPkWCJ+uT^8E+R>xD}p`Rf9ZHTU=mA#RZ~FB_C-yRy0ZZE z)1zGbPdJSbCAob8H@-BgAfH%9#$|5xkY0COfspk;YiWjJx5%@-&Wh7GeoL1LcY#UE zfKBT6=Hw+o~cKutnR8~;Ukd_63bh;0|Co(7mKaIzsREo z2^NSHU+)@ezXvR+w^uSaGuQ1=*pba@2-Wm?r#b{W)3F!gmrypOG!CZal4PPXw z&{;_;LF_$VNIO~Wev8m+jvMY~B_I1Ev)zIhI0Ie(ck@Xqe!)v?`K?uSpiA3`6!9${ zu3F?G*ITmRxUejT#*iMtx&cJ-`fx)F2$QkR$nyUyUH&h~xiiv?jQEMG>~li7td_~F z$N{dJj~OW}F+q(ARe4su&QkqgL|#2za}RaLT69=Q@Mb$II!L7}zKk~d;My!ANi2)5 z^{4OU1!?9SGoOEfJo znw=g{9$d@CyQ%2gSBLYruXNpaKcRHpZ$C{)maI^^sTb9;-mA3x%Wt_iH(GYXduV&{ z#L|7WJQAM{l`ml$Cpz*Q5dP3Q$%j>&IX>t%Z`W_2*S>j=JG}-Z9Y01TZ96(`Ge8d1 zKkijgI^Vi8cT;j^FW)8C&3`IdGCC;fQOYN8Xui)?EG6o0DApoq^q#hcU8_$f)Z^3H z9@&x|-zB|IxQs<7ep)!V{CSYRf2h>;uD^8`tC_X+&MK{o(Bk@Uh_dlnLAOWsM> z#lV~qh~918D$3!jGnRt?x8<&XMb|+oyf9qwJH`p+!uAT9t;gEd88q}~=BX2J&@D8f zyZW@qu@&Hy7G;G=n>L%Q#4)13LDr2U8@0B8Zxy~?^P#E77q3B=Q#>tXYj}-2Ok~Y3 z+0^3H#1reyw5M${`!>qIDwLc>`@A;R|E<&-F6n&r&v9+Gp;D&z22?|!5fH{oa$T5y zU?pwzAcxckMIT<(fMBgC!>y~f^c@bJ+u~6qoTOoDpUEsP;_XHU8IREU8yM)HF7$Jo z+2I;iEdMXimfq*}>E`3?!?sR@%cR=-zL)&#c3pn!E2%`Ky2(q#?Tae{y(3q7WQYs? zK^>|Z_I($yHQ@vxNAYIpZU5Q!IYRK1x18LOz5hmZ2QF=c!`ah z3e?402a`;1R8I?)=T`k4rxe5@ipXVI=Dg?OWznJUz53X)mE{O!Z(bW`IJ?*BDsoT8@eZ6~1n1E18DF?D9-`ok{mU@LRf)hFx1S+*RGn%TUK@ zvaM#}%uE`!B;GhQPhm+Y)A{*6E4n zs%!jYhlPKAq*cefv-+L1BQp7scB9)C(z?9E1#w{&2acVaCv~j+>Rz#8Y-~z-OA_(9 zm~=Bdo%G3Uv2}tKHaj0ohLH61yA7ay-^Pz~+Y`|mUx!Qo8~j0-u5-o5Z{@?Kj`O)0 zCqEpeKVg@PG_}JG*+>{_sm+^L9kk_IEMn`h8uY3cVMS9;YR$4c(i{evNzP!oL;);4 zHxq<1hB5=f#O*j2WsLcALP}b*opP^B0?sTzZ3RK7HMPSghO0v3rTbgi)Py(QuN+gw zA_vQ#m;I(c%UnY4XzXNYzdlpB=`w)g7S!AwA9S9>_R{n1=@Q-Y_TxHWvX!^fu4(+n ztfZ+TGrD)SnPMW-bs7V&s1t`8QG4o{)s$>dR>4FnF2viP9HqW99AG+Hph3LgavzBy z#-}P>BV4&@^Buz^x|&v_GvnBuEfVYwEB`BRglI2OE{J~Ia>%XD? z4Bfo(gG2p#0zMAtiK~?5=O$(xzO0AD2|X!`9aZfpxh5-Ts%O+Hazi@E&2GZ$ym1lYq46a{b#>0~Kk+m{AZPeSu%J!X^LixzgkuCW$9qQe76>1`x{2mN^p;bG{S9#7Op;pU7_>3csJn8#FrDE83+Oe z9bt_B3_6-4Hhm2)*^5MeJBxj z((%4>(|06rMsw^r*LIpnqLlzo-5d`U-`?CvH{|Jcl5L!poB^CZ82CczRNN@}zA~s( z%KINW;s_^CiuY|fUm~=>|DABefjOpG!C{=hY=dX*C9<9wpc*to-%ow~h4XxcaRPO( z-5IXSb+0L%+*IREAx^v2WvON#Z1-(lxAnspELy+Mj5!Z?Xk`hX{@6t8TQd7kxRH>H zyG4B;XqaA8n$_lS{KnvU#umZOr##8?4{U?- z@t#7>08%0w;)2VpQNX3=2sw$|cRoaeqxwW|8P&O*I#>9`9>6iH_w$H>_4Ncv-I^d; zTzd_iIigY@!6-Q!oM!wUYTAGQNj^fwrJ>bYOo`NL9s>mQakPw)Sf(Ucxc9nXmdjBl zG;Wq6=3gDtO(}XAK4j#VdzC>HEOR)At+|GBnQNn8kalvKa>L~*6j5$yx}ink$c{Oeq9JMS4fUMu`aE&76uHn-6d!b_r9+n*4u zk?nX%7ExohT~;n;Z|o?2-DkvFoUzoPLbX?WKYb^`X^S>TKV@yhxNtKO>>!EwcKF*j zi%Ckp`7p@>JIe%INcuB!o{1}z=I|FNxnajAOk;Px`9rMm8MMnW4G{C%@q1S2N%h*c zOy5VBTYY_LWO0K8r;jE%fxxsxM6ir&gaZab<()|DrxQS^o?B|na!iG=lHn*zq1}r% zaJ}?wZSUg&z_ziVrHY$P=KH0NR%i<4(lqXN_lKVdv)1KNj7~PKy0qr&+Mm~n?hp+B zuLnIS!x&*lKCEwQ6AOKzK8L|-#CO5ejsD!0>bA`4D25$$Z0~7b`6klEj?!7Dx&Qa` zf1b=v5nz*Uz9UW79(-X$ne52WreB!!SXy?&3K7-w*zZBp>4=a&(hK{HdE5%BE;>=OnnnB^smRqNQ3I z3-TIsI+l6E)8ivxtn?)}73lRPFBNnO{m9KurS_9eo?hs=+Ir^UAEVFR%Ma`Dy4kb} zaj?s5*Fhwl>^b5}`Tmk?72Iz${&`4}B+F9xQ1xl^r4jtE{AnC+V47Bq)_b3npM1*u zOl5H@8=5!6{l9jSOQ(N`+dE_6(KUX?rN&xHjMJ`gBS)HMQ#P*70e@-$T5v0$V$HlF$ieKP90P&fc19 ziABs>GLDk-7~8C+TH1SZv=pxj)hyjB&eGR-YpJ`AT8nncJUj-Sx969eu zF#A68kuuqfP5LZ;tndHSzJ;GgIdpr>0su!z_whaSgiUCN<3U<8K`s(?m|EsAS+z-_ zV>*a~xN+3}A5Q+skso-xhzFN?)ER8QyZw4=k%y?>`BmRVGsJgm2HNah3U^cQ8liLY z6a6t@@-t_l0r=2QUvyw|;QUmB-72^E=`0p_TZ@ZQuIHtQJA3g1le6@Kff75s5~?<( zADA@W7$$d8OE;vkw~~vE{3dMjKY&duL;GJf%F|3iJecvsEzrS1-wTwG&NDh4LaTJ& zAGX)uHbXiZU)C5IJ6>x9d|on#W7a!f4%fTyOYS=cQ4bT^o<^avU;6C?Jl?ecsy4Hg zpy;J z{&|6OLQz8yJ>opR1TMG#WpS}V1ZyMR+>2Q#$Qa5Ele0$b$^U>->pA!pQDC@EpFMlX zFnO7Wj~NZ~)}wnGPOHYgGdzkq;ky7{Cw$=B-6voFJ|3HY-J+bFfj6`)pEgY1;@UM- z+>V}#9~vj~{_suP^w23mnxYxrkKeLV;D=+L0s)`aT!@#=I@7jX&1bbTtI(Qfza2GS z+mEsHkGZl0iX+C!h4KL2n7F;R$>ZX~wL&lCS?es`SiZNbz9q+&kWAm^qsounp5^R7 zVY5Y2M|L>2&T-Gof63LUU&fhT#M%I8)^*P)FZe*jou4Tk@96>jmY71Q;X z1<*^2p?lYHSq1sF2gezV;f?K{t4S7^`UwHZF)qP0WCpw~kzvWfff z&BLgX@eemT@;5g+g)yu!l4Y0{{*h1w#E#ye!@Zqu%m4IoFlRu&!@wSUKznn+=+2A5 zeu)t4Sh(TICDfV(OEbJg;w_j&@_}`tFU3*feG2k%yMWuXe95~8ex+f4Wj;`{rRmLg zDYOiQMP4#LS}cCXtytN%>18*=tvl>5aH;mws9+xhx2e*h7fTt189;Y($Ks{)2TuX8 zbhZB!gGG2MZA*zal}_U@ssi#F7+=Q8;LAd`F5LG$+OKeVK1X>K8VGnF|8}?ENO@8-z{l?@ zO?fOb%N%%HVWk`Am^d=@=FJ#=779Vus-quvWIv?{X43x^T%^fueHj`hGait$?%zq3H#<%q5sFqS&tuPWj44kA_y2A)Kr!_bO*{(L-0?R z`JqPVME4V&>C0Zj#7d~M)((&^2`sz1e3A0NlWXUI^0W?2mK3n|_!Z(2;xa0`6!~O{ zrh7x@9qne6CvYa#&x{vS{B6$f@`Gky&iHL)0OLicwZrmo=Co9NLxWP!@@VL&Nx8amtb|* zU-}L{m$!3o%pdLhn?V4<>mel3<1@z&S&0Bn78KNtO0UI=3t9&hzbtq9ByIrf)A0F} zKv5gls5J9--ERpPo^-q_MhlW>c=Cezn1LVrVyKXE?h>@Mb&{hAo8RABp{h>|Zgy?C z%Lfg>dRJu@VsH9Zx@?bywuM(NrPK(-9<-IqvZz$aTYbB76=uNiB?PPBMtPAZukj zq1n5*vF_68N(Bkn@Sw!N5+e1nWf)k_)}BBLLIc7+bLdZkj9;M^sgSnsQX2z|^d&fldpw79OAeV2M30!=F;22>r{rMnhgN#xa-dK*N{dQg~U~ZC>kLKsxL*w zD4m`^&uj(}v5FvW(Wf|u^>AMn9;wPHez+(89RwzBO z4~WLS$cX5h`l#_J-I6H;Wm^hP%;-TKXiTt%HNG~B;~@n z6g2G!;!q8=9s~nyCvPqdeUg%Q$Zk^=($L+yIKq+`Fgiq{F)s07r3|>c6nPcIMFTX5 z59?7VDQXqGVdJNBAgg~GDx}{0pn)Y1a{{$3Flpk*x+5`nT1|-bsCa|8Sox=n+^L=r zw#eQwnL`ZXW0AKr)QO^;h1Wj8W5_mM{|$@E=GXjCk({T!S*EV0Ne$x%+tiuTZ$p?{ z)^GC)z10j(>X7H!MjNU^&Nw*okqN&^LL$yR&E0t%WE6PX@q2$g%5J~yC-igX+v8>h85t)q*q6fP2v{Xq!l2{w2P7@2KTK99 z%$QVJ*2c0LaG51g>(^WWsH@S>q_fnO43>mr)LP8e_1+FOnaQ#iknU@$TaRrFt%|L> z=C`?WT{5WY^e>&&eoCR^uyjiF7JsLoQL$=bxibt;eEO1U&OlRd(tN}#q8)d)G^9{n zSia;$)_n8_ywa&V<+9cFtwQKW9$?Hu8)i&O{i!F@^a4n4R`+GrZhA3n;;#6{&~XrP z6+s%S2dxmbdlg}^y93(2mDEnv(O6F#ueXtsovasHzPpR1Luob0n5OJo1#uNY9;a98 zolexDURaa*(xodU=j(uw`eLY&ZSn{~=^eDUuhJ>_RW(Q)Fxw^A3=dh&c^3Emdnq3L zjx`h{3+K$wknbQQ3lkDxr9zBN1=8Cv#qOgAdI5pIz|Z_saD$R3gTN0o{W_z1%!P4~YHk~*2B$@kZ%bbv2JC8h-He1{ z?w*^hHNvC;!`%}~{AMf35U&p6ve1SyVX5Zbgt+2PNnI3dHy^z_Z3xbF;GV2*yPU|S z;+nu*FPFZ6Vr-fa0!L-%ZV!XX~eKpA3O2LcUEopG8@3qwvF#%zGjcwojO> zk^5VD08jf0?o(v6du=P?%59uh4Gsex|^AvS0`g$K3lpZ*UUXVYDdDn{*f5Ms6S)F(nUdfS6# z!!=*h%HU)Nqtg_t$`$PChKynHYEx+k03XFTM z&IQZS=xK^Ny>aI@8S~&x77K{U;6Mr{)kk#WRh27ZNziuVIFk#C|9Pe=+gslQ01;MU zBT7l(0IhGljph@*?s%9BUZF3SWRpv+7JKCV z^3$~Gs@H#IjP3!X~jN2Y)wSZlFb1CaVk3IS-wfMgQRW=xTj^clZjKmfgo|-pXtbZX@ zLdmyI$|XU8o6w!Fi?Z+rfs>}_wR}Q7F;qU7C_z|OwDW)jD?=&mFJ1!dCo(=RsA4z@ z4$P^D%mJU^WZBF(c<%wj8%zH`?HzP~>>Ud{yoOUaia!em^?}2oO%VPdkeNYYpbu|co-O%R%KVNZGj7f+frsF8$e%H0Kd%J?uf}4O!wdygSzNVb?Eh)E7X-qF*g1 za`revfdAy6kYXMr+_BN?m*gO!c@BD@Y-lFZgFlkAg|Y!Ovo=~Aw_@c(p&dfkGO*1m zof8iNS}Om+LDBbvI4F^EypCyNM7hmK$kV9}NT`!%Ho?PV`n`BT)(z#5dSK?59?cMO zhQBx72b&-a<+qH*W>J3lzoJC-d|^dIAMiI6sA0XXuBB=AGQiy%U|Qk8FGeJ#*@hfT zm)J7a7>VF74r)WWbPH62Qt!=Ec*y8oIi2J=nEhL};S^and}VIWNdeb2&D%^9H6{U9 z86hh;(|0V-eJ~2HC3&gd&$rUyAK=`548;{atK#6iNFCueGL+MXkwAmHmtx5D`!tu6 z$^iX<^WV@V2(9Q}V68;K9HZS{n$5pj7|OT?MbU0j<|W7MGejYRl>ft%QHT76xt)*q zFGB{2Lz;y7OJOyKaO4KATws2n4z&D2xpqY)>cIA)`ky8dC%IJ z9vsn@nqW>}Sb|(lFH>pPipZ<0(}UjYQ6rne`#8dzwI#cyyJ^$Y3XaQ3Ef$8eUgw>W zF08GB+ypf(<$1y5m0JzD?@$EIV9ZFn1`VTn5s3(^Z75Ybngn{c=+h)qH^s{N%hMV74-Xcz#91dkkzmQf`8}=XQ z^9XOCbmiUJe$zWH^X+FgV4kD?rrOLbt7y*hWpQn&ioh3QPA?A6vtms$6JB;iNe>U^jek3g=8CRqn>u>?h<6Lz%^ZXU3>@kc_y4V!jBxR7{8h$RMJxh zo?Fnl%f3bwVu@%%|?j5BmJXF3Ufp{m8kVK^Ug61AJO zm*9c$_RUT;T_&=GQ(2N3kLU0WSi>&VQjUpM)|}gOzTJ_hLibIzH-lS~mVu}wQ+a(T z)hzoBhZ9*GQd=F~*PB|fK}{no*8RB9GMA4oySTI;XHFgYG1ff6K^*;@Qg{{Z_pilz za~De#OrJlw1kg5ed^nOBU08&yU+M>LK-P!Zsf;eG@oBG(5K52jmOU7prr^`QHtd{G z?KT9hCau`KP0=-*fWFv0-8P@D+Vu-owAa>GT~dQ~zX|y@(1gt8ove;TI1C~xrr!f_ zGqOe*j$HNG>ZDWvDmwe4e=rV@W!hFv*h0Ic}oG;>jQ8I>;xi3_gFpB@!hx=u4Z-kbmDWEVoX6zjm|6tm?cE%g;dUIl_o z2UJBlVG!`_p-7L%YP}iMohV_1_H;Wg6u#XGxv>0pY0#Wh*mF17hteapUnqG|=7 zgJ@d|Xps)9*0|#SS_WobS1c1q~` z5HWoIdUdrd@I2kW-t_YDI-LE+=iTA?o=z7hw^*|7eKF|wa`*GTgWPg3pW}$VEMAUq&kCzj6tlP{T>Dylo z`>KZynWu&l{u|{wLU~Zd-ljkCXNTDkY|GB(iBifVV6alp@AN2?+R$seDj< z<+@hIDVyB52Zz?BN4X`{5P><-KWJ^EL0S2Azz#Z6kzV@fOyJ?A)reC;8EJug*l&Ti zJ&@jA=XEcz#P01%p78y*vogQ}81=<`Ennawm`jAbkSQR6*6iWGMdjb*ul`;7&~$Mp z?uN=AILUsT>q@;^!{MN#?)&RiGo(E>{Xl?As0e@<%@*50n*Me`nQjC!SPpN}ySFGU zzUGx5X~s{>?OF@f!R4J@1%m9&<9;<-#7i37ZnCBrc8mn!%f5bDmdYGR4YzO5OhU8v z@4OFJ+x*1xr1^GY(v%dZC)9Jl9 zAdM}U6b&g%Y5mZ-bo1ezoi5GXh+JJf56P2l9uQW_``l$YZBgDQz+EvUOI|3zVaF#& zTzmCUG%O%~r*YEWzdTD~SjiPLpJ6e)n`uI?sbGea3CCtmty`5%L8+ogxA(0}y{^y4ee5X-ZMbSWZ5;0N?&e zgR!oPY2r}Vejy1p8#SZ%Rb>#oaNd)R2W1zOhqJeo)s*6p3==`5Jat1nP&0D+N|l0` zI_}#aR3`xZkEnOY^-t6bHFzTTV)pU*@b`EpFE(>(s#N*}IfiuRr|e(QUtlD@^&25; zRTVyh4@9KpiV;k{HAU~IDu8xXU)6a`RE3TX=M&D2&UCkS|6T>D0cLCYGBNnzvbR?k z4r06}9pL*(X%cSrc>R+ch*~=Mv(tQ;{IKF+o||4F*bx}lrkUR9 zb~yOcY#zHAdsGITdoYlUac2yh$_V{%gOJj99A2i= z-{NDQ2`^bA{ev+U3(`Za2%jC}XS3nQ1HqnvTWn{|Ve4So6q%#u2%R{uyKaZs(`y-f z1u2)B8{3l9|5w<1jS885Ay-um3n-vw8Y6gT6uH0GW7*~DApcyEmqIztgCryW_KG(F@|%>r5tCI&+ep(KuKyW zKqNPLFvCLk2&?hrm&~O@rgNyh6C&b>gs|soehrSS;saw_zinJRoQk@NIIAxeyZTUH z@7YEMvRsJ+Gu?<;eYpF>;bkInVd=sOriwO-n@)1S$ni(FZ&v;E8zrJiv97wSp@KJN z#)G_OF*_*c;N-rxGkej3ledrW zdRgWM2l_l7^4O+w4HC4lq;#Gn;5mVnKleZF03&TzKlOZX2H)SFX9awYV+0;9W-Bal zn_kBCKz<<5ptr#f86*e5CB6lQl-N4{^2Gi;E#PuwkYreN6JT*$In3T)uFYrdw3;6j z1aV|QSu{366*wI(W2BH=>ZDVVI_sZC;TM}|_M;a8v}YXHOKX68tX?AJ2-L`Q)0W1V zaMauZ`2YqFyXfNz=VT7Ei~=(8XpMneyg1Rt^^Qjd>+!`Q5s^2Vv)$!pKU)Vj((FI{ z(E^}Ez$c|*;NX#9;e?t*h(UHIM!+|lruWgrb?TzyXn!Br$ZcA1jQhSL3TcRw)<(tB z*n=Df|HH1`B2MT_X2yV^%&4}6vAy=M0sRP3NF_QJcj35B*OSr#ePc05B{CL}N8Z>T z59AEs$u^1m2nu!Awp9LU1^|`x)3fDk1|m|$bXQJ^7@eC?Ng1ufXd_xD{$U3Y-hoj4 z+YVqd02k5(J^-hcCOQydK*8maFB;m~^Em|C!y$u=GG>QPOxF!R^;+WQn0zaFb-Vy|lKaJ-BP~#c&X@6FTFgDVt9FXXdUj0*D4(dG1C<1ut;%aVEIS2PeU^f{hBa;xq$oH$y;^M8b`Qu6ZB4DpuHhG zB!NP_RRhQt_&-Pjx82XAOrq+jSdgo#`!pC>kohQCup5g^6WAd^7dA`Kn8;Sn_yW(3 z-UPG}Llklg7IcZwBH)!<;<0e7>1kQemFDbMrByZZBoo=wz8X)kkOba2hQm8|sbPmy zlI#S<*EI}8kk@%^Lfyb$8Crte3(&F2WEMs{L7%0eW3lRcRP?X6&_#6rtXF9LvtGgD z&w2$9Vrpmdh*ouKZ}Px|{EM^z4#vwq;#v>M-BPn_VN5zLMQn*$c(XXriUrW0fIR4( z!9;?(u?|+GjLwPWP#&9h#VqMqAd5gOmW}L=308?B`+)SHbt9miBQ|Q0UEfX$VzFXE z{gX@d-XD&-J6c{I1@wF`N+dt99^b#;I^jULYQT=Dplka)yfX;AB!+^Qly%1gq~R0i z;Yf4Mw(cn}%@=T~5xyFwo8!Ix=}}kSE^u>Sj|iIxg4F_1hh!!3Ze6G-d2(0csKDlO zwJWk6CCKlhB_e`|dWC-v?@vVKbf_{qOFJS6>5vws=`LVIzO&>Nr|ELGv~XLvH4uyH ztgoK(|B31Y2?!?it3C&(s7`!Ao6r36>7Ca-vF}$DZ{#8$%dy^2!Ogx9Dk{U#1m0Vp znh+wz=C7?7aTy6_kXL+R_Y@r?R*%8k;c}BKl$shxuJ;p?pK0)P(preV#n09l!_9gD z+H<2(TAQ#vYu}E+^uuntM{YUg&W;U)Kr^DXR2isZQ1fiM` zCe!Sw%v51QK)LJx3PFuJPBO`80=xTsjj}7siSWcCT++%>NtMeH-s1M1PJ7k;Amu;1 z(P4o#eB~9|0{15F)=~$$h%r$-pm5%Pc;!^h9xuX>pmD(ct733$;lO0=8boXOg_T{|HX&O9UGOR8*hHpr+B!lf}6!O~tEC+_wh5CVi)e`Pec@;4(9fcW=V>^W;k<60&tC z%qK9j>&OF9zwY-?*-`S`#YgG8B>7wke>TI&@k@Av}(|{nlYX_(zLl`0H{(@ zZZ)ept~qgAGFr>&D!E(w=$} zWCD*rPE&~$Z%uxS^YTSx-Lg1ObAm~OqE0? z9WFz}uIyV4nij0_E3iw~4UWF<8LfOJG-7Uv={GlK_8rOfl`vp>xPz#Y?X6_`y*>kH zAstf5%wae3mbrSro;Httv%?9SH=wko?iagCg#D9Mg@wGw9tLe3Uh=0heTiz3eX$q5 z$3vSx(br8J-4cjZ-E~S*zt+H<-cUxFi4Rb>zhN)2AsPHiCCh`T=S34X>gqUTVa{Z- z*x(&Z$hBp}+Z>o$7xG}xOb2Su?_Z6uD`gYY(g*}0_^{bpFFEH1B>j)~pefdjH%^fW zXRlJYx`GU4uwYeL4#^_=?qBE(qZE5+a8X-^nXBdF(#U!x%;Qnff;ZYYBhOaaUf)`f zsC2rhKmOQsR1J<`8T(CjU>jcuo-U4`jKEJM1sWKTxy3bzW)-{yOi0I;FJA^dQ^b~b z2PBX*fxROIqKG?omK^K5i_Q;NSXP`ro#`J@TaE->elxEX9HIDPFY2{z`))`^oWUfl zGObE1+~k}LYF$SLQv0qD2_=7f8Iu@p^?iNH>{Mdw{(Pp(gn8C>d)BskJnu6+Ytwtg z-zhTnfudyn9RGfaN!LPVo2hh;+6qxi^qW2(PvRKe*)_ZGir# z`gqn?C1xva*sdMW_wiJ(kv@l?>I1zB>mbkA_ZXatCS~B&T7S)!Z@}vTTFVYTphZoq zt$plm$hI#)XR?)EsEam<=Mw)jE+{XcVtOIljL_=jT*k!nKXmpuYap+^zu-j<>g$BT z8z_Lf8He(H=0~WQQZ`OM0%^SywvbPkjjldQb$yYrV+%ugACT?I8wZfM_(%5YQsKhl z=j`y@kjEB6X7SuKzSkLANaE1ehEc>|%aQ~Z7XVvCF0ak3L`Vdc$w1p0B?(pwO@4q> z-u^OXOE_$ta^aT@?AzZpNqgtZd9KLUFsY-B!Lsf6V170AFJ^I$UHg(wsK8jj4&RRV z|7lhe@qwDv))q6@hr;Q=K$15U*uXB$^ve$h0di#K(_n3;TXDLgY4oY)u-vqad(e-e zHJO-K-C1bIIBW+@O1iBSM}+i1YKdh3*;Ljox2fOn;Kppl$!T|lmE)v@@_I5d zE$X0O?}_|>Et6S9!l>r*^RzqJI2ulGh&lrgdwv}#zxrNeh-n(f#btO5g{vA)HYx?fhRPVUO1%bWL* zXjhp{z#?VQ;4Xw8>H9D9Ibeq~)v5&WF(1Bp6bW3u43snX&M*YK7OGtPGXw)m>Sd*) zSwTJMEtibx&pi(MM2Sm^%!qgtr2zLQf39X(u_5=P?m(M^^Hhde_2qEUy`wzI{GKCd zCR2H)t8K_WdOz+TA0d(cwrz82Pn=yQ&}6q6Yga1#ZoL6iD!WTu1r8F0$Kpf2UcJOu z@!z3A{7`5nX{nCg2%U6jWbmdrxQ8f>*b12R#?+-fYkT3;OOMsIl`dll{nj2=#U+T4wkR(c25n?O)Wv%R_Q+mZoAl+v@#G_C}7)`AnvI^U3+E* zcvOXIW1LTK)l{cV@t0A&s6r&tW0{qNhwnqpOtDEM2Hj_?U!I7q1)P11w%BopB9lL@ z3K7hB0x$I5`O{o=FD@LyWtJf<&{9f_^jaoZV|F4ZZnJM6pEG6P&doYFLIRy%P9l>1 z9!F;x`9rW;>wDh9Xs1nV28W76(8~O0U2eCghvna1DRE{~KFL3K5h+ZrY9xa>nRa1t-W^&tw>bzbo+IH((% zKHm9DevJA@e$19s4EczCyJL;yL;Liw&50qUREO^<{EE6cj9@SuRe$(oGdqoI(`)&~ zS!otG+Nu#jgB@SG&RgO>>N5`tui#n12n=!NbD3GX(Ut*S5=@Ro zgipKKJaUfmvuQj1!>mOvJisl}6S}$Zm+18Y!$f*$g4zwHnn;lT*fJ%G0W#A(r8CZz z2Wl}O0}X*?mPTNp9qTt2)_F{qLh!tlO>A)SE6qSVnVqpQyS#s8jrsM-71(yY1gMxw zY?u+ehnEAn6xmx(t-xyS89>j~-YqRs2y0xQ#hczhHWv!;=r)rnP6B&a zucXxf_HgKukXj0xXQE=j5>Nk$&V;5by^*7;QrX0$N7yPcSepn_lSG6;_cAy(7UV;x1#9QaI{zb4u@ zt524)f@Ltp>>n!%DD<6BJmyHjOG%Rkx6%;5LpQV*=E+3HI|`MyW`{Y zxaYZy*L>V8ijYOjD+qf_j#8ww?zQs_Ggm+;kaV4C86Sju$vOD2ZGI$f zh#`8QvY-iUT`XP7wiyGoa0qY=3UJ};m98d^mfy5j0tLIgyT)V4wA0=In?hL0q!1-t zQ;zvMd;FE!C#PMG`8jPR38Y^J;=4);{KHf&g9CZ*Nbo$? zDm3_=a5G!z9U=BRoX|t*dZ+x%)n8f{T4mKyo}brd4K&hdP_u*8bh8SX@VXQ^z-@h~ zRF+=Q7gIF;IA$Xbo&-IHiJKH|0M-@DusDJC(zUzCgM>7|1dkT@xsmuVoLXBWHj++| z7!pjnh@kHetF8{(CwQvn_k2spC;%F1{A7H)yd7ukcssbd7YH0zBlH>h3st|4NPfSZ z9ggv(0jm5orZ;LQ_46nqoD{f5{4N!K@Dr)u=uqGJg`?#*;8$R=M90I+k>0!a}8A!4@MB-M5u-1s{`n7JL|S95H*LYXY}^Tv zeNC+NV)~@>gzdn_sPf=X9P#ePJms1IE?Ne~-f$&J{mIWF)(Qd#TA2dQ@os4CLSRc zWbZEZyxn&;7wRfEPeR4=R6eizW7DsP2+Q_#(ua)*HQP%FtJA0A%QxIn(M9IvfTuJ| zYB3i-(3D0oRRJ`5F&dq{(y-#xDX?m;o~oqRu{vljVYgmX#MNooc3skuzHY0#d`xVY zOCR31bXh#!z80^T9+}lCI?az#hb!aMfQXQy<7lXs9y#&cPxsKM-GfmL9^U2H>(U-u zPN4;{>&sW3eOI&&tn~)2)<>qL)-}WUW3c0Ot=$^CPGwJdi=L{ricYeX0D7KzRo21q zn0iHT?Z_ZUHks&X=rf|<~=3Wr5?c}FAoqU#sV?|TnoA|p_Je-2*>%@eT z#6I3h<47mTYN4CQXPGdmJkCM_|IqB-m&e2JPx6=;04}fjN(+{f#_wU}KUMvpjChvU z{ep>8!=(uDz27^*s`u}nWm%q8`&0-%-+SeL`5ePlvMm&HRhw#Jr0S9AK6&-3KZ72I zlc*N_`3Yv&DETqaVY*oaJ`o#pl1Fqt3{n7hQU<`&+U@y*~t|7OQyi_-3RtLK_hJd8h&Y`JznZ066fxvQ2>F7LD4o=$S85(ORNb&gCzmE;y+4P+X`+S%-pvn zku1l` z-y8JWG7C(v^98q%vRC}AfN$$aK{q1nPS5lsHb|>x{Lhx1^JhKhH8q%g1%f}x@c-u6 zv2SuCq3l;W<0(YUYe#{(F)Kx<)ASEmg}l(ggmN!QMqDqczmhR%eN(@rBn=$HFIz5F z4;^tKWEojo-}JYcYowWQq4FMQtp}z3nQnNS`+ZIHY9D{>bHoeWt(6zQfAvj<^tL-> zg}An?bIwF!*H7q%+h;qb%l(ofX+QpRv<`IX_u~iU7TE4bPH!iZU6Eu-y|&>t$cABz zIM)fg;qoxaDlvQ4Lw*W9K)60COmqsIq$25yMAx($oR0|P=wK8$%*(!FU}NlzZ1BO7U#J-*e%_)nUC+&TZjF_3*K_Xr4HGjL0#RQtY8&f`2?eeBdUiWzfKlAU}1j9|>vy;ow0sHtG{HA^JiO zTozJv2+`Ho?Q0?2J@D0fY0vvLc|-df;*T0pGxlsz95(|s76%wZao=Z7@1wIx@;{0N zViP+GcKu=5`G+q_+~51n37T^799&l*mOm}U`I`)M9)_BJqboXR^-k|@thAm%l&zET zx-G`%>nj|nY=XQl?&Ph<8OiHAF23Z}rEEpyghdc%_?#*{P}2iuFZfkBoVhp#Hs%wK zgk-<=6_rLDDMvvkFe}*PwMI=`K3b&8Ku|68u<8QveQqKYu?5U8lDoGrMSO|$J%baH z@kFL?{P~hzxVo~SwJ+APKsdebt4pV@X%_MHTlI};wubPVcLDF$OE4=k3SQ(T49wO>^}Qezg973kA(NQDQj#lj-9 zbjwq@Ud6EDVtg&+PBd1f8W+Kw?$%$6gvU>U1hBq44+)GGD=}eUfN*wAoQGy4LNQo8 zvY-p2+S27Q*U#33oqK3HHgAF=CCh9OOpu z_+*Y{gcXHXF)=Z$Kni62X5PXVeXheRmRmV>Sy3Zlr5_@sGa#ZJm;eZbd%NsO1r!s| z4CQgt=8rl8dQvzv8ObOUan{a{nOok3jtAr~|Aufrd$)a=Tfn`54wPl~Y9RsbGp^+fA7VWmovl6Zo3 zvm8&gUoLHRZ%OX-jiaEXaal&fo2`M!FG0Kgjns=Ya#q77cTfY!= z6ns-97qVFfSDK2wc25Wu({;6qoND$JwVDdpjs&@NHQE>8;!t}<^qC|3o9$LTS8K(b zs9VwGX)S*yK*n$O@pxLTdcm9AL7re$E&b(qM3%GVOZ_8M=6e#ClPPq1)1HZ4Drk|K z*&2J1U2a~N8ETaB@=uxRqAX#^F~!5E~7;9VHL|b&4g5t=SN42 z10Gm-OJD)C?dllD)PqGA%ijLtD`1Xe8n%dqWpn-j&d^aW9^MR&annL~FuhVL14m)> zd=g<}8#9!0_tNBuFYVbkKIVNRC*kjH1E-;Zm; zWtArgF&R>tAD{b7B^21pn7%;G^Z$pE%&Ysf1`pr_|_@_-ad!(ssJCp>2eyQhW>6( zE~`iQw(03rz9NI_tkWk$137)uJeCg->H;99VU7qn>Jms^yc%n5o1z|_#Kc2+<|FY= z!Vl{QsgN&q4*ije&ei~?uKPhxIsHrZm6dVW$-1+Wye{x6JM6>DYiXt?p*b4MBtl%4(8G1zlGbp$Rarw0J zMyk2&%(OPE|Lch(_sgbtr~@p5QpK)PaO?8JRa4A+bY0;$C4qv}KIJcOHk4N{B^$@p zB3mro=hFP<$RI-ct1)0}`D(?n1RO?^0BHmMJ-99r$L;1rwZ^S&&3) z*!eE~3VS%N0~`iUW`!5Or2;(_NNJ`!zL8}YX71I%kIiMTw{o`#{#^fDx(;;W$XoDb z7=LkFumEBkWDCvmdUK`dj6@iTQ7#IK~9LmfFV{8E8Q=! zWpGj1wLb?__tcZ^rG>tcnAPC@${>Xi>_hy78Yc%kjfEyP6S$0U7UFlDN>P8uonPX91b?i7eDWM>(vcJ%XM|ahK@SIV3$6-)!M|C;ubzDhAWQy z=x4yv>_@nQ>GF(9_{q;2PUu@hs7O|uq=L2VKsOSvb@X>hvYNhJBkfM_*NH81^&S`( zS~RHp4Zxw}{PwhC|D-|RDQgSg>_goA#eJlQ6K;R-te>m}%0 zx;_>2tT6r!vOj9N&R1In^j&E|y04UmTm~xP2%Jg9+Yg3oEu7Z}iB%T$yYcip?RT)R z6Kv2E>`4ZKovX0?uCbbF6uOdVCY646_xgNI0MLDBkp3bLDs*7|otsAPO2GPdqG*jFuaaHLJ|p7)KE)OtzHIL;Z5Wb1kai|?p=?9cvk-SpgH zVgWc zp|k*oqxgcnUYC~n0C2rXXr-3Ro@5)fe0VkFKVxb0sD4sfDY$TuWA+R&J;~fmS=1Gw zC=@t2IW(k&m2hwfL`MStG@K)3Q9r`=WF~0W%ve;1Ku=+KGpwHXO!_;?pjr;eNest3K6q%TE8{3w><0B&edL-H%g9ljo&#mH|=ut&*;I;E_KnQ|U`yd|r zGq2Y&K0A*wS_YxTTF}aZr3YVf|B*;Ta$jZp25L?_w|L5F@J=1qq# zMDHWOW4gI&ig!~F)C>0UzbW_kW8Wg$$<^yCSJ>po$kpl?xc&OhRts!>HNlUFA%Nlk^BUeq+5?80R9`>JV)~5^+ zmCZ((I8)V$4mb|i^$ipN`oj`8`rd0d)Md%O9+Fo6?=KF6;^)O8aWAfJ2XzcR(GI+e ztTn1Z(*}~C8Ar)@sSARakMyU$1*2n`H9ACRrp^}|9E3B#~ z+-Y94(U-plOig$GGXt(4_{F@q#5qw0H88?-hcxVhi19pwd}#i|FH8-2GIdwEqIxoz zMO{@P>W0R%_sgi%r=xIn;}WBSe>}LK8IrIOQJ#L_)ao)M(g0DNP$aV4S?TMMcvP$B zmSk~IF&^}%8cx7eAtFyIWs{X>$*w$9Y|G}4w&9QCh6q)gK+?AqPW=G1am|qGt5%i( zh=9NTuMsex$9Pa;g8u?-`7zvAwowZXivA#-h%5f7jRXo@3efw?rN6RYjo;ZXU`yQ> zuSIKB??KC>U_IuQP-`Z`-13pc3&*uc?Kx%KM@_KnHcg@iPtjOQ9@;%VeNt>O6#YH> z2|}Y~b!!n+?RZeemWLd!FtrBxb<30y3337lYB>oCf^l|a8`Im-do_xtC+gkOx`TR~ z{fe<=zllWokO~t;s>7%RZVF|9sYK6t@5#ofHaC7#dD*xVQe%`uAC<;?19fbBfATpE z3Rdf(jn?#nV)EHM<$2Mbikzzi^!-7yzH&`J;Ub^iL{ulurC={BJ(70e^t+l{ry_D> ziVf8DF1^CjsHR#cQxIys}o9I8ZR|e}%v9S~1Atv&2e^MEy)@!DhwignacN zdVDAZ166iVYq|HEINZ_wHq4(W$!-@KrFwnU4ojsUQNnzYd9Ml%hPALKcJ^XW1(X`s z;$UUd8m+N+&*szo7uHwsZ?s?FS_*`vgz2U90;t7PoKRB`{fPZ*gM#z*mwcsiB+<&g z=`^i*9&Q7n2kQY$C5%K$^MRa+#KpD0u;9_5!4hS-!`TCN;Q+3ZU#peB?oN5Ny`T2? zNp)U!PqTEqU#Iske893Qd7hGqXUIKn4^e5~c1x3RUlkQgfdwZwG+&&8QQG#3lOmk3 zj;4vZj$7J!ZpMnhV+l}^=usqA&sqaM*V)uc!C4igT2hY(5WZ2l2HW|*)N0eAe~Ws% zmU&ycVGtcmI8zZ^scAbavA=5kQS))7(CR0ehN2bqoJhQ~2IsXRtGnPew^jpH;q0}` zbj=jgO5?1_da$G=KQwd6lpepnGM7iYpNrl5_9xe;MsV+Z6PwUDxjKy(#6P@Y?z@!7K49 zcO}wY3BpI%W(6BXsiLEHwT82G6G2lAvONC{iJ!h}Eu@)Dr>CJdvy5HwW zx(gHw;ov9F80Dh0txhXLGK58D`;lv%1ik&?CRcUTw^FkpJ-~Lb$)18F`b^3~FnL3a zH6!-zEnjog8JdkCBsLK4Yuka2u#Qn1xqgu&u@Pukl*S!`jlQT!IK6W$S>;4T@FKDM2jy6RUHIf?Uj$A)L37tMu~+&c`^vv%;n=p>o4MQ%ZoN za03Trzf98l+$lTApi)X4&-ic-t-JV?KQwKdZ9;h{}F}j@Y_(>f!9#%%l8>nsy&*e;u9t! zf6e({(^TB|+^Musgu$nPA7I_d>BX_+8WeeEmI8nPUP5Dw7U+?(6DUaZ)v=jzbf8%AX3F zzN*54`Y!CjXXNs6c@IPP?zzcTIB-$DM-%I-7oE?(GsNi#pE*+!w{yZ7=@@uqXX15d zi*{=OTNt_(+0n)KXs!~6YU6d_N>WmiEA+b*$%iv?2)lhLHo?JhEO|7c=pzadve5QJ6$W2%((! zrYVb+I-QKJp>WN;>rewd?Ts7ljUKNpHq9;Ns_Udpcd)uOPp=zxl`y*rD|aCW#D!(- zmhk*WswEkO_J}$^C&{5L7`2cHAXvYrJ21T=RMc2_8x`XN`Jj)@9mlh|*UcKwVCq_qa!m2zUq zc_r}03bh>c#gYmYwAF|j1}9LBgr=zbA%^mW35kO*VRR~qFBQY}e5!Slu0Jg_pV+7j z&ODtzHU7qN^;f6W19i-?6@V$JHRpV*kPM|j^I-v&MW2)4wg^GL;E!2z!B4vD8ijZ zgA~dK{{|7nuU9_q>PyE@icoj#r)|f?HUlL#YbdS&O5hS1T}eg|A-LqA&ka0hIDYOS zY@S1hk&}9GieTz=5dM%6h{Xutom~peV~*dnz*_tSkI4xxl>Zhms;!Z>|p-e!EQxa@C2Lkd0LGURQHC zm^_2UVFU}n>k=4b%q@*)+t`dM2s2QJ&z4pPIfy6UDt`TJ9i8lOeN5WaeBE(y?Y5Bo zp(A1xS#4-EXBVK{b<*N~dAv{h_6yOD8B#rj$2GKY$J}n<+C%qK+hw$&FrWQ=)Ar*{ zB^WQ4WsY*ox5p1LkJ3~hkcI)Qip#M3@%-p)8q|@BAv^`l50g*Tsj*6|QmZOR?FP)6 zrDx1H6&q$tR+1KMktZp^$Em?(C_NUCZYETHt*Ux;5Mnw!7bqW3Yh!i2pcqZQHHqVw zrqA?J;X+t;>oq{*ErEe8>jPku8c(D`&j}^itNv6I+6HaNv?M6vxXreGe4`%Y0d}lmQ&d zG-hOtuz?Q8em4vc(57Ui%d(Wc68%xg>_^mvISmIc8CwQVHdCB*Kn z;vGtU^dOVtg1j~h>;sDdV;YEW)1X%6nI_HNl}k1&Rn#D)rpE&28T+C!vI;iL_+oYG zNIa%dgj6hvivr~)O`RgQ18gI&?@UJ8ZSM8ij*64^hNamj!JAX75{=vLH49%NDolnU zp}EH?&r@q?cxVq<6UGmPU-FrVk7?`S2$OCTCuB7UvHK*Nl0OLyLJ?mg>59e0^ z#o-b?4$3icKa*Y?P&Uq~a3w1eq;gH>GM>-DgG_9AeBmS){9Z&DuN}mqE4VqHk&Zeh_ zQ6JA&%JoD7(YQa>|tbMGT-J}tyEbtlpOIs@bXo%Sf8b%ke_ejQ-}Jt1)OowSnx&=XecZv-d3(7!jf(Eh^0d31 z9;Aw)Y43XdPZFiQgg>2?1a2$EX?#CSN9Wg~4}(zgfhDO?ObY&z&Hhxx!FCCFCCRbz zKu4?eYhmTt5_!15WLJL@62bDq*JpjhTEQ0UN?525OpUt^++e{n=B-{XQz^ZH5|ge_ z8STu=>Z#zOztF>N?Ky5H-MbBm5(^GL%_gw6m+YQJH&9(TwsvH$j`iaGG zxc17apH)uGQk}r8+i}!XHo-``j0c~yOZ3t^RZh>(Rjl0okZH6+nWswJcMyMd1PBnV z{8dIx%JEwZHt3-%v+J1)vm2dY9?B?SRv9_0R%f;cRZ+8ajxEZXJu8$IK6_3e_-Pkf zP$}6)C|T+awG6ml4ai{Vm!yVOJ9hUUD6$*YPuq7EjfUlz zu8y{zVR53l8#irY)y91WxJd|2X>W{o=}ny0{Ephi7)P<1uPEezf4$Ql88v1`?m-FL z5*|HQOGdwR*XqvU1c`%%Z$3{u<#b1hFvT5xrr&A|(Q&%#&T0NxCCL=z9kj_Zjr9~N z!&@p8cMKk93I>2aCQD=$q<;Ad`WQat2s*%|=1e^QB+sF z0`ht)mFQ%UxG8pVS^!Dmt=zhZwofr3_EBZLt%?w<9l$ibgdKKA-l!-tGba!}pf$f~ z9A?igSh2|4h&Avp#4%_`&o}g1P`IGDadLY~DU*PDW5cOFHw<@#USV>{o74njX#C2J z;fLAIwGnb59id&S<#qKqPy4nH7_MDz(`3`O4ZFHJSSQ^B7N)^3&QDX_F1G!g@4IH^ zeOB;~(AhCsNeijZd9p_u%)Za}Z#A)Ix_V2>Newe8E!*k7ipV;q0QTiVH71G>i?@meJjz(js$P($r z$1fJ>Edv1NBji(ix0Js}rey_ABKRb69C840tBG}GR7ahMsr@RZPTfuP5?%21D}5WC zIsZosxfd@s^gtaXG$VfSw<;4J-wck4tKfFVH(zI^_yH}}%i4>XyjgncZr=ROHI`S0 znUtwE5XOx=Ev~0Al8_%^rO93)u``zf4BK8Y(Lsnfft{SRj z2U~lNL%#)vcxVs8KoU=M(7~vT=Nl(XT;h`f^cY=0-*-v*Ss?j5zvv>;y7I8$^r$If zWWmnRksdW@&9vToBLw8a{@!$*YgU&nnkg+<`6UuM&$`p)1qmO945JSs1{k5hd#LoM zS|n=sGq1??5a|Bb+FhC@l&MG%D#6b(qD%q$K;~K7t5^d;M!C+WB}OZyqGw0+EW%*d z%*moK2i4=cILz9j5sQ}`+fH3_rgZkpLr4Od#5lgd0toWq{9cN#NJDHA94E1&!=bhy z%EG-hKR?E2>YJBH$bo<1QLa6rA0kv2B;@$<`GuYW6Vm|0Eb7H!2d%9tj)3=K@MPUk zPtuL>B$P;{7&k%@^@q^`Is;5OU!`WsJQri^B!Q#`r5cF@VA(aRk0*@KfW^4QNPUI{ zc|CC6DueNu1Yp_qp4O0*#JjwZKnXODEjc#c|FW2j9K~Ibf^P_#H+yNAcfwRL`a{S( zZ)uPpRRO?Wh>p%d1tSF5As_FPDp#mWK>;YV)-(Kc!sQ7?VpGLc+3q6LOaU3L=J+(* ztHf1CBQLytuZj-JPRKGw1YWO+~Q)&=+<) zx=B5D+t2J9on#!5#m31Bdkr}WbA?dk|8!H7yzD#9N&bWNkXo1{qo;@a!V5Yqo)6}Q z<|M~>{Hde|gW;A4f7e)v82xvj6_)vj3isZ|adOm+7&nr4$S%?bz`^CH`xj9c5Ae58U!p(ODt3i6dy6=Lp=Nxs_(`BQfbEt~SwbsDY8jX5Q88dtW8 zgH)C>d+xQ+i=omul6(e1{}V+(acyEKbSkL5li6IbcdunOqhR&j$T zZ@DxI{I&w=b)gfE&Y1b0(UqTxiU%%@2aZ~w$LAk{O1qokwX`SZC`pGJj(SB-SXjNJ zOQm`7W~n%ZzooaR);}28#v=DjN`yiaD^r`bR(Yc#UAJ6ZSxb|@>l{aQFnE-qh{V^+%8 zXn|RUw^}!S&Dv-&;;whnXvn6iak8*qSg=|Fym@%31!jA}Y8tA%xLhM^y~SyIp}c6P zTw`>l1$#HG!%5|cSnC^@A)z7lcOd#&CcMw6Atp?CG7`W!UnpFz4jT!Ohuf+(ts_qHk4#4?hgV>Nz75-VL0bI&jT9 zlK~_47n7khNLE`s6q}Q3G3Ohoq;4_oTlT$1$$~FEkeYEeIFA`mN-l@k5rz>1&S51r z4F#E!zs@X3>}hZ>h={r-Zl+@dnQY`oYc-fqghkZZ&TJ|~(5a*0#*!F}Uf~VsNF74= zo_id+l1v^Dy=(7nyt@EmG3lOS*v#Dz#)0EuM^dFNDTz=mNmD*5ojf3Nwwc8uAUi6x zhO?W6h(!D2^3^=Z$DdaM4TUtcOy4%O0PCm~==%Xza&omLCC4+STmxB0o9(*s+%zt{ z(Yk-m(8K*y*-)^~X*GE3N}wCY!uXU$$s3ii)d{n~^mO5oBxR+A*~+h+bN8wz6mqhy z4bFNUqf2YeS$ ze55|Za1fjP zOO0-MRiP7%8H||vCg7^U!}swsOe3ZALe%3o6ooSJ@R`AUC9DJbB>IH1?8}x&z^M%Q z88P)r*sLd-328KD%j#%%EtDJCte;qlIJ)T>+N_5fr5JB4P|Mn^7nq(ZUo}`uN&>cx zADA*Gp*E0&HCS^uU&u1ME_f;|Sep0&etc7aE3FJzRh|>pXsyuXl!kwJsHF`t&T1ty zf3sj^V!b}V>U~Os=xZ*F5e?V}?+Ye0G2@E{_}GQB=6#bXYk;<$aX!+b$!M^{e3e%O zMktRYfPtu(6J`SJBA=Y{UHasc7!M;Rz{!wHCANoD10-&VMF8`add?T=(!ZKO!njSh z$H*1%D^&3We37%{3xqJ>EK7#~AK~cGqHnT)qjD|~{Ue^X5O7b!GZhR34nfJ3ucfY1 zi5RdvZtjVJqF1>3H2sMANTQ*J46Fikwumy?;Utw)5kubg)Mt= z4b&UFBpaw-nkJn=>8FM2;gdbiLFIgs!pyz?H>d)-FNbCvh2WCqO!zla1TFFNOv35l(e}<}hOZ=Jy{@XD= zYl7Ou#qAxZtpUY_N9dpd_i|k>|Jkv$M$xaCR-V>va4{P>8)i%18H7P_`~+I!RyTIK zShX#bjd*!TD2x^8OF^ z%2&Zo#?JGWPgcd6!)##s_-f5Y60LIR z+EW$-oYWRC31^BI_u=drNwleWhy}*Qw;1G75WOs8a1R(HtexFGSKRVJ)SBR@J__=J z<$XV%+3(a9tudR{kBRx`TK3>LB$A{g0DXHQbL%se7*tiQY2id7vu|J_%DDhuRHJco zOiP4k*h>Uv$S^aR(j5aM7(~OvR<ET2e#`^8og@SWSV%PDAiBUg*i_hv*z$m7yKU-8pUS{6v_l7N7HX+`NHLpGTH8AJ_dVn*g*!jZ^C9W zvRzJ0iRP)8PX=}6>~4eT^{L_Xw;R59F@Z%Dw&b2ZKotOsT0u9@_M|~BNrd(`x!Asa zgp5U|joicuLJ0M(6@?zj;0~a71As3O=YN1Nm&$_B_x}c8;B#Ew!50ak(u1M?zrYu{ zdDKgeiDMZ3E(5Xr?N~JMo#4S^U}qmj&`+4cWm(7a5%uK|AYPj;lb+w^;qlm<{#y%^ zWJ;$HDQjKw<5tv1=SQUNNe_v4!qaIY_}FzHngE6|=clg!&st_5$P4W9YrvrP{Kh!{kW9)|kqdWqaQ%B}Fb& z_Kj%fQN`JzOTGSD7rbUte={g@0R8gOmqhl=4sMDK8CbnhG()cvW>6UV{#%H7Ng2FH z)|VFQ{^6$obB^7>heWHG5~+{zpH0jib4%>K4RE9ipHJbx03-}ZppRG$HJ)4bm!pPE z)I7E<@47We-C)s}DNZ|3BJ3gNNSFBVqttn!!v9LdU>s12RGQAwidE*SR6!7j+eM$7 zQpv$w(Vq-2<2)(fTn^e%#20XI?t$E92tL>gsyg-l^qRkBYTs_nuoiT|s@yhDT=7-Z zxWjHNH@l0-7&%eU|dEQ>Sj{nR=xcXSVrbASZ4hC%Ycnx^#~R3 z7**~|T{4DoZWuo)hOuql`UHOi-l0%{RQ(8S%>}6KME`THZTxnJNPAn@! zO{$9b=VE8TrqESEC0G^^FtDiUjIXQfd-&6gsd~qN3>|l@z3V|+e6aj9lOW@ z?Z)hvd`gchcX)gA-#FpHBIZHt9UKz|bDf6de#flDA4iy-4-Ea7#@72r4e>c0gg zT-BO;Bw8L+j6??27%q5uXvNw$hh7sKQA)~BR5lTatCfn$SI~87?W6E62Q)yDI?hl5T z(UI!BpG7EDfQJSX`WofpH3}s)bZHsD|7K>tyFymU8=fwm-dj@twp~$X8G~47eJort zLsDT1cuZdjd=qY_I}R8LbEV-2to|?L+2X`0ov^T>g9l+122fY&*K5 z0Gq`9XT}WoYhUk7r`6&(QNc zvcc%sfyITkT*GZ6W0~8r?-A!N`sVEyubPRE4;yqaA-Vf5&JH>*tX@EiL!=A6V#~MZ zB>(+dQ9pdNm|(m)o-=un{2*-<17+*vG>hp3Hq17-jURq}suyKcy@#=Bihv-Ncy|5@ z9W9@{A!kIS*VH2;xPrqw*Gk>JcN%8&xFwRZvHjhj=&J}Q@o7Z9m-v#cmg$(r&5me( zN~v&Y=a$#E!Yngl*IS(g>y<@JRt^EJ!eLc~(KDR-zV1b2)Q!3`i{AY!q_wfKBp(eC zC2xwS1`4Y=4=RIB8l^T2YEEyAR+`v9NvZ~@6v-!$_U$(=3jr!cp9i(cQ2Z6DD?Ps& zm2jhN-#|7#i}cz22fXCj`D;CH)T#HUPNlvf6yuSxvxKP16dvw-z2fCL?Zk!r(|3>s z-Nq{#_D!f(mAXwyeo&95!>FxRuBv9qyuN6Gale z9~tY^mEZb7x^W4(<7~gLHG+8;?Lx${vR!AHF5e}#gj8n%)J_DoBe33*DNmIsHVIdY z(!gIgI~02z6h-aQuBcIduzBxEV+&E%5d(ZpbPZ}yz?7`-yO$geSwU4W8dV)Hf9cU- zHGVB#iX^wJA}sFD#YvNUAv9H`IHDhLpCN{p8A3#+0XPrVmCJ01H3%G-sCNi2 zpdTjZHIhHHI*FcbYSZU=e$)GPa8$Ol?PV_vaQowWw34^w<#lrFdR`Q_R*1v4;@8X0 zzK`eaRc=;+d3{<7z8at`**LB@fxhoNAic#B!d@7^IzowdkS=F!qzO?Gc4*X_E=VaQ zuFUwue4+nMLR~KzpaYT)PB$s98d`se%Vo*wb%(^TFYV#7n%okOBUX4Im`M{Scoi!o({}z|l-)sZS;Y%_SFAVIZdlAZJQPAXTf`5#x4FOLYZI$}0P65#QvlX6P4ejy}$n?F=&^7%7lrFgK0L#(3=|$YtcO~ zxJM#3K7{}61~200VDBpmGjg#4UOGYWFZvkmdt?mPtTvua9kSNX)?Fp^~3|!L%Ymc`Cn6x2#;L0 z?%>Ogb4cvDg>vR?=?N|q&qU83*`x34?#Hn2@*0n`yj*^4z>@SvZq7lsof-exNih7( zSJaaxBiE!N5?-Jr9?lVhM)rY?EA!S?Zm$5EH#pB!P0w1vB_p`|g5z>1w&h3qRNNTn zd5YxkQBUNeRKa+#&yr6?{o_7ba1R^}Z8)&~;?c9<(*AnoY`y4YuB0~wcSh3glm8E?jvq58*X39=llXj%xe}xf>giDL1!&({ zxQ9s*49s5$jo$i`D!RXTHh~~MeihE22u)vna$*<%>^nho8SqZfZ0|q46EtB{uRkH% z{~JNmQ1_dlIZ2@V2SLM$8RJf`j|}r|ec$(6p_p{+4&ml$gno}ZAJ^wxP8XZbw{u_# zm4SFVlgc;L{da`Mo>}ZKgeFAfBjn!@n*P&25Sm;_j*fSq&h&#V+E#=n9aqj^#eVM1M9!~#RT{orrFjGi?1)VQtdq$J{LUL1%PM?@JHfMUq9WR zx`4?}x7##%bgMSqFSOn}SL)nTqvETz$`;+@NGW%2a-P@gwaLpyP9-13Glx(U6hTYY zI|y0tK>cFxf3YYC6KEO%i+6}*$?8EKj5k!<%Fy_epaIFh`a3~m9ME0q|EE|d8-4l@ zuMU&8#Jg9AT5pYN2C&(~g*KRxx~HA!iQGV^#rJG0vn5h(CAoDhLxhoD^Rhs>)t}Mx z+f_p@Fm!jKy4!zt6WZUq2}OX_o;04wf6aTTkf03^0^bN$=>K2~pWKgl&zzok-nBW>;p+cGoAU$mExi3Fu(~xE zIr+cAnSt;)S%{2uB0MU>0ciU3E*#7IHgOSdbOLIaDFTkaAv zcdNL@XvAH)fB7U*KzZ_U>3CSd!}0;Ekj6h7XWB~5e&GL%+b_E(%Gzlg%?V}w9h>>Q zA!3AE4^)pw^pv7uTejQd{vqw##aqi0F7NAeCC~GzjZDk@P|x@_0H$=mZ)E${2u>Dy;=ha))4l}%HQvGVW0s5wu@X2*Cd zC+ao{CwMEj3G!a~iaO-;DiZ(k)S^kgN6?;vVzs0q-qfgeVfM61oC18OZr z<}IR{5}UT3V^DuZELl60j^8|k!pFGp|3%CK7&f#8Q^ey+124+E3djLu{zzi+6^XJH zaKieA(lU=-Vwt4;0*k)qFs1kFM`4xzB~58x5+)jIWjg?lug5eR#0&%h7+XFjF8r^P zgkmU4ThPpm#B^8Ef+K`bdOkC@M9TMq{hm5x!0VM(3F$#FHF;M>C{@4%xTm^kW9J-W2fQd^`oCQf^7=-Oquf$C@$4+na$MF$27hi3(* z^!=T~_YI;iZk;0}6-V!AzQpA7Y4f$l#JKasXZd!IavJB#gqOJ4%l;N_OICJ8s7e<9 zY<16iazr3oBfaRyhG=APc7C6fF5gPNx3B(oNMPB@$77%Qi`?+Al9LG@%t#cR(Fo|l z-2U{k_=f+7m*ucq7gJ6GVsG=emqq_W9EKX-?hU|uOL)^lAjsU3cY^W6zzQ=f&nV(+ z4Y{?2`u_s+mHJiQkFjnPfMcxE9aeqm0|3m|FaCdn`ARYUg4zj4?Y8m6j6E8`!TJ7F z-RPS+4?F*IvVn9VY4cI6gjSbsv^S@fd$|9MOJ#>>mXPGWSJ!k>^WP+O?@swo|*+Xx&bX46wo7 z9Y4vwlP%ngCw_bVptR5nv(C@w-+|9Y^#u~9zo2qbeU~1o;bP0_KI31z{*AWq{F>x^ zRoS>HxhuuDQrmE@e@9!4KpQG&bhApQ>mZ$Y@|nx;xRkzb*m7tIHgHvDqm?X7tyZkr zDveq?Qja=Y^)4XI)0RMz16F$q*a8Nsh%IFR*^=$#q*Tq}-K&69nf+WdTg6cQm?(nEtZVvlUW-argm4>sfoq^*;YW1RO+CNO8s;CdZ@wN1g7j0zx zDa$w~R~ZtgGb&wr-{BQZ5j~niE3^cM=BqP(X@llDm>^v$S`R_|j?^VO+)!<4h=*t& z=IZ5TrIJn1T8q}Fb|T!+yH;P=wB!3ZHXXk^Cdtp`4Y>>AO|Ro^W;)k)p4^(=#MUdU z0A6OjPO!F~f#vIM#-8~(5#>eF?Z&cMiy;Pj56?!-&#*MYCzB1F_n9~XW-_Wz~6Nz5CnG3<%z5bP|9EisMF340MC2ME2s2Yu>raJ<=& zW9d$fC3(2&@7(4dp7a_1>5>NiQwA&M(bxlx3!t4p-#U}8F#;@`+Ab12TU4(Tbe{6D z|0*L)jb&Da8OZXwt->pM9liht)Z_W{ zypd96oaltu1}T%+#{ls>y?i7uU{@IosV_sGGO6c zUe{%;rr2IT&pRqo?s0HTU0|uSUP)C&J?JP0&WFvy(r!>N*?wMS!!)q-tEx!G2*dl6$TM}Pbs(HT>Mw&DPoSx_`u zqyc7@Orw99S-QA;bwP2S&#US?1vTODp0oK}j{sLJpU>Lki067)#j}a?^7+S@lx*71 zuX%*|T_)~Z9cC_k=#>WjHlP!lX*~XefpXodMn?IpHr`u48!jxKO zg`Ypap5qXR)*(5y=xSRH^%yP)mgk3Xe++U+?G4<}CF$nQ+DRa}2Dn**hhx_n8y7`& zR=Am(&mywD^kmQsUw)x!qt)vYnot8&7Qns3coSHl84v$I%q+zD%X`sYcF46CU*tKo z#Yoy{IrO#y8?Q+`BU2dKwxl`m;;@2o?_!%sX1^&kkz|-);pd*ozkJ(>n&MQVXV##N zltkcg$a)~{hHDRI9;b8Ek_{qA|W zOmEx`7g{b5)&~x61jF19ec+%hm;Q$VyZB!#W*$7FgW35T&tf;)@8i(0yu|pF37N5^ zb78ozEHU19jN&;xx9=80nDI^HiG0P1rn?o?4w|%YgV=bZPZgyh6HUi<>2C0KCelT> zx8=w|M>^HGL+=>Z(^O?K4=GSDXm_8B#4%7Xq|*s-o72Tvg+7qmb((X&(`P)0GHu|m zSQaZ<7cAnqg#BPJN6s?9gogci*hlZGM=I>S5oHq)8$`Vy@l}y>KY%PTGC}mXXex^} zC#!voOR>Of@7Rjvx<^+Ab(KHyTP(JgVk&P3Sk7tv0rURKM1A}d@T}2TazYD!!0>u> z${fNL6h(nB1)^BCEOEY_R9LM3HfP?)!1bSqp`9g`OK*)=#Bjiuw=S%Ax!+61V}# zM|#J#>R2NiY_!=7-83`rv<|+73`bma{FlLCwd%x(0@#94#xXWhE$xC|P~_EndkS*6 z_8G{N*(3CxIP(Tvb}eKIvMBwICTtjvq!Qs~x$X>NG88Ig246^7;&2rDTNxB|5E-nM zjpAaU8P%h&zX+B*@^NEd$KVtf_gvVP?Pm!b(5;gZ2|X!$;uYHkwUIlis&=Wtit0$% zc}P2ge=d!c&)4&gQ4){3Q2H`nHpg+OeyDkx-Y9uk_MNxtSkZpHa-s=w@POXZZKy7a z-ifQ!d+TmsEeyp%biIcSPwRx1;2U}495hn4FqsOAKy!?qObf*R$rHJ#K^U~pj??8@ z*XS7e=@*b+ckMyy*`t^TKE&m8V=$9z=IVM@6RM656U)dZxHSXe3 zto|kXnl2l{hA)jpaxSjh-MZ8$gAnf(FKWeJFnm+*K&iz)eH_%YrqqIV5ffJchxG(w z)q^cU6TA_0p+1k-X7YAj&M!DBD?p?*W}%<WVX&-dC3Ti*j^O0RcPB76a0q_Vg@M2f4Vrr zbrk@8FGjb&^}U*hrT^9ULR@UDp_jauvWMs&__E5nuqb1CF3>_9XRjup!V+03q^NWJ zlPus-3t+XjKC&|8B8tJuga75)w3$;t;PfG&c7KXjL_N6FOq#zzWd_4(znr`YO?d{x z>#UrdbU+lm6&`CsW|1+qA#2AR2tHK4EKc;Ey#CXd$!A$ogSs_uPKZqEO6fxPsVX9Y z*Q4#a_3yt7Z{UTB9iL6<9pn(3fA5_ZF5N-EjxEJn}w>0)Z`8OkYN8M;m}~T`n!Y! z6(Hf5B#ac_c(0A2q2z2!wd1wy6-Io68@j*v(ebv>Ht^l*Kn}uO`kTQkzjJ`D)P&-2 zJd#xiX(oCsNwKTd^!^h1ixTHx}}A0eiD(h2Hn|5tsqCwz4Y(db9$XV5=H9IZco zi#Vb@D_KK73F;7FiMX6^c)zWK$J1=bf9O#Ja(p4sjJE?5LHjPAieQQ1q{;H&OD5b+ z9kV99f#8;S1tmbs-(o$8dY;BtV-E30=mq~#a%m< zmvB>(BZl!0Nz^LrHO57HNlb^N=2=scV9Jd-a~0cQTDc8pM_)$FMJHrzz{<%_Du9)f z4S`zzh(i=hP6xS;A>TA5<#Zp!dr%ww?Fy)LHMg6@08KHwm}I1oi4dGPSfS|{hN5J| zezfhc4SucJeRB5^}_=EZ=Dn9IhW6)}f9tG_B@?0B;& z&R{T!=_^^9f7ft8mjV4Z4F_mG#sAQ7C}JaBMt%9ahC^x9pAfKaQhJ8TZzzLsk1|wj z7w#@yb@KnC>@9=pinerZf(3VXcXv;4cMtCF?k*b*?(P!Y9X1*)1a}MW?(prLbGrL< zcYSs5{lS7NYOkuj#++-;ImY`w1B_EUs>f3vLsD8zHIC_1m5ce{MRDUF*ilO*X162( z!#qi$+#VvfG|0?PDugSQE#EdN|DaHiV1NFaRQGwTH3LfR5ctm=my(=YF+oT9qoiOu z*mcIdh5G#MMbo#?cOR6#IlDv-EW)Z^8HAhdT)g#Gj^GRyAT?5icdXD>-mcGX$YsbZp=vzVdSEKzsyg%zDwUoE8^$*>G2`ll8_3r?z}MJ)y* z0=9}KSIAIEUp4MU8K>c&NN6yqyBP`d_`QnZ-YwjihRJS3yQeux9I2hrOe-WWsy-|cPZ(qO{#972S z@(SJtyVH>Qo20c!X^~9GXCTS~Vz%((oms*Q!wz7Cha4h)ttvJshsgndP0Sa;&0h+0 z`u@@w`0TXBP5P`D%cy1o->tADf;@Yx)66DtE;MIfw_7yh2O}{7@w19})zhmug3jc8<5J!zz&9yoRC} zd+K3%WkQ^K4qfkU+aoQ{@9LVlxBYqO;4*kIb?J+;86R+5yOQmATa4b&jWzi;&s5Fi z$ZD=|KuV^>+YmOtcLy-0Wi89Y$%mZfXS1<)ae`5@?rUv@tZ~2M%*{sb$ z@GEcJ?w0$g86AI^y%BZB2AGt%+DcdmKFTWlNBfbRPQv!>ZyjsD{AR6qG8e4cN*Q(P z^iO)!8Ol}vr6Tx7p*XpPgmk^O&NW>09?_k1ALXxLLKt79hqn3CLRMwxU38p*ZfH&zSF zNpI{&hs9;6J4ti}a+2^K=v;5-T`5yv-uGGvxIuk$JJQTw*`dG}mCZw+<1B_J=~W7y#ksZ=~N7& zdGJ&W;(7IOp7NC^vkgCg?J{gUY@V}tl%ZW`#%7z2)P+j~pv_^pHMi~R1&8mlE5mXF zznwhOd34=h1078g$UsM6>dJdW(g-rpxy9A1IM&dseMzgT4t-uuv`B!gnx7N_rq;BP zi5HXLEu%$A$y|hMH2M-(1y?Pj^{Aidk1qiC_Fn57+PlcURL3@uF9y(O5mLUj{N#L5 z=fOR)f!S?)^fIVZVG7t_o*i^1=iW4Pm~w9C(iHqBV0l$%I*~m%o*CQJiqkpWkf25l zi5{4k5*EKdzW@3-gMa=TgjCL#jjl~KW1!Fvx~BzaxfsCdrPDhVi7_CufLx$M?O;YX z}qP52i51N6tXC>L89!Bem+`&3`ZGIi;)cOA(stoensSi1Y zB63k`kBMAMOBw>UYzvGkaJU?Yxha-eVS63hpQeBiYzV-?t#fm!Qe!wx2@2p(l92ws z-xU$87LEjD3n%~QQnXp^f0d%6Y=$tEc{USzyJq7L^SmOyQi|XHr@L?6yMIo2uINAA zebo8K$GglQS9i6pvMQ$9|Bb555X_EM{=f1{r11goAdiPu#1(EnEVU zVM2n8e>nTX$r)1obX-H0g;%3V^`%-ITOl(TyO3de8=7k+cT1GDYd&?()4+GGCEJ?m z*$M|*NUZ;x-R{2EIk|7i;sdplD`VipC$P4@0Bo5w7d{#8}Rj z_9F-0cnCRje>0No5wKaR7?usq9LRC6>^R$hTo3c^g2$w)8Pm%c>XxLxg9!ER zI#aEmYs{;orzzc%#Ge?NKxxvv=I~mcjw(D2Q8$h)7oB;-NDqEQp7O(7J7Hv;pB;~{ zQES$8Rh{!|(yKDqnXvx=E-xG`Q<}T`;kx8G%W7{|wRDx(W>mFsGMi?xSFRj}?R&SH zxw%LP{Z()1se!C?+|eq!Og+ZQ9b8z|IOF>G(HGH++$%Cy!YnH-(a5zKxc%W}lFIDh z{kNmsg-A-`FLf~wZC>PY)FA@ zChRToe=(G+o~GM=nn0d~ZP*IzSI50DcVk@G1r~Ms8!K6`~LXQ!I-;Ybcg%Vi9OIH7lqx_m$6sFdG0Ls=G z#SQ(Nr7k8T*sEEhV=Cg?cwOND@1*xqK}ZJVgTS&bwJn4I_mD`$|M1iyr0j*VW?#f_ zhbhYjp@Z2eKN1q*C_p>y(;N;?`-1ViW$z*SSiFBatE7qTwBNDVERilV`4$`?)7x(M zd{E3@;00^mb=K*5n<0<1jIGJ~f<#%e8)iE2Lbi-XB@k02qN7v#&vc#RC=bGyQ%WcK zQuH!MdA?~L5sB53NAzyu0*^{#>lS^2Gz!;!p)18;Qg1|?Oryg(TLvh_fz<&K*3Z;s zqUUH+0v4b9`&CyI_Y{81-yL9z4&DabayadupX3E z;Z{gKVcsp->wU#M=T+Bx`^GuTKFiKunECB&N=;oehfj~W%>Q7Hmqmgc1+2qpVN3!F zn|PvLn%P^3k0^wpQqdshr@g}E%6(?553!k_Bf>w}%`gslgr4Nn*EO0rk`mqlJUl|e zY0wk+gOGxsP37LcYdUFfGmCV6%w>&;lo43DKf}2XSxF8v0>Qr!jv>e(D|xgBWC5Gl znir9*JK|csY6&5xN(Wgwo%UyVZkEg}h+=!=h7Crl{?tN<70gg@Qu?!ug2=ZK3;UtxC3(-d4?duxA<*PxAo7$PpcvK5i)q>#bmqAGhs`c0| zLg)*sh8zeY0|$|tF%$-FJu&06Wb%U@wpv?pbn3|44eKVTia@ zEM9eMzc+rh$3dOG4mYcd1uY;8O7w02bW^f^;m&HQejsA>@NSgE3iZ)Sweu1?p$E={c(P&jXj zXf|J|EnY>7S2!e7Ep~HS`mAL;B_qw)Vg}oS6YQL5y%N2m$6i#VklbyrPpG$`*-1Is zqE|>E>X@o2PS}|;J$YR9nu*aICG zda$Js!KBIzXWSKoEv6#XNG?gqCjmk9hAoCZ$p~RRlNqSgO99kMwZSyS*`#K}9p+?5 zre=$gmSIC+jg(FMZlqh7Xk=?Z25f`F4VN;*`T3{ii47s;CrheYIO>=gu7nh~ff{Z& zALj;r6+GOEkhbhsVKpcy%C@hc;GAWZzIT$+jH-zU`vP?E;Rc#3(J+#$<5XxyJ?Mpn zZF4lg3cG_3Bo~nMa7Y)B*m%)M*%GkP(EMPAhnj&?LXkh578N$eWfBp#9ZC}wuF3d8 z7ZmI$`u(eL+buI96l}OX5!?>_N1_tS=DE5O3LL5%=s$Gxo|2ByN=pCH7f~(7Ikrl| zc%o(dBvohfwT_6w974V_AsvyU1&U%ABf?X)4-NDOw!BmVj_MX1fVK;fZDKMl&qtPhC*utTa)V{H~)7HYqHKEm% z-*FVf26=Y+^uHQMs*4$CPm-{v;sLg0*H)xrwC8E4wFxPu5OgZ4NLWF^Az}4RP$ps3 z&rJKwn5fwViAK(ago`HH#bLoqF)YiHEr3Rzx=n@#)bQm+ORA+4HU@=;gcTH;*g+U* zTOzU5zq)ieoEBX+QAlH zDkg_Dj#WlV&bVXS;xZ5%O%yW9WH4FkJ5CD3XVEQs?a}@Te3v#_bu@}_QzAuMW8I*f zWIN+T2FX4aX<~S(c-k1X1}V9I5{an6M@pq)xvsRQ9LnkGq=M`1tXDK~8X(S^mshqX67)%-yxyYjoYA`5%iUku_prGun z!i&RH=+%-}$KHT~Nhc0NhfW&xli=Dq3dMH7;ekj6lVTrk^cy&URE9!g?I$hhiH}hY zCz7z5`cVwurbr{!$$tEniZMLgPr&K9W(Evio`LSd zLTYT6mF}so5<0YOM^TDegvVNmTEs;!;dS336%&@WW$=Evsqg=BkoUIu#qa*(?c!Kg zCGF$D1ACiIVfES#M?`1PjO$l1UfS|kldNGgf*>9gBSzI>ko(YBT4mU50%1egI64g@ zQ`#{D-1>Ximuz4APxATTWVF1=P1OkM;2wSZ<%gQMm35GP+i+j900vVcv!#x7nOl;u z5G8GL!O|)GIz2EctVd(QYAw$-D*fMv6V$baQxuXFc|fOE>}Ix-AkhybV^E+ zbV@KYwG2w>2D(9HxtE+0Zq-m}?Pv|DeP(i)OeS=WxMiW^zb3cX3jHd=6Dq=VC&ymC2KY z&ya|*9xRuLS*gR>>+B34UkXQ>4XA2E;5u@EPpjyzXWU`~WW-QLd+nI_;c3Q>Qz#hj zFO4SyT`3$z`(eWVI3bb=R3(ENG7z)*NBtBA9l77 zVp46Hr8Q9zn=|;D-(`KzwpYVjqVW^KfG7>tmzPP^s@MTNjTE~6r~jpH5{f41aZU+{ z$Jb)fR6i~_JY6?dVbMhH!QKh)jZeSJL=jo1LBj1k+6(79X5?1+J}t9SfQPAbwcqI$ zvb3kbV*s8j7?g0(f`ZeXg9Z}myvth)3#qr&h4Yo@yhD{9!!T%;LN^6ebPigH@>J>z~|2c)|Br-}{b=qQ9xgyV#>{iBY^QAeN8iR&g0>{(IW>US9o!Coh z=;GM`1+gp$30rJUrkx34Uw(d#$@w_0x?nZS`SXlxf-8!J&gB%e8;vijP#OZo5Mt^` zPi`Wp1}65iEk-?9N{W`U-BbJ;;L3!R1VH13!InjKkfG13B^ zzL0mXycu(#LhHMmFZ0zN2|A zd2k*vbdM;j4j7Lp8R+&uRaVYCac%OV9+et`#x6-a8Z7X?c-YYSMHutb?1PQJW4+ffh3 z+c#*yl{Xwk=})OmIy4h+qy*dbIC9qZ659)v3ire8OR(g}>mNQF>Xvhq8M5~4Z1Zuo zFYqn)ipI{eelj;Y-0HevEs-(_Fq4 zdc=S$deDMF$0%;hBTwG~O5YDa^>;V{ilAfUcep zBLS!7hUPm?^yqgSx(D0cAHjpR(<&oq7tLIbJd2So_~-|= zg*vWTS2ep-tzm<68%tQ<(+6c^@?gDk#EluYEh(=WRK6NF2q&m1r~bskhl1&!E;IcU z-%z#2fF=qxs3KvUjphh?J>f{UMP9Lem2DwSd>~D7tZ*DDj~Ps6ExT4{OeE!xZpL_> zF1I!QiJJM7fewGCI&jd_nWFUf->udz+EU?9omMkeKWU>A34{0JOE6ajPcUnm7JEKw zfxtWst>sY-EF#0Jg)>tV#^LQxh8IjcC5-^;^^OY7jSj${YxcU8rqrblaof=A1-qZ% zoM>TaLkS=NfX-S+6|FLZu)6=reX>sLuSZ{})^ojRkDNred8r9Z&~WEh1!PE|0%(^9 zZE04})g^rjhuuK~37xzmbZ{$9846(Z5(^GsJs4b9*pW;5jzgcMI!|S;-$bn#HK)Z%Suo2U5?bz*7<5I=ix>1_XA85bAf|(>PIes zL5{xzopWamdWcuG_0`Th)<}L}bQudx)x%^}*ci=HIBIaIu=vV+3a{u{ISFaK$zn%DnOu93N^<(v_uUU%IPF%FehUC@Qi}?CJ(4>egK)NUbWE z7*}*ZAdOBatz8+~hk@IBPe(TF`@;qk%`>I#~drM(7;YF>s8ql4)}F^Z+}*K#$qGr*Uv0$2PI#$7-V8 zdX4c3SFuj3wlIKfy#wHTg7sU>>!f8A+vlVucD*x)Vzk4V!u;j5g8aONaxD(yJ5Fop z;Ao-Xyb*elgfW3rmjODU{_p09juEtR8YvGRtou9GwOqcZGi<1IjgpHR@2?C};HM)1 zq_6VL5^!Y01_xJ#Q2|E$)6QJ1xr~hfr$acL`;qLAI_x~N`_(0>$R@yv7R3a$DU`KHW_A~B8;En2L2`<3_v*yh+JFgRQ0K;jXFV%*f-Dg-24E^%Qyp^93U_wKOnxbC7TViSQL2eD>tOt8 zHwa5KX;_dW_uROBDdK~)4&x(xJFoz#`Xy^?GqLy^evwp@|NZ1B%w~}~L+n?Og}3I# zuyZ6*81RZ_D-d0lFS5|dfd$Uc&t4V6XpNdo_5|s3U8&IFS@eNUJgRzblVO!0kz^zL z=nk!7bJ3-MHlB*6q>Xc6ZPWFtr zkaLbzH)AdH<{q8Bo-YWB{Et%grsMaoNN#}5Wz>nxoK9&CSvv zhfT+g1WtBDt;zff4bE_rih% z%enrncOyz(PHrfy@(RMcJJtGCeh9fUL5_95yJQ*zR6Ful{P4kUs`r{4qwR>Jht(bUm7kD*`XG**3gbG7Ph<974 zI}|a*2MD>v%rpTcRN*#11bR28?m5q>P(JOVQTpSg^p{hw2DO0N&c|RT{;(L)QqC^H zHwiP%v=78Q!9iupCYd?1;`pryJi;lTBfjn>5#Q0KcrTUD_jTYh&5oopazGDd^0nv` zIjkgbQ)2o8*5HUs6k#!g0}UJ)>Ggizp<(Kj)!iJMs(v+Z5S4N@ZwN8*qZCjo)##p++Fqd^^12>2NH_MHRdb8QR!*7E`)j)&{9(7iO&L za~-J+4`I)<1(zX7-Dm~M+da!*2U8R8p7X6<20by^#NpX@hwrhy1b6kO3xxP5!qWL8Jd6FSVB z#JRPgX^+IJ^oc=SN)CWgYp2yA&2TnG%K$13r+uEewWk&(LW#pvMAZut)}2@|x3vx6 z$=9@o0S`vM;_c;`G?aD)j5W?LKEomlH`ZU4p5O z%z>YDi97?BZC-;gqYPNXm2}-d@8);t6{=;og!JOTkNs{bK@dQ^l0%beeNcLS7`lN0 zIA~FDOJcHhLxm@V_j)uhhFU+`BAB;U4q!n5O|R~XI|wa`0@fx$VS;qa?mFU$a8>2% zA9~TMHDk0_49tq4_VI#C8HOfD$Z>AEa#SH!96daSuTLi7(@ia zUy)P0TC)n|y4=((SLQ_<@{D3yMC{aUN^;90{Wc37%avE{O2XCh3uLKE6j%n>$52yK z-!mD87-E!UmcSxMj9f3?&ssMJAR}cwix~&2{S!ay)5UFRiNY23??p_%7?rrh*9-Ty^pI2^o80K=TuOIJD z9wewiBA_0Zer?aoXME&y-Cm-Opgq*q4~(#4RJjF59v&iB!>*lDuyGij+$m3wN3!5@ zr;0puJ7i)Q1IRX!mT`5cuPX4zUQVAdWi$!!_j^oH7Dqj&m}s1_1{&}cKw2Q8ylkBZ zc*S#=&O@xFJB@>oI{t2C8wR=Db^`o}H&To+cW2#k^*ZvH#@4>J&uvq#K=wm-%yY!w zJFG81F;Af%4!OehY|hy{QYQvIhsJ-nV_H1I-JK1?2dWP38+^Sxqt>UTj9Eo=AEWp# zUv~mpRtTx!k_!heXG@UJA$M&>*`}6Uy@=dhn;s7DwrDtF6@*C^i5tIMgcEiV4b9CF z0YOdWg@zD6Z-QkmKY=L@_#`c^WPbi=>P|Ykl@o`eRY@T7DX=bg4W-_6DhFCw&%qB1 zIzeT&arg{JF*{o+^2nP(WMgJ^a`O?z$owEhbyR~~&fT+Cv~T1y4qv<8mOJo-!y{;P zy@pB0MQ+LjGw=wOE|2axRQ&bL*Av_XOlZ>^Pxa<&ogn#C^h0TX)z9qGx{b@BCN^Of zwA%w)vLQkF4d3?PEl0Z`$~1DwZ;jO>ur|QR0TTJRJ;duWGJ^NrZ{)2I!`@btS&aK<6IjOWqPNoqY%=`6i}Hw-W^ z`5=;Haa;YiJPG0Oiz_8b-zX_56MEPGGd_53-VNY2obqHZ%`hb{_oVIkc-;xcCz=R< zeIJ7zm1!`*bfj zycnNMH)Elky!dJvWiz!d2c<;aAW%;q4Xc1-ridzX2$uQE@{7vW&yaZp1JYnvn zMM0br4Fb$?s_K-DL}oFh1=YBTM%z;b?K4NXy}=)1G6oYgxp3A!5)P*kj%V0NSs)A1 z;Sq+B*%z2#Y2P@SKY>l_up={K0pVo98-hcqzBXLAo5u(ety;zvGzz*DS{I=-Hb5VI z36d}~tQ21_r=bAIm&D4aBQVGST~Envmp6!PLLN+n^|}M>*b$LD!mVZWT+cvM_1G^? z%4SnMr@&N4vf)0+O-p8f_3Ok@@+H2{%FL=O${6}f01;u@00khEs}l=v*zF>*V29r$ zn9IPqtw6f|;Q$l@Q;ox#|K#@yrQ zXAatlGZI71pfQfa5$8rCgn06;aacBVWW}Un0V3`lZZ~B-R@-!NcG5du2D6gvSwl$p zeICuXqUFOAM+`Z5`BI*Wj>t$B@2wl@zEaH|Hhm-^8s|YMP4SjQsocr9`Ii;Vk3;3` zBwS%u^jQQh*K5rB1SlJb3BK>U8L^*g#?Yb+t8(PbvUy*NJ{wG@(z2S9Raok8vP1pp zp2irx%ahJ@yO?#>UZy|hNmCX@4~BEHUq$J3wzerfKiXThcQO$#cF!1=Be#l)=0Ntg zV?1@0nueACefCUMkY$xlfyjP#VxmPwG$8!7jpmYItFUsr@Y-tZeJ~=2+psf2YkRzG~Jc$U&j@ewqycu^6cH z-i|K}-uL3SgY+d2K1^fVJB-Sc2cz*!xU;n&x_+b)2V7k9e_UEbnd<_4NcLVlaiVkV zX73jLAwC0f@eD1I&s&;XBQ{}>H-+Mf{2Uz}tb1LKR|Dkizi1}NQBp8_AWxX|Kr9v! zck_!KSPBm`YIXoijtjfpvF$qiu^-|F7Ho+7_G8NN==1XzlVS_?N*BN7=?BbUme55j z?I-g5&WWK6Cm|+Rn0olNm=sT3QlW(3>|kAXs!!(IPHNYI>E1Dj%viJ+VZYP>&TR>0 zG-4k#XyQW{-?#m>~W=!8G!RL@FbLc#Hd^GQjQ&&D&vu6w+mba>q88%I-0 z9Nv!oqm2j91no3)mtOVt@+;(?X33S1Jx72s)WJuDDwZ;MPHht&u<9% z6F#DK9UC+W@4%0^Pjk3P1?O2PH_4qR8-aD@b3B5uQ>M=?nC|8C$8La`hDhQT@TyrW zw-^6u_m}Qp@G-~XM={f@5R(hA#&!A#eM6cYbIfiTRk&D_`jcA6KYn;KhSc9#*NwVu z9C!!a((Rfhidz+VE`Pfy1b09BvF0fMHHYHcqRiLz`PiJFK24^lY8yp@yFa<=hCHh2 z><#JHeym*IH&Zgzx)aMz?jf!NJ5<~mx_V2@M=~E;v?k&;y&1L30@Q&#Ow1Ru?!hU0 zeh!4q``)aH^wDUE@AfLmZ6c{^MDu8=YQ*zy)(s~;pe|VvYb$4Rf&zkB`nGSurJ7Z6 z%{7h_#yaWP@w}xU#{)kc%r+i}IzNp+K5{OP#{0cS@sP7Pf|QKB<}-Up2CPe`0QcSS zC>m*kz^}xgbEZf>%MkZXh14S?CNC*^uNwWUQ5JkfsB*D3NYUqzgCka!YX41*I&QXw za8WHLFwrEd1W+%y29BKm-Z=un(`k)U_PH~YzOY}PO9!>d(x2?vPj6u)zRo?zNeNlv0r2Y_YSD%xjy|TI znx9TafIfz*5|7AK_+(jE*HqIBzj0XM*a?$?cJ zrrw*RO~2=L5M;*dX*%E&s9V;JjzEI^a$4`>V`IR}p2g;COR>7~<)N%5Wzafl+Ia^>-8jq(DL$U%3f`r~-UNG$Yy!88=qvn3UvL}%skmu|66G^80 zpPdhaqu%$L#b$$8?P)Aq&6wA3K&|uChTyx}Dd2eccVF7lX0Aks$q@y5(prV>HIBg+9nuL{fU9Ibd4d;YTWfr zf25El5Qt=@UHVB>;Br7?^L$zVFk(G!Sv!1M(?eh_vtcxmCc2UlfzE7ZcF{i7Z+NcA zpH5TvET>9Zz2~`#zh8ZL3fm61%J4vEgJog+`anyxe(%hfkf|0VhTFd`JS%i(TI|)f zjTpB%3Zl@}S4XB$2eWfh2q3yO(pi&QFpe-K_bLe=!aRbieZJE?Yx#4>e14Bq6RiG1 zuMOo<+>8H9jfOSv+vj~QSP#6M^_rv8C7+7<9j{J4ei2t|ny*T82{1#Gs4wgeB1wrm z+qb|YwE!O8cevj6-&_eQ2xOOwy=||L2h0IiSK|(EryhClea>#iI2{mQ7Ub`T2DK*n z>P=aRar&chyEytE;^H>=RM6$5Gq%R#KalPyHs9WB1MbKlSNvh7i$6I$@a-Pr#?)A0 zH_I;PHUkd&ug6bs?w8@)0T0w8o)wnFl6a%5_3{C)Dbw}B4hEy!jGmq7;;+hv(Kht1 zBh8Ia^Gw+tsc$r8?71!K_m$Ps-%OIqSzf+zSdBw2uHcLIpC%tTnY~-C zxL;VcR4mt+yK#>Hrg>G0<;&c&;d(va){G8t)Mmm!;=q}D#Ps*UyIUsbl4ZSI=E-S5 zhE$#SUebBW&1_gl92IX;6U(`aJl(9##Jpb*UMS$-qV*Pj8o_O6p~4`n^_vX!=*gn~ zWtrig*M2IJKhbB7^3(cN8ppVRPH!P`j+b4^S@pb&- z^>OdvW5nX)HJ!RM}bX70K&;3nE4O~kKk(j z*@+&Iw5<=RXy(e0?#Vs6oH)-@6lkkrU>dWH_1tsgxC6YDgg zDbUI7|5%^%4v~JKz#)#f5ChWgqfJj)5I7n+Z8~c|gZyKq&EG9u!2LWe@;)D2`=-tFhmAdns~|FNtgO$1Y9O|VbnXgg zP@~$43;LR11A+cJ@@|^LcRE&;NOBk1;%mG~G~057Jo!!CVck)u^ta!dn@yfGjfcF$ z!^1Ca*e^_OMp|E&w}$*Iaj_djCpI6t+jh2w^!mATO_XzId270F=vr8D&X}a<}jiP754=-23q>EFo!cGTk5@gFA5Cj~; zBM%YeJPE76s(<5tQB;i_M@m6bm4LS`Uj*UsM|))-KK z3Mn`>Fez=Et@7Ve6EZ&=4dANX8N;41#J_{oBsP2;67_37J$>J-s?-b(fDT_S$B{aPQ$wifxH49W^+L#Z zo9{WD&-RqWiDiSgajI~)H;U8*@P4|KDtr~VQyh8xaB0ol_U6e!xNiL5AYq^y zqES&hqLq$Rd9LY#gV^~PF~Oh)Yr%dcPG{n`kk>r^12=3+P=6c|LJo>23jRZKm!49n z!{C=(JMBE1-6TY>pt_^56k}p4TXOMB(Ms+sZ83onZ2~9)34Vbl8d4o5)BsvLguLKC z4CSB32>v0sgEda!k)CKHQ!A7T$7LMzifDKr33;@olkf&d9@-Sn#>g|?ca%dzL(4`- zZAz352E2qQw*7v+E(`E^I{4BKT52Ro z<*E%nUKG_KwQSJ0CaAYSEwY@SKy-(jBLm^6Y^3Ppo=&N8_1d0}d#Zz@DjSeu=-HZG zLwMJrqG!b{K3(KVdqI<0#-RpYey&B^uQ_K?$|9ir7pVp252$WdO_&$lW-noboS8vm zm)!EkY9045_w^|oS83_0Y|CAA#75xH?>HfWc74_>Wig4E5$-7qbxNR9cH-D6uD~QK|`#}z@?UN;RWH$X+}GC-{^qpb9ZBj zY%!!sMv>=}X-2+P6u>s7`m-*C-4bJI1+a#4v2fO$LIK1-1;{7q^Qjav zRm1Izm6RHsqzXu=Cuv1xZ}LgLe10sxP+|az(?o)V4>Xa?SCllPE{M1op$y+egzF~g z3rPA;Cq;#Q_YAP$j90tC;fzH>A>qhmMT9l$>Eb&N{hiEz=q+&{54(+V6 zq!75Y56r^aLBH>LJ9!P^LfkOXb^(%!H-5N)tD*Kh_4EN2ZHi&$PY|#IN~3NvP@d?N z43f?+f#j?;UyV;y)M4F4#6GbniGyGR4oFhWUy>7WG=n-ZzNQt=F!UH#Il!BK@hPzw zPeboQ!=)!-?Ewc=u>Ee08q`uj9k}rYaE;wrk%_dG+GB{p7%+;U=#Yx=fJAgV&n@-E zFr@QTsOx$pB1@F0!8lBmUZ?}D@)a;fQerU1vQ5&tTZ){h1M1dEx}szv93U|l1s4k~nb>UhUQ7s&55=&s z{>nEjRAc^la8$P9NECZHGqFfJVOesKV7n~I&_|>u3bMf=Bup~X`A`_Wzg2j$x&Nrb zqaFA@&d957xA^gDqMP@R1ROVpGb78CamIx~|G9t;sc^K5|FIjEXH|Tcfv%}1++M`u zsSBz;QYKfuDlm$+dtoMbYA_P%Xq2ryTT#>7$5B7Io1R zir?J^SG!~w3yxF|)=i{z?+Kdft83m4Rc}*DWcxaV_Io|@xg6pd4DEf=OpVtsxidF9 z=4U+rh44H`wD~fRx=5?Jft{p3H{1|W-u#s%5M)p1VR~MVI@Lci$XkVT^3GPhkH>k9f zIi25Ds=uFh@DE2-3JWfphndcAg3)8>e?G||c{OjmEV=&v0Y!^8O?Jg?2fpXiNV+S= z0qc`R;<|mgjwzzKS03X0^yz!pc->`4(C8_00@xNr)GCWgq!tVB)a#rV_# zx`%lQh!We|FzX`P>bgW%IYg}R=MB<-u6g3?>1!iGNLeJ?ie?q4>5|u6HP01d6II{T zY-Jc$z)Gq{1x{3y-GmjPvEeHcV}NkXCPG0!bLYHF?9hV}440eFnB0 z6lc4fV=DD#Yjv{%6H?^O7!Frc&p7Ms@-H~yD-_uqVk5(cAzGrV=z~Fkg^%Zk75~m%zbd>iKXx0!l*#=;zejbjb_v`tI-4omNH6XGd@qD z&+Pl9abeN8k*md|cbNXff2)<@-CRAHri_4^ta9@S!#7>!z)uZ?EN*%_9z5UuLS%?< zdn==%h&5~o2lij(L+qvu3C4*!zs(hhdAreCAG2EzG-K+cs%iEFQ>qHuB z2*kPY8J57EUQQW4$rzvW^mVphXBKEDKPA&KT-3=y9yq@hdLR)%m?tOi5O0QXmzjnjjDd6niw9n*XF(wzI*|lb^=@ee8v^n1kHaiMu zj_>%pj_Df!aB6WRZ6DFScrNd=Bw=f&K2M_|V7xMZxHbk$p_rENkW_$0-> zPs1t;exv64juar3RVXv#JPcx5?)*N*rSCB)72M_+LvYlvJ}0`VH?Tzn1Qrzz3tqN1 zQ@3gpvVz*L3QKwjKp|q?MaLlj_xhMs6F#URfR)@NME`vZ5A#MAbS<4r=72X4d-f+} zztpe1MgYbGhu6)X%xY=8GJHXRL*^b|UZ z67e`W<^*jyMmc=VSWo}6A$8vbwwkxh@pVc+RUnKVuW7tSTIf$6HK~lj#U(u~1B8N` zC4PJFM?|JO40S%(=dU`uP|ceMSV~uf;Sbu~a4IrVeSF0P&@iv$NK^pC$yJxP%$1jr zH^107AAC)UFE6xHZ z2yjsU{gWk@Z9j$@QY^_Y)j%XYF$TLz$d8X@HAw<6qJbk|Mt1*KfDPqb9{T?R#PBQu+C!LFv7SB2VVFArb22 zS16tC&T{rNh69a*vDE~@INI#lmcPD>3z6ruykwLVX`m!4qFE64=WUq=P)PV0`XtO| z7@|F^f+X%w%2LV@Bz25}sJBstB~Nl46M%5|+6$)U_KYzO$~~pN$JPFu$IqIsqCQ+A z6R~V+c<=y9_-SPpJ|u@mzQQY2w{qr@mWswFB?Ec6TB_1Th2dMY8JrT*_RK&7`Mz3B z+AZw(74;h-#6{|{A#wCWF;7Fh?x*E?)I<;n&aGbRA}`k0n6%r)!IA75lY!KX*%Ot@xc zgs{PL%7HZe-=#XGMh~J%?mFwad#%;KV03~u*}oZWHb<^sxFIaI{m-HTh5uA)*RRv` zsg*9-Q_9~!sznl(cc@v0hw{}0p>H|7FRe*b_rJ%DU&aI%7uBkR*S*$__E%06qt{rn zbYnWkSRfMIxj!!_W+x%C&FTew@5T+vj(#rkOfL9V0Z~S3-V0}8U^g?Wt z@D}9MIZ{I*D*4C%(~1iLM4f%x|5Z)FDbJgG_tnQj`N8z#2Ro7EBjD<`bYV{@d?V04 zV%P8e;J$oB#-HO)#TbN{aNp?phvLjUYK!4(g)v>5!i+@ir}HYXhnt`HK@YD)M9UzRFTE`y;GVs`xM)&X%eA zx&>_QR?^t#ANIcj%_lwnKgQlEOwwq<(ypvZ+qSdPwr$(CZJSkT+qTV0+qP{^)H&UK zdiwnT%-rmYxXHMPc=C(A*88s7=YsP;UY<1}XqXENP6|nEKsqM{72sO6!L{|vyQ17K zWg4$7ByeOfh&8~7ddy;cfxt}v^XQ=r2eu+>T3EpOei~J%f;UU>H(hX=$7nSXME3(+ zdJcZ8qM4lE9V58A-#F8Oti>+v^g*mHLwhZCV6cS!udcP;GC_^C=x$SEfM3AItOY9YZ>K=d{u!mFEZ=eAv`DQi`#wrDn9G0Iz6rHx^=g*q3WtGW3~ zPQ)-@S+{oGSkSh8isZvrQe8=^i~@26U4(t_Mn2y3Ur!_-8wDM{!BnMOWh7LkJY`EK zTON@MyP9c^E+ds2lk@#^^(TXiv}Ui3Wm{*E!&FVdFE=R|A7>?gyl{6ShbxU`vAXfm z@5{s0VT|8@s2*-4<4w1(?@)rKbI;hU#~~eH{AT;+&jZVm$q$*2*yNxOlcC;dD3QS~w&tuVMF;Al-kDYySjM&S2b22RF#N9m zs-(Gxl9=_%J=~LpFC_1N_~DQJxy8s1wt zxoAC{bg9NCLf^(O0P6Zi>!P+6EVwOZ4-J`rVBC*1B0iTtS9b>O6tWEwa%>N8Z5AQaF-UkUFMa9`C^?k)ga7`$l<+>9!w-UmZ!4}sWoiA^3n6K9(l&&8>41rUWtfR*g_{(t_T|h1Op6yLFQ0~m6g5)O>43WRd(fTmz+^L5 zFXp+I>axA^a_a=#r7Cfja+YP}K>g~G#zx;tQ%lF9R=l12LTgc)k?Lq@S-ezV=wQ4R z<;TXiq%yX|D$!?;;_%V2zPvf1i!p%>({O8h_ex{_zJm=7R7~Y*6D59CE}n9lrQbL1 z%wx`_-Py?puVv0IO_%8r{XC~)LA!@xAF0E>3JP2qK5Ut%aAd=}JFKd!qzV!Iz@M*Z z$#`Gy2edpsFO}IJmveY(RWi_muG_Cx-$*Yq|pEqY_G({}}C@7G; zUT(H>v-aD!z8mJxkSr&n)R-?3TIM18%D-D~@%fnV9K9!7EF7;+ihx)t&U~qO$I| zs)w;f)=ya`>1h`hDysEVFo!=n5KhgKs#mVtLv^V?dyQM=*rxT^_EeuQ%;!yGm#GF( zbk#}J{IGJ!d zKqV5GIacSEM_{%cq@L%eZIPfj#@?f@Z}KW8#2q4*o3|8FGOE9zk!nCgIpl6h|9xEn z??XYNDSW?NF^?eK@_;wFHNjM-mTwlMZa`Mg{E~Z6OmuFjm8i2O&aVCT2dY1ot!f9% z)>?x3j;_zqFm3l2FVEYNuh+}dmgR6f(2uvvOgND@(W@@|rM$^NSKQe*IPI}_Lp4z_ zI?AHnla;O-URQ4koQ5`Z9Jr!-ofg@!e9kO>t+|$P8fdql)7I%lwrX)~>`?uiJkC!2 zezwIw;(B9qgDz{zlc;K0Q=DW2ZtS0Bm@?`BWmiDBQ0lX_2M5j9bFj1-+xN$BYh{a- zd#us@(;hwQ>1uQSJKGuTUj3Q=GE~SL&A!V}Z+)Ea!;YmdDr_tKL=4Cq57n(0#dT`9 z-JTh^GgrtR$RZO~=o`zTNC)D!m{l5rgz(rz(aBrK9ek@b)_ zNl5=XWlt6g_we$v8{U(_Rv}HT6FF8#3mo;HfJ@lRbYn`{KLdunVfM_qKlygcra)Uy zktk#nvkK`~)83+TI2~d-3hx4ZV!DVs_3Ry z2iI}H9nmf5e`A$kB9mvMaj3l0xf~}jKGeSgP8H_{_9ds|U&)JsoD$8gZFwN`#Z5pOthUI6=vtEp}$IRW#4cl?> z>-}KK`5|z%b+vo@ll&ssFg#-1f>`u*(TqRqE!CAru)R^iQ)u8Gl9PE)2fx&`Bj3IxnJWs$bPM3A8Xh}iKU$`a&yid6P_37 zb}S^IcYthRD0P^I^A3A!=Kx67`}am#m{PdO29xX70+C7 z>ezr~-v6EEkFx;=Ec41^JbR$=jDEu&k-*0$C+r~>3Gs`k@LgU2}YR#Duw;;6no(k zp}(rn-*>RVLV#lP|7W@YW%NsCWUN=t9^~i;wl_)7ecHI#w_%&ikkx;K`N3*+rV0<- zMuRzXzeDwgS8eqdsM)@JLtLe^)2s7+tjF_x)cv}@we9*?!}ID(JWS^OSR3R0f+(Bk zeMugZ_4!Pf{eo2R`MBbxp7k$4r{gV$7;G$wWSuEc(C!EyVyUE&VT#alKBt%;WO>WA zaITG)CoP{JY$)iIaw@RV5w%E~ZvrtkSJ9RlBoaWtoHH5lrfnMJ6aWU3lCM`(XigI- z&rrTtC6TsL*Va-|d@CINfL>9*egCbYR>tut0bMI$VL>RVemi_7IX|cj7$993tm#;* zB10gsN|z7Kt$cS+{x-GJa=#dR4(iL@{V(0(vj<#9!#$K?5lOz`7!KAf*fO zFCg9q;KIuRd>H_q6gI%F$3zS~1Ay}4ba4!b@p;(7#DHsMVPX+{JO^SC0K-o_1jwWq z>KNg|cOu(>!^4yRlM~-tUMWK)24xLmKdi&7)o&e0%*E6E^iqvS5IRenF$h^6!7&)?okq%lQ8^)HI)Tc%)|nD>RZzb;F>^W3U=jT^_FaOp?P`hbMmg3;EmP z)pIKiIa!Dpr@#~N8%L4IrbABNk_z>q)N*+vY|Z8nt# z$2EK4{fU3&#Rkl02WAq|EMrf^DfMVT_xcxXR7^n<$%Z5XDg7pe^g%=<9~nVEPM|h~ z?2+mlw=!7CGmEK}@rN#+4^k|%cK3ztq6`iA8GUapz>oSaI>rzct`YYeS`eD`m%dj% zd4J0gHo$;^!VtwOTED+Mph?`1Y~^L0YVv3L#0!J8wrIjE33{p-AkQeTxp6j5BN?Op zL)S#mrkJ1)-D)DPq?M%a6%K7k$t0=tv!8gh!Ppr6XY-A-S0eOYiZYXAbqRDo>H8(d zu@;cJvsR)*5QZQSWSt}^$74tizAOw#Es2fw4;-!XGK}M}1$j`A9SLm^NCUw44DxnC zF7Bep9psychq46?a>8Ft#>fpIAKm2w>|wIXQ!t2597gW=|00fuJxIS7S4#oL?Q7!H&-&LF> z%Ox?K3rU!8j1ke}5DFUnjJc;Kr021hmLwH;)>#=!#_Zyj4NA$EX24OU5twFY=^}lw z_WcFUe@hrdvOsFw$&(%;hKDz-mE5+IrS0z`RgxwP(rMWW))E(06mNN?e9W z5M=iYi9jkCoIgw{=vt-2`XXHcK|o9&5liuYtj6Ch504;ChY}PUG1mO>xFN znsbVLcw(RGq(MYK;a_%){^aL6`50ROJ1c9i44LfSC=a`WiMUs}-C%-?*dH9$_$$Rp zdDZ`JaZzA!y9kDK)heOG2?iG@iq8z|zG0JUAkKV4j|F0_b(9hA zI1nPn`jQiEPf~igUT!I+QISmWt@mXsf!ot*GSKV`#kb-D# zUNt1OCUe8*xl!-}-?>u;I!{qD6i4u%l|!$xPS3Yv=`O>Y5`khoNU%+-_D(p@-EU3# zd!Dq@jND2@gkT5;KdNnGbHH{Y8AWQ7Ztf;cUeut54UdiHjc;x}R&^Ajm)}>_A%}N} zGbYnRRgod;Z}$@hdOU@P<~YW6X*ukT4<&a8yD-PeLX3=++z*X+sPJx{Q4FdyHeb(n zxmn_8o;X6B&J8Iwu(|lw(yt%45e(Y81YzbHg_R`Niia#mYUJmknDaljzS2ie=ryTG zJw}_28qJ1jDihC3sSgc0t(31;5?91auiA=|^@~qzk}~NQLU)`v&O$0@@D0GKSo4l6 zj0>$Wg*>!?F$I$k=}Ri{_~v>tiN}ffx#3xgIx}sM^y?t*O`b=EhSyfX=zQ9bylXAeZbZ{-p5K9A->SK&JzJ zMWwX&S!3bPVfKo$afZwm1~<%C=1zEiSlE0s^v6prseaCSo)EI0*!WH_hVuRfZ($q* zW0b+{Sg>pV1;ud#W(0u=17&TQI^0mH9-S`sFo%s9&l!aKU#eQ8`%?AV%7be8IiR>h z8oQ#^!@66z(g8jrFXXfs@wV~q(H*H6OKfiRD$Lk}%h&Ju*9Nr7Q$L-!ZKEN{(4n54 zuA^(n%2yi}OEnbo4Y3j}gACIPK-VZbz2_x&vT#Cq7V&z=aYDRw4P>`G5nN1bV04<* z3P-&*1Fn)ofGi0hoRN7kc<<@h+HLAQBv0tkB&Dbjy?9fkUixkI*h=$P!bA=GB$VB~ z1~3cNCwX83XY8d+LKr@yOj9BG7g>%IA?mUkJ?M_wYqx(3Ip_*ktO84x4dduWlKhtT z%BQlglG?2rM+_h6G*7Asho`z+H4t};*JfhuQ%%ukN(C0tZ~=jk3ZuC)aO>1@S|_C$ zEfpn%M299D2;rYT_n!`S$}hO*N-=AOg!dQRP~iHNB3G7#h@_-Xfe90Y1gjSxQKW%b z1AVYg=ALKs(Q5^)pv}Yu=jl5_?zOtOxt}ZboC^aAe(qA^@uQrmk{3%>R)DMXA^*m_ zheXI-R5IO|A;5rOpG5(!r%Mx&{fuDyTWkV%r6av8qE1yQ`!0o2LAG$e{yWR#W)Rq< z;DtULceuyh{%T*Kt;p09U3esJRcnUWI$jiLJQ9DP0Lx?LZ!0Zn^v>*ZZGyPjvhU^$ zu(Jhf_!Ccg?_p-+^5)^{Ww+-3zk3F|x93#`B^6>E(zTcP* zy<%giw1$SJ+tiU|{(xP^%>gl#IvOusS$Q*AL;*<6@@+x1B|T>Y#T}qMM?QB$QZ=mH z(4&jr(hNDO-jJ0`rbK2O*`Dx1;qrA_eBUmHZEqY_L+kBOEzo70yN#SFb?W*+h8$>D zs5*>3wIDywMx0A{FTT8S8{nJRk-KdidysS)c1!-KY|&gkXo(VBLCKq+C!avAjQBNL zlQmdPQNpQlq;_)qJoUTAwqN-^cXL0%k=goO594iCdG@4@!Ko#PFJWs56%wgk2A_{? z*IArGv0iF>*u6lrb>cy98`t>cME6j;x$C=vU&-~eO;c-06cP9`1L!&@SP)6^E|_lI zjzqw006?KqYr(+TZ#GUp_In7|@OYFUEBzXz|Chxm)cR!}+b`rbMcyG+^;#qvLL$b9 z*?xU}^b_slJEo2wS~7Q!^MkEshACt5IhZ5#AgPOqB!=P>I=MFn+O~}KcMfy64)m*9 zolAD_d$tIbG9l>dO=$M!6zh~m*KOgdAC*aza7QZEbJ5DuswJ;3aQO^)p>x$cQbS>Y zU<c%4rfs5oK*rsRBV(`iPJw#+_4J%m2=i6A{D(RXBHI_j+zOp z$9QJ_T2u1_46hp$ePkUPdjG+^dhR4yc0o723m3N1^k`Vu*OkTd?xlC-eE-4cf)2hj zO|en8f1ANo-;SLl_mgzHSOYY9?#wB$D;>J({8;^sSzw7e_}8j~b}{D-W+$fHz^#WW z-0h-k;B+(V1E#bpf}v;Uikj$BWzSuQo+3`O-D#Hu=)rU$M^S-$qvG!dn0%N*t9n$u z?&V~Sp+ZY`on`t{+|-VaRd-UPft8Yp0m3t2j0L%QmU)#Xr#DdKLH4d+ zXm@MFk?R+FBRxt=f;P)82Gy-unuR>|P7iUA*WG->Q`NJF8k$O4FZK2t4~yEe9L}oe z5MiqL<>MMG9GCol8>i)H*!CHHTglMOE&qYw^;V8)B~75=v282bJ8n|h44I{pzA6Rb zHekjMQ`&6Q?2Sxz=E^GjOi|r@dv6fts?=~I&!bowlR2GxuX{5)=;GD!pi!}Rsrh7R zEUsSIZQ?gr4+<~K46dkl7|Aut1G`1>(58}$NxD;>A0|mznbFHTo?L;|cF*40OnF{@ zvIXvUC3L0Lk!3NHZ7nV^BK3Su$K+gCItip5nc&`*vTiZewaF(cZmEsik?xMD#ArM8 zsfkd`owKu*6=oG>15K2w4w>ZTH&G1KATC<5*%+A8eFR(eGKL|%`my7;o3ChvVB}dp(7Ye6~RrF}uPf~4s+(#E_9+ON?7Pi2%<$J-Y zIPt*VU5OmpDoNeOrT(^t&r`RD=T>p&e$U1RS<$49 z)iF8wp#zny;gV)td#pkqN28dwDb)7HFO$LpGh>%w*XzGhD(`-{2^M>s#E#`QZ#8Y} z^5!};&9NuzpN8mM`iQpvg<;*6NrYmJSLKcQk+xaIPR35ORf&ZuhR>3UrcD$x+8Tif zi8Hq<+7j4M!`tn>e$qvM6&??ET)i~**(YrQw;Wv7aSP2|3lvXg)MKvpyS5n)imdCD zMe9X;FZmdAulM?#t$yL`JrFeyIu(qEuEl6)QC}J!{8GVBWobX&z=24xPJ=NoNBzBH z`tFX^OERPT@A#S0`Hli1c(p7|#fj0aAvwX#6OB_b+q!g8$PCmDNA0t4LyB>{3e@WU z5g;8?Sh3no1``3S7dXYnPd}C%IaPRbd=O`@qv_b-+@GZp7UTXXPzvov?ODsn_63n! zgZgsDU%E~ABCyBEH0rShDTtktZVr0@C6;x=i3^bozWFUpUns6Mzfx~Ga8Qpi_9ZPn zY^d;U6VY4qoMQmA;cNO~9e^^JXk%CrN97DC_U)2((5r~K?7XV$FJSa(A~-xVWyJVP zd=Pv=DG+A~@7k^cXVy%HL?O)x1@tfR9rw95Q3h3w%7Y!;{=m2F`A(M4jx*hQ{I7PO zYaJtHcj`GjVrJ_3wwiAEGzU?Gjgx{7NG=xEua6c)mffA{dqdqe_f3t!TbWi`iQd%l7b45tN!vqO#djyq}+W__4 zU3%YQ3TzI^g_b@|8V@$42isaVAN2j7oj(Ff*J6=Br9MAdNKmc)W>Ji?8cR#s%t-^G zSSOsYRhFqKI{Yn|@@_U*1JG#oL^7bWK=%AUQ69lA!109Z?OCnz6@!w7;%C@h0F^(+ z_FOs`&$cS`!}-Qj;=g@ACA*NNH4g>_D*WK@x-$ARf12Dl+EY&8@=i8nLOPnF(FpJ$ zBvTBUSPTu{%6r{&5L8*649wy%1GBxD*}Uvj@2sb$A1|A>`n~VDD-I?-<&NyxysJ5( zr~9-G7g@$@RPV42+I!@wpZH!*jn>gb?+^Y%oXF49kI9cRe8n)kgIjGiv)&58Wc(&O`AGtVTq@Ff->ZYK8rO$TP@u zd+d2-A#9|$Gqp+1|H?BYNq;ceumju~K42#{R=u+n}rNLpNhKImQ;S`!=ZW9`;n#??CKf{F22AIQ0ki!R;f-U^(84E}yZ{(M;q!ju< z|IS5wKG}AE3>k_fJBfVLAH=AoLW9Zh<1)j6-ldYpV3BSE!t>%ow)^fPbis40!WfaD zYbFIY3)hzGv&m22JCeN71h7FGj{&EGjIX!jGI%Y zg7qxvd~9ADGkM)~os8hscxBvfpO4LBV)WiypQC{K>+J_t-1Sx;Zl@n(L^fX(qhiM_ z1lX`KH=w|4NO~Ch<%;KBS+s=Un8~l~GmqE)*TQ~KM(tWC?O0wRKvg*cClP|qWA-eg zZj)8_X}elQLwoU#XFfZBaP*U#L0mc)UhvOl3>mxrVa(76(CG&nRRJ4%8J1T5_HcHY zy^)MFEs#&3<~J$c2aqm-o>@l1)tR1^tz+xz3`lz@w9Tu^89S8o%}BI8r0E;kug0)S z>i=|Rq^_xv!nOE9Eb9@-`yr!*WYc)tk)a>u-3=4&{nMJk^w*j}{NJn@nW8(-8Rn(j zpw0SaNji*IH+Mj|K~JRBjm&VL=ALA8C#eyTTpI@^VzQlb%t{=PEjNtVMIxPg>w@1w z?GlJ+CU9#>xzs)T%zv+J)f`4->ddcq0@x}g3qUn6o^a%mO4ZXLeF1@SKM78hV_0!| z+nt1+Tu+5-+9JSn1A;V{<~5I3f9RTw4s`pjvY4J34tR}mx5LdAv!iU>9P$iCSBeq| zn26tZl2l=RZhs<~(mI_d>pJ$Dj@-I26BgcQT6}UvDyLZsPRIkp9QCPJm5Y{!ZEvr! z;TD6}$I&6Bx6V0`ZLHZyL0A$h2iOcY@NPe5>m7aEhVHo7P9)G}rP43-{VoV3*@KJ= z!zq+tjL#Kjdh_!W&tjDz!|yxxH|uD$d7o@7zRWwYP1A>;V!1xifR13;8xi#4;{FAK zg6h)Ozx)}P@=R(R1vE^5#Hj=Ay8~f>rlwwmF0g5%>ven}R8EdtW6Ev3uykWDY#tj= z+)xc5lF%}MUFJw_H+K3JhXVXqW80k(^yu4z-P#I-u|0W)vfZki*jBG7y|mF)PaK>(5nR+4FZ3^@u+DB>dhA<4_}iT%3d7A_SH zKis0;qeb9e%`>*(-UD(}EIUoj+swIAHeD-3{kRmYE%+07FP#=O1IV-C>s@aN7%h=C zYDB@uL6Y+^ftcxcQ#UVv;*u5(Ew`9}8GARt=Q#S8P0mm39{6w~5y=08GDGCwlo`84 z+*JI6RC(D0&3Epi@f3ZdKJdWt&)D)KK<4d8G5O)2(89o-o)JXPi&hL>3m8#0wF3(B z87*Qpn-KDgAx|t(e2`;QKVNQZjY?wmbQPF+ap;a<4dW)W&+xX-drI|=L%6%mxKLlu zzfEOb5B!KKv3L)U{OLHPkJl80L=Q^(EaG`n{ySL+w|9{}%p-L+ChxjW1{qS~#SwEi zdb4*Qc~;l={`hg{$2dfLJ-vqs0xO!mz4zW@AS>S1+v}dd=S$9Tarvtn0qZ^pYprC3ju7!#y16c%5aV3}Y~V0Su56Dk!}O3{asy0@_uScwZzW#62Y(B! zI{#5%tpeYM`A31Zzl!G1Ns+J|!^|42+%OfNK#`r#z>14N~z@`etTbFJvC`U4a;gt4J}8h72= z(iW~80k_K=m-}^ldvhMJPtg38vhGtwm?|cwbBUQ^>TWsb>q>Vba%9H$SDn#UcuJ_< z9?7EJ9qB2mf7S@6=P05SjUqQ~S@pN%THVOg`I(0$p^Tb4j$>cIi6IHi&m)qNag|$5 zhQ}+Rn9FjyH7~Q$DD>DWw zJlaOxygTp7Dt9<0?P^1!7j^)q0IWAj9uZIU<1OLQzXHsYJm+mK@hT@XKGwvMJWsT1 zKlankEPtxZJQN38R`XIj^h0~kkoH3ht!`i&9fKQ9@SC)q!PT)6#W~9RBF8c)Q95rk z4UDVK&`$q{HzW2xy%`%~0B^QF=362$@e=|vjs%io?Xwso}bR(_h%+8t2}Uf>Nsy<-h@ z@t^;XL)Ux&H+X+nI4PRo@r{OLWDpJ+fLiBt=CM!wg^w(w{x0R!b z#_qUK`oEbo{!w+ED|a)gLzZW;aDHnG`V;mFUXxZTwxM0IHXyXI6`h)dFL`<&soESK znnto9#ku=w4FjQ8Uh5p^_kgJr1+1p9MUseF1pyJq_NWa4QG-P7h3q%JOa7!C1vo5p6PnHI>QxLaft;~eR%(?Z2*w zdQi7&%Ub*^?V2sd)|Qf5I##`@n3Gu@;4HOWykHlX%e^+Bu8K=_pERCkYu3(=TgpW2 zwRAR&5RG%_f{UY z4^U|?nLCb_kwa8T6E8a{OGRIfbha6Jftki$?`c;1!#qC183^bt3|C#)^~VmO)##Rw zLhbf~!U+TYZaJ}mGNy4q3gPsQdeuP1CC&vc(5k*Fs}jOUEyT-bRdgy5dazeK9m9`56Y4XYcY~jB3QbQF{)g~ILK{B*( z>NW)#oa1979M?ZJ^S&O~`aD-BZ@sM?xcc0-%XWLdoUs1t-Fo>mX6qA4R#%AD^0m_a zaa(Weqq$iojdII(VfY<~>rU12yEcYwAAH>q;#ahvdY@8LtfunKG({!+_pP>^^F(_UA~%B8`F4!!UDw~dRC@5Q~-;+cBrQEiSXIc}<&ah;_* zRpWvA*VrO0E-bK9U^7;PywX#gQg6px~_b?Qn1x*=e zKR>MuaUCQyL)KjTrkga1<{UMWEL}A+W3HN^+n1QlhnYOI+kZN=(PS@iktiS3BS&me zWml?f)oHOQcv7Fbsf;mb7au&}R2yr$6kok?Hw%ti-@M#ajATt6c`yU5?cFK=tg{x( z8>wodD?wh7)ooX2`CY{Xl2mFRKkD)&;XgZC)+8*s0$J8%O>1;!=iV9J%8-m^J>KZp z`f2@gDz#LlVBK*s0Z@ae>e4SNU`eV(DK88;c;B>nmGBfV?FJgjT%qDEV#6svjQ+l< zQLF9@CAs>rczugV4WIvfWzE@948UugoSTB$$yV$~>9$dJ$lt9N9*n&jToHzD zNQ>Bdbb{Kv`0w@%p-&VKDVb@0uXO2wj7B?e6OUg_qgnCH;ucnj2-nrZ@l95n^PA{0 zUy517i7)x)Yn{a_{w6DF(oB(N^D}y4a!5#})$+3S9?w8y_e|UHK7QZjW{tbKRiYx` zXx_f*QddAi)o@J2c{{6B4Mysm_Fkt^K2FATmXMA+@Of4GheKoNdlu&`)F_{gst-V- z@%44yX&FmA?40wV3aJHDfHpT62MCzTi5OW{rmO@YxfJL zFI+e6nCI<>r)}rgVrFVgR7aZ*mxtH(`;@Ra`H~LW5u9wbZA>y4_zn9J35vpmtTS=j zibO#bJW-(>Ry8hdvc;>!k#KHtO|gUuuaanjBe677^QxPdhx7f;?(NQPXJox)doq*j zdgJWZH>mm#B?@vZfB@0m*~0J)lTRWw`rw>zvE5 zp^LgcoTX)|i^IYA!IRXO!p?GS8`8`M{7f>snlue3 zNVZiW)i#7Y!%hdsEvH2scxj%;cwQ77rA-y-bsRg-hhi8QPvvl~{T-we(a{~GqIj*) z7@<({zPtBuPEJ2}3ko*wek=8^$0o(n&^XW25k$#L1k^!u&&IcS))uDF;&OL65$v!y zJihOGtuXWdN%erC$rjn!Y)Q@9zgO$bM;radrV%2}!cp){7cLz`%fsXAR%$i#@<4WE zo`!_e)Co|sa_YmzFgEhTHC{%K71@_$jfhUnQ(uObu}tNkkO{|Y#Tn8#x2p7?k*c&WevhSIU&wHz+R zA-$sGCAmxa?SAgS5KEyuoKU?tmQXF2DsZF<^=1-4F%|G5!5_W|xxSPKlnI2Ps35^I z?e`B51KV=AvmsO4N?yvoCgIYw;J1D!X0y4zELNAPKi|I74EhgvbB*o6RS3Lw`QHYMRA^`N+9nH4yVX7jKmlEE8i~?W@9h& zFOvJ&%w)v#oThq#t1#1ci_pxgvdo=xEnP9)QW2C_F>fU{sH(I`vQD47{?qs@m$q00 zdHHl0MF>~rJNL#h2lP(bG(lBWMMcx6liD}r9pp~sA1IBYiWmL$0c~bOMMKr z*@noLP7ut?rBg>nG%a;HWKIC)qqYr{ey>#c%=BbEi9Mg=>bA3P?B$-eGmvc*Ti8*> zD`9aR&4UFMC|+3Vk$VHYVx>NBhy?Pdm@NN1U9SCh3m z?8DznJa7gPIZ*R_kMCF?iYzv6tsC|6P+o^W0XnbSm+p`LyYA;5+s{`ITBA#mTlMD<+Vm;<8_rn9N(Jgc`TcK->%!l+!<>9hG|8!uHQWs!> z_P0g{UZv|0s)Z3W#0ueKfu35XV>0beXo-YT^un-4e+v}-F|-C75MWcN$t?#zk&FNK z6No%)fIJL{ykxV11yVp56+|7OnI3Yst_%tCb{2t;Uqr!`pI>CsR89_KI}05oH*a&P zfD~JZA9kaMe1rlP9z-4-guP)tBp}68jUKXWz%D8vYG5h{AF&QFYSkbhCLf3J(J3Ey zcK#?Im-sH2hi@ok6%}A3`V%HFfRxdKAs=vznam%On+YQJKO$Uq@Nhtf(@U4B8Y3gt z2M;w#7!;)284hdAjsX2~D=a1+atzCB6H6M91BaF)ckpBGMvXBlAP!+J3AYggRgJL& zv40nAGXtIylS4H3OUL~xWDh2m0wJcKDV${k`c6-FN&`NdYq(UclUDI*9xmk^t?q5UJ1~vDC6VRHT4?De$0gNCC*+Qs5fb z4=V9OKxy!5fEP_cyZlIn9s=>`bno#2J0Xj(YAhA#bc-&;NBFUPgoH-#=9og@wxQq{ zwGc=I9AS=ezfw0c0y7dq!r~Uual+yjSTP8Lxa5Jt;Qt^HAk^elP4dh5^9zATddTt~ z;h(N3#e=gu!y^&oyE_PxbM+z-RHl3*EKr_?MItEo_dq1Dbnz1^VK8AK6=)_(48a$O zXJ<`yjAw6Fc8nqaBNroS5Moo8H~_t|%tk!)8Xz}9CerewBT!hvK)^shRS4XWD_mTg zk4rBHBAg;!7b;mI&%KJ2zOEP7Nzi!O>6DZ(Gat@1^Qa1|lol3(L#2&Bvg$-!>O@Q` zH4Z(ASnZlPgoSo6{Yi!)n+Q{h?~>LFJR3cUfL?p^US1qJmq~jZAuNGSc|!w_eIdGL zaRX*ST29A#F5{F&Q<;@orPO9cX#=FBZ49L>eOkyl`L`tQ+k=Ccvm$VbjgVMbTX;du zDGmREwuv%pytfi72%4i?tAcZ2B)hSQGaCECgzowv_FLc3Tuu7IXrc|^-o6nc-9NYGMJghR$P-Cj7rLTeE?)H&a|(dCEdP_cgQJa$dp`Eyc6Y|g-o-@y zWq~DY*yO>fjTbHlTj0>$sXXY;*c(@O+8|o9_2DLhIp%Gj<&6X=mgY|KR3-FC_=V)a zLFol-J_Eko{QdRdxeH~}(i?CglFFy~&f)#}LVpj1C3s?EP5!O2-B1t#05ZaWp_b}oVA>*Z)7vb$^H-Vq&B=7JL4>xVA=j&b()0Q zPeXJwI@kSq91pfo+s<^#>CR}$n|h5><|ur%+1{lh8cOvvMA->0bPqqH8*2&}JtQG%XIz)5&kz`fgQQ<8ZhXx$$nD z9p3gIL;BO5-b44n&Nf~jh{NrstcM$)ue*N?LIyfg@(qfbRIcYF0^e-Ab2Vr%vO8~w zK3y9KKVrJZ&$e0@KS7qZ?1NLKzWb0Mz-3QL#H36=EMSrGMZO=Jq_n59ZhC!a>RPvB z;7HwUAHHk3t~yQf#IBs7p)J*uooYB{niQ@+2TlCJj!&$t!W58sK>wT^luAx;%S(o# zk&&57sxJrpZq_!CPz_8o-$I)3pE+Mvp>hbln9?b0>HvNadZ>x=$YY+nd9N$`&a~9G ze|rDAdwZf?zcciD-BHV>$)iMD(H7y8cv%W6vmm)=qtk6!FN&sNqf?5vIq`CnxuRg` z-gzeh6=6w4ex7J5x>NYzKBi?lD3U2GQ37 znNL!}s+^qqt<9_8v)k9+xss_xr>(2SOV7xtzFF7ZyOqrr+xR^t;hm(YsCkpyQ@wj; zc!|tZw)(K`Ii7~fr=*%Xb8QPKJ!&{^hdRCSZi4j0Yu$BWs8x zG7HZu;5z-zTF?-F@ z*_bwXvT8N#;*(?ASFQE2_*tR!HK8-J@WZiFY(Sd(LOEFljeCi4YwSR4qG&P}EqRy* z7!v|dbamH%^P$yw5{@0I%MnseoFZ)4aJc2Mb zC0W=*=%@*bp$|<4f>Ak1O0@us8049I&ZsZE5$iZHg$BpqCThpkO|k!RC~kav#xme>6Vn z!or#ycDvHf%ewj|6}XpRN+}IUWM`~C(3g;Gt}mC6__(;-)K-RjJGIUqNKg)^2d+FE zL{|k{Kc((QFQO`$wx13cc@(j4@9yu9DqSl3mTQ}~bsafBY3z$?_?F@Z!939lT%!4U zJseSL#;)V$cV5rSYmdcYf#!?6A=6-Lpb)}^6kopH#^=|k?-f2-N`XEYm7X=FGi)or zXopZNy8B^qHbS-Goq0^1xNA46S~GVkxd2~+>B!r>wMO4q%rk%3mBMlue@3~Xv9 zbDWy4k~r9`wM?TV(N-lrz%06c?i70T0?_WOGFp%MvL)d+ZXTBF7q*IBA7}j^^Iiz{ zog%lMtVb>>)yyBvB&)H>SSlvoL@j*EiW_f<$~ccdw9!9be>@NI&(2AzWzPaH%HoXmlBuT3X(1x{f(aqpmN|w6n{~ zWfvA)>)P7Vz(|5iyzTEx?_ZTXKE{+hHWp>^)MWdc7-$WC)+8F72r@OPDBtsA+EDt+ zKt-U_npN#=D*iHY^V_!)cH%Q@TtfK%uy|FL-4Tm0O~ABT!cqe|o?!Y$4L@43mUYT( z0tPV=aL1{_(q0;WC^Y5!_%y}yc5?Lf**x`iPIel!*Wda%5~K);!A!T^iL#p-8T7HTEU^oGJ`{G_pC&(TBlCJ z+WKFly=7d~-4^%l41<86q;w1^-GYQL3ew#nA*o1*Gz_4KbV-+#Fr+j?3DO;o42wSXh%pg-|^+<3X6yO!#5h3tSnFs?O{~U z@P+dC1l6Ws^KK^>x@h`m7uCBJ(vNT|&e%+gL%QzyWo$ZGzrRCL{>N0PUF6zO*tELj z^P2qCLv6P0=vJ#ga`$}tDyJ@4FEa71*D%L<7@mm%rT2CsR+svyInO%GP%qk4`u^>C z(?(!$<;)j6MLkh)&!^pbNbctB*Yt?saf3>l)&*4Vr)NPwCMUMvcxvD%>Hi#|`;%nj zc2c{R7_htDjm5d6bFtv(=W?{zzMGbz6H!eVzB`{vH%%+Epi$q_ELnNo{3gIY`tm9j zjZs&)8^rYedI41&?T+7djdMkIn!$#zP1>*v-Z9abEgGG7Su@W2y{i{=MfxQ>?2qi$ z0}E;5iw{%kodHb0&Fm~j99kM(!u}LSm8outI(pszvW7Wt4AtkoZ?Cj*LfAHKRb?XMRhp1L)tZVAvE8P(nQuenug|wO8^hO) zX@%Qnzw)x3U7*umD?Vh&8%o?{PmZ(gPk-3#Qy6KW{H^||yX<#PUz-bB(pLQL7L4VV zf@?E5UP?!n2o&Vb1R}*tQTQqgW+UN`gMWaiu$VJ}%#=tp0{R~CxW298{iBG(-({HY z{!_Kz&qw=2M^N!E{U< zE?;_*-5cep7=1|=zdhE<;J!zpK(-F?hP^fhZ^r`0uG@muOFo(0j0)d+hDC_lmxy&QvoiRHFp+=nAH(zvx;5*Lxw@{E6L{ zVpmE+qeTbWo*91-YFb$|pvq2Sh>ltsKXP!Ys+z8S^CHlfAvSSy_9Em*&`fj-;oPp? z_Mcgr_~EL%l<_-N4jBc{)_a=8m8ze~M3ZNVnMwKh{c+#AH58ORps|vYIb~nbQ+lE9 zSW$Jx-bMq?pWDq?rbriU>)+qRL>5s{^zXcWP$@66Si&oEvADI8ER>lGv$*KGbanCa znt_jdeq0@^CAduDR6myzl{rZ}|5B7ZpQtmgn?Iz9$@9S!0T;@wrNoOZAvJ@9oM2QG zEE{MlJ-ho}lcj+SG$932uLEuP5;Kmorvxm6=|B8g(lrK^Nd2nk=+Syif%>w{se9bM zGHP8%C(ueXEqm)Q@apLB`cFmn_0RVjC9bAngS#d%6~60) zgVGM#phWlcv6J$OwUcuCfT41q;_T>QpCemo?*jIyXla* zm0yiYtm0>t;2qIw@|z{@ILm!G+1X1cq`%w=@q3S_ByqVlab4VVs(yW-e|_bN*}Qt} zp_a*g{qfsCL`Xk}KOgUL@UNgB+;+oyWjH!!Wm^&t zkH-g}JE|)lmOS5aE&eqVd*%D*mq?Xi_GHaY+2A;MKtg*^jr_AMhN5ui!*7BgW*V^N9f_x^AK?u9mn88fmr0Q!i%f!^E;?FzpnPEOw+bIXyJ1k7_waT zN#E4zm22nv$t>drX<0KvC&pFvxJzOiiMw@E!>1Kfwa?OLBd7{&^cRgp|9p2iYl@iZ zC|B;tu;A-O-|zorzO*xAnvwR2D@}f8?3+!Vvu9e}K)P|trlLEgTPAnBF?47m4?n37 z6}#!sP_UM5DM;#MGwp zj2$GUTEx$tUCx}(=DVhA=ecklb{bwsMPlisZGY~+SM_3-FiHQjh|TpaAr)oc_V)u_ zEA2F%HW7JwD~9jvc5WOf9F=Wg$NJUOn0er+J0{uw_#vnljw}#EJ=R^e*STKlN=0@z z_0NszBO9O7k0KUUV?77|EC%D6I(VNf0g4b)6yIdok>E|0vE@ifx>$eaTToS5e{s5G zX+mS%vn=)aCvNipI8ZJvMt%pOG@?y7ZcS@@VtN0YH+D<=}4t#d>+MH|9MiKFt+ADEGT8$-J+`iZ#UDx zM&u(z%vqgQ?{WF^z{GGaV$Ya!&J=k3Y433dZWjuO&nr|3i;-?npS(ZSc_b5p&qU60}h zVqF^e&mO2`jVFXUD8~8)BpblRH5YIruy)N@B?vs-*4;l zo*lHbwss-(c4(Sp)n$#xaWQGd`h#H^BkIFy3;{*j)G78v`r>Y|pP0`*2=N~)5zZrR z!>eBeIpkZK0w7KCHOvYFl}zgIudz{wN22xt=@-Xc2Zj>3pMG&Mhk8=(ke1{*X7BHT40%(zfEGFh{ul zjsN6WP;`P_^i(?hXQ_`f;*+<#yS7Jxh4H!8L$u)RNcv>;-nX6N3VDQs;f_u%6|JuH zxA6Ook8dk&T%Zj49qdiRlNSrPtH*f~=bTC}Y)%trXrJEozxypWciW?4&cQ}Z@u9N- zXP>=Z+e`Bi-_F)Yy4sUFswZAW=jDTnC&kpX11zZ9BVxxO#toedYDxt1Yl8Nl-@xFP z0{5YD1y&{bB&8bDkx?%S)l$zJ3kv=4M?_JT{%FxaO^E1por;8)B{TN~Nxi|q;F^1C zlJMl^xV6zzl52#Wp=gr|S6WHvVy=Ayy<$37^kNmOa?-0mOs^Nk$?0i>$&~}CYuH4*W2BYhm~rm!48Z0=L&nPSxhSm7K$LB&RJy^XngtaI=P?@RjB# zM}+=Yh4VU$LG`Fmf70mV|M38;D_YISdPDC?UQC-kzF5x2d<`DC+L*R&J3Z#Re(rFF zYP;m#P;NBKX=K0Mm+&qx-_FDN!+qW9brQAXaCAMz=Skk=6h{+ZgXd<0YASW_ybIUd z;aPdc8;z9EEO5+%o8)JEc$Smks!DaR+!2yDuugKvgF-Sn@l~m3KuS|i>Y#yT%d>BD z*fgIx@yXo0e2a%}HyjUb)3`XX~d;tN;{CX3?CKgX_pu zYP@Za=zw@@HImUpd~^-Cn4sB9*f=9|x*)j3K{942-rGHp9tQOXpt|z6FW*K&2pir? z+F{xp+yj*>NTD-=725T4VtoCZ->ZjlIXll4kN(BdN!QA48N?|sE-A-hvy|cG1sx*v zcVNd`QyT7Nxt04Gx3mKBWdy9|!y~zh@l6|TuXXkEvm$gBZ1gdw%jrTwBoz9{=-oX! zlQZS3T+jbQ)AwGkYyg$XeIb}B6Q9R#4s3n|2rhEzynpMkd*8_S`{c$tTZ3-_l5{2F-_N#o&d)D*x5jj%(tVL0|B#wX~UkUZNjH-MNSE1;%9GBa@KG7qgh-`LP7X|zLHXsNTkdO<;9 z>sz$%D<$0`g(|3CJsf;(ijfWa_7_E8(-r%RqCa^#%!)CRj1bV5RBr23JT9d=; z2l@AKP($XPLQc(R=k={KZ-m5imY(R&4E!fDFUVqc?Q!tyShb2)EJy7e_Y~28TWCz# z=-q$dW4OKa>&RZL$;fnJEY-?=JUR7u$QUi%!$T z>yKNOJzw)0I|~^!N$rSmO693QKQ|NZUS65*>KkOyJvGmq0HC<&i1hb)=j00MS{bjC zk_E4eW1#e%gSx)-=e+S&uwQEo|Z9At&jBf%a;3@jm+O_(I?;Ub^Z;> zkqG5!af{@Eglf)fl}C0__*>my1%x}kwwSCv-4yhBff1JQ+rWNfdGv_t#nEr0t~twV z*~vi=zQ*E}gB|a4v1&F*ocEx2C zC-z=%r$2SeUm)mdFDIwBTGK#0NBEV})i}df)yHte5=X$ubJ2X9Ha2MHf)58r=y0Kl0`s{^T3P$?)NMo4ZYw`myUCwWYiBo0X6wD_>8>7;NsT8Mn#{zc}pHXXu_ z(2F(d-vhc*eVZRuCG2CyOuaBg<w^Ye&s$!^L&fW}Fh>6RZmM`ag5s=?}*#&Y9-Nm|1_% zBlDG|CV1oAX1m|1<@>nQmO53o9uo4Q@C)x%`s@3T<>|HX&g|}g2^#5nQMFovPs6?D zhQ0YPexXV1WW^DoGT1Y4mz2Mi_<4>}=GLEn#J!84ayRzPJl^49_@~3Zw4s3X!-fE# zk_5g58`l+Y6UZA!g5edJ%;2Mt`>9DSKfQAz=v(zr@C!$&dchmgy{4BH&#tbR=qdQ2 zN;!~l6_zE)txlEHrb3nEkoGI+SlFIRo2)|E;lYE0TTx}nmtJ9^`c`5|iA>Iav_)wv zl8*@pV>8Oa?%|gG7Jr&EkKlTIK?$OJnipk<_4=p1ci{p-#2|9J*wpe(>?rr6HcRX3 zbn#beN0+vN*IU)u0av?$7ndUexoVH3GG?!Tc6$X)+7HS;O1*7wT&Fh|I3S!yC$b!S zF?^OU>H~hApI(mShV!08U~z3AkYyzo6+)`dCCBJlbU*BQSTwlSvx~MqlM`v{(x>M> z3D`XO==wuvh&FbkV(Kz3a@GtwCcALeugj=p@>YY0rTk)hfmJ3}f-K{+bNgB4#$#EQ zc$FpKs@#0vqjj%FPlacVp4`*>OOP)K%QADt>wXX4{Fxu3rbJox>?1fAOa7N=v;K={ zmte-$LJ^%bZ8pIUSJf|@ZS>VgVlH17s?4DM`jo2nmFtjXe=u>z^(-xcLaz1lqHQf7 z3wrby=FdM)Zaef^EYBL4EFiyKJod|cjW^kNm2nGQ3dGYx4T_K0p2S`_{IP1J+paa26F0ZjwsFZzYOw?ny^4D9J4rG1Cx8QSnCd zxyR>cQb}%1bX9!;%wsranT>#Rq`#F=twtG6nc_l-A66HhF6EY$EzvxbEKyK zO1a*+%|-FiU2&RGY(_$oIjKvllyxG5kKOfI@ zyR={)DWPpE9}Xkw(RgDPVI6JXp>JaU``h#YpRM@2W%rCaw(m=Odo>`3T~55uuc=OX zbhD299Yc2>7Jw7kMOi<(-+$$ncwQ8+{%^+Ym+cZHB<&L&#NFE>{!NL;Za3|C(b6(| z(sp}f>s@^H6{)StAC_dVHZPRkR|MgigR46eJLAAKPLD1E6VjEp`*=R^81>%AW34`@ z$@h48u#{#&KW5du`vW!OUZ{84LQ4TS;vdXh=!Y>R5pcsNsqp*L;#)m{P>Iz0XR_a>r4e|m#zVDS%w(oldQ9i+c z>a|8DlpcK;n((uHnLxbV!84<8eyop}q6q5yeno3%Y$*ld!h2jv@pQZ^7q(P1@@OH8 zaEFJlwKn>&GG9OD@KJP2J@T|WsH@(Q&)#u=yQ$6N!SS6f7Q6H3F6sDh&&QJM3kAjb z3QD!8Hn|HTOZmI0R-%%$;F_kM9N4BZjVmte$Wl<`H;i?Z=8h-60^e&6r}6zE?u=oJ z7a!jVH5gFNw^G?Aijv@eW#3IQm~y5?hGU!4{-D55kG=X8&_jm5TpGQdvE0?Wdb(Zq zWC!?-hp@-t>}ewTp*q)?L>UjxQLTDTZzxR`$6I^7}mhyatDEXUlUAjSLX zrf*JCUVBZ12Xt)g+k4gO*Pl%voK3V{qS~%A&yj)Znc5W1{wsS2OU%b_Oc*v$1$)Ea z)3rDw+E2gJrr@~B_fVK(a?-K>6mmFdoHgs4Z98opoqm1w;qkG1h2XLLhZIYxAC>FY z6thkL$(kFo>(N7uSy_Si>#r{x2DzEHM-MISO%;SMe$I;m+U|{~%bPmsh>`v<5Lerd z-k53mDmSY89o592jF{9{B!pA>ru-MHT_~x18yqJUWBmW(%#l@8GD6`tZ$~JziAzOE z#F$qi={E__Q{K4w_*~nshsdozcX#&sKHpR}_ zn=3b2+a=XgRrwi@>SNUy$cJN(me-uluVYr6igzzMOFN{m$JDc~SF-)CVgj!(odTQ9 z{!qHVSkTYP$YN-|UKKT4-d#Mg_Ev8V+$}p<&~iP}`NLUG5kt?QBlRV+GWf-|hs)L8 z(fO*EH@rq4%TlHILPETA!I9ND^U^! zBrfs{yu1v&3r&xje)xW2PnXy+vfRH#4D>lnSBr38wjW@=ch@jf<|1>e9RJ<%0S77nJ~<*L={J|I*Y?%kK$&r#JA1lJ z+G;%>b*m3TGIz{cH#_${6wx2z&f-=ZaWCC4*`DzRsu;+Hx>P8plKg*$cQg<{j+uh^`zDs{Q`y8BPwsF=K2?Dz8C{Y^MwmQ znxQwOnd*i#JN-qPo#gLtUH(m)Q6wFd1uX0Xqs;#An<$LK&z8oPl_>-rn3YHPhLcT5 zy)ud?e;&LdyBC$dA)yw7lJNON0MD~dd7CS9hall}`E+Ud@O`o!M!fCnm!v9I?zc42 z$N>KbgPJadBI}=iw75*O-9wR{6{V(iM)sav{sO9{-i!ZQuu^Uqk2?-3$)+#C7$mE= zKfV^9?ds3Jf4p-}yrrZS0d;5(mn6TU&^b&JwZBUK3pDfm1)B9DZb0)FZ>2W^tW5xD zrqGs(;K=Su=E#2cZ_ph4H)w9O)_(CfXda6KJMgf*G4?kQwQ+y_=M^EV?u5-T$0UQ` z#n+n3wJ7xAO07+}?_}Zl{1zdWP=hCbM)k=iDre8)^|O`@(>4Be@c|Bclc@v;D+M9b zAEivQ>o_!9l{DxjA35uQ!Hb1JMO7-ZnLxZ2_q76uMA3G`sKnBA`OJ&8COg|l5|b2y zvyuo6Sm8yYt=+UaGbf8)bSK zJ4}gQ5oBLqKFGeFm6p7YV7OYXkiNiNJPX=7n5xeHgQ}LkDmIn8*viiG{~cj=eK3Mb zGW#684oCU_*~GY`sHJt zdRE|`glY1-jzWqhi}3$jh)8vvt#O_bo~ASu90B*{E@EqoIrAk&XZnsiJriLveKKf59=`%?i4rHo?C&&<4MB>bXHE9w7ux z5F(xFiuEO1|N*qyfcu^d6vX)j!-2lTD zh#CXB8lv{ciSq@t+;as0g8ee`NSL`mKu`FIuw1!}Wxr$;V|&(-kArac9S?XnP}E&0 z02Fl#7q%APjvBkeSRgRf9&IYz{kVU7f|BdZcbu|hM@YDvl9*;9Wj0Rf8&PauWZGa+ zU*t?K)w4t^gB3doe$bd|k|l90FwE&ad}_LB@X?U5sN)vfHZkbQy}Qu&_g&QvnHGuZ zg-2Iwq+PFghZuSnO-YG%Y%UlN=mu6hxk0^V63<=8?t{3l=<sK?fc1)1D&`74nM0vGg9?XgQXz}LMQY~~*F%nq4l?;k) zM0%gB2UnM>w>EH5Bf^mbiYjyXsNj(-jFhz29iF@p2}?D|7T&8aBznOeCHJ@uLjc zcLnDZNcG~CGg6|hFj!hZH<5N20chi(Fh&VRS%hRQ5Y|PfjQ!}sPt`?d^haXIy-`sG z&T(m(SO#N8i1Z0r57Jz@PsK=%2eBAlfg+?Krd9DfB@irv*K|Z*z%e#dsG%n))q>~6 z$o4LLLpVaB%}cX&bSM2BN8K|99=TA)=o+7x%1)U?L{!5HUb>Xjx>;1OoAnHXzf?rO zyID|1Xy=7SK13Gsg_oEccM6z9!*mF-@@F8LS70Go{rJV=(J@GK8AKXeMXa%mhg+M$ z!3ed#3tn<`BVZt!&W6`qz$=4*MiQlTGMSdgV8K+)1geLrnzKTAr_Ym{=|95vg3xM4 zc)g=hQ8KUwW+*o!RI0mkWKbLY6s!eDGH}sKI~jh#_Gz%hQ77>b*p_Eq_?lMad@my~dWeCI55tJ2 zTe|hnYrO!6k&XQW*no;O2NSC0^#b}XnH>^D!H2um`T_74vExLvz1oovJ|m|wWTrot zuzPZDJ~35OXOyZZ{~eo4$GcBq851%YAMbZTtdzZBFSBmEMKMqu9Uc%Th(KfUNG#A7 zSE)5D5{+n8t_+TFi)IpX=!XPXdosG>}d) zu46{19(oNoOynj+)I&esW`h2;&IwetkA;*5Qz@$&tZ=}B?g?cOtM%?~MriIw_-P7R zwy7{H^hG4W$SFL3THxs@JiXd|JYzNl?@@3dfD z9k-tcBWScU44YpnTI_(OjCDN|JCtuBXco`zptk8)U!#U1#KE;%Xak^|DUb86p|%Ik z>|BcyhtN)XC8p326~&*Abjb#q)>wAZ6>o7BA(erNk{vgQECJvcKj8#?<9~Yj zd~I~ZY$KzUVK@C_@b&H~ifDLZG+ZML{ubK|27YQ1Od$PbEtW9sZLBQu&k$V5+ps5W zUmj$^8wjAkcjc&~h4&Ez@aW_3UxyNDYo@=%a-6b%!WH%c2V(&nxF)@DTcIg=m8y?8 zHZd#T{S_`l?DFzIAw$V%T*qVc?MgAGuvyI_nm>kuk7WqqSdeLsiZUkWYv|z1lY;Wpn)ln25!|!;{f70Xc}xo0o)rLr*y8@{%#)UZh4XI}vOy`sgP%+r z@i)AKHw-&w!wvctCUH88E@(kxa-BqwU*!4YFo@M(U6X=&b+&SS`$C`Yp{=<7KJ~)v zS)rXnmu{&VhPRZA4&eD@U)9l?Bs=YC)&AKbd150KcnXHpuHqfVNc#uB&AZE~g*Cn;c zQBD~awW=%X`k{*iwLP9Ls^e*Rq=`;hKGqRs&B45(rqe(lVC$osD6xeC>Tfebc^j=| zVf`$G3XODNi_ZHhFbH)poYD~W;lGwx2*Of&LPAPJW~CS<$*0irSqSv1IMkT*V=F{f zcs%*X$moZ~6gcGvLef~3htI)3f(3E|-{bw&n5W=NPb5b4Kj&Uqs%9x=3-!)V)jDFL zi7ARw>T-7>JAP75!Z-T_pvCqh`a!IvwpBlv)zVLRnpwf?BD{MTc1ojqQ_|QPF+!Kh zZw&LSZ($8AR_u^m7Dmv%z$1w3Xjom&Pp9km*tM@<7-Gkm=L!nr^>Z&z&fI!mfX6pf z84}>VV5P+_lw20V(UHW>7Hoi;Oae|nYpN??m$exdNNuj$Ne zP?o95x7hif^sz=jtaw|RiT98Kd-?Bx{2mWC=ym(ccd;Zy%;!(Q!EbWOBR^jH`@?1q z;FQc3x4^D6TCXVoefk*-=Z$_vSx6AYeo6;+t&FJ1JO#cDm5h#AJIBxx6nps+Ue zV3zCc7j%rngeIimJX?|AGsWe|d-}UMCl<3Bi;)x8d#HuRb?f&9au<&U_ZjDqF8pI~ zS-n>~Q4umz7YwOv9gUy>l*OCBl*N++xchG)Ebve=mz)2$RQpe9@uF)s1>OsU2ASh5 zM=5CS5*!zo@HfFS7I4ljVdb()sldDnsU4p%G7#~c`;roQrq4bA#M%i9v<&4OMJxdM zpN$J>VK2YGPdSM3Zap6*sJ%>+e{QJ24U$i=q&JvI!v-~9#aD-Q;7K~t8zSd&dAwo$ zaQNO&apITeK@0Dli#jf1^1T(moj)W{0+W!$GVOud6`MFrKlP!!#@A@?Dr!gNOL3cH zrdu`nQ|%fu|5C!Y(V}8;a15_v8PYng$T8i3GY=`GI4Ce&vJ?NC(EQz;sD84`Vb?Tp zz$v}WWm%060n#|d!GW4c8kxqf2(W2$Z{eOr>;+q{e|(DD^KL}b?9w~Jk|=UMSv3y{ zvk3})k6kEe3_UZgQgp^nDM}jU4|}Nst0Th>F{#rIgA-`u7ruV@oR5wXoXhG#@%Nss zOk$^uA9+h%8CNd#chJq9pBTY`Tu8EMk`V;^12O{GwZS*L_SPvpvC*!fOYM8`m-w~^ zpf4CHdDtGmCVxHSe+!B5!PGQF6d;8YEUll?HQ%HfuZ}^)juL%DL{wIIphLJ9IDRRl z<758amit;gcWHeCze6BRA6hP&)I!tFEfR-8Z?PLqT)Hj6IDx)z%s1rLzr>To*4%Nz zL@Z8J$mu#UagTQ~bY`b7Wkuoj?rZ*&(LtU!6A{Gecqr>U5KspL_aChqqJ|6#WBplw zyf{%+nZp+4w2BEAbI?aeQGW0D*Y0nKZQ=fUOAlu)9U;*hv_rv1)L!}?V`F%tnmpU` z38^^jp8!J`kD{#S%uj~EI_TWNV#nVdC60Bz5LwTNT~1J+-ZyJ1@YC)Ckjpj}q%*uh z6%P;*nKwBd5h$+67}(isLXb}VG!QQCfP6c|)`JZysScAhyeR@p>yrR8#47!jZuq6Z zy%zGq;A9%~M9)!)z^l*6Q@2Tp7A4JZ4`5kD0zJ{aJPHLt|EC13Cz7d4igS%JW*w_4 zime)AMHA(a4tK8aLb51?!3`(~;wrG2u?XXU4;T^z&yDNI%PNr9eZ`T13YKezBCx+D zkf-9mZRahNyB$TYx^VZ`rCA4-EJ<|&N$ioxz$yoaDc+cR7?11s5EgoYjnn)M1)n8C zRalN)!;b0#@KuXelC?%4l{w)ot6D!42SF#Q>8^Kl&^541Ou14{J0g7?g-EBMyE9#( zWHD@=i=-lVxy4mn?fNhwWm(6ASxpONf;%SfA%T52f6oG-7*r?|o}f-d6A_T#t+pzf zpQx^B-f6gr`<8&(p2hlq%4N#q2yVT9j( zljHR|)|y9Vi~!GCnS)8j<8aAKiLsZ-aAaXGD?gi&5jdGg@GplF5dmqm^fH!~c^I6? z@D`*q>}np6$f!sd?9LdFkUVQQUmue|!1p0aX406?l9_mEj{?q0GK3YNn*1dbv?Oz4y z93ow2rv&6eRe>b*SrVL|fw7tj#AtE|f3$%MD7JseHVBJ3l>lh*$y=39Iv99-2P@b( z*Zghi$q_S@o%BD>J=;aREI2e44#0{994kri(jDr%^01o!J2(TXqCq46MWnJQ)hM--1$AF7C8QP zT_Uep=!gl^Yag)e!l-$kN5Tt`3?PPqielxxJ9l>;2R~sK<7S1va!D0rlz%liMlA)^ zVEbO~be;l%P=tL3mF8C3aRTR({$0m!sn!R;e!y4p_ANJyCg;Oh}n-N>bmt2 zGyX4hPkIN^fSCy!KZaL9edq8~$US1vrw@d^b%@1r?i+;+tWW{7EUYGf2L>y>*~~wd zu%1={3JyAf!huZAbK`+H6k9$sfEdO8BZMeCB1P!o-U5AUG~#!Fbkb2^_)qsHk3pe~9I%g@ z5RJQ{9^QL6vK#zN$wa@@R4f!RlF%wCt$J+oOpfOoguU7t9WN`JU$^4LeWqXheRNxUo)PMlmK8`I@o$|`me4>qTX~F$lpsSasks#YBrF_BcvHOlACY?`vcoO1 zs{u%{*^KeR97``dh>2)_H7nqSWfz6inqM;P{03BWyir|LpI;b(m7r5H?{5T}>C(9>}AwRi3^YP9ht627w z3_^uuQGXq9FtIxRG=9O@1j{N$dcMx?n)to4mnPGR?dJZzed%7HH znAQk>I8c0OlA&{PK?X1V%mV*NqIJ1Qh@kKp$sSUz}Hc>#M|7KTza z1TOxWy5UBAe{&;xNd7t0yzYbT<;kH2+vSX z1=itD%nd!x`b&cVs<{f7&;srdOx4JwR0BScQvhikv6Pj8amNZZc`neAJ}l-ZNe)*Hs8mUs@&e?-{OhK=$*kK&+WYwY8MMj-R6 zKnmErdtQJXKp}j~1Re7exdD0sN2G^7@I^&U2s+}DX7RGr6zu?C0x+PQT^3}E2a52_ zRmu5~jZWw8wk8yOdl4BO%GW-Gc4TbwvLC}@A43P7FaJd_!u zICGNmEcQ$+&__^gO?sj zgntZ|^(eWQzz)|dRv6gxmh7ue^06Sq~!jzA#eu zV+C{m*32}3lxef;K*V@|nur;UDt-ULzxr-cwG;~F@Qzbd_nRU6zGbR|U#P4GB!{_+ zbh*?!OOIs!wMlOy9F>N|pXDQqHRY#SR)v8jbpe$)ekb`F{_KPP?aExWo%EZ-4d|i3 zpVvVb0eBAJn2g)SRK<>_Ii`qoVBHj7?ms=!LJO-}%&U4d`8a&Rbc><>JWY1dmiBtc z-z5LHhzPFIdICz4W z$Z!;3&MluGfL@tLoKuMlWDpVY?7sj9)9`nZ5|t4F>{<5u9x0Ky7Z0W7|8q?lvVnu_ zpS_9e34sj0#VCJW%{4b5avmeWmieR*MdbW;!go5Oo`P5BK~(U*t{48K0GTjdEi3x? zRj?!r88+$f&U?_5U|}Zct5e1B2TxB)OgSxB#W0`)pgUZddV3SgHRT_FL!Llkv5OK1 z2%v=yJL!pli6m>YA6&<6niHJ!aVH&c?x-5Pg7k_UwOA0wzlj@3fM3YSgPLvl{W}!lvE;7S2A1_}eKwC;ESJyfx7Vpxqdv6NzH?O3Q&jdXqGR@D!3Iq517% z;2%&~%NXXr#xcouX!0{nQHo=gCE#?nO#hQQZ)@_;gi!{==Yn;p!{916T_-^6$&W#H z1Pc~bG938+(}1X&zYyc%dbpkDWGIEe_iR=p65(F(r3b%Rb?`%1{9y{4-|4WwFur2@ zUWpdI!{$1Tn`iEKq?!`Xe5acuSc-WP#m@O2XU&Hpw#bCwxKotcqXK{vbaq-XF#z&8 z00H^pVc{-74f`GP?edXgqBFc&Xr&<_Xod@_SqvMI^C{Hi@$Ss$B9%=`RTl3TJJw`f zuqo-(zgdXX5#?dcM-uabP$v01>A1vN!HA}}6nq+hQCAe}Umi(A`&DV+p|0pqks|Fff0Lc-|zZg9Rjs7 zPS<;vd;zEFZC6_*yA;^xKrs{gQ2PArU#|2VGBr%4 zaCqO{P~g|g(A6j%Nfx)v`cT%g=EwR|%gEurQA(~o!7KLm)?R$8yVT!|E;XC+wVbH6 zPXuxWJ}N0(YS#P?dKIZFiWfE3kC!9xjF;*2+=mPnJ^bT*fgeY`qm-7Tw}cDV6)hcQ zIDt`jYzdBn8^A*ZTV}>#oLl@&_>Q`90bfRrFkwimLxsELzx~3D<9e3&;G0{UCiN+H zBy`jY_q7Gl=Ds2c6=!;nBg{6)L{e*jyx<9$b#l#@Ysyu$tUMeBy^1{Pio^5mW7Skm zsL$lX0t@`C=syeP&~`jpkwFgIcTrR zm>7I|2iWA1xZg^2Jbx+mKS4$57dbMKqD-_Ft1I;p>Dr?ob*Kd37;+#>jBH03oAajt zBG5#sA{4Vqg}VDd$M&ViQ;*S)i2@oPmhsx?jJ9y3eYkRrCgY}UdX%GpBfsE^N|lwEf)x5aa5*W$g%k7h_p6}2dis5 z9#42El*+ERcZ2a0KNqH-+&(w!$=u&YJbbNLDWKE%vs9uA z45?w&MK>t1fJ-(NqCV>>V(t^0w6$TRa?Qw4JaH-mDIc*(V0X9-zwbldDb!lw zpVAprHZ(4PcG7UZ2`KjN!VbrH18_piZ7%P1AlMYyMoSk!_y_Ob4285C2?kkc?QSIF zgq&W<2jJYljQn$tz;@`Ajx1*(sJjxr5Y&4{$1ae4EJ0a8UAj`{54>zOaz^*kUHa`p z`wdRHyjR#2@oL|~sClZK>Y3+6Bz3*<<3aZ6$w+FRl)8fajFa$L?#z_JTJ)SK9mDM* z_Gz9^K8E+xLiFCd=s^&@gdln+A$li5)Tr^^$@4tl_Wu5BWzEVGWUX`W zd!N0p>$A^s<0;rHlkJTpUVMROqg~DYS`w!w$?Xl&fgGK$V7DZF(ZE2GEW$?nJu5T= zX>~&`A>|uq`=OAkwv5ZQV0WL#*Ul4(MIjN znPZC_Sx-e30%5f7-z-;Sw8R`Kc1L8S%T0-&=!6Qa4|(AMkekN6}wh^wXxc2M`qJe z%Kdt!`!)IonglC4IMajL?kTWw8@h0MaM^w!2%``dzFSmR=m&ue6UP$M!w*Bgl9U~@ zSH2ept?+=%48WSNmEG0Ld>XVH^vD2fpzoqS5NEn=@pz}*P+J)2-%0%=R6d#YEzFcV zz`nhiOA=DEj}C;{NL^!NZz`8KzZ!V zRH$_brkfs?X*vE`h!5eKE9X#CZI&G?Kb!a|3PXf_hkW(!aKMqQ1NqMwK z+C2UAFnO7H*5oB)S5o9B$ApO?r+Jq=FZl}-jF8=1|TqaKQ&ktqP$A9bi zkCmG$2q8~CVau(PaqCwX=MXBT8MHd_mv|m_sm=i3ff+=~U3Ul57jg1%-Su{w_|GMEEHAPVQjyz=L6$vd= z(m8aPb*8${juskB$B(jlmG`>X1!fTjV22qS9@qNQYS^ z^s3Gq@sykU-?`M>S^Oe`r~Kt@YT~Jja$78nnI4lYey{AcaV^gv*AJO^w4=OfJl+)w zEyE|kWqJaiy>~+x4Xfg{CDp66F#0V^Tnl15iS>7Vx`K4*)=8h`Gf{TLb{l`QoT!X! z(<^f*rlCdJB^f z!Ndg2rm{9lV(4PrZ>8>E1}i^?+-2-zc&f-l#5skiLFOtNPTwVx=T|xrsI=Qj22ls- z{7U?75iD>+Iy8*nEti@fStXdV+Z1@p|8HdA^$_pY8lZyy%buc>zJsTPuz-F7HBYDr z(>b!h0VS%WAEuN*W}3oF_DK&wmSWf6+u|`+ZqLm+3=3a^= zaXj}f4MUx~br5}C?$L>!4g5ic!&w z7rW*DNr=*F2sI17+Uy;%|JLQK6~;xa%4ML~%z*C)U`3%0_Ecb*$2dye z3@%;>-?#HdJkDvV<89?K<0m$`YPhH%I}tXJEi-f+KW}+}$OB&4UIoEod@H_XCcUlS zIiG9~$|Srt_f!FVDI)m((T_f+@ZFdz_-h5IrHs&P<(DL8pt5?7&e1s&)T0n_6JOqKt+ z@6Da8d(nXD0(9P`Ex@U>;Fkbjx`jTWg6PF#exXAY8WEU>4!i|PV`TCFYGclZSWo$p zSluNUa>B~J^nY2aW+N>xWih&G$>kyhAWGys5ih`CEA%%waK!LzyHh)*vJ20y*1J3u zDt6QUK^F#N|Lv}8sX{B7_{=hn((XKn7@FOfqs02|v3IcuaQ&uyXQ9q30~r&MZu3ip zPAY52Uou=*q0+O?L_0!2SXTb3uYP7qeRwyW6W@sl5PzL;z!?KjW9MMrQ1O zU`hjBc$+nhF5`j`+!7m>gn{w=6$+lhhu??ZW!%&@41w$@AzJ@S>!c4V;{tU2&h{{U z0KDLUC_Pk`tOr*3yCg9Ybnnw!j9a99WGLMs#z76UH%C;|?}wy3NIqqa>1r z#y*Z!K_~hT6^<#<;vS#6!hh)-^Doho>EJXkP#AKJBzl0UXM!VwR0rC^ZWaEDpowLA zc>qMro1z)AWHeK=ixp4B#MWTFkyJuV81nFma##w$=D_}s63Pm*@3XzwQAa$I1AKRa z`>xvHF3Wzj>9;WVvSv)#w`Jl_dWXXgfPyS_%_V7<>vfXlye_wi5&&0pV_2$95AU9a z?e+T~%CMZh)@~@QOSxhmwU$Xj?QQ~yA*-S5q09%%dCxelg^>|YXPuvo?lt0n%Wg1H z@G8p&5y0&M#3hK@<@fatMhXH2%Ei zJGs*)Bw7i8oniR8%S*M+LPlP?J$|#vU2q=AP(ta^)J(y6*Ll)*gt72kE9wVv&QFzb zlqm9L6283>ydztQ6j)Gok%HU)c;sDcYcvFit8xF3S+Q@FbQ&fm0YPmDN&R8qH<;YI zTlB2(hfHQ%QUn>2^PcCS3_uBS_0|vp|D4!O^$=9*P+XT@mQe(h{`)VQOC1hafhEVq ztX?$%5{WX}vxXi#G6~8S$7E3edfNu1Xl(9Y_q}~NKr)(vGM)M=$;lyp=u5$$r)lg! z(=?(gcIEyjQe_?=p@QFW#cjzu=~{y|H*vz$ZzjHC7fRJCBQpO<1uIb`5}K%x)386ivU(MfvbvOge9)993xi= zXC*$=hE8F32cl}S7eBu@oj78hj|1;1eB@7@x{E0+DP`jn^BveXe#q^L5-+6FawLxW zs~B>po;~QHy}{|@Q~XPdi`7hqX)MH}mu0Bz=rnu?-%S=NZzdWo{85$(F`G7q`EIOY zIs&MW#zJ{QYRjGZm%E#V-SjR?g@BUz3Fw6r0Yxc|J3nUk#Tyi8dZC=cVXo+r`C?uq zWl6K~*TYqLsc^5u-_lWJAb`C6bz})`JCrDvo({eNSf_Y!GzbK^tVZU$(QoJU4{{NX zQp#q5OB;VJBvt(&nvaSTEL#!l0bQahs4=zl;%tebEPsp-|4@_wmyTkm1`lp%ygNjR zmlQjQgB5mXy^PlC|h{{C7P~DGT>KZlD;j=u+|YK z5-4bPj@X?cDgZ=>#O_Q)S&M!_Y#R;wl=ebAKwYTSSGpYr0;UHYy(i)HcQ+H@M*$4+ zOmm?w7ci)|+u6*fIe}en58$voKl>ue9Q+Q;R*1K}p+wL$D71zN99a9C2Z+M??JPn5 zph5t<`8VS&_mFu?EJ1-7lcf8T+bPKTH98}_W^s}m7wgJ1^AA`^2R8(cO7DJs9*hFW ziwo3P7H~|=5upmOxbJvDP1OGbAS)?{^77~DsztA%*M#&cz~Nj$3V_eWof%{@Wq{uMg7<;T)6TUh?52$>68x#cO)1$^Uzk~Mk82Rmfq!Mo*|Di7jYx0 zs$20LT%__VFv}KTM@`Uk+ulyr2mAR-@aCaQQA&;ywZdy`fx6}YqClJt{^U=yfz!FvfOqlM1&oe|9hc1E4w%fZok2-Ia3Wh==L zKve%+hPj4i8mU^+`rtR#B8!Op$C$qJFM^&k9iWD2|D)DDq#^xn`>Tye(?VCr!dYOA zX?Lb+b284Z`VyTUx*>Kh$0QmmF&TDu{1yb%b5Rg_kH+JSYG^QXELiv$1sAp<(m%xL zUb0nDo}g6JkR*%ujHrXgZl{;7DRXVwK>s%W;RdVP?t|ds2(m(p`ErL~cY-Q}`=D2x zy7`EjFGFrK$2)>D2NTlDc!Mp*O;b7_0q!{+VZ!$Z;?t{lidsvXo8)45i_A`*eQ!_0 zs-`!rt}AKPU9kHBpElmqZomtE&dkfwHZLq6-&J0)8@eF8pz^S+d4b;-@Tj>i|KQ(t zo#*rw&YZtlfOo*;0`o5bQDImWVul;)y3@l=#J~V8zsvQPnO9nCiH5Q0- z2*OZdroXK`$}jmy_mGgSjebjMv7GG^ne%PGX@)_s7J+as>NHz0A!+;blr091H3?>xADXuiSTqo7>KgDo$ zsTygig8@7)*|{J+&1c$}^xdukr{%l_FekDxO+;;`=u9D{C{S27)0!()SmUzPCRFu(%99ZFrtF#&*(&`0oPBk*|&E<2U0Hv4mG~AhrSv zjV|P{PI)d6t}_N5=VxL|8F>x0rC5~yiEM(niqGmxJUbJ16~6d#%!K3&<%I0QaMLT2 z*xyq*V+8Iwz*vslYk}}4?ITg0g-AZla);=r(^1E4tww3bz?b^~nRt-63P{4+8okeT z=zQXnojJ%qI-`{{#_lFdh%^a?kg*#mxCa3%4vaUv9B2g2?#k@WjOg~OeN60{W7t;O zY&dl2C2$xe03%+T>7z^pUUxC^Vc4rV8 zTOz+#g6$gM8~47|6AGBo0z$Q%;W$!lGhqg?%H%oa`B9jQR%D$u(&jEq_dE z+;RsK00B>t&{(hpHnh_H>s8Enpu-DZ*Aadic=xvi-`+o?wP1_JksRL>vL~9^g{NX3 z?RHpWaVTR2)&~j`tHH*m)UnXrB6$UOEe-ct!3E))coi-8meWLSck!Pyf08yQFlIIb z82(Zebo6k6e)O(-Swz_2DQGG%4uJ2!Kl-Pt16aA_V^J`$tPMi|x!NWRpcc!(ECa3ti)6U}_I@ImbpbcIL5@Ch?u2hu>3&r#GF1hKmLQFcRvt$E0<+B@M^@+Tj!q zuc!iOGYDiMo=_={2{=gZxe6k(Vs{gLweT-`=x+=Fpoii|(E}0Snl9`@CKC2cfCAu5 zEh<+0-9G<~Sjco5@_6$vqvy*91b|mnrlMnU-0{KY(|*w?8wPU-*aZ&|tN#Tj1EV?J zt;-vKQ!M`)%&`RCV|X7uJ-jt-B0mdN*u;)&ll&+_xy5P0VdQ#E0$y~iGm6JLj)iCR zNF?!;VOPJ8K}HS?Jb6Dv{=@$DB7LXfO?^Rq1uk4>OXZ#60T86mIU2Ps>{rZ}=fVci zKw6oAlqvUBr(vkff$Cs8zd4R|V}Nm!8mzBJR#ObHZ?b%kR_=C}3b~PkNx37fR5d+q zi@(rBknMK?6*f?CSA1T@j5B|;i$%umX$35CuUh*y(473St!JQK2#Ziubuh}FjZg^> zbZDzAJRCeAzWMuDKR6t?=?OU74>;B@>?9NI2MC9KL*YX4GaZ~y9l@%P-vAid!*ZP> zyi_DmhC_Y~jF6Nv9HnYrPa>WkEd!=deSo#EcOpk$X}q6!QiF(KXW&p zdSK+}1SJLrwxyaJKaP^8FGa#?@xCRPL1qbm&qxRXrbpLY_Cxr7PfbLf*Hv{hQAy)G zfs98&yycDb3dWMAuo>S@^{K8<}+gGC@?)Of*>TpgL|h%_+`lQo*_w3Yw0xR0di)T%PczK~?|>kl$?&SHdY7 z2dI0XL3VhPo7e0G?1$<6x(n`Z_78xGh1edp)|#@6jvr+{*nWQ#g{}a(34zcKVq?7f z1Gu5l#zs#&wf&a}LEKx*CN9Ve2<GpFdyHA2b^oq%&Vw2ZQNBx*--A#OEUeoH}}z(4M2iu^pw7r z+kAQ{Q`n5-ao7ly9l5)kvpslNrTYK?^D@`qO*8o;Qto&(-7&vO`Lf>q41?+Kj{vQr z;R`T6=idOVNFuzJ`(|M-g z0a!^>37mb6?@a;7Fbd!X0LW0T-b%)Dc>7K)>bwnj#I{)Y50Hw=+pp{&&4r)~s3k(J zWlrw|im{^NFFLC3GbHHdS5TGgM9CNl&GfwkMjw>hi5s;!RR})zO9GvVW^y-4b|8Ey zp&i2lm@s_gcnQdQfo!d*XZsIz8fH`7m+Ds1s&^H@x(nL%r4F65?9&T$At@AYbCu2V z+b?Z(gu5COfsW(b)AaoeAaO(9gzSZz-o~_fd{0_e8byEb5OpgX_z*QLucy{4d2Hje zl5LfcFVI?&!OuV_f2XGG=%myvtE`|*Y{7oKHuesLMyXfkLnZ#l89TarH7928kFaH{ zTY-B=<-D)^1I!rc`S}?57yAY(1_rc-wa^I+Sh$Je;>Zsr4!eCoLd4f&#)Xj{!@_ji z3Or{LV9if#*t+|L&d(aWR-8>Y;s~4L8V|-KE6hA7G1m#wrxh8sEmR42n@lx~L86+B z+IHrCXt)r*-M*K&kmu#7^;(7!RCj(7xa$Z{nmZK>ld=B3BtZyD;vENRQBE2_Huh|#AT&D8m3$-lXno9*dScq2s4<1ANrJaMF&Aa zpEt1^m(B%E+thi3@c|FZ;C+iOOPpw51*Bpq)1?ReI3_G=UMqnUK?xN$v{Q?OTLy6u z(p&^}&D5;y!wlw86$^J`dCpkjM-M+07ox(Tq5EM9zyZuMc-zeLA^Sy8lWh2=sKCd~ zj5wb7bF3rL#CsQt*W{F2vd40fT!`xl^gT3>2md>~gjT0Xf#QEBD4osWCUSuZxR?w=9adB1-Vd-)t;*YQlp zbjz%Btd{z2?89{=V$OFbh#d|Ib|5m}lM!av*p#Od8ymjf%m{lrx`}D`rFB^~%y`Tg zZ{_Yj=0afem>NBiZeGSRB+!8wu^lSo*)xRC%9Tgi!;7)db?{-1DT;FMgUZhSFy0qm zE!5a|bqhz}W@JvcwaJKJZ|vb+24Xv+IWuda`5#I`aON58Sp1YV>ASJ!FM?rEL9GTL zIwgSUl#>-QS^*+B%eEX@aGI~}5Mm6nq53sB1n zn2dbip6??OjZCxxo}D}$WU9|4pFAF7aD7>uUEE`7N(CLm3r$Pbcv^w%7A`f8ET5s8 z5*eA|Lcbe3mq5G);lwPsls0K2(nicfiyb~1k)=w)pgH(T8Qgvvm>5B0)W}Zb?PLuK zp;X|sv17Ge-lgt3P;)6yd?Ri1$7*bB-9Fz0UX^DVWCEeN87S$Yrf(lqo|42>FuC~% zb3kXU%M$=I>xB8vcY`5wPLLBJarITpzFRiBKj_N z_ZKgOGs62Q(3TRr`|tP_!VSy*9ly4Hm<+8#aCwzX0%yb>CzKGpL}C&NI{bo4wQa0K zZIjdLA|RP~q1NOcyUvJ476PRLuz6h@2nJ2SDHi6w_pk8%uSFGA9sA%6WQBi)?*x#M z6sUj5%iK+#R;a~?q~bS}Oqsk%u)_hXRGWWAEw`Q-p;#@5K2u^EfcR41>@}XTefbg@ zytzuxh^ud9v2o+x6PAt-c^6FicnzUL30=L2%Cu?(lek=mpJ^a`h2YQIPo(cc!7?7I zxloh9Wa**2VY~ne;g`PBL*cZ|;UBE#9NWBJg0`bS=^~s(;@Vog=s@q=y*e>o<+l9T zu0VLmQEgjAqVbg3y+&;JE<#O~H$z5!NeEWt<7&ND5W;&O?7;1Mc^O{9+|ZVTF~2|) zo-%`T?Yqz_dzU%C>!r60rDanTxMP$(`Ew6y3aNr5T)W?W+%B3(C-jL6Zj+1u^B+ZgRoIf~@e5 z@-lBqJSd?P31AoOT1|D_zCT$wO@TT_;T@@{fR8RhJIR6-v+!Ub6p1KN1QE^bQd~Vp z&<~~*(ou5#wD{=G$&8R@ti>pulN#%?#z+z_YmOZ!6Vc}5-9=T~GtFPud|~D8$-&^e z>wFiwNYBf8&$nAg-xn7Wn*V01%qa-vriUnMS1S2yk#P|Xa$-1BTyBbU{^J?FQCE|V zhz81Ts{XlW1Qql!s2iErF#8y1HTps-6v!iY79`H3 z8~P(>*yGw*!bF{^^uJ0ATfyC)?gcrlE&BxIU7ggdEK2{5@ zfT@)#Pqm8~WH^UPoh8yli+_3tpok`d0QbIB7YkY{ki<972I7Dj4O2rqW|){=G`p)$y36u_B%QZBg}-6DnV z+gQTfs}Pg}tZ7WG*53JT-q!)aCxqtFXxj=j+rXM;V0dLw>!&rntM^(7**}+JsriiV z|K<6xE^glsAOVx9+9!WJHR6c|(?=Jg1S~&(|A?nBs`DKNU0lW_dG);2^vG+m0M(tG zrDzPIOBU0toedk{f4+vgw~Y22fxs+`B2y(2YS_n2Q2*$TDK`ovVq(45H85x&mYn)c z)?FwA74;Jkn+xmDVpMfD4Dk1ofIK`Ru&Y`Ce0U0|L?T&3b^b~g$fP!}I1R4?uqMV7 zhHEE`P9Bfrj*%L+meIkScd#y{-K-PR{kh{q9zo1*0=9G=m;qDEp-AexU#u8lj!-4Z zUrH7_>=l)0ccEsds%qcNqF>_hjqo+jwSJ++F5JYF&1ARRjiiiqC&Xkt`Dd*OWQ3z- zg~OU4%C_y{JXI_;Wd7K?T)wvR6hhpotAs7N8KIm*!Ufc0!^X#IU8yB+oIldt>w37+ zfSvmle}&0u@1+AsM))}NhdD-|!yb-#wDfkghj?|@W`+~gwbyU#Iepy1lkI4Abr5;G z0W}P|8->0)7#i^nw=b^M6ey3ZwB}cEm8LX7Y*va0&^W(4C9sG+>4OFhXlplDA}pv6eYa>jAoUipqO{Su$NFrq*kn%Uv5*nVfwlyE-u|ElJpnZQb zpU7LuysCw;GgMvIX3uT^UV>5$Qv}%_zacC`h3U(2xlL*`N)Lq;vM{;5LQ*&Li%UYA zm2c#R>!FXo4lu7QZv1Mv=iO9vAZY+ydE z9|d6sr&^xoneZUR|2sni^_Y11Lt~J1@|#a9zxP7~t`aQCx*0f{W|=y9Cid?Lr@@p{ zKdi)u;Lu@WT)?2BK&1hloc*MSkfW=2Lm~v`uV7I5f9ksb+!#yrNA4U}1BHf;5IfvY zPbd<|?{g@g!NHHksP4O2;IqK++z**~NgBN~cuuEadxxrYQ4K>Kli1QWr=ikt@H{(4 znntO-A?at;kI@62_um!hTD^!(^N*1DJcUb`_oJjS3m*^?qp}zve9b#{=v|VyO1^d` zJVcFNolvk4w?^d0P^byfv5fHMe680@%3MlC1!BjnKAPZtCn{mt2B%@+rV0ujpm>G} zECo~P#~l&Aef49tZ|%c?2*yI3a4^|{d3(R~HnZpGFy06d=xrHfVT-QYy)5@|-2be! zIZ$Q|#Rn9V4aLErc6^J?xJp7j)D@_brm`%sxs{>@DBPLj?*JF}?37znDw%(sGiL}g z^T%Xd{E8*#*=qXl!kL!}TMh)yMU|A&Y9rPK4s;MhPYF!X1AkV7Y@>rIPA$-hJKmY_ z{1e#%6d@ZtD>fRKg+JLdV6lt8b9Ff7b425~$Oom8u09g+HI!Vo5l@Kv>$j*WMq;aJ z6D@>(X=|bo{7a%yc?9Jvm_vn-{`AxvT}ONB;!UqKEh{yUGedS`lj$Cm@r7Qu|8$Tp zhdV94s<3M+nAn>>ul{lZTL)q8bR1al<##ri+WtUs5tPbLh+Exiqch>TZEw%Yr%k2TsSzz&$Uy>93DkUisCP&ZT4!AJIg0=t8GNvbg-R|ByqrR zZX#~X3{;(CY81q?iV$+uQ&|t#{+*Tg;&GB)q?enU8A#YFyITPtyWXkQii|LQ z1`39MW$3~adQi=Z;g(%8na>wsI|TZUFL*^!;K0}S z$^gt{K4J*|_Qm_<_Cp~J#{bghVOt333D?}4cq+HP+r8<9N0WX+0Wl6&=5f0FU3 z8M@44MH$I>aNtdo>F?OZ46f5cy#5`#tk0~`^S8WWz!U43LAG9%?4;0dmGw=gtD#0b zPD1m#K${{L|0jAYIpE&CKY=cXTBJ||aqk}XUzNt>bM!B$;5H8UYdJs=*)2oOcUDXR zMf0C+uL!AFfQ*cG-b*8o|F+adUX{>q(N6tf^7c?2x&q1QHxpcpOgQvz?c*LPe&u_f zLI3*khAPou>FTF`BS}lACPVD97fpVp zJjPviKgQ*?lNQZvjXG|~wagkVa*Gb!R=WLp4134Ye4()vz^&e?5i?}L zM7unA=q54j)u(TgS(&2De6lU8u3LU;->$lT?JF(Al;iL42=H`_MoMW%Xwt3}bJzqu z_~XBvnzuE##TC~uJi!>9NGa!@T(-(;&#ZC~K3Yi_w)$nxMtjR_@X(yT*yrLz1)D~C zb+0pqrr!VLQ^N3zEY*gyf`Zu97o(5nt#4V|vP&NC>O~i&XmM#MDI~B)DGFqcj|VHH zF!XQ8sU|SWnN!$LY^V;4KTt|Y*}*Q`HqBDOs+}#1u{0FoJGaZOXiw+nUghcS47%8( z{}6^tLG(x-p0hm|VanFg;t@3aylj8Leyiqe^(nF@6JzXt^SJ)wjHj)H z0%KRXZ(g@*Ow`IujMNKe~E-p+>fxwdhn~ zqBN64c9v@LEsmS^*Rii#0I$+<%!w#SD`U&Gt01f>QLWESAno-aQB=`5D{is5o0oDC zf7e8K>{6%XMW%(Q9gcI-W`i|#E87zdcj-tO>7V{|59)H>`>M`DE{xfGxjP0dM1!E) z_l%J_JJB8A}DZ#lm7 zeY0-BTOcV{6BAdE^@v{AvfXZ%9JtFJK%eoZXvN*T)^IS!Z0mc6GjNXO^_&)P6RKon zV}$V20GUlQA#tfZS&C+ls)KQjjXMGakOeg#0I4<458n_F^|kR7#y7sq4w#PD1Pk=WYdFb&J`H`kfpJoNTL49>|pE z%1|m>JB04sPC7adzMLB*la2n>BQh}!zljMN&G|MnFrq(Hi=Vco*YI_AclzkFUOD$q zy~+0k=_xR!%C`6$WN8I5UWg0Qt`%QAA%nc~ z9=0M#d?w@?bXkKx!7(heM4MXMS$=V*a^PO&&_Fv(R^u9|_)=(;uu@nmiAvGu!K0j^ z(x19iQKY9!6MiD2d2emR^T=pZ(#Hl5s(Vzql;&%q2KLr|##gn+GpySEvaHFD2{67@ zOmmZXvQSyPgK3s$|M3hX& z=k(octjXmI&qQ}bbh&9O>krf_HjR0Ta2MI#<^8))Cp+K%st;iBO2bf!{K$)o?j=C> zpmuh7l5hzR1Giwg(}%31!0E(8n{DYf>n$JmmtP}parQ!`RBy@%MCl%xU=t~-_R-+8 z3pe^)U)0KN8Z7!;-q8Awo!lRIwKDtNrF5?1YjRuk@>Th?kZ1TO-^e~$*B?xj3B1hh zhHLebeWklyF?!N`3nNd;jNeah_{L#nxLxrys;*P9acC8>s9-5{-fvTNAbadOEB`~+ zf1R_0Nv<-_;5`#=sugi6W2Mo^lgMeKnlwkfZ=cmqUVa@4-fDA;YmZ&}hB>2kxK3HCSQGNNTX&Sipucm9%Wxs(l7fGU_v zuV7)}GQk%SId5t&itN7_37PmQs4oRvf28#-`idD1ndMO+{MMs^|KaDURrPh)cOip? zx-{n5Pb`!ng7jDigOZYQU$I6y|YQkmW*z2;YCj2#%P~GAnX6dsc&60y&(l1XI zePgVzpM`CITu3!^+?-8rB=I302i&^Pgs4lMcfMK*xcaWmC?K{4A6aS?GL z=U;_OvM!KsU7WG!T%#-(-aF#z5Qx1SdQvW@7E9)U47Z<9N_%%U@GnU_`iV&5l+NuT4Rqt>f=@S}pC^a6;3D2n2y40Fa!eiO_3XQEv{ zSr0Hw(5MGx(OXexKN3b05udUYJmTmSd^U+$u`9%Eq~&zsSoH1@)s6X)Wb|0ajFm}KL;+@q9%v!S%$g5H7mR&v&=O-ciA1v|roJ5cEt zx2Mzlg~fA2>0MU6N^i^Ynz1*A=arN1j8r+T`@O9sV&dRu#Lp6_38Y5n*5{V?3>GFg zA}%IM)dXcKVN4C5t%F8szwsRrT$tQXag#Wzd&##Ip;mV{rsDlrTYHZE#5=F#!>s{* zUuUKc(8ZO{ll8Y3V{R?-Tf;th>*Y1NT4nPm`DMOST5sLfny-y9;(d=l8tP78(@q;q1+#VpG%x5sZOFmeX& zYUE3yBH%4N=Q;f7CG#OG#mz<~Y`#?Vb5FIT)DrirEUF_uXwe>g8^29ai~-+tjOw~< zn_xJ&g;aEvM3;!Gxu^`9hIjxR&SjG~k8Aam`UQtevPm07xq*j-aWV1Z-lm1&0@Idu zwduQ;^ShVc*{;%FKhF(~b2ANxFv|xA)yhihuNx%ZD`t{5(`3lyQF|%3||W zRCM-wKzk*{{-v?=na$d)3%^N)?vusEKCOm~lj55G2T9lgVjZ)Idc)R7_V0ck+nP}d z$ZQA>K-5j%5L6@&+RInRRek61`bj^WqkIMGf9Qg*aCYXKIrw$I4b5)@mrRCZtB5?;TXDZ5P_Cj02E?K^gPg1pZ<46bST{5TX^mGkHxoE3> zkILU)e^|#f_-grByJ{mRg3qUQe6H5+t7XlXZ6D$Cp$BR+hkV9;{B{xR#SMcM84W7e zH%Z)+pV!i^=Vr)#tERu{ah|>&-JGac-+C;#)oOhgKB#SMlA5%E&m|^SNJKJk^xp73 zs&X<*FY`$;F}d}|*Mx+Jdilzb*FL?um-Dl6d_Se(^IFuV+Ageq#NsYn zBoB3w72dbNz52uQ3m4`m3I=am3w;-dYW5AIU}_?hWK}vOzHNp%p4m);WIIodd+pxN zaXwBO*ed5%P|Cc5*`0&Kg zuXCwop`t@Ljk}|mP%NeFWjTdJcH!%1gFox_l}WAC*r&g_T8Wsb7#-f9B-WM~>txyfGRnK4_FAV?uS_a_ zO!UccMS0WKY8D}~1-h5>&5fPbxxFd*(*w_6*N4TlW&ArQFC>@RX)^ja>|Aa-*9af{ z+S_pq&=tRRks1sw_xj}~S{`u9u9EWMa$TXvy41h1uk}}wzbunPztoq3i}#IRBB2v! zp(;DOYdK3srDV?HqjQ$&_th;?LLAxp>WG}1<%@>`y@Ww~*cbVYBK$$ICG^;n*L+*U zYZiy*OjjE!?nQ!I-x$|(VRs!dVtFWPR>{%xpu_l=5Z>BR z{;)27S*fO+o6q_|xg24Yo!PAW(W|Yg=RE=?{9$v$Ipsp zg&%!1A|G#7S~4S}pnFf7ohGzSl*k2^i0-YdeN33NQeAStK!A3HE6|Nknm^lIAPYDJ z+p)*}dx2I@Ns0bJyFYVrc+9#CJVpb~qnLQX9^JwvU$zM1wHD7rx1TW)gCr_;#LBii z5oyo}yw-m94vRpe`0HEAu1>$NO><9$=<^nx{IiFLt#%6C@*Qt4m;8>415O8TFRhn= zdzk1PQ`LHBZ8~GnAK4hJQWF0B~mmgEgw;uQ$xefZeQP<|=eyWmCW2PHhcW^L`BbfEj zztVAfHT}>M5udd<7&7=X?0i|#V*Q7r?~nV`ZCCs_BPu$RWao2~Z3f@pyb6%HzqpY% zWkp;AxCt#0j>;T;+=-8}&9c1jz-)+(4VZVxg>hH94_l$VMod2uz z*iDN4_r-!e`g8Bw5wDZRl2z#)j8k(>+A79Toh!u)y`uUgW*5Q2VZDtx;V-9_=QJ_2zdXlRXnWVv&Xke~!LMu^ zfAre+(F9RT-IYu4q&fH7$_Pz^rKWkOPj2F$GtN1 z@0`q-KG_{-5o6Y=IhVLzHRBmJzjK3-@@V!?yxBT*DXO~mj-%#ua7shikf6A=OBi%y z&t0AFhw;jYlR>OEXf*btK2PM9wGm|>sMg=!_c(d*@XWgZ*ZtWX;L<9KfaJZ=_#1u`Fp%i(q4#tM%8L_lgUAR+k*iu>r#{VpB+~{P58eX z@y8vf@3dNpRi%wQEBf!hwlrGN`zbW+c3O3JV0;z+V6cijyz1uxdQ}9FhRLz12N*mGSgf3ePtXp`m6l{j9Blmgj(V;X`EbZ zrsWEZ%p_DTv6C)%MCF44jtB<`_@a0zhUd|~pY=@et94wPjKRW|3DAA#Gd;0O)mLK; z9CDMJ`*~c@`{1{e5$mcls-A(9PQf@?(c8fx1r|b`1qOkb9hr1Q40AJl#;2}s)=fKx z94a3?+_mL*V!1@`Yppn_6Wvs7C*F_y^4=Aj&sm=(w^L_cSN&v-R`c?>lTU!o z_Tvos>fq?~yW8?nM|%)e!_-sS8qPB;1m1Ukv*!W6wC6TIH?P{HR^vQbf3$vD&#N0< z&r-ZBd&y;ct3#L|OqO2pqQzE7BYb6^{}XU+_u1((P5MoHYWoo{rIC$FUuHwcsC_1j zh?8ell3Vyu#A$Jk;)P(E!g>l`&(C4G2wT!49m|Y1+(oZXpIPC(o_r=O3H`14Di7ku z3Tntc~4ctE25t8a8+;Njq&Ob*xiYM zVM&csF7pq=2V1xTE8ts|x8eNEipK0;f3)4l)b;9rz+C$yo>@z@&dRHLSF!)}VA06; zz=wP4Z2AFK_P!4xdK>SrQeVLs@FVk~PVDI3)?dm3>!xhrxdCj~_%D6aP}*0Km{y-Q zIvuaK3rw?EUL#$pX={0~=pG7wB-3QY!zh21Js?)lE_?U;X~*rw(oI9a)vf}@$=+m{eRu7nGj_OxN6O5`xHj-_lGV}ylh(&*N=;1;d7N~~x5LDoBi(<$sE z8ka8Z%?lr{J6`_!dAsemGHv)^mY{KBxI9ZKdji4C=?1vZ52{v*H zTIq1Uj8$a(kQKvgFR}DkavG!ZWE z>lS8c=YqsRM$_TfTWi1IEZm&U$%CJw79U45UKBUje!h($e=$k0!W$u(@xm^ldv9K1 z^46AOyl>X4@z=ul7uVyPJyq829Ax_MwKs^)AKad0Jh^`5czZ^+^s95}I;P`RSUVDV zFS_aamDE(gGOvQ%^UyB*%{)b{-TCF>(QLn?p(WG6d8~lrh}(zH6R#rzP6=;MM>lfF zX#0HzG8+h)zfGqceVcnUeHMRXLB{%;amemzzT#zwgf>m$vkl!7B|qDEr!C!^i=0__ z#wZOry;QuT$C|P<`xVE!tb4?qN5A3EVeVhwg>RPvMu=sNroMW89^PB~em7_JaEX>7 z+iN{|kyds$fQZnfqu2F&5;V0@Y0YV8clG)oUuTHwGjXwJ%*?rn; z(9OULn>{f}qqq4y+hi{s(9{N1M^DB`#JqzE!wklb#KtHOVkA(4jip`YRi)< zql~KbCP9#`Y|;ES{8X^J?$hNfO+N{N7?i5z8`A`KME+g?|4r)qP_y!hKDS42 zRUM-FCms9hK2@fOD%L305}Fq~?OqILv6~kMlxW%7%*|ZpkmGf0jiywZ^9uRzybour z_43b8aN>}?pdIM2G_Vu9IE(qU`ZeHmG~goTcK_>xtAq$&o|5@?LX(k{82_V_2AX5q zm7MNz#Y1%|?^~9GK`%Eh#U7!ib}tM2f{;x6aK0A(_Ebkl>m7#RbNygsr02N?CU0MK zyysB0sT}qEeBsU>QNbEdVu0}|(|eydsr(g@q1&H4sl&pPIrb@4!WKFJd*-YX*|nnw>Gtkwo*@YrWmSo5{*e7h#{3NFZZnzTyq7_QnK>mhiA#vxvV^J%u`8~T2coVpDt)T-)p|jt$E0v{&10>!tWM~uW(r2i42=MYT zhesm--C!fVi>Hvqw$tcO^lZ+qO?3W#aoOx zC+q1{NRRmSJ1Rwe*X#g}Q`NtKLm928l-jC5K9-Pr&Z6G?z3;o^ho2A6%HL3K%ZWPB zZZBQUM|Zu8#n#pD^%rB`~AKLHc=LL(&o^f54uXw*o<%7gq*eKecIAG6) zeBX#+eH`_XMz#+&A^*a4lS0!SHWMnAb|t&{-HBp&)lU8m_HoZ=$9|@@$7GIq4K(c= zeFR4$IMd;mc6!-;Gc8AjZDJ{(82li zcT{$jh|{}P)`yNfOn7L0{H^!8te>rU;b{>rvMloYSn`5|*lE2~rYkPx9|BP>=w6V
!H!bsg)QXbyt`stVGi9gQB*w+5vYT}N2oWHl}m zCF~<8nx7_;>WG`v<8BFhy2rP!?P`W^Ra1?BNTVgvN$|SNczZE{=f!&actZJ@;~-Nt zArTulOY8sR>#U=q?B0Hlw4}%o4h@1M(hQ7r57G<`(%pzONSA;^NJvVIG}7fz(hWmN zgLH?42pH$~dEVc7Ppos++J6m;nZ56Q#h!hAuJ4$bKgl^WR)~7LGjqwivwz@$JJpoe zW+(K-g87f<=;d&Q@AN~#pfa+p7D}ce9GZoQ&3D1)G#x*A|NLGIzK;I$YxUj)W52Lvo;W4FFl#=up*=&bDxieHz>&PD=1;MikJs>7f;i<@ zdhIv;Kci_E3!g_`iYBX+(#^lP_7`42nN&TSu58ou?(3}cOcO(Qq_J~TcRnP2I})JA zBl^k>yWth3_t_#_8*+y^3UGWb+BZVh z%zN4uL2c1tqIB1g;JKd~mX4*Vdtl0GRovR=CEC8b>Acn_U3Su%w99%XqU*9!Vp zVS69}4*Tmua!1t=Ic!?W9umb${yXGZKricTdWZtOFb5_pn9&LwbT`)f0cFp}H+Nsu z@!w&O=a-=$rqLDRkbWcEhdbRU4|#L<*&!|Pg9C4Q`f#6KJfOTsL`%t>z%N4rrX(~@ zC-M~JfG{>Ws(vn+O_yGJZWZ?GbCb4MK;*Gx`O@9xKs{j+Pf8r#B%I{|*{C`4<(~9x z3J+ew%`=Oe(c%8K*QAOw7KD|N1?h;*fQo2u}ypaJ_-;z-}J-JD&z_r zGk82_`I4XdzMr5xhE~}gKP!&}b+8eX)ObXQC9E=_?JRISPk_RGr0e~+1EH>W)4A~T zvZ}EG>^?v1I-kyp7Jc`d9E=^0=2Q+=DGS5N6JwmJet?c~8G0uJBd16x$Eewp$iNDg zB3-$R#iSd;8NEVX*CJhk*P`;X!ZD)_(yJuPxM9by!!XD;%;?4~*|MeY?s45v4rbZT zrdt}ejJI5Y{^6M~RvXfG2feId9?B<7`-P`F?d~h81N$1XeriueJ#D8D4Yj(u{x{r$ ze+XsuZBsSpPCN!OSE5{L^dE0Bg=B+GY(jm5tfC1%-Ny<4p{}^A?(m<55y`=(;`&5A z72W?K$j;}ix^hvJ&RtA3i6>#MI>20Ied>wP%epWd+I&vWe%7!&u`Wzm76lC&(c?g{ z%OgD*>I#;_kXj}5M@UgZIWcNR{}6g~Yh979@G;D<<*4IbWVkD!3n~p0NHpadbHZ?Q zRSU#T-ftt`g`WmQ`G~d+6sCi&`@)z+JGs{#-v>`9(G6Fu;;rHqKG|$z4 zh-y+Ob_f-XKF)NaFKcQw?nXHx3y99zbzzZnG9N9>-F&Dl-!#v{e`utu96lk8s)aL<}U0Q8V9#1Mo7}`Y*j@5YVRq0EqWje0Gm17mQ?ma&?0U z^0VlcUR-FGX{f>^lu&m(Z7T$SncmTA{=0P&j0<9jOy@mcxL`DoCO5pXPFPY-&)vY2<{ z1{cS!^y0=@hO=}OX!07Q$Mz;rVPmC6- z#n^p!nqDxLkD9C#fAUV~cpHx1tghPZIqEv<`bg(5bi3V+>)CQ%^`|E%b){Kf;tePB z2rDhm?l=guL`g_9-JTPL)_x}WC_^{~AjkKehMNQr-c5!AZpjim`s zwhgol%))F%N+UviVQH0<@!o-&R<``X_f$|Vq~g1^UrUQV#c^4E3n!o2ud>f$0359= z9YK5VLW!PDpX#;J(g&ii_%gZvBfBq>Iq&uL;SN_3oi5vY5+bk3h3^~>cg8zS0mRLB2V6ze_AAnTRzXUkZ8I=W(0Yp`eOvgmVepJJP90gsx&x3m+=oE zE7?59!MK5`ve%w@Vnlae=4Y`eGwjC8hGu?WuM+`BxLPqC5#5lEIq_4qT&+9VdQO-I zd;|Q8k&@Ff;2S@He`^w=@8ab>Z>hh7K}zrPG(IpEM3;1%iaXy)Fs%3BWsGn|jn7`K zw$aOvUH}*xR!2kEKvoM@)ma;n92` zhC5p^E@$$_z-!#rjmWbgS}JGez-fIlg^uE8>?x0gns&%~M{E`qI_fSOG zlcvazr=1G^XIi|S@9N9Q#S5WQVgcj4#%8bl7PSFdi{p=LekvUvWbE}U>QvJXN$Z2R=;m7eTRuKf~HC@>9>`8X_m{ZcM-{>>&6%9H%;rkb-RI&V) z@u8?tSL;M&X^csQFtNoa{N=`wrRsfeix1KR)o2JFWf?+Ibu4c&s@bxNu3IyA3fGpg z7$RKHh=GeNw$T|Xx3}?m=Py#xSnho5T>08pfz>+l`-tbzL_5s1piSt=D_3j3nK06z z8N*HUdM@&qD=fojMosQdnb^gToE^)u{*&xldm7JZ-QA*7)2n!UH+(JbUFwM5W}@X< zk$ax~d8;C}Se_f0WuNbIuy3+HBr;8IGo%$4Gi72cN3Hlkc;U{Y7U&~hzLH#6e1O&< zL)Szm0th(%41l;EOp=zn!itpKRa`u10TXcS8q%3)fNHae$fl_r-@88&_t|r)q9&uk zvP!|BTNehkzNzMr4-flv(5knX!||o#2<)VPlRdlC?ALY2Bay+=#0w@LAjZ9$riLrq zCvSj-`RKV7r3-W6)1JC*yypq~h<0%9s;L*&X8UT|)PU{!B;BLSmlQ36BiFZ!3$8RD zGuee>`^+EM2JHypO2fWM!|u`R-R7J;5QypwSZ4h$>*E`BEa;g_?U`(XVbJ|J?}%|x zq;h)w9eo)opMCRtPsQH_^L&MAVC;TQQcrcEsm8$TW#4kxavj{as4$$Yh0Px?^VM1Of* zE!36T5?|V91dG_Cutu10dwzk6dc=@K4rW1$QIl=-m|=(%L$&oyFzzfKqLi)LU^9-a@aRzfSdQ@&56$k4(M%1_Qx@S zQODY$$CfR$5w6xRy+O8%z`t7<2Znvh5)$MhuJ|0^Qn97Jl8B8ys(;*|3)`iKSGZv7 zAfIWMH>HL3gb03paxClPqC_v(a?I>G`@w6qY*8&?eOrl5I>9UQ7%teLt*p%X$P!x` zR`3jPi#Akim!!k7?^L4ssY1-(_dfhqh5nT>3c2bra63DQ z7eSfi2S{~he_}DDrT$=B6m^$mIWbaX+ts#?*6X>KqN$+Jl0(%Z@@r9^*ornEZ+%GP z#Pkmdnh`cI)4d`p{qB0|I$7`Y^Xtn|))|F#%?g^AL60#SYWVi!uK`W+_Iq&t^|29V z+BG#nIa+@^e30KO4g2Z5ewNyRC&&mFR>|t^44Gzs(@%@PP7blX}n`bYRU1xs2l32xmcc%TWt9o^#DEzaXW&UXaf3Vy-XNWlbC{_Grj;V(AZNh?`m=s&}c(ti2 zVaq=0xf$r8Pn@lH9h2BJ@pW+s;5mJgWOxz__9CQv- ztivS^5|LwtU*tsNZ3SJ7i5j*)TfO#^atpn<-f}&=rM~7iyd&~9>t*aMZ{ouTs61cd zJ^d*ixh1KancP7?pVq{2k>8qOi*eTZ+aE7VKS@iVU)6iIrD+7Fa@i4I-cK&{_n+6$ zHncd6_vaFFFe~&cuWf35-0}91y}fGH0`Xle%PhH#wqmOE&>&{>UHN50P-v=D=q>8Xv83%wBEovK3uW2)n9H?Q${D);ljZv%)=rxg~Ys(hs#NGiAN9G%wlaPs4q}^=t7QshH!EuXrxo z&hGH;@VZjrBtCpmQ8^N_Zc|HZ=EjI$^$^uU)L6CE!xb06P~tTt-r%U;G+?O@bL2@R zjxNmhGaE3{@4Wno))pFj=6fyvke8O=kF{6%4fiwKx`xcGi=OPU%PDnhiQ&@2Cti=| z_)_^T3q)Ufi_KgPrVSiy&o<50?gVRSTqavTS>1)3KJ1{GX*;)>pd!kSeOc${BFLlY zdftzD{lRU~9P&;ScJ{VjbXWq*b(nzH_UAICJ^s3Nf-Tm?h0B3Y8&&z%`C{n}BO?|p zGm6limDIvFAxd0Z&b@BbwxTIXS9?oUk}2x8_1015-MQC-Cf@qDPTlm!WL!)q+U?h5 zQfVIPJ%f*KhME8@V30F)s=&`-UuhUc{#l?F{_RDsJ^@XM<1c8|#{2YANw?jiQc}?6 zEWSjv&~)TRVBg4luOzwc@^~-ZftfoV8&97v*$8fKUmtAMTX2$ee{aycXlbQ3d37nT z$A|1jx%bZRD}6k(oqQ%6B))ER5}l(aV%lM?c71xbp);B|c;nSVjR>lz-b#T4m}Ci$ zc2dN|&(e$FGx6Fn@t9S%t1fcG2+`;4hiNNLkFB(l&nUF^fr zeA;ZYE+p-CZT?#;X=PLQ%&77)^%i!Qk+^+r$Ncs|qE_GpaZ-#C=d*+9HqGPIKqkp_R5s z@td#*6wrd#A5gRkYp;j4Jd_{R;Xe8ycB;nseat90`STN}KWZx`FRv~7mRR5hZl7-{ zyXUY%#%Y?ewXo>N6?TT7Hz<90U-$K?ziG{v-1f&&DBCP7S<2W!PXV-i^5E+s_Cv_0 z9_ya_qWLVvTyKgnAdjYBBs{;!4NBX2JMu<#9fe7&X5g!Z)(M7Y!wyUP4)Hu;RaXZC ziV1P+Oes#aioIHgCT>jyVz;mG7IUNYBv(hB+Jv0U_drrB7XA-zd~4?ZZ2apV!+Ro9}mLGeVpygQS+#t0YZaE@sT^2$=FU#YcF3{p&JKCCbkFqh(x` z&cdM?g$IiB!Hm3iH|te2^9Yaeonu+?`q@=8NVvAH(hrZ5)5FW&3-*!>UgxF)4u7bf zi^Xo`&XL>i-&Y;i!&1M$y9Iw6{`149-IhVt<*K?v|JM%z!=)k`vyN0%VKYl;tq@M!y8GGdbADY1v3*qL%wz%3={k`snADxjjjiuzsom)*Uwm$wu6CtVl zLuPkl*wHT|Nto;m=ZT^*p$C84WBKLJZVNF+WxOAZ^f{mC!<5z^P4%zepLfFk&187 zpTEZ>?QoJ2pS7ZYZy5&$#ygEZUl|PgYPfeu<@udRGyt#duBi+n;l5k~)bXpWS019~ z9sGgn#|a1&gq%b?wgC6m2e^?#iJDLd$o*+e>S*}4Y6fKNgZNia&S8VQQxN*Jow7IK z@U4t5(AXaiAk)mrmH!+ITzJ0;XcCMnVaSEw zRlO}jJbf5AQBtBvY9|dY^#5Fl@b?vgDwB?JfM*gJAnSa{A=FmaeCUY$ggk0p59+9B zDWyygE+o+9w!DwJhb++Sc__aG!m<6?ScqWoIAbM8#>#-%U&y=_Eu!U1cwUI$c-bpb zlPf0pb?O76Teutt*(C|?C7qjg098&wyy?LTuXEuRay4Z6h#KXDg;+R3>n-^^IK`JJ z_~V_BITh3!Y3vCI;(fV5`~a)jM+eaP6oh0FG8qO>ijA;FScs4-VjNxjzQwJ1L=}8p( zP@)+JkR%yW;P6f!Lj2fDo0n0M+W{1BU|&63h(IjG!)u;iOhAk<_uj$htxMqn6(6PF zefPCbIh`ue(gxaT#T`Mi6iqW+fb4(wjTpAQPQ+0G5tu5DPzyD!zmNeZZ7O}|K-o44 zSztqgef9QZ;D~fMKX=izgANEb2?@T3agM)ZuQLYvswN?b@EpjDlmSy66(B1A?r18! z7kfmPK}JTJ!XrE+^V?z?oGPL>9|4WB2aVu}XZg>Ymtji0Kb1**YeDAiOhS@#&VNrr zyfgo6k<*H(*D{NuNLDW}6;m|aVpAW*IzfzN<#tFhPQG?Q=?M1-Lx~h#|F8#fmXJ!L zS{o6bW{2m;Y*e}eUECLr_(UgUk!Mg)7+3)K-B@Jt2VW{Ou872#DxhrA!jqoJEA(hKm9NB#G5 zfyK2#IkT*oDLoeQ;2ALma>|+a8j-PC4k>&@aSEvEys}A%kRvlVvLcHZOcf2-;09oF zxH_n27&~&;k`8a@MX}A=@-&2O3L@ug0=9X&`l}F8yjKc)@prYyD8!r)|5g zuo&^?y9He&CcWtc!ooN`Rs_n)aU^{CjGm1N*+rV=KT;02!1T0cz}N7FVh!v>Gt+4z zDqZO!*|MUjIJTe4Q>dbFRZ+Cz_8?11N{nbTQyX;aHSm?B3ni8oc@pTd+ z(F%kbd^;d!kOF%!2Vdg=+i=8kfO~xw;d`Z}^F2$WhsA#lw-kYcf!vvZ^cYim2nLye zBRfZe{!YSPn>@fCQ~^gET7UPj2iaT3TTprg+e*DUaY3o4z;m2G<8-*B%p>PNmC`UM zA$G6sMh8jb?Ur-#B};u z1y%ni!O0T1&IJ_zITcc~{P_WQ$!7#dg6*eYaBQb5EIa6&7ny?YPtzd%1#uWl7+(NE z#8f@ZTIeaA@a2d-mVFApwD(L2zDAp6!LB(S)loy~BfyvmbX~N0`+$)4eYCKc5zk&n zIB1dM84pxoR+uwv8ZutQ=xq6(v`9ky@=deO>hw9jxcQZY%-Ltb?ktVJz9lIXE9y9% zgv|(@gF6(zy#u?{>`Bb0B}2+))Xlkqso1K(y>#}Vx|A}oUrpof0uWU5;Jp=qHVCqe z7Ha5@5k>(!rLMG#Bqy; zVnmlBiYPQ6j*5^&#TUY_aTp0Fhl@;~QUd|??x%Nf3l6{m$0BEi9Xpy4^cT~MGN|TU zxWa9~zMnm)K%qkyb{PS4)v+~R2b>iYMA_dSLQtF!p9lmVSReAOz2~??%JH3d@V&Jy z3jykwet0R5sR&;o{;(6Qd z3lk;r?x=`pc&8(18TR!~w8SNARq^|zn`3TdtcKvv?a!n8(kNLbQfk%LkQRz8=B3)445v$OPz5;~5rmjN@SO^Ol+ZjTT zeh11)*Wu!j!Vh~1eBJ~k7fjXVsMETrO|F9?LRL`2hE!0;fj>sI3lTW|#K)aI+2HEZ z3CKDI^70{g=3bEYNhgysYQ4tZfiBYCI70BHeahR}MNA1HF%U4*9(<}R-MO5$qV9Bb zvQ!70L>|ZwMeu9k%X{}}>yfN)0_;=9l-4F8V|mSp^m7UO6pJ`HT=6+8?J7g$+jA8& zcU08>krblm^WYQslpYfO($F#`qyVJ?0i_4_0^D#&b5TtK*u3}tByZ?ak^FYr2`x}g zrjC!W%b)N43G)y=a;T7jJ<+e7@7+=9EIvXSZNQsB45E*N_a>|i*YLPK2w7JFSY z4e2Om%>RXfe0d8We1M+Y@U+)qyz>%71 zo;44e7jS*}0Q<>tsmMRRonHCg-?m^^8pSN6tf7X4#?FUnF$QUqmZ8CTndyRJMzRhh z_`dsF8%+&h8zaD=DJN=mK^}A38i!7FHa&&t;`dUn(}ClqG|B%S)5ta21~y7*L>*I} z0;vL<6x6#^9WUpCvR45|S^~=~{Q@~xPJ zykUDP#BaMq2_v!)3s99orDLg$?8RiIqa*+abK9R_gkAodxj_rl!~bS7=Y{F>fPHr@ zF$)B-)IWQqA#rCBK4A;ibnw-Z?B!u%ZFsG2>qLr zW8eyFW2agEj*cG?Np!u&*v6x}OPGiy8s3ZdM0{G9Xry#Uke{F=>jPrm zd_fKwYYyxN-RbA%M=NGvuS}6k^>=VTR5~RJf5slg;OgD)gIRXZ0pEH`98&Q(mIO>I8bI@T%>>{qpNG zRx&Gk@$_*X>`&|Wp{&`l(v90dYqnpDL3Thv&7%T$$Y#MUYW3!@?yFKQaC-@Jx)#yU zkDE}dT^UH2xD$4;y6oD2O;Y8GsOvfR{Pj{&jTiDR0d2B8QcUw)qz%PV2C5xeHFDwU zV&RNaE=l$oxN2WA1%6Un1$ziP3Og3N3#Sh!Y)0lj!9${5)nA&kBiQqD`_Zk^rjIW= z*a9DrJ}XI(zsc21m44kW{Vqm3P+08QWrBeje45-VZ7+QO$Z*giC{C0vGuTsMpAa@X z{d=wG=lV0_Hs+SNy^R^|l>P6ZCT4AYXRurjx;8kXJ!&_Y)q}Uv^o^R2O)%VVJVh~9 zAn7`KZ=uG6)ZHj7Pq~!mqqkMVqhaM`Q`Q-_B#(#nnG46cDFo}KCn`H)?HB)0$Q3^) z-I_c^>;_|$#<=K2CVp!E4wT_bTK&-!d;y@$<-xy)JAV4C{+`c0RN7&MG%<02`gwBV zD(v?|ka}sGWQ`MN?1eFOI{ctoUpp=E{bSXnCDtaUdullz2$dw&*Zo%a3OoiHCSvcM zSfg|YT#nZDuV3D7^%-3L(B*!48=4hIPu3dJ8cL&TU4E;yGaVw;X}{kMD-Y*{w-z14 zOXf3JMI_@nZ40oZi;jP7es^M0TLz@vIH?;{l#@r#8Fef8NlK_3+HCj9`l=ksTFn9R z$6n0JxAIp?4uADkdI4d=a!W$JUJx@@8SO&V9KX%hr`>LcEH0Z+zNIu2_ zYLEYjjqy8xVhEQ zl-2M1TM};9eWjGBPwq7ky7YSSSPJb)J>sf8bI26*Gm9zsY$GA~W@0L#{m;d`hExh= zzv%LZ=a-q`wOg2j*nSq8ZX&%v{dtJNrO7;BnC=q9z{c_Z)Sr+rU1y%T#|He*sx5U* zO77`8|KfBCFIg?eEtkzAQtNi^E!AV=zoGTn--<6vnSoT;5*EAUnfEdr4eRbFQuG`u zm--RsJ+om-$W}zfD{t?6E#s9Nu2WR})k-AN;~%Jp*pAp3@!KL*hnccMSu{RqPS^i= z_RY1p%lGQHl{invy^(r8k96v_l-aW{1^}2Tk#`X+iqHuBgJ7PHbZ~cb#+1Q9!9m&4Q@BAjt#h9@mGsdsTz=>{6~}oH350k2k8MMA&Z9E z9I zE3XDY?JYtxbqD3*J^M`f+UqE7QDxi?dc@n)VU?cwH;Rd_-fx1)qWA0sUP&b*-t<~$ zuFt>DgMudZ{PfIj+#>ORzgAc=Egrl&CVkNyd2(Ww(#`2z6+{u$~WU%#cdk4 zTp`)~cwT7iHbQ*IJ9Ei(GR~aMEW`g1QLkO+zHoBVOz`X;G^a!7rL$$s$bqK^8{PZ( z9Xgk!X5*qM7tTfZ$70M31mly2t|dQ=(&`OxlcCQ98bouD(di?Z^|~hWEC`nca^CZ< zBezhi_N!C>;J*?en_|kF!~r#}X)vIS*I+BB+Wx>P#Qhb;tG3l2Km!`&cc)s7$my;J zDGBN{&W8#ARxPAGtiyL!OmZ-bJ&dL=Sdt?9fqR-9tFQB5t(d~;+=Ml8&TN_|n_^RM z$e=Axn8yM2vac?U0D+TbJ)dJc-}o4JoW|PplZw8cz9o-h!gz+u3{fP_7t{#=v3)3*ng%wfeO)Sb@*_vB)~x)WBe(Dp7FwhcPbu^qSvTT6ibu|cqF0XF)q7pxy~ zK;edpy2Y^Q2zMM1ai2W*L)8&0`^zZYYJa&dAwU&vx8A>dy2&5KU+sS$84)^4I)ZLK z-ycoh3H1-mKm~O89{`|S<;qP(Eonc%Qqc*?!eBq5Brr&>IsSCR0-rm}U3I}ZR9*DG zr6$Z+16mjt@5(0_?h&L=I`U(%RrttUnT}4D#d&1KRC;*gk|UqcF=HhvdRTGkQN!(g zq*IHk4=h(2bL8!-zx!TD+9v^#;(x_?Ud5HLrDluX^qeEXo+pWZ8$9GROuzr^!5h8# zH>XY$Prp}ZaBv%KvDmfDsd7h)+Kb0{Z)x@qSO}hNMG3vLOkF3o6eJulinN3+%c?#| z95=4XNR)Nv_+IG?0t3iM+ltMrL96qh+7x4+kMABb8Bh_k4)w^Te}dU1(+)AtxxO> zEApRmVf-md#3nk-d=58bnq1P8o+Er^cDHXnYjV{vkX3zE>meoKk|jDX;^SDJ)X8Xm zq`M;Da=4bIIlAme8LG?d78Dtfb5u7IB8BY+<~)olJ!};|u2LbZ%fDA)^X{-Vf37tx z`NiI;M=UkS&7k$&Ts1k9-5ZjRaX+(b@(`oh6OW|c?mssAMM;;o1946MV#RwbD~55!qFa`vSLVciS`F@NbDA`!!PLv?00SziVC$oecj8(N{ud ze~WjHG#Y=@;vDIpt8vo=LW?oq#uH)@7!u@6qhE&{6uidX3$Uu7O!zUYKZFjK# zu>}zvUU*Rz_rl90!d${{7CkVN%tjxH;Ff16pe&MSspipYT)Xt5ARP_z2{Zv&*qcQB z^cTSSqA-nmgyY2D#j#jZxc1g2-<%)CXlxNUQUo0IRBp&_ltij?hkE;AC0|V>vDAYhD+1AV+Mu3vKJ`^ zY;Q;eV5CRN7EF1+=*{$oWn~O6=?c}z*4Pp&6Fs=>!9>Y7N>dfG!7p<|^Go&~HN#)g2s(y%b}yl0%DMXn%3s z6C(5N!6E~QX(=ZE#Sh*NJYw|tTE`eB@GWMPOJOGR*pl^XenShV!y^8)n)%r1@sFN$ zFcAyo@Zy~U0W8rc?xmm}6a7rq3*Al{%kl@V&)mfxYIkZU{^gj6iy>?29+=wB%S!tY zr(2&*&~DkEN;h@=0OPYFX&5oTPd*(BE^TgE1(fvKS-=UK7Hvo<2Xo*nkfvY(cs=S* z$w%ze*p*Oz+txJd#4e0UL~R9nQj-A9eidrsAdca-Wb!1Qkm0(Z%@sgD@>FE@)ZP@5 zq_W#(q(?^+;mrs9<-B1S+)8vDh|wG}FqcOvIJbLj!{&i2^6b75nOHkJdu^-!a+|X& z5&zb^Pb$Xgy+x;%>}KhvXhw8%Y$9UDbTSek&T5yPjJ10PEa|-wmFrl)`_x0tSCYF; z95P$YH6DXLL_D{jK_WK$_+lS$ThWT#zOtvk33nwPk+^;3j^jz(=Y4z*9G@ggcfE0! zIgTZniugauz$m{;=6;+0czljv-W7&H^rBtKj?Xj7@9-K7{N_KChT&XYKV9*dL5^-T zUWQ4WoX3bQVv@2wgEvyel`r=Je8pDgX)F@E?j1@M(8hk3T~WDHYiGN?e>HV>#}dmquoBuT_>+VecxOw%3~R$g|UzTyv$wGnf3U?n zHht;x0bKE9>~66e$s(3f5KA_RV$*-I8UjlX24=X4oBv-k5&vhO|9 zP+h+_!-_hc%r0M7$-cduzF*V47empRk0ruFEF;oi%^OV#hGpZtvV2xb<(1+gp3V2& zUG~*>M7MT={WF04ueHc)VWHw4M6#aAR{%6??{SKUV+&cY)X3dTS$e|4G*_MQZIX>?RLGx~<8U0w0KU4Fzw}Z@%+LKTUUm9rc)l=>VBL7?BUY(4vcc=u!?X zeSb6cTTxbX+IuA1nj1hP1DF+Gw&_qDQj(!RcE`u^mCUHQNc6Va9?5c_Q32U<{_N}Z z6*-?=jCa(rB(Rjn`Zb%>zjd2R432bPw2*qzI4ryPma^yF55dE$X(QrZ?P_(&PjwrC zZ(x7!E^}ji8J5RVXF-`3ssCj~a<@p`$z(UaB6u-`tBfF!F>1Qgaa(7t&+LF~Ie8d{ zhwgN~|8jymM7PPjIm8vY^f4cxa}B*Hr98`p4~@NM#Vh$*DZ9OC5p&-6L_DLL-$-Uw zp;hoTdjoN45t`;R46N&Y_`rJEbMh9OC~@YD%XFJw?_-vE?&B3QdkU_FyVhj^>o@`W z9^CGEE<%78Trq) zKO23DD-%kXKBLf!*M+k@C*JHNzs6XT$tdo=&j%>b%R+L( zWyc$U=Jvn^bf$-ywIG#vtMVJp*LSPXF^@b%T`&!l%0%-CfU~I8KyTasMv|pUOCa{>N6e;}dciun>fF6@T+2<;M zyG%?l$SxQent1b0zSu%4p#QIWL}J^8A&m;z#E&zsXcSQ}zP!Vgm-YOzkJ>eQY+nLe zZsz<0yY}m{F0Q7o2YfrtsD20=o#YU5pzsxcA%sUZN{o3-hD3z zqwL(t-FxUEo%ZFTu)?}^Fwv>vZ9{x+nVd*kAcWkwhf{c(_s=$O(6!m`Urm3`$p74S zTu+e)-H+O3`hAcad`kedkemHEaQi)P76`N!=UMUm>JGj+AVcojtHx~d&0DBlJ6LGL zWD6B+{4V0Y244F?%7--SA8b;(z#dd+i?jeLgdCrek=Nx!P4f_@%u9Fv#7J!8D79yjAH)(6x}yjt$QT|9D3nU5(W7#xv?bj9e6AWs@aRn;HVKY{zJ&7Ir^>iFNc*s@ zjxJmz$D0v&dLDF*<-M^wfR4z#4En(}-OYUPmNbP(jLv>%Y(9fxdQo?xGk5-&7R4Y{ zCt-ZZNFEt|SO|I@MwkvV%xJ`;n+V$raEE_n8VJAGh7mg&hfn^&Qz zB{8L+mls39)1Rz=3RAGo>o{KSS=QYgbft@@vJdF)IM%{VjWR(Ut|L{MU4`+SZKm%L zvKjxhY)(#3r*bq^w)X4>oV@^4_!!1#Qd-fn4AWFphGAO|6f?ERK|6)Bc-($uQ)k(Q zjDvz)T;p>&$qZR5+iHVb@W8TXVio^%ZT@ba&!`oD%XF?Bx^J?EX$Sf?Iby0rP+qc^ z6s4~^x6K<$xMW_qs}H|Me`tPc(5Uu^EG^n4M=5YxRO!W$?>wi=0delfS8%V(ArFIi z`>!JjuNk?nyO*3t-xzoxr+~c|_GJd8ey!xwW?@$&U zTfGUPcI-y3{EvGXa*|)<{yXx1#v?rc0|a!bplDT5i2#GLfq}F=C!8wb5(HQl<$4rC zLCfqlycDLTZ)ZO_n4IWB$@IL-(nDfD3cimIQb{qr>!PKt>&C-Uue(mI;ikVCCM1EEA$&;E;6*s=cl@3=~Wubl!;`5h>ZAy6eKcs|<% z1oiZeBWO8ON?P00hUvMru~3zM^M032W*3n^v{HVxuIuE|q2D@xlL<)RT zJb)?}i$nsP#{vulRko4wa!48TA(|{9ymd(N8)2~r?PbA}e%nuD{(UZDKeGQBB>;Am zkuQXlEmlUAB*0nNybg6x@$x9X?~^55hHLpyWr7hW1yrnf^gX1O2+ea$36~Wr8qObg z4?tPY%MgtUy3fHjTGFym$3JQkrYtI3V$i!(z+`q@FG>)pbVT6D^?P{;(HOR8DEVZt zP4g%g)G=30BByyu5e2Hf{13me6H)T-=r2TckCC_ml@-%PNS#KVHqx>`AJNlMs{a~> zQ;JX+QvwX<=R3e~#@_GcBf4r|{w>WX6@rnqTxCX6kmF*+Up;T2CK>Zd$Y?=R}o@ov;N-!%-{#qK_@{n6=(i$ z(UCP89s^V*0P9R;|0bReFLlm7vQHWOb9Vxg8dpz>oXk*_fR^#eFcObUf1t+No}Y){+$vQ;dA`(6gnx@tlQ_2_mqwj3Is%jc z;|b!wu$>%Ayxe~V(>wUYf5@p=z=UqaFSFI!03)#?Bq>GUH<0V1j3!H1Z8!k1>1IqA zs{H8B1*T-O60C{hs?|YB++s>NggAM|JyD2}x>CEB9$y?%)Nz0ZVQoz8$gxeLh4Pft zOoZ2*f>cLh_9lMYr|eD$JAVCJBla5m81U~f2C7c(D128v0&pZi7BGT^43h?mBL3$<#y zphWtye^Hk?A`E0q0;(*zf42lNEgl#Q<=jsKSORy{m|y((KO;c})#ET(Vv#iyU2Iwt z*WjT|&ZLB74HAltlbnX6&NWaWIkg7Eps{P-Q03HGpuVMN5Dq@7dG%ufsD>3GR8#Ck z7vQ=inH4_iI~88`Dar{42oxXo41{C>j>rYi$fMpU&0{&Hs3$K1wAiPlKq%*N(tojH zW58GPe+DoM^?xh&-96c~e{0zSDd5Oo0P13XZUNAF@s_TWH?mOWLRwcjlxLVFfWd+7 zQ&xpz4K403lp#1a_~lWS2dawTt;Ol#bAnl56Lf*FH=S0ctkJeqUBP(z*^Vv}rJaW` z99oYD06uL}AX?sfnL+o}NILw+{sjIzoWWiN?x>a4)2yT#sfAKF!{e_qKrMMiMSwQv zwE6F&;F1Go5dh4hAj+Drxl_38BG+Rb9{S#Y)G=jHl60a(pig^8txcA{d=buK5vQUc zK$|MOAcvA|fyBWP&yce1%?OBOWHZ9>X15Y3vBmnO#kBH*FFB%C#dj>F{v85HR*633 ze!A^Fmf9y7l~Utht*%R65|-j7=)e5w^5`tT?&qiWS4GB`)mh`yI{d8A{B+evC>3bN zo85)apA)TXkWQ+}ypcl)yBdi>0n zU!@t8Rjb(3_6YU&ytd!-=gz%RCcBFCj~UdGXghqAY9r#SD3KwEOEhOFK9zD{%P}x#%O*{T+V?Uc=u&?=@$|d#1kOp}yTK#NTOFax z*}Am&I_luswzoNsWr0{GCFnJ5{%@`a`(Ux3E(g!P;25fmM}^36$xK1mnTb&bnI~wN#q!0 zofsUW;-T65I5T4t>lE1;!=+DlSJ2AF>ZhpM^nCe4mG2+FJghxFDu|QRwqLL=6r*A9$P3vvg!D#o_)DPME zo!=X>()-oM{}G^p1; zfoy#i#9J1yGhFZl^ptAL_I$zCIDTn6A)i8NwXsvPve$K!-N7p@0Bb3Y+;rqe%Oea) z&miL{){pbWFDL#_^oDnuv@a#Zv0R~~6zlTfu2V)*zoMvh+pJLoH@5Pkp^R6OBv*b{ zGhsYC2le?xJsaWWeA@H|k}Jip&KZKZcKBkFH7-)!^kakH>T(t$+{%V^|_seeW=LZKdTN`7DyycUyNft|G{7S}Bg8f=yG zw}iQ#xv()W*vp)Ma3M?T!p!RnA&Rg zA4?Ak9UD{^J8{8Tr`FGiUT}d_F!W{eOU(Ml)#k1KSItrWPsU#?Pi1TQJQj!w4-fb9 zJQqw>ELabG#%Uq+S@NikP+*XiYroUZ$FT`B<1dNLJBy^-z9}c~@gPQ@w%?fhvG{I7 z!=qGgCBD0hW_>Clym@`zxKF$P`}rQ)sg3v>E%fcHZOq#0CkM197|Vyh{`1+Q%;MAi zrkL%1(#e?ZcG{uDP4vL)fNuT?rpvZBj=j!ST`_N(rSUKJKPf6A?eOT_Z7jOLcbj)L ze043ffYm|p-p=!a<=OS-t)jy7hu^Kf`C@BS)OI^E#z!$OY<(qWbKuAKfr;%_$*kyW zHy5^sLQj!*jEu<5n>;!@-_Gr5n_J{Q-`bh`x-}8CMf;k+-~ET${AB)y(_wexm=nuI zG22u8ib|`l(v^uLHg~kQU&egz{4u4uHC6E7OJ$VTd(HW`j_V7nRqE6`@16`@eGyf- z;}y|28+zN~>}Jsr-Lb2yD-)+KaT`u&G{#KK0vVI8*%=3g~*TnE?+19EpHpOehi z-)u+*?Yx_1OxielctUD&;CtSXOvDAji#uws9d@|#w{2QgvW6ed^3mm=-0736xrZgK z%YHfDALIM_YFz2kCA&3UnJs7ScKn*$sjnZdB`-Se`@-HFnrbh7z&q#1)elBNJDDk} zzJn>}CW;1@3x2fwHq&}7z+LLX+o_$_rDYTXOq6x%~BFv7BVf zoKr!h5H%Ow%=rBot2+-pNFg2E&yGcSa?rcvu#axq8x51P$9_l$x*Ll$UV|lI6m30 zlZ|T2hMw(PlZ?knp>o){oX*^hW7rpR*5#VNS*wJ--@qA?bWxh#@)fa{XYS|j5QQws zV#iNEr1ED)fA?HsY_cJrb|XIdkgsh^Ru-dPD>0HTbxJk7;8?=dztu0vo||W4~(~Pp%e=qoS>67&gyI;SV%IF#XtOdi56hq0Zh41C{7lsAX zGo;yGI5jGc#gxx2zx6A8VnXW4JbdKUEoLjaFK5_4|Vv5BYRC%FXR&^ z-=Pe%0|FoZ`2HhE7BP64?}%qJE~YjOM~WIsG$Gx3Bb;W-%_5t}fbIHZ7wSRhofpNn4+kzu};zXI0>nkal1pI z7}a!Hvl)TUX;^!5kHQ;*N~TL`)-^1z_E-B-r)N%nksX)k5y3aksuAd>KHqu_H` z^Y@7ICq-{(rD_-ZKYVsHW*hS?_4T*kjJDl*cl-F)jmE6|Q;i#3+Kp^NUlZ3CR=mD$ zKE0qI9ChRZHuof+zc z%ew9k(Cd4DJm@nOV?_2bE7P5QqcAuEaFO9({YD-R4}z&FD9LTMRJ0RJIP|> zO*J8-LgKsHi4wXq7tSeYyo3yx2W-{Z-rfkEw=N&r4y}qQ4(@fH9g{z?@`Z0nay@&J z@d9gAvj>-X(}~z8O%v%H<3Wgx=R&rYug3OlkB+L+=6IEs=;scuzI*jhvi*M6J>{@f zo$&3YA-SDP_jUTN?mYR>S!664^W{5U=X=Hdq6FNiveLY<*8U3ocoI;ow(WOec5KK3-Jlu&wE6oCHS{)S?MaM6L8N(V zQcQR@<{U}3c#hw$WN6Lsb?c+b#_US&j#XDbGu^Z*?hfME;}iDRwq*w7o{V%5V|n$j z2T9AFC57&bzj;@nD{~)8d^oT3(VNpJdRwJiFFxxm9m=&Do1$i-dC2& zEPbCU(ouD$#eO~>sGD{vgW3?A7{xyRDpvbOsT!>_Hs|;~mQpZ%YLT58^a>`X#aY8i zeV&3_m-u?QJI?lgyOdxeQ&F==S~1^C!l*pUuBkpkH?7nEpp~Ie9lgRc#&RUXjAj6{ zyH=rnu zluH-uq^rtjkZNuBJW`|oqb2xBwd2)p&m(WUJO#BnnDW1hbx^gcJX7raRX!sGAM|f> z+~xNh$yOV9T`8xVQ0KVb&>x}FRTgrB1j z%X;AC`LW8Q0-lWxI_pDa72DIB6Z)5~#D`|?Jt`0BxqBIQfLN!AV!{j_P1Vc|4zy{o zc^oaW@gqZVx@AF#_w$_c^dvdlsfnh~lqC8j{LzbxgoXNJm_gP@u>Aujq|0fz{BoS8 zkeqSosSe#oumYmfFqnE~(LA&)ZOoJF3rH<7>dg{EQ-p%>(>p89jYnzcD{(fQ)@rmX zM4VJ)xZWN~YKFqJ+mmo={sAS`?Y7WL_K$|>&H!IVh?M{&sIS4*4BZzEha-4>Tm$9| z(6&+#bt9t;d`FpXu<4CiIOfcY8v_gPI-fjZ%cGk@GWKtLEsTa4h@ZE9{@L!3kS!z3 zZ>Pormx*tegY^pKp7cCd>CcmMOu=p7n7$kpai#xK8=~h?TLFi3r+zc6r@e0?9pi zIVmh<&XR7qM;=B5JrBO4eUw;{i9MW~ElfMFJHjeg=~)_CsAXYHy62c~LeDDDf7tzq z7jGN_$X1c0r7FM zc#tc;key#tg1T%jkyixx0KqipCz&KRS=N5hjCo?T?>=9tEcBW)^u zM3D$VNvNXXCvK=>S9k(mS~o!)=^JfmjP`T*;w^?m3UGlhXKVBlf-ng{)Duq`pr5~w zMIwDq^(NrI#UI`W^I+XZLDb_nyzW5QslMnkR52qY95l88`ijygObPgL!TTkR)G_t| zMg$PxcVq7hJ(z-*=E4hf7EjTbq+T+?y_kL3mk%P0VLY$=#o`slNCY^h++X2r6CPs4Rh2tuRFs%zC1E(wyh@soeyR!raD;70Gmtm-S=oz&E1R~pt z)c`#mankBxx?N)J`Br?OC9K1RO8@Sk?CUP_o>kZ$rfx7tpfzz}2I#r{Lf|jcg^{=A z2RIPls=rvEv$`j)*r3b!J1>**0^Tpvj|zIf+@{?5CNk|NM5v#9tpEz{ej1KZ z{8r5cF+To90OHsZ7ykx^m1iychXzRr*hb85BO2UT^kB1n%1$^Qr;7?rsc^qGik z80}(4?c9u4ZqV3X1?e`VPP9KfqhZqm0iy&=?SYc%F4KH|7e}lFO_`Y%Ixyx*DIHMuD!STze5qjj6v=93E zsd^MLxZ^ex{2iSl6I2&n_M$l--?C?20%`hw!Whl{coyEBX|Re!+SqP-pKtwBR4V15 zjBA`K_*K`%d||{bcRF}d-@P7V3ELu<+0#&wspTFWdcJ!@2DZ%r_c`NM7LthvrQ;8KZsXSm9prpRvHw01rj zlcu{aF7hejNb`x+bl7_?dr4+Fxf^JTO#HeXZAPY{Qoa_~+ignHIK#Y_flIBz`I?YF zq~0|RUB!?u*&2Ttp!f?&QnNC!-U3-z9<8jwXH)cJEk1V{?C-7%xE}N}p<$&a%;-`{ z6hS2k>PS-v?YxB%`am`4UxPqchu-OOhFL+~IpONoaE`Fs{>8zP{+(5+rSKUHyXy<-muI@s8%!l?=Vo0KuWxQQ*4=ZDUog_2j1{X+JQFTa< zmgOrx1e0ws63JkuF{jZeRz!T_c;XC;8nkeF&{rI)$n*GyqlGTI`Y=YN!E;5v_Z6Ot z^sX*%ntPn*VG%x18@ZyoeHY&Coyu++s$_DCrs94bd)Ili<L*Vs)vEBbRb zU>3ewaUi-l5CvbK*K#0E-i2804!Yj>D#$4~JZ>rj-^X4gj8wFQd2qnY&@(SAI0!a5 zvrO>XvhfMV4p%F>n(iY;zlyDHSh{!(r+0*MNA$7=<&I{VRYW~ow|7sFHj>K2uaBlQ zIBBuGYNN9bWe`Woo@QL0Th~Pp&@Ke<6@S^=K9T-K2k=ao@#Sm-C)n_zn#$72{=Bqa zSm#A$>e(rOZZ=bx#}4|rHnN^s+;X5zzVutB8lT9Z3M!&GY;YU){;<)n;hV(GcQxpt zwdSSLv7TxZl1(X&vE77JYqn8l-+-$ax+ZH9s?c4iq@Z(V9}m%KvYol2jLp-giPqDe zdJ`s0wK_%1x_Gek264=%=Hhj^2_mbUfGE{~ET5ahh@$$lR9dG~WE?qzx3aqG`fduyAk zqfMFq`3b2K&9HL08BZa?KpLmdkZSZnh(c!aW4nvhiy3eEtP~Vil=+dBB=afvo%blJt_W=nVq2MsJ$;atB`?onOp@St zU4bh4|jpvCo8&XH6g^|B)l!zEejDU1<5^a=fnax zFiOFjrIX|FeL;o7$fjvJk;58o{aEk&5XjU`IHsP=eDp93)+P_OBG`3FV-2<<$mdKc zcvuf&x1D{_|Co*!;a|TU3Y^^qYYOkE$r|j0pKUC9nS7G(%t?d2rFyq-CCp)*g~v%<)9yxTLRTk`i4R6j}l8Kj;zv-oEZ$JOMyEx*S)UOf}xwFjCJndio98>;sxNkF}9kLN&u$I{K+7TwR@d8n1xOUrBrzpPfv}W~n5`XJ@jS zl5F22BXvzl_V1_SCy8U91QU5`aTbSZ_cR*Zq#LAt-4~|EvKAhH{5-nbx?gjEY@hMN zodwgt30abcIO;hk@)0_{>m@Zfz`}Yd1AeSHvtT~$6ZS!OM4U|J^l4;(#a$9Xu6=Tp zA8Wfj&gjv5G=uXK*B@*quG{i21eO4e|NhT3e(+Ah_P^;yfr!3EQ5pk4z&(e44`dBR zEkm@Hmgw(Wz!GkPkuRYe{J6)z3n%*y$zn86$(|?JJ;P4)0Ma$nT^q0l~=qbrgddB#?C+2?BjN-tuHQ{JyH9yANKyC7aY^O+qpq{ zk+no!19hHlxl(ryq~5L*6*E`pZrSD_3R1qtzll%(6AMXVBuAK z+QbMev{((w!3!;BhbV-8iXHq}XGUl--xD{ahBeG1zl9p!&^ua@)THEks1hUL(sP+fG2$)35mJUDz5F4{`d z_se>%)$-z@i+P^C@2lReN9;#$-9`-@zn+UFGRcLVeyZe5FNC>rjsud*bHt)p@~z~( z7~xX{L*%6u*wR_1%Wo@blX08rD-iFEGBz>fPOYIdwY6_MJ02&uTKHg5!x$)!PKRa| z^^Sw3clwk8pBxn{Ma{}uVCHsxCPLHR{+Kytvc7t&HY*_G^mryqN+wpaTLC+V+`?QB zSm5^vxZD^Prh6i61FS~R(y<0_=KD0B9i{@yu3Z8hBmhxJ<1E*Mb-Yc+FAfD}BVJv^ z*J|9-!x7=#k2R)5Ai3|f^wI96%;KTOGWGiBEu2`o4*^0qh=ODke8&#-iJB$z@K zjX<5{UF3&u8@ec#_ zJ2N>t0_JnB{rM`WF>WUNR?Tf57>rHIm}kXsELD$skRe67ZqhA8&-}ZgNA$th^zHgz zjaismTltUk+8a*1^|@k#aKxlCMYwnO$pzx1XdIl5Mt zo23$<2N^>YtDHFFvL5*nV~-3`vjcM_i1P-n{fIeBWmVUfI9MowzR22M`epc7kNzLzu@+&ho}sy!5#Nc0zSj zD&XjBNhSsG?w{l?{U{ZjDZh(GN60z;p3EZ7ewu(tTP!uOVQLJ_dDg%@^`& z{eC`muetiCi;fw3pEp?_y1DNAQ+2L404lU{vQ*mNr^sB^rSuEA*0%__Vw}>k^TZ~w z-<)M9xUyO08oDTgMC%Vz^y;1FAIL?-$h_C~CM4$C_~URQP9oia;?D)F0dKdbjN(I6 zhJmFxlAtT*1bN?B%cqIj0JV*%UJql(H02@~P zIT^!v!cgGtU1Vn|jI_QivdjFO=oEYZ;JW{oF0kI2>~dwFYhU*Q+LxgWr9?k~z)%4J zt=dSe=3+bwNqhQqe`e)3Q3+(;x%-H~CvRL!d9;y*g?{cSh3UmGI(-)AA^*L#mp}Sl zkt@`_7NgBUZDU86f!F_GiuZ14em%=J|IjV4mAUDR4rBx64W+D_3mK!2ohmr%7IN*B zdKOmVmG0Vwyy?2@*eXZb$ZU|m1KF3Q@~w;PM6DBzI}X>CJ%_v~I{`5B$e|Jv#XsaG z(TPuwJe%x)WOCuh`WrJlE$|AfxW7 zb6(wM?FFLRHgxXG5~yF4Z>9H(1TumPvea|VgK<}g0~CFi`e}(A`YQZ4?`wjq<^a-H zV*)x`B>_)l;GUzKZpm%)C>5cHEakpS(E4)m4n){r5;pG2rRFAtc&2u`AR*uGXyrpU z`Ow8te7>#!EdV+K^!)=`sT$zlEOstAWZ?@jO_Hf=mP?RUx=_(a560l#pBaHnIDy+R zgBe(}R6c*b|0NG){<;gBoJh^0;&)`^=^Wj)nl~+ZTCI6q^;Q&_r(&EdNiq!$B-zXl z`5tr?T2JD5xLsd&MBP1AN*rUPwE5b-qO|qeQ2H|iIB0FSFyW!Wj^_;an1gi`mguUu zVarLaq$jcAitaoQM*Ig%gx4`UvD2Fu*{ZyRK z$X3d;)U?aBBluli$m8q2Q71YMbqU*tYm0thSR?@fDOWBhq}5Uz&}s>$?%l}&yV-~5 zBPgBsv|zzhs@;0Ns|_g{ifvy*{afi~@T!%+8Mg7f%ta9-Yo0PnAFXHK03L|U>$HuU z2|u}4sh<-5dBkxi&Z8jV^Hg#;{T}Q-$B{k%7~y6@V*O209OXISm?c>bNYLVAN1r|S zkCNbVhJm-)R9Sddkb4~o{?GQo-VgC4;A?>!$AJ*TwNU1X8GvuAD$}(2u~rm+mecMR z#HWZj#=Bn)X|kR5R+r{VBOV8arJHa(Y-i?lKQ&c)1dNcLxgKTCVDE;~(lK>w@~L{~ z{N!*%EsnF3W04F~J-9A==2h<3xT)Zbs4p*n5c8T~3JlZ!)-5YPD$?XDZQEz=ZiCR`FYg zt5Fm4MRPbW?u8`pZ_DXLe3a#_LFxK2n=O_$;T5k{hkU@mh|_T?RYyfL$*|WkFf)Xe zUHluYw0bC4r7$~T|I&@)a&87_J7L;z%2mBb!+73Wr|+J2j6w)uUMK}nVqB&8jMdHM{uP196J${tDp`d3j4|fH#Yd^}*@GBziQ+ARcieym^43U5&WcSSeTF=0XPkWe_>+2znfU;Sh*CN+}`Lgh>)-_HGq6EWHVkUvU1b_2>2C=oaH`i zkjK|J51}C$cyx3(uf)s0=foAfN5}y&NU~!zW-2bikmaWu*Ef9Z&ga9-y9`hak}Ilh zj-KvR^AJO(S3+`|;JZTdF2Fmz-;%EQ-kra+do!z^?8WvR<~;9~CxLdUDK;ho+LQqM*9RlyoB^U}=h8 z!L~3Pdx6j>)~lM^&PWvSNPv!cJ$PWTl(>ft8d zBHh_#NIz;cG=^BmiZ3{VIuEgpbM8@Hn%yf5Xvgvr^;3%Vcz$llwkyK-gnuyjDS6(Bt~_cXgtzjSs!I%tS^8vqePo* z!)Y_%BQQ2r9cnSj&ykuprD6Hsbz)Ql+*t!Q=S|i*M}7f}X*H<(WZPCTTX%tHEAIvF zK8|S(1i@Yik#vO%l5V=c&2ZNexyOJi5ttte^oCl8>V<^n(mz}q@MHR;7KtN$E|~## z00aBU%9*E6vTsEh+3wjYo!;!r@=HtpUjTPbu5IJLypa8;fO>JjgqI__1!mxdys3u{ z{Ay5sm2l@<@g2yiPey4yuZ@nO&)u{nz>9()`SW}9_t3xdUWwV$#Ne@W@VSfpYewQt zox7xi6SoYOJ{6zB1(>@(XnusxuBN+!u7M zye-^-%df(jo*)~#koU<>>~&4iBUeeV$w5b3e3)o;vFZ&k@}wu;^E-$NQw!A_ZkqSa zH_Vf9*AjW`uTlI*+nM)Gkipnh8fWwaoJ7HoXYXrwZdgYNA0k{r2+_pQ(WX3C1tShJ z8hBpkOxjg0F5;zwfGO8=Df46Osc5v{%mIoCI;xbR!_|eZI7gNj{%1Bo=jq&!*wHB_ zUdX`TXw$MlC-leu|0RB0SZTnl|0u{yqx6TxkrBS`DL@5r4Y|F`NU~*!x49Z_*4L@Z ze}vg7Rl-odQ;rq#-RTeZy!C#~mucd0Lzpy!4ARtP;6%_@ybF!<`e^d3SKlk5Xp%4qJ)OXZ$Lo-U|7TY|sK6ugA`ljfWyS4YAs28So9LUkcQl~(Qj3j4pFGkhh9n1Gj z)thq#W1{N88Ha18E%(<8xN7nLc1){bakSV6C2+X&m21k#8b(O2yB+7QqxY}V1a#!e zzF6a@YGK@FBbq};f9gct&rYpv;wz;+P0`4`V9;E^~qv=5o!nVc6kJe4ptX-CwpIhU_;3$HXbJP#8Nr zlx`hEqsRsWax-7o4mDQOGgbSW0Us*;2HxN%$LlwuByA=~Z>GWoDN?)y2Rh;Hf(kn! z{F)ck8jYBv%ZPE_Fnv6)QqPCD^htB?2`;vq07t-v=!bqWJVr)>8)j~i{2}OoI0kByv|3svxOjZ z@)7<9YYF(5QE2Cx&=Uy6lea@AKcTSuc*H;xA7TL4`mbWq1~}gCs!Q%u8V9Qm=8?ns ziDM&@gP@-L5sf~;eti@1uaJD2Pq|;1fVhJY{y%E(NeiNevCv{ddT-We_hC`* z1k(kp{tx*n8Q74XHYv!49r?`54^#1l{{4$nPe+rYBg2HNag6(uF2xy>8%u~z4=>G4 z1!E6Q5ZUBz98Ki$zci;j)N)9jHWJ`U9{!oI_%ujgvL71z#O-A?kT5sF7GKMyFUc#g z6#k`lvcNo&SN1|2@50298u^(|;_35NA$QH&UE+bTY<+JRuPNlaX7>f@V=tQnXOz9@ zF682Vv=g*=K&1ve=96&1@N{&6R<{w#K`7_^bYs_}{$E_75xqX=AVgR&wFf1C+KE8e zi6MJAZ4%+)NN?9Pwe{o|FoRpBs{(=b^D^pE$+kS8C;B$heVNm4c9t0MGIA7H~zF{OvJo-M(%dvlvziIo0U#eEa@L+35Sfo)UP7l4npeZwn7?~*%16VmDm z;-Mb7(VpX--jtAZj@?%a)4kn$#aRAt~45W?4Tz z(p}pbCyYr`qv)iRy9<>S0P66=0ZG|_9K|U<#r`3G=CUb?f9%cMpM)co4esoE@&CNw{U6Y~>c!(?W`MxM8+PY-FW$87$x`0^hp zChx|DUgFgvSs?rE>44!>0P{!(hSQy6|1X=1NZu>@cONtCe%N|P4`PH6PXup)l+Sx5 z=gWHpQg&GB8&$ebw&%>-%=8zni{IJzVdQ>?S2P+Rw0beTgp~R@F%SuAq_=qV`e2-k z^c%YM9~|t6a~gg9+DIYw-y}}Su4(@<>r{S+dBqzAfG?!wa|3DKNxi}H=;Kt1OdZAl zZaeda`)5jHu3?OJL$zLc6>ba7S_2HFS^nO3=J}TgXmuc>Dg>t$)|r~99_cjCwI+|T z%AsValm1sqLE4L9gvR5lBlK$u1K;03Q5$J}9q7o3cyubGE*iK^!7SZe6?wY=0|tm% z2qz?W8tmgJ5qJ*%b>*v4JUt3>_Z9xm^$(NY^*}}h!rYs_hW_1<1@AB(a1LQ)En7DV z4ue?D@Ie)^e6kI>7hnd!4)||{Z8seBs-ygGK-}Rhf)ualZGoXY#JQHg*Tk{Gy`ds4 zflAHxs$=I8l$^P9qx0M|O#95x=ia6drM&E$KJFKEue^o-+E@yQzFiFpI$g(baH9yb zF9!~@(Go#Avm_N0_S}P5ot4mJ>YhFRXH4julF}ijq4J-Rk&=3&EfEVRONmZTF{bMt zsZUKv91HFno(6YXE2Y)VmvO=$XJ!PDxg=j^eDyuvimbtK}qVOw>#|$ zFb6$Y<&tnyDCz;z(6Oob*h_`QQP*@DEJ04FA502wr!_|=jE66JlJW?J1nA-zu#S#{ z@S5KEyfX5^f20Y}o4eND14U*}F>W!4)qYj)s-NawQUjU6K=Gj)^51-ge&`MgGXtl!;_w2ZO>K_E?-I>J;8Uxp>@?6Qe;OQ z2b(&#z-WN~pqqh#w0Kadd!&1+${}D`w=$m2&VS<89!Asw~PRSedR;AiKs zjn}&zL7Giobg%Dw)!w4rBb(7s+<{)gT;Z38w0_hrF8H{2{JrX%IzEI&f0GQh^`DP> zpdx?N9f9aDVIrC`|8>si5oUdEau`^8=Pu3B%TaF&Lg$;k!JK91A!<%C*b6mEvC26s zW#aN1)*kw}V`Hys68V*`^1eIz(^k4ae?5`sz-EY3SN*7Jbl6l@@qMpd)nWKF-@P+F z=xWYS1!Ysvb4YlSMX)T=@oviFk#G^ zj)PYS@h^4jE4wBBi(^cAwZ4SIC(9tPe-jkWxB32`zTDuMdhhU;pfgv&l<#kvCA&>zR3)O6J4Y^uD{2_=DKZ%Mpp zbne)l`fiaUH}RrRMfb@wpX4^rSv5GvchAt57F^o-I9$Td$x~jp`$23UL)Uu(loLU* z2J6gIOC;umfGta)*V$*c9J<1C^MEzad5B*D8u>+%I^K81NO z1(7%iYyW!t<^UuB6lS##%JFb3zZgUz3iR);qJviJ<|9-v!N=%>|5bbYI&GEzk{)pJK!8-J}jAOazA?bmV2Wl$7yKja?4x}G(yR=t6 z8S|CBo&n{Fb9?)JkFLOpLC7mhN9MF=_L6QF$42m&u;x=+dC-;=x-QOm*FCCLZqSUF z!kh>$81Wy0Z|_*R!bgqKu00?Y60nH@nWR^7xGi33K92z6K3!YshOD5))v0(-v%ZSc z<8hCp!mM&~Y(C^$H+7J4n$px`j&^%%LQ|wC;;zNbPsNL}$`NZXW?~K5YL5RTYp1et z`J?sQc?|Z(CM1>{xI_|QCm_V80$nETrc*e9h%R5wT&BqK3Z-#w*IdS+k-r4r-z?(p z2EKCSW)i;pYax&-cO{dp+7CQ;{GDggIYEGd ze2-+p^fQGV69K03)nt?C|Cq`Omowx<(pDjl+yBjHD`y-`z}HtEE=3{_@t2E~Ya?Hm zA9lHBv}1kJgCJslub&CyN+)vaE6ku;^lp!Rnk9osm=Gaq+^lbA#~rHJ&K$8IcW;ld z&Yr}X$v`1y>>_YX%jqB+-;#xqL#o@k;2D+76d{i7m!_JW`H*iwS20wH>%EiPo|=b~ znsP~OXO?uuxsb&GgS)ZjtWk-*Ip;b^Z(po%E_~-87eKK_dpnJRJjNgfKrAB&bN$S*7N4b! z#Nm7e?Ky+*I){fn;5ALBQ~`!se&|EKggNZeq9<*w7Wagi0`gV04ibarA_b_!^_y}*(9lfv3T5R(r#DaBcI`9~@EmbV*!HO1 z()*=|?S}&5h%pUmy>XI}6S2evlC1hagV#ymV&H!fR%zEO{Ktg$PuO1;TGDgbW@Bi^ z$xl464nKCh7Aflm4CWNKXYmc#O{1=FrNYp}C^ThQ+xhK%7x_J>V&QTb+~(9H_3nDu zeqGcY@$9*v#n8UZX!#GVb%O7Wtj6t@V3Mx##aBs2EZttce=15_HWwDiz#dLE%fQ|y zfbU!nk(YjSB#UhU#J zD;r9|6{c#O&84}=%jPG@^TWFUc7zuMix)tE2i!^cADNfteL!M>g|^0RArN#S2Qt|( zJW$G8db;287s&7JO1d*2tvCn`l+(=2tNVWCD1Y5!SS3H@a*>~vcLwUq^bpLz|Cuod zBt7d!f-kQS$dc$lc2R*VblNr^{}BWz{#PzgeCPX@$HM__845g7dz`mkQ4XF&fAHqT zO9#uC#TToDo<7w&ucsUse>EE2k=5Ltri-by|EJfQ@gT~RP30^#N~LN5ZT8?tEPgW7 zwy%C4|GSK@NByooV@J$I`V1Cl=^fK#N}BZfomRcoS-&x9j;8omjR0{)??e7Yxe1*8 z3yRC5MMVWyKQ|d-zE%T4u1=OZsd(Kubn(qTmP$oRB9AynBF`~l+S+Z~IIRXZBEPm0 z7`5z_{_6o0@flap_Ur(P^%|2d1Ey8`U z3@`Z;RfKB%c^ptNvZ~BSOZ+Dbd1?kd16VL_zp=oBTHI%Ruc}LTuj+&3@b`?P7V$;6 zjk3wot<}B~gz=7Q9H$xF5lgH$~eGTj^F6y2`x;E!0-rEWDIqX$uc~u~F<~h79jQPC- z_rDZlnod3_2R%Q%)(4x}#+kXW_HlEi&*%6`lUhq4HZmVPN#4@AzK-)I(T&I1%t`&LD zf_#V=l9sL>lMII#OhS`qP|O^C%v|`4RSR9^d^f1xS|Q=>9r~x;Gc*MFZkcs^Y4!z0 zmi3i?gCTNCr=~uXBxA_>u1(%7Sqmm~70hWkMpv>$WE}aK=Wf8sbm^QiIhnz}RpJKjv)fskN}5HBas-3p@T7NMtppfxg#O_kaG*8fdZQ865iqV@ z;N|2vY}rFm=ZKRL1< z$@kK{Y=wDQyY(g>JmGc%-fbP`PO^~nL0ez!sWSs9GT+H`5#Ko7q2K|3@w=6x9<^<^ z_&C*@pTxNc48PUmK!7U_`7pzh`F%rykNLon*CU5a0o8{j1_OoP=bQ$Vj`6Y4d*uYI z&d`=2dG=GkC(WLsNO93@c+vLBl;V;WbQmy(`=+X9slBC|n$dU$d!xJ@O=IKG4sO?D zZQmZL>;@LnFU^Tn9kCR4$_h}~TQhNH>I@)eOCzAXzUb-0nzxpR0;lvI|BUC&fOy{h zU)goUgv0J(mI(5~-DCA;=(*9pYe;0-G#wBaN((G~m60J(_x^|hZD@ukJ#fEwj{;`j zu*Bl)`@fA3Gj^mubQ774J0Xf(ED?A?AKb4r{>v-t{~whW>;2L;#-rkGXh>ECi+TTIrE@m*WZsboE1Wf9q|B_|+gEI%kA8^QX7jRQXIaBwE zBKfZgb5JsI8|dX}uH2CRj`hIpm*Y`*|Wx5S&$hEZcm&g0f`Oz;h_0G6biOc-!= z0Wv|7hm^bD`X+bQn_p@kVX#*heC-EP)%M`+_CzN;;+WB5>U61QQtIjPX;T&3LKTJM z81m^=5D(E;tu8y%Yrf&x!tH7;Cp+UnmhpC95R{_E60mY-Y2taF7L@t#*H4eTxjH?> zrIKW+7HZ5hkll+}s1ceHe-7w)pJE@sQgRN|6a)4c2-J0zt3aWDao%7UDhO(Zj+$9( zHNWq_dx7!M6#c$)UKD&jzu?0z8>4yYqxa6!ai~eyI_1*S-zJb$>(6O5S_4Yi9kGiNv7!fwZFd#2LV|ILSjCvU5vH;|Az%KEy+C{vN!q zNA8ViF+`1F~n^v_D;#f5r!$Amc6bV6196U@u3Tg2OeLxG$St2^jRI0klGp0x7k zF?SbPjlxUbnxS1;^wIArv`sCT!Jc_IElW?BmNjxek>_mMm@ye#ZE=G4kzChZvpy;$ zYfO4;LIQU}vR8r*KW5tqPjey+0>vx%hpcwP&1b5+*IR?SrC#|sDK&94g=MsDZ80_- zTNY&_cIvIy6g{6yR)EGa^1DB=NN^!{wvHL3mVpnln-}@5+^D|7D_OLg|AmCXCBx72 zt?PCXfgQz-3{Pn`S&SIUo-)CgM@ZJrN!hdX-ta;yc_Nkmo#xESO^m zN}7X{_A68;Q0O`|Qy$scZwpV!Xx5j8ZLi{Cg5BjQ2I##nglZb;o5QBr>Gw|GG15I6 zxQ)5!viLd=TyD`Fr~8%FJLZJqb8vY94&DkbKOSYUf67*)IyV*nzSN2N%u_MinmHwU zY7u&9ud4V=TXz+%V)7tOMJ4jwp$Xgiiy`5MGjaSiQP)%z*3T#6cDEwx)Z61tcc*UN zCSZGj1xx}K@Y;aUuS@$S0f@1_)&WCw+IuEUHs61NwBL8%-`?|(y|~k!&%6hcB!V?# zS6_%$M&3PBjzs>O8_BsG0{pgXNH^%uNKTFkPam+@ebqxjXHV@i8He zjqBWFghh2OIY2dm1!wLQq;sWj=XtK-)Y}t5dQVSdQ^W$9`Yu41X`Fu`o49#jLD1Q> z{9!A;)+<4p#-Wp?P9SbRaJi}$$H*pF1YWWe6hvs`k}H?pHEn92<>-+`)w^AN^f9D; z7;NcWs1N`aBoSxy)L8Y#-bNRi%AZ0jfI@d|@-Sf< z*dWHPLjNCMZy6O-_P=k_jdTb|Nh{sm-O?R`AW|YqOLup7cOxJm-5pZWEgjPF-#Fv^ zzV$qB=7r1UT5~w;v-jt|uWQ3VVhBlEpFt}B1`+>tex6u~G6@^Kpn?8a^Zg6|rYHg@ z4}}60NY6h1P?KB40L>sV1$4&40L8t^?!646e@J2{?FONCg?N#>%&fvg`x1r zgN4+Rp%&?uBoY(G zOTQdK85&N2)9vKZH`&+ob%%l(+UBfC;|iZ|!~qB?jQ)fak4$Zx2NOH#6O2a^11f%a zlI;fsF`0J?$lHHYT=FpMy5&L`5l!j2;7$8lP7{y5%U{a=n?clip?v`K)D(J9yI5 zmg|y*lY>Qf!mP)*7Yz3_@IH}9s1EOH_ho`Hf%RhItCHN64;4>u(3kDBTfLg7yE;^Y z{BvuukMR79^n$d*ZzmY^=_~~)hp{>{wj_$UV9UQod$`{JQ;_W9D=&?(CWK~T{_=fC ztq~EKQSa$m9vl5a)%Vt)-W7m*VPZDxu5W0x&-Z*=Z2xZGlx#u4QKpeytK}(Ml(o$> z)?R%?yAT~iG)91b{vdU^K5F+Jc>TkCCr^Gb8NT#MMIa4AfCL~g zCTuBxx7L#pK`cCn@NdWHV#q#CxFkQq?>9(~=^==Pw}a56&UX245PEqk9sVV{7_-M4 zq(A@x$0*99GlCjae19hw4kD?KHR?`=&mMxp|9l1?jVMv&Arz!QQG@vx>1pjE9|q3r zoB7x_a&6mtAQ;RqTfG&MA3UuR{7UjA7;vUBH$a2Iue zrK2m!J~;@)yE$KZy5*${iq~`Jt#Wln{qeFG7TSz=KJ^2c#I89lAUn~mJ~*ya*vrzQ z^7rbGkMDEuoX6PfC^UjlQ{p++X?F+mT&Hg3Mza1ltDVm>kEOo9{2Y8KF<`1i4n=;j z{xkP!G&eW}RQ1@qtTAlvqDL=viVv(Sk3`1dAA%0L_>0<=qIWYf4 zM}#){0wb0#iHOHe8upyDNB9c5QG-cFbD6m>-F~-f-VBQ6v76os@BAB2 zE`u?VA$Laq@3ak%mT_owPwro4Yf--bCLlvE5EB*}XM6fp|L24NX&jw2I`$mRs5i{v zt97QvVXrRq6k;wYL!8#1Zu9+}9X$e*lRjShN-|Oyz z)cJQ0bHD$i-&Q#pV-Y|@L<|*S3mQCI&}N7Se96OnUhIC9jFn`6^ojht z3VRK>S>Eo>Tit6ZS%=ZpEMJY8M_hupB>{OOS)F``BfnGF28`YAX?Nfxk4x=c{Bw0+ zY9$*{T^v_vkQoavVr+goULASGSvyDY%e8la`452OTq8vU{;uOtfI1GVLIL33I)4-* zcLOHycaZsCl?G8E-66!-QpmB{YJksLcEMAaT~ShA!!i;2Bd^n5#AsR zj|(!x_A;LApU2%sB5C?D1p2j=P?STqtr@EDhQnS*D0bj%PuaadMZ8g+_oswftsW^g zFKDBB#^TL*)gc$_ydEC24SSr$`B*%C(>AztW=2j*{Sh1V~=bd(Y%tYqgA*u+=2XlYQ+~!)~KXj1a~062}vd;(9ESK(DYSHi?Kcg1xZkQ z+Qwaw;Vk7Bd>%594+!#@@r6&0ndZoheMt$$Uvyiz@7nz{iEuMopQ=}TmPxK{Ai!_pV#?OWxy|h7I=~^)23g?;y##}{u%fP3ku16dGwIqnp#DKqPl&%wuC^Q|F!9b{K z=5D++OG9TT&6y2xM}2a|cW~YHnF%8{L+*MmFREO}V~$Kky#O%T#_>+R=7mywQP`Jb zt=AxnU-#lme*`zx(Woa|r#wiZSitWy;(Jao^ic<>lF*-ws23YxZmTc!n63tOh8t>{ z;X2h^!3ZeM8U_&G7?6qN013j@d(`uY3o#9Vkp>)3X3+}(Q~)9teKzpFBwjzy-mP|O zLb1?u_rvGh0Nqi5SFi>6dBo~tvoHOWaCPF;aa^EMCWT8Jo%BL$1@p6OW;O&f$c zSQkv+wEZqVMoi%HgCsrsM4mcdSq}%9afC!)^Xc0i0Sy|Kjbs^vnj_4tT+gY=+<9ZH z(~MgBeoin4rk4?EjO_-nrq_Dh`2Jwa$q+c!;ez3sd^G^tgi%YZaP`v|mh3^Lq&N6c zBa@ES`&%OeXrP?nxhRj26G&<6d>^c$5PrZ7{< zVw?Ed=n-sRDcWPXHK11$3DC_`Xv@b>-SYxjb;5+WGI1wtk+m^eEhgKSobW;xMSOe* zw)aBo2f6A*K*Oj=thN2k5#<(vS2<+ggCKdmcdD?|(rhzOoBVlaaka6=>9GmcHdV1f zIp@9O3K&EY;#iKDw?S#d}SZ}|hB+%^A`GaI;BTIDno?!80_D_kFCwzPxnmxJ$x(+E;mNE6W}Zv%0s9*#20a{d(zpY!z-e@JLzll)JlfFzdk8#8 z%Yst&uc5HH=qng8?;%MjN^Y=%Hzn{uk|nde;`W}`&)tf@K#Bt*ASA-+Cgkp{TI?qI zFTXCOB1Ei7Qf{JTgwVQ#bgSTCZqinFnDAd|YR2afcUixum8pbbfcVX-vHz{q0H5(W z$Ut(uc{zldWFw?-v)_O?;?Jo!kO=Y^P>mf32##)s zKv`D*1SY2vnd))w`zL98P70o8^jIVmZiE1sNkX*?e}4qAlYx}sU7P@^?4NMh_@pjT zOz1?T?~#cIq?$+J{_hFO3Rk%>ev;nBjyO zOgz+HF(PuJaxzV?6EMSumhGdexhj*97BazvJ4n}Je!79M)(u{|SIO#Q-|0v+u>EB; z^ssCZ(*#NFzSh+Niu-(;`MF0X0L<>h_$zBS?gP2aI2Of%L{F_}EdE+u2p1qw(%F%v zFSIm3AHUm+{k-&%_bJ68TacIm|#n;6tlK+mg;qptl7JdrQ*RNLoi zg7{Fg;E#tJB%_l{sGtpg-~InOd3k%}RQY&$6ez>Ml&KWHt+&;3djWZD_17#NJk!5_ z*)vz6F}s`%+MZS2C%l1Ly}*o!BS3FvKI}#45PlNn9w$qd?gaSe%m-xm4pHTPSBseqTW`3G1%lcbBmYAn*vZ)ilQ!05WR!0 zxL_ArXJF&A_NYnIpZ)no&qiacIhATG4a%fihy-<6!1jy=#aq8f{YJB(UXze8&}i@P zk;BWiBLdQ*mz0m+AMtT3O1_#HYj6SVchD#$&Cy{UmyZbn?y*XP4>VCjBVORx^RwE}I2Uw@ zF821kX3rW;1W4`PStfyf)8i>?7;#Dqti74(|4=;;P{!p)kcC+2(}i&V#RPwD!m@b8 zfjb{4QkD31RY3uT?(1X^3aL}2hEq6FV4Hd44`Q<#E# zg!w`Sab!6W*0(l&{4jV1kJ(xiwxdYK0Y2=hvozGJTX$tztkItB!jBFj5hEl||L&4E zDS@vz=1k`gg}5!!1>kT13OUln=fG(eZ*7|OZKkydh~R+jLL=VV8_ZoQ8Y2$+JX65v zT-#C0J7-?UkvDXFh@-+w!8&K2X*}xoz5g~*g@hh(w?1FgEygXWSAHV>ntP&aSZx7;MJ<^D#VQ38W@9<)~zy50D zp#mY-#7q2cM4W%dGaX!+GF8akNiPr{d7giUGyfZ|L|Xf+r%wTBVX5B7x(IpIW~7%# z&M_rHStB<|gj7vs3W*23)W&(bGxBpgs8z#--#iaUu9)V!h2$l(sEMZ%diO205wV=6 zK7C2>SpLWy7;%)i#i_j>*FNQ87>uRs=mkHjD=b9*_X{k=Wfd7=omuG{&#E6R1O0BD zzA5CfAcm_y*G^Hr$!radv&i0ihyY}dq3!3)MToI?QIz_Ul9v;^kxW-mFWN}&;wUV` zX=bcIlpu#%0?A%c_e?+M%~E@N@G}#%uw5ICzgrEBavi?1)4|n-z~d>^g*dg%P;Ch0 zeEcdBWMy&Il+A%4e(zQS zu%ziqE+q)y**`dDQc^A`ijqG2fU?>hFXamG`58r~;?IXVv zl=9epUd4y{CnE-KRj`qL#H7Ze{&IFkcnXjjYEG0RQ++D>kJud;Mg;DXe7Isf>Go5_vp~s_*k_G~0xaOW z+p_Z<9DB=D#_2yQX*T93iA7k0qb;v`WAjmny#|4%DVrhNl;z3>!cG`tV#xSLGL-a} zvBknHPc`5vf*8gdFO9I5#euQ{Ka4L%V0VS}q0BQj&N^S5b|DlTEn=+8xp(4h8XgP! z;U_!5(Ns6pg&4cz1!{l?zvUtzA1(z+ubLJ6e+Xz*&DxFxNN20(EPkVY0n=cN2+~?# zuzf;|0r4*oZ((xun*4%{oMhAe$RXthIN0%-#AlE6j-SV%v=}_pNkGA*|36C9XA?A6 zS?e_kaZ$*$t0Sw@wp2^ABfaAm2Vq$F>`EENCs>Ar0FozRj0TlB+> zysbS-()4eCe7{n!8htB#?2((FRK=4wVUN>0Av2m$(l2b)Nxo`q{=x(UAfJX$rq8`~dQ5m>9trys!DLc8-R z$6gj_Jwwf&fJiv5#GX*55&HRpJ#?{Md@d-Xd0^Q2+IP6RtRA(uyx;i@Fl=BKk;Dt} z37+%v0E7ZS{sR1X(2NPncEM87RRqY5zqu1=NUcX=O3v3qD$Zk_)jk<9U;{BAW|u$J z_5Vz?0pP$I4r~Lucyi$M{8;372lCCS|32r+d_!RUS4WO{{cX2G!IN#jr5G1W1StzT z&vCdUj|f=Oz?ax?MB+XEgGGFx_r!rVeO`=)z~H4cs}t91ZATch+UA54=tY3~qmg{s zh!_FkbD@_9#XLr>8|@c23Jqv4r%(yPYE`2F{l}u_Uxc5$mSaN(pONvw0^Ncb^zPN3 z7tqTlbRe5Lf}%q}@J4c@Fj%)LwE4Q_Qw0bbVjtO5^`t24P*Bo&7Wl|f`hqRlhw)ON zKC}oAZ1`}{*by94hz*Xq{7pwTx{do-pFoRWJse0J75ZgK(Afh#XgVG@Xdeq8-=05~ zpZ?W&SR^4-705{R()_Wr3uI=Wo6QVR15EQ){;rt5h05X(e-5_Dk2>(7zol^@$*|Rr zuWZgwXb`xAvorL693{XBt-cb*MB7diPwqE98LhYS8fx_m-V6ZV_K?1f!+O&SHQJ+X zV=mZ`WGLm!k&`;1N{#t=!FMK=oQZbCS=OBzb6EYj_K@n=XOmwHJ?f@(&aY>bc!gz! z(@F(;TJMCI49Vq%&N0zD{`f9>JCGUKK*yPm8nktTYz(J_N5|=3_~U77Enjdx)9=J{ z%k;!~6S09>((T+F`&c7SA9kv+mjvrDk8#1RG_pKOjyhEfmRj8L z0xAJX>vBL#kf6sdRF}hUBW*3kvQ_Vn8gK%l z_GaX6`~UpVeSRDBZ0TQUDPyn^ZhsB37FCWNFcDx=fiuQn87+Y8Yz>{S3ybxb3GwLM z3xuUQQtHgC68~6t>V;juUu=XGk>Ua4xJJ(;(mn#^j(z2_o}$#pkgz%>0#6d50Se#0 zOVP&CJ9UfNFBj2f9$(WQoSTaMgL)d&PM9Tv`MvYg(Q|6Ft3bf{26_XhgJ#0QU9X=f?<%{P7fz zHg#`(RE@BLy$0?KT3bXg&XL8h30v!vhHo*YhP>MQbDAL1YI$1{4E772rm-hOxnALM z2j=EG>Yy3Y?^Iw2ES=Qwv&Heq4tT)>}tK=~gb8GESR@dCI?32*7!=S#U;zi;=O zHN699$PkW+pT`XDZ5ww&VD2yNJ2>APqd#2Q+)oMKFM*4NAHF`UKHQKz+=t)4CR_h@ z<9@%jbZ_>sNpk<|;Rx;F>fs*kVd~r6{?Y@J+H3ihb*x z%~T8r%Ja;fks>DClpmIHUKc9RR((T)=A2Te_DQv}eX1^2{w+PqZIz1Z@rIpOEQ-Xo zZ<+I1=Ff(GEGN_1^7xinaFRK5x6jHrek#6wJ(YVlY&r2&ir6+#b_ZO-np*eWFRO1h zD*GNganUJs{44(Q%M!UmqSlQX|ZBP0*hq%5Z?4x(o-n#UN@2 ziL%-s@L@Vf}^$u%JXoS)u4xISCu-oJViM%44MGnOL0qOugui!isKwLz7tS z)P<65@>ph}W&=9FK0ZC_n&c>X<+n%J)e13te+b${i9XvG{yXA*je8sFG8|Swe@ltX z*gjwBS_G~)5SRi`tt*{LFZ3xbVocE9YgUghnCW)&uZlYJZ4;H9g*?j!>lR-$3;gV7 z*?~P3sDm*jw;(;Oh#Mx2^b7Z5!y$;-Okol%9HN0jqg)Xd*}h3GS0dlr8p^_v4OF<$Q94yHQSgs>mcU$q)Si)K8pq7 zylpo_Nz~M8qg0P@Y#Hjbxc0pm>B)b*wIdyqC|xEc1N@IsrZ=jPB(J2p0$7|kJu1|d z4v5thtw4`ttz}Mpw3%=BD4xy#Ib6AK;9x7U1fR zbR@#vbXhmcwB6U$u>y7PUHf%ax@vp*d-6r71%5rEV2a>ggWvv3{s|gNn=a<&%gGwN zU*-brRw9DP=}96T%h!dVw0xxsKHEoyY?eWLEHP7BI&eSjDU>j+=eRhprOnuN$>*i- z6_H&!^!ymS#h3|eC=ILBE8{#;8Iu*mBYTl~9c(cx8b$V_DALKzg7I=tmJUXPKUCKp zk@TTJehpQu6p(!sfVt8|Z5&4tU>arV4y*+-C&n>`PcKdcs(qC5VUHhJTi~d)Gcn#^ zpioCb3mk3d`66Euf~0Cp8TDzRERfuEIKgG$peK^FKG#VU6|NuU3nEOT`oDN6QrA?@mfs|Dh5fTBDw9w;J~ z4ODdJcVE5acJrOEcbjwEn>4-rx96-kLGv!%M^WD8efXxz1l4Wy5$$uoi;E%Iu%Cy! zEi(`TvFOsdpXqwo)?Z$l^sBC@tmD^+1+Smeio26&IjSYXlB~p5j(yS|@bJ|jfbrkW zMZO?R`LI$U!FYB-y z=qfhv0;in3;A1tldQh0zYuoLk^^d-jVu;G+KTEbUHqFh%d?8MJs|**{#&V8o zZ;aDM14*gA96QR^?)}vGr)i>QElwV*sN6~nCbjxC{XFO3x1$kG#C?$cF(V5+CFHlj zOj^0Q0k80j^rY8ngy~+}Qb&b=5IZhpmCd}28KTRS5x`+BFOJhX`gKkFr3H%*kscU3 zb`M{hwWW91_T>ZK?vz%1`mbkODX=_sUHHCwxp{9ef0H5$I^9`J^=C)^pQ}*H-p15y za$in1#V2dchPoCFP&FRYUXc&ZaDQBgFF7d$HuDvgs{VYKTQn`f+RO0d5Oi8co=ue$ z*{`B^ZtrE)pituHTiSmL#$H_H_C%bn@_FQMG}o7YP;V*g|JjcDy1iR5Q1R)qN`eIJ z*&?OsX4x1G-*9f~9_mYdRQI`?t4X}Jqr%56k^p62r;MXN+PyB51-+a`*-JSG92eyt zoIFW^%BZ#%?zEM3Az0h(_U=2&iW!}B&O1Tv_WQk^GHFX4=gW#RF`8P?dC;cDroEj= zEL}XpLt%&>&YjzON~7~#O!1^*>F1-bTa&rd zKTc=?U=IGWfQlfj;6;1xg0iaxKt|G8a0Fm=8U@p}L7Pb6_u^slpNogyM1kWwUL8gO z_Wg}F>YrYu|EvtOc9m&Hpza3G{h#H-1bz6JHu>rko@+mJR#dAPwu;~e#;X;nPzf~K znB$4|e7g#q%;qpr4mkV>kLjAHwPdm>C)ZU{!X$(F=#m|&fo2gJlZsmFIpCkMETvQ) z!?mVs%K9wB;tI5D0x^oTJe5^Qgw&3B-`nlWN88flEsZHd^RSAmi6#PLbwc2Z0%I4b z)V<_NCVe~UP?NN@xdzL&1+s~J6P8MIH-IK55TLt2n#Bx=7Ip0|s=bjVY z&dw5@1$ELT%3=HN#L1Rq1l?OvsZTK8Vx7>ke>QgFO|JqAH@z8U`YXzG%!?HjAq)h8 zTA%v)s~C$774Y>GU@>H^Xz&Piq7i1mV)5N6i_(OBk%5$?Sklf>Ic{&{ zTtKZpXWB5vU3t=0(9T8X$Wn=kORX-09HS{sA4p*)Q^LmWNEPdm-Px}M@2))>h+~zK zaU1Jx#^-iKJ=<=Nw`6CW8{heJ_Hq(jnXs(l`70gjQu&BB^fv#@?Gk&2LHT~WQpMfC zd`$(Eyuhb$Qr@*cMQ0L0z?ANniWA-v?uKL4=c2_W_;%rw!s447`;%U}yL^h)4EppW za)FL~pWMqy(4M)&j-e(K$bE5o(|x5#589#W+Usd+Dvem_&fpfN&VQDkG$2~x+>r*~ z&d0T<)YW3Hv-*g3*Z<<;qd`@7{^Q_Lu?uCC%TKWo1=C2twAzli+3MiMC3e}iv`Ib_ zRs42(y@2_OO4_Ol5~+eR=7wi&S4i;2GcVYozSN31L_eH|!p?jY5!L!5I3qxljU^$Q<1bODt84DIf0SN;VBHx7Jk9W*$GI+ybUg1#prsW13PGX$_TN(#Olt z(qDz%gEya6fL;90o8N_$&Qc=SIB@W`EFFn2oy7=Te3gEZoRwb!H#~k1-unEjNggrV zj(qZcLDNYbSD7Sb*M5({IpW7fr{jOE_$_ZIt0xtQT%0WLV(ui0@GwxG(FxxEG`O7_ zxF8Yue0$y#F9@zAm6SWyZ@d52a(i^LvT+k{kVfJf7Qf|)z!;h4jFftOMtq-*wxl3< z?qJaJ`N3NI&OY?|pr`z>#r0<4i{S05@8VSmfz3jLYwvJ#i`$mP?eMSQ2(-n9RFAIo zyXzc2!P}#a>2J3iOD#9M6Z4LDO^13Z4A#WgLp!GoM657xCT*C+9Pqlf6Di8 zm#*k|UElxWT>5+`NN7Y-!@W_P#k0=ee2nbr5X&eBl(t>wa>*!ddRl z)_nH$&_I!P0ZmZBAWm_YY6)DnOVV;b^kvBni#qo<)ke_$R6%-8esuWKA>ZLFeyQo^ z;H>#(!2w)<%fo-sW6+c*-+c3H=NpOp<=NdAl6;%>3j_CG2OW&=4JjJ8w&Cgi_-Ci1 zLxN~`0(1|@6UEoJ`UBHPi>^rNi~ivcf-Z;O*CakY3lX@1*b>CXhK%xlQ+R+!j`Ffr zn>9&pq~?(D1ZQ`j{K3AivLd@1Ag87%jnqeMqy0kacy{P!%L z49=^p+AfEU6&83}COC}as@b_z7mI2x`?WT^EvosZ^<}HSezm;O8s6n0X~-rs z8R^<0bP`@U&YR&P!;alQOCyd>Me}wa{B#k$pJq7~hqYz?LQ?@Ea`SwuCA-Fheq1Ms zYNwPTrj}2Q9W{5!p|R*rO-td3c)f6#@0?5AHbHK*#78Jj&T0eEDS`MMiyQ>hcgiZE z3cA$Dfv=t%?@vomaZ-xSdXysh&!+v5h6}&Jsj43H=+@JDtuWySirTQi(R7Jk;}uA) zi_dV9`J5lv3o&8%qM7Y*K&1-(WzMt$Re~pl z^b;ngsL&=oeTn3k_j5C%c7{syV1s^JH zphs)z&r4C>%m+6U>_1(4LY8v0)rG#hD``bPuR>ePze_Z9u;xxiro81@g(@`tDZ|o~ zshEhS`x>&;)TJo5&MY;1cJQ3dw}%==Td2D=pP(qZdZ!aLEp!pZE5BHFB9JJiSsFr{ z7otg6nbCs$QYa8jY2?E!L<1S=nEMx^2ywpoD=ypoW^-oZN*gP!NQ4nw911?2Gl;Ui z?HtiWSSS4e3tzMQ^$?l|@16Bg5(qn=Fd<`GgpLX+nJ|k19DkLyAy1?M=S@ znkOy^Y#Rir)Ztd7;Bji;R*-QUiw2X8u3Ib32MRFtR%3qiqV)gVKge)|Sm5uv#+ zZPZ~o!e@9CAAX~?YT4P%j3+^CXs(@I9bEht82Uq(0JAAkw?1*%c;_acoR}(85V1S{ zCdW`FH0i(@`Vbq}QitqKzW=BvS}+v>Um3d*{&K_9_U`1cAN*~im3-=cj!JU9!oo{0 z&&JEUx0=WeLuFd~>7arqe4RZ{Klo6gGFQS&L!3f7>Po<0SPQz|Kzas$rDPI|*Fz1) zJZNR+2KCkYuIrLb|`ipsKm2>o)n)bM$M_1RF=&^;DKlthJA zv#0w{2czcIT!F^JT)q^$eiPK@D8Pkd_>Y=CCCyX= zhU zJ2Bz*^Y-GE+~@1AJ!uF(CVM}2TdxO);#SiV2WyEVhttaOK@*MZ#r-sxTxi>#B-wBl zCG}8)nM<2Q3b%=NVDkA<<(bb~0);Qf>d?;983OMd3TxnyGK!U584y0^`q>ul9fZJ= zb9+VuNhZJeu;eLKt7>jNt!w#(>nj*^f1IB|BfS#F&qK`w9>(j8p9i~#43d7C{!}GI zla0kX=aZqqjw|<;j74pQ0_q zoF9hP>w+xA{EI-C+fL~y+^(Xo^-xhgH|hE&SV59h5DjXk(Ta@3#_LmosbZrq2Y29G zrbP!^GSUY=9VtD9KALZE`SwS0ohll8q5SnaVs9KLFsRlF{pqFjn24@JaDDQ-$T);9 zatee;5B-Uw=8gnaQHj{7efq6C8?d&}VwgYqtjm#px3isbE%m>^6N)%Ucp`5vnaPFV zl|S*JAjxkL9^wRE>C)4kn5xtj&*JsQh_WToWK=YVxi5Ta1u1?gjU;+|4ZnXrJTW2G z@w69}931q_xj5BQ9zDwUR>Dlis00y3sK$#X&V)vN%jpDBi>2hVVX5f_*;edNCFVh< zk(|`A=3c~WJcY-S$FI5gjAg}{ZDXo}g8C&VcS1RY2*nC`PBV<~HhEcd>7MB%ZH9M# zWU^7rq9YoIkS7X4x^{DUQ793;cW%GWr++N%@^*MJmV5AM(u*i-9!Z z`~CQ>%vqE}T@i7yAZ);LDsgDs!xs}t~o@^ z*E765`Bi=qBLu_RqyN+>&_4f8U{W%G&0de)oPEKUJV?Yy7`+CCwhYlc1s6LpCroo? z*m}rZ?lu1T#-1okAwsHcD=B}Vd3}6PWBR4g zNm?Mu>OpHMX&XELH(DKJxAxX(>XL0pC{^y;iacNT*X3v$?OHW(A}Px8@;KipR}sn- z1Z`DHL%q6@;UnMnc8!egwxQqIB5c^Cr2G(Q3}@H3;W?*{H^vTzL!16$v*fJa(a_s%^VE1%1$&5R-q#e?a{Hvq>YhXE7f%;n@_0``9NGEx zifz({%s>Cy_U0$c7vo+QSQC*QR<3?Kc2P4J_)W*nU(^$0Uq1FJ5cp#KQ00#aKzCd| zO%$!0-WxFIy;M@da=OJ;#e znlG9gy-kf!!7+jRy7*>E;Y%MG)q0cp;*1LFWws)F!c)Oaw%wNes~Q$xk99XT`h6+dM(_p1?7Gjm?l{^YxiCs`Tlflt7jg}0=G2QTTO8C#EJ&k1vY!^e z$QJp|wGAH78O&meBH_f3PSnSqbi8|?rS}rKyt!AraF8s<4pXvztyYYpH=l+&-(j2Z zxaW{6_lRR?5zDWW5u@eD@~4HU+Ol2Rp!pMuj<;{?@@t4DPPM}}G(Sy`qn4Zfmyov_R2fx z&7GxyJ;F%0=T$ah=b^nV7_*$@Hxecf+QECjYWRm5#n07vb+k;vpAGC{&+dNUQU6X~ z#rWj3rlx>+rIsM=?Z-4}E5|%PGmHQF&vc~OI0we%N5tevV_ZXaoybOi%`c(S$Bxr) zbh0Koi*-c$j0wYyV`8fJ4cF!qC^BA|sZl^`R}L7`M?uJIHLN93K&Fhg6iY$X_^OA6 zQe!=Kd6F^n?k<&WackW#)+(3lwp269A!uR$u*j^t_oZ{a%6O%9S=XW!ZFMkez%FB|POuxa_ZA#0Ct@ z`z*?zaqKdxX}&4vVQ_^z9lI5dW=V>+7&p$cu5^czXK-ciKYPDt|MfmZ)tN+rYw!(v ze1+7Gm3PJg#}7!`nCKjt1j(ctukea7Q)yf^c~v$XXV$q!BRbe*efDCgY#qnR11#8j zS(>W#!a5;?7?+{>=G3$8P^Q^bYoV1V$3^P<#2s~%qF=`=5QzwNSlII4F4dVP$iA$WPKXmEe@b0EC@ z^RJ7etFE4ASPU_6iyrFnaEVJPc<*v2^y#9fB3> zy46`c1@DdM4iB{1r1vonS!RExMyP};alnU>a@b=jq@$7+2GTE{#LFZ#ET+~|T&LY=D6OHFz7G}u%1i|5r`=!Zsg<4lVz zWYw&`9?n+%sQzkdN~U(K8;Q&iY*vQz!}++RPHtAsbm5@ZWGF%>DcgyDU^|gsZ^xo> zOFC>N?#ZUN<9&Zo-sWn9{_NuBQIpzKOr^lor2ZmW)uaNAGxK5S#&E?dC$7TXIgE3z z?^bYFm732Mp+IkuVZ&UPF2O)B!{%J2?n7-;Vy&*Uc$?NhaS_dBW8hF}os8phN!>zw z$BPpDA56y;U3wboSlzQ9gV~LE>%aDg#aDl=V_p1lTP94e+`B)`qg;-(T%K6;Y}Ck7 zk@_pU+RZ2bg@P<(wJ|Q{@~X7&xTdup^OBU(ISt%Y?whH*b_%CVx5Fmn#D4iUua;u# zydsQ=J>74Irl=q8S2@$0E*J6KuTS!mX#1lm2#$*PBN>AVdgAr0pJkL03G&)+x@@%c`%?_@gD@>kVaY6*QrN3MI4 z7{Py*L6ohd46i|et~pqg?v|T8=)jAyGUYXk8vH6^E{hB=fpjVick-*!cA3D{?3DWh zo;=FfaC?Il({4huBW;<}y{f$*UHztm`Mqj_AmQfWQ8F4a!p*SZC~lP^4iWU(?VQ=Y zrShB>Y9X@M#HUDc>YeejO4-Q-H&%rCCYQSN;Rs#)ah{?f68X7J&kSC#Jmkig=2Z|q z<<21#uY-myq-IP=*MCLeS=KqaNtT<*-x(U6uMC;I5{mpidOKp6{cM%XMG8 zW(}NosZD!5Re>)1@`RZ7;@x`x)GX!;i)_>MsTu@2elHbrx3^<1 zEN+R)tUMOi#ra6Fs;^DYDQj|5TuL!eRk|*y6QsXnnvaAp414AewrAkDs@s*1+nKMQ z(=cAl?;>tOy5}ZW)fwiRJ;AilYEg``&Ca|Py{^oL3Y|wIf6+Umt zYG}QbjCWsfy4c2PLl_=&VYxf{`S57b?XOvA}9Y71qK3fWJ9?jRkc{UKie%`J!^3>tr08ycQ3pF8RqxVCq zFnrrySZY4;T~WvM{Uo7MR-#h!Gc8PZAM7JJsrvU!9u9mERX9s*&pM7YIdl3DpQh9H z6%EM{!>k?3HHTU4Dkq&TF-o~~JyR@ayBZ+q=!QbuuR{}Y=qf-u3_k!1~Pu&Dw@#bZTF@_s{pYaJ} zfgL_QvyDa2xTn!8seJm0fymusvF65nen*jk7uUrj_q{-3E3^?j(ssa%L;Xz8gz^a` ziu0v^-4(8GuXHT$Ib)M3i`sjw^`^jdet+y##a_au4<|!AQGy+dF_XCw$9Y?%#WD16 zwq+Z81w@5*8c^gM(`1cW{Wu3-Y3O9~zvNq1aA}Puszkfl>7}anWsQ_~R?NnKs^>43 zaU>}6pgOBWU+QXtxjD>#=GTUQ=clGN%`Pub`9_mmNSX~dDU=&OE&O@D?N44_Bnkal zbV_JVxV3?hjxQ{P8J!MBp>RSFXHE7Ap_sw~Qs!8kjvPGCpm*sM(!x(X6-M8G&2m4K z=0WO#Kti8FkjGZcMrJ*+=eR^_>y_F=yPaS~u@G7n_QB^RHQn_G7rSQ%V2s^TAM@e* zZAcYG)6T?JJS%KPK_>s$$xDM#|05T}IxH$4r)OUYXQJXe$(N3N^C0@am*gE2Q!0iSp^m@mH7I3u{8`$JW7$vQ)g>#eUjU!>KEFNc}V8Y(U-4MYLd_ zfdB35F<7^RM!!Mle5?+XpZ7w|&ptuFgyyEJN}OM6hI_eId(M6}w^*Ap1KDqd_@e3u zgR0VJJi3V=+%XeXnyQeLJaIVU|0l;oud8_D-c^fE&CW%XMdjsA-fE`T%#Ou=Y6O zM^d15w78PXgHNGZ_^Z;?d~fnhE+F8 z_G-etCH%x4s;t*dTqn`+-pdoO-sfelpGXJr-&`v z870!(P)f`txd^QR*F#tybwgwjroM_0{Yc>ulQq&&sz0l$=sv+hs$^w6~gQ1}n7G$PI%WdJxbFyCG_$ods zdzIUORI>K@7_np+fvoKZJ5@ae3z-4sT4QcHehu}=?4;x9YP-p8{NaA(zQB?AY^wH^ zr`&Y<2u|EZB^#7k!5alt;QBy*J5}eCXuTNvjl@U%g`lEJbA51S}SzCNVGj z)#-=d=)|t|Zg-x=hA3+|ZBLQU^+x5D5JiB=wWTI=OoRvA2byYELROd-;Vf~cYDI#D z4_6U&UcA3BCG|K+<%sbmw-3X;GnY}|RD1EPO=zvz-WZx575g60eoNsxCPs==X~^I; zNZhE&yILl)f<0AcAR5px6^I*TBbVL$seDbG*OP>zLJEl-VJ(z@{U6zkGKa3asj6+* z5PL?JOi+_=u~$-*#PAFMGe)Jzf*zA4m}Ln*2OiP{1d+k@ue|>RGvfDr$RzIXE^iZR z^?D3(iDkcf{ZfNmkS-~2@)_4u)NTKSzFQ2TZ6>u;ar)cD|Xd*hh*#*4}ot*~#Xx!^VY@?^;W^9xWru5m$-vyGK*G9T>ln~YjotQgo zso3Y80%Y~MYD@5ICxZ$Z!Ypu88}3{gvNmNA0I1tj-hJgI?FY;4re&Vm}#PyuG*k36GsdHlQk_Uf>*g;}bG^Ob$-acL>7k;_+QFE0-qqK?; zHnxX^dnCOhjO#R==e2=r^sR8$ku=k@3qD86>w@vsY*PH1^~5{A6Ka9YVazTs(=u&| z)W^7`t)31V&2z=m7@9_Vc2BF3*mR^_JViF0o$}oc{Z>21|0C@zgW_z{w2iyFySux) zySux)27z|9uY2mYDxr( zLu@5O4}8^7Y-b<3YJ)EVDL|KHb2rNu8;Cofgm!6GQJVAQTe`?F z$TvSb)12SQ@1#JcgND4>n zu`9dd$Hb3ebHjdrwZ8~YboB`Zwg&EL zzF>jsuPw^jFht!-mhWWl2ybGp7i*dR7=CyEPY)9iHS?|?s)F&KSt!XNojX1=5ZQAC z)xsjS@zTWNN4~9JNAdpO}l{VM6jg z?t+w66=gWQlIp_3JLE^SOlU(aOVb&-3YifN3cb5OI}6Fc&uYQ5vJe?DZ+397a5ze< zz!-x#x(rr7yc9xa9C)-`v6MK|xipy0r35nK_B+MtP`+KL!}WS`K7wHIa5vMM0*yo{ zm{6Hk88PkVGaxL>om)>Hm_1=Y8g5%SnKO?a)1m||@D3pr$771=#3AOHPHK2%n-lq} z;OVZ-x-V%3*d0+sxS)!8QwCE>?p?PrCuBoS$cG%QQ1`RIC+pqwPnD(Gb63r3Ys#6; zXQ~%`Qx7K8y!H}KG1Z5l!*HuMb0?B*hg=Qo?&T$tZ=xgsk)|%Sit`7X4TXrbA*rU0 zaxI}PEYd=IqV&1FFf{OgeVN#Ke;bMy2!`COl?r&y9ZPC7 zu^b$TbQAhn*tY*snvW~TlngJa!;|M$f~`fp$p*Z(AJ~~gm{CGM4%314=>Zv$VKyk_ z=*eIxyvit|RLwi0UB^FyGrntiMKELnyTqng7`bz)%O3VX>=5(nH`AT7;XIBdA%QF|<=d1J4GddYx{RoV=%+T~A zgU-po;;lLHQcVN1Xw(A6;Y}Wt!sNYMhpl$hY(@fuRIn2+xNOvk&L^=W^5q}LC~1Oe zd3J2N+(z2<-04dkB*Pb#RAbs*ensL`MdA@TaU7Mx5h1&}s>FOo%8)pZ!bJjBi;%Ie z`O1WB=fM*Gv*m~ewvWI_V>0#r`cvn@mAN(50=;pVIB4q1gykqJ{!wl@O>5Qq{z`Z* zHr7qRy;baKn&@5>O?#O*c@_WmU?7<%t!ukmcl2E|N;`1rQo|{tY52HuZM(#))ApOI zaLTH#=$MIb@^7BYYWxqLyToHa2R(b4%3CXq(i_>@8AT>!xPDWg2v!WD#PL7TTxFE} zl?-rCOmC4cnf>twZi}>ZHz%!}RC4_Gh9)qF5_0^UTR=Wm8JZkj^HD@G)%*3Tl7J>` z$ekb}*^;~TiYm;unN77tC(G1^eq#PnL-R~WLy==LuO{6cZxt_3^WKJf_?~5(E-dxQ zLK`Nr%DchNQ!-s3g`2nit)NpnIaelE9eMF=W1_QVHNN7IxH0J0d}(~X%tD72UL_{B zguRuIrfV}z-gXn0HZf0HbBB&H&!n_SOOjjbbc}{OZ!)@~AvtA3<-jNOS`1UrNVN2_ zAKcL%?mj)^NL4kPLm$DeSE=mJ@Rfc&!gIKJiVU0=JX$~2bx}!&wIgiJ2W|AL+{wSi zO;5e7Rk!e!l*G$Ur=$roRB1_ff*eeM@90zP*8$4=F`T)^eL%v|8JC%kW_{V-=t{f! zQ5`m^K%$a$29QS-S}ta!N`CB}_f5h$Lr1S~b3mOt3;;u);7Q+vaMwuFK0{UMq?su% ziHWOiRr=Ry?is9lW@UeF>v)ziB%7^cB~@ zbxw=p7LWMj5+_$tM-wH|&@-}}yd)Fbnpzv^ve*>e7eoq#+TTof5!gWrQ=N;5Bz9t| zg#aJMG_4WhE2n;=S+Fk)36}U?YXX&-r4qtNQJm%!To9pi4}(yS5sG;aTN_cRar8Pv9#&+wul|8>~py4~?Nd>+6&j$uiPK^w=chb8R<8No4bzc*%nIRttV^ z8+)DiVkjp!k0t~hT8j!b6X0T=1Ei}B;(NRb`&o;(8L&BpgInuMl-W;{y+ z%<1#0hjk!gT>K6{1B6!UJ&>XQ9b-Aw%bubY*!B}KU-IEj*BU;gqOrTYPq~3id^No; z2A!^n+#)e*LpVW-sT=M2u1qj&w)W$2#TwmiR@`2ulYhH>hb2C6zn6_I=&ckT#_$R{fL ze$#>%fN~~Y@A>c^BwMUV7Wh(42j-$$xwo0n0@9`}RKy6{*5ExVuUv89QW4~uYsRnO zYIZsSk2X9kscb&A!UCgOwHH{?5Ot0{6lRCuA-iQTFk1yJW)@josuQctOEw>a?v4f0 zez)It&jG>f6%3`4al*~6rnB9y z;@;<%qUw5i=hscUxD?xEWh&PL(Cuj1i~N~P(CdRjqhRi`!uqBPdPbfCR-&_mqJ#Z= z&?NtK*w0%sE#C&v_L}2bSTfMlBx{;kWWAhqBfO|k{HRb1k1xB$rNyr*!Pi|bb4ln9 z9%D+$)@`w4o1f+uZAZ|OMTiqvPqO=dU5V=5;e9n9qAJmlt0~au2nq;%4iUWN$ zR@mHKJDno(YHw%D{WE5o3<58DM7RD-q&W3Fgk#!0HU~Yl2yA4=bEYOz{`!=7|Hd8Y zc`WEY-2F`P;<}Q_McL=JdB0v6_k_~;Oa%o&?+r1D%%pz0MHL0k;(+Tt`5LHv3@j!agC z?vtI2&`xdwA-uv&$P8$6Nanls+5qXUl7#X^y?G^+p%7>PCRfPG2lW?76Zn6PhHTeB zyaR#xRNG157d4X~vy$QK{who*9Fd-x8+N+P zPSpQ08iu$*VGg<-UO^Mc;MTK-;I6()pH3M~EgsiS6sq-w%Upax2 z$JsZXc^m*^A`BcccXPUa8fYOzYHig80s59=qm|+WIXq2couOg{3uA5?@noQe`LW~m^CS0S_zu$d2J zI}OL(FR%JqUk5QGGK+E-_GU%FLXF#;!}{g@dVLl4Ia=<&_9qD5z;|Qsx)QCKm?BW4S`<6g8f?Dq@`*@3R;3TBm_+Sh&9Lz_3~g!|Ri<9$?Nn zqi9W}fY~sq8!#IpUsC@y8`ivd6+c@|@gGkgthnYoYyg#bj#2QCjQ)2Aev_4!tHVcBGhh30uo4x9QRM0O$!y^#2;Hu2BS9IV zgX2ha)AM!9Z}%a&OhDvK*TEPOnVe`3@(%I<`^3Jy@G6`}&S?#jvBUdyKZXdq3X1qf z<-{M$2Uf^9tNvv3QLzp*B9HjrrMYxtNJMWN^(~a8OJl8|v2^pi!Oy>qIUxSE(sn;Z zvP*=oW#A29r_)Kl=R>i%-}B)QpdP&WnS$`e71Ha;Yj{2tU_Jb-U3Z=UYADHGVD46+ zbr5^1H*WUJ)_g=ip>18DDEnoo@xp;KTF}`&&b;o%QoQ1O~NS8dStNU36u>N`tV^DjYSyHxxzYv zH+80}K)LXBB`zV5Rph`@j51nV#+*NkJ(e35O!nkj7A{R0}lkn?3jpf_ZM?!X9rR4wHtTI;4 zx@8Z~K{`a&TiHy~T;By(5N$6PHPRumffAGy>pY&yQ`Jw63%jLX={z3BUUsm;8t$e& zxJ(AUYw@UOfMR4(6bA50$N@sizlbLPuur`3$$>3u=CnNHtt;5N8@O@)Yeun1tu9(} zK}=0^a~keYke1}g8q*=iKNg9-&mzNLy-lO&e%L;e^Ly#ig|3e#=ceG4vsE9|;6uaY z!JJ}EFF#i^8^1@HrllWY!COhrO*^J?k^T1SQbp_CmA3hVY$(yL!xs0*pa0TMY_CZ= zh3hO(BZMu(LQND^O@#&)Bh9=h0-rKFn*Z32O zK1jeaw^1fl4~+IJ-MC|lHJAniV>hFDy${7lh4-4Co9$d|Sz26tj z7y$m&0z82qm_09tLqEEo7t#fn6G2^`eNx3i!s0kk|j2=WOq=SaLay9#+AoU&C{hU`zC8 zFf+{&k5?LLuu zdfK7;@l*-xTZo{SdO-W^=u`?4RlFW(fBe@4zbo7DT;zi1ql%G}%{ z5T?|i4O2=@hfesFE)R6&B$(4S{VYNADi@_p2~5Mp$YM@XgXsFHxLMCP;L89khneU@ zwhZ2i3%DF*M+B5+$_LfINi}u-q4)KF2Cx}-u3 zZhD!A@k;8}=A6_ev~j+%igg!v-6i;zjikrg&3U;c2krOnMHk;RV%$o4-)3zY7ah<% zS{84>2)5)@jX9%JW$D{cd~Q>b!;OD@~1!u3Jh?q0Ppn zum<$R62tMlmVq1dO5D-<*CTl2wxs^};3IYPPk8b>Pq#`M3nP64Ch|KTGj%fe)7%3d zw%fG(1(%(!H+8w*Gd1_@rzBC&vp$qI$$=Aw@&h?jNe8(7cUQQzc7*u4%zDNH+cCtS ziuM`5?i-E_+Npp$G_lL3JhU%{U#xg8!`)mIUXxkPRqL-{D>Ho$I`E~mbY$fb48qdg zNMUh%d|6PR6Dk?o<0Rxmddls~r#JgT!v%5r(lpa)SVXpjqk;)mX5X#-j?*p{yT%z@ zm)m2hZD|pkOWej(?7sM9$!47m8FU4e#cuM>2<4{3J*6G;39 z1fO3b{m~-D8tWHknEHlu7{E)z1~x<*>hl0NME5YAZ9oT~cL*ihFaL}DTVRt)Wml$8 zcFNBsDO`GWl4Q?e!&IndIacY}#&Sb`AEhXxBEa*KE$#0k6AGu`=+d=>MHVl#dcI;d=DS&d|k!h%iG8r6{icmc8mYT;c zRgQ~}$1!>Fo!HN@N(}zjKIE6K=dqoxw}dW^5+Z=PB5LMepm~?3P%`ao=Wl zs~%6U>n>lXxYs&bis_rqfz28-b#^t}*hY!653_S0d~FUf(G_>uq$j3BXnJ*fWz9e} z)qEztAADxRV$j)e{zTsu3PPdd6HgJ9PG60$C$Ycy#0T|(*|Mu=*Q}Nenn*TFw;_Vj z!zVjmh6=>q&MB*9^Fch8<*{CEZlU7s5<$k0^4;lK&I(7go1Roi_MG1|2|hxkSWzrm zNT!L=5rE`DLvtcP+{8f&HScGanx2l8ZY5Aqn)yZ5mQ&DrBgOQvh7#-8EK-Kd~ zWVc{jh;=bL-PzAEFajuEB_YYd?tvkJytpJr88s5>3aq zOYY)RKauU-++;_E^f&CM(qe|t7*2jj?Gig?QNwxhCu|Uz8FQoldp;OYj!x(n`OK=C z*&1L1r!xLs>A2PKcQ?G^wf;;lsjf0*vD{kG{iSEZ0?rP*@-z*BIAqulrr+L55nOp? zt!-A8%t3<~SCJJRo2M@mAE6{MS$Wwz6_&R-C=R?4b_^ry9&yT=lSDVHEgKL>{z*yj zT?!Pm7zlA&-?zClEG5)rpA>cxsg2=*aH)Dys=`b4-EbPel z&jCJR#7a^R8AznD#dN{Qn$`Abh7?)9$X;jqi3FtGS-?9`4k^)x&4u;8ctMhbq<63p zEGyqN>{AI=nwYq?xl6v>QfHY!W>Y*XqP|(C2mfNb_0M`1_^RqhNE9kjAgW2hDP~d$ zj0AOt6vD=)6k99=OkH71o0QZvsBX-3`ZxfHCZ)3XvkJ;U*G(~@i{E7Qo6d{UQg}#i zgPBLwKub?izqv=j8LU@u7ydwXS9&$4^lrxm9iFIP4BEwAt-O@%=b+nAl3i{{$= zkMauoA9+P1;U~f$dBwJv4ntiiGLGDuA;Uf0+~;6l^$B`y`qWgSFldP5yC7|-Fjj;R z_yr3en=fwN^jz8fsj5UyPzjaNXPlJr-j$A$Z0s`9Zh;e7DaklAtUGw9_tX?+>B&sGV^Szz2Wv={Q&RC3Ls>XB~IDe)FNWo0&Z z*R(0T#6c!ls!1eN@n+)6@W?X8zG$-Iq1Z$*51?ump-NgddKtZ?b?iwPHbyOC7^&2X z`79-Gs;n+3VXf8W#raqsY-PuZG8z$m?O9^9{1}M!*Fp*sU$9)t~W_r4x z%dUUjmVN2I%_AFAt*xq=k^ zTupwtw!`6c>}Fdc?{(Vdngea6)dct_j|uDMR5`GqL9s9b#83{Fu&{^o-`tAZ&h(nf z@VC{%6&nGbu(GGa=t$rqpK=J|`HiA$T&+AHZ~cTO_t={{^lVjR0bVoa=JQtfIcv;{PP!zz5GFyf zJ3~Cclt`X1J^Euxh?&rOPu?~@V2}_*ff0^}lyi4DDyt+G@dP&G`IbRVw0g0r7bY)V zOcS6Y5+ebfTzqal6sZ9JwZ499_*L_R;>HkwvA}pwWF~kMQnZb=9=8Rz*C`?pcj99e6I^uh;ps^CzLQOH&MsXAc9eUfxNV>tcvcw; znmOWwmvbT#!tL*Xs%@n{iUixw=TYwuJdeT5UyIm3_p=WXv)ppP7My2nt9W#*{zaG= z&cysJOj!H;5hjGc7Jd%@olj-2)Mvmf&|4{jI%EO;;2>}{-1T4@~;v3h#x3?PbESL z6hX4`^0Blqw9;PxZcGr(iBAE}{dO8+zIQ{urGxfw+%LOwR<-GOO+R9^q8;45N8-6L zo)QZlDWQM^<>L@t^;}5op!A|j9T`WOiG=2+Jk1U@cwKtV(FChjhyF{KF!22+B<4oh z|4&Ga7l6b{ej_o^VP~NQrjl8-C%pD&AS&%)T;0Jfv$}x%Qg2Dn(~D?T3OVJ4exg<#ZD7NdDMmL7VG?&OHIB5=lw_ zqDt&5-*}~td^Hrr$}Iq1f1V~6-}}II-05+BZ@1*hBF}!Olp>8a`sM@rYw^0@hum00 zyZDPM51vm%{wx>gv{Gv%qSs8MqdxC18aHpTqQ{f;O)qS)TMR#KN&pZ`Iwf-br_gDw z-S~!k{>9c+xPfE8OY7v&>gokz#=Sa@Ei2vEYqw{ zoSX%)B`Da(2Mc}`$i9FY2(SyFHKfSrra5)p*m#{mVeiyag0Ql?WLEV20{Kyj z2)%cypu(o?K0U|@3@;%VHlKbrtpAHDDAjTQ4Y0Q(Fjba1DU~F`_`5RPF!WEk*9BC8 ze3O4cVgqw?2(EZLBFQ;}EL`Y}md#ES2Gd4Jd_~TNK4kWVqn8dm{bqbaUW|=#TvVz$ zNO^H2en^PU^MMf3;3~ML6&|yh&;V=V*2Cv-)&ycB>cyvhC`#hkHqniIiKG=phN1f>aQ903;X!%_9)J zemD&_i$4!_?OS%78XCl+AU#4#FijF-X%UwdBdqA54|)+IAkG;$1Rpi^C(W4*B(h3_ z1;)vO^jBAVDB505r`>FkwdQig6!ox*oP z;H9*1^3?TOqr$8-3HJB(x}w9iNGuscF-^%kRc>5JW*75xn2i4yj9)#b2;6u z59ub|bV6vvD>^4JEa7xrGHVjJ?O>zf9zW1A*Y@d*qM0=VIG8y2YF=+JEFN|EI+wor z)*I7##@vO~bIEE(K6ZuK>Ej6Mu9%*UL8!U|r_n2`V*H&dc5-n1gDS>-{Aa4zG)fS8 zSpBlRF7{WJ&9Lo2oWvJ)+i>xAepz%P>hgqKz)(dE@rGkrLH&P&iqbW#3@(2`MVn?4 zcf@)J+~ob++NtJ{0yEPbmy+p9r*Uq??JREdRNKvAp6&T4T{{ug&i(Ps=@bz=`6M8P zgoED^H;!EqQfMs^l>a%-1`r@>*q8dplYkIl>l(;}s!$NSb><7^lYpkZR;Zz8IVxDc zE^3oY_hz{t>m*Kh&PVy8lL2pRD3^?ktSQUJI+7+KC?FK2lHoU%8m#ucl(RQ}nwmDa zpVX}6@y^6q`9+}sX;sdz&OT`%%j#<*`^~<@yw7`;rK#5JqH_PKT|;{ZchEJKdd}7p zjuxOwAQ+dXc|hp`R0-~2ZMOc!_4^8XMN?;lFH6?dJmIYrIMJ-zP4imnN-E!HS)_&D z&=G4Ul;e-fFL^(JlD7r8?y)@Dw<}mta+H~XJ+!cV^(}=$iu-v9x@w0FU}w1Z9mPX) z`k}9e7a{zPLwH>`?H%XRx;eO`o8Ow+y6gsVvA=Zlhh|$axESQ5Q)Yk1Z5|l>_460a zzFg-m7go5*+n_((iZ2gD;r=eS4Gz?G>ZKwIY#s-A$R)HfkrA1913B|C&ED#TAt~}Gqt+c9g30YOVmZMYulBLJM_%qLr(v!z@ zE_K?yHWF49j2S)n``_U#HT@Q}iA0^arBt0PhbsCqOLtxWE=FB`efO9Whp#eTpGq;+PWOwQ7I0mj@k1U0P|=F}5?DL6W6dXBP>}`E|uLeMpFYaEwAzG>gz(e zk^I6;-@tiC&$!oxd{?dzZhXEx9SJ9sayFPBD~`uDj4ob_9RmBeHZSu+PQEXC4t!?X zU8vu}(9!kv#cy2itWycEXeB`L6&_W}F_9Uu1*(Eg+|8M#U7K@oedvQtN9KD*-6>2-bnMP!u@2^hYc#41KUtkq9|A$G;%yWWN{2X<>=(rYw4&5^QgN zX7K2AFWXQn0yFGt-A74e!5^>Rq?ZU)Usb2j%%xG_pO>CSF~!x)G9+rhqk~kVMO>soJnud~ZylHfs&gaW08(;6TpxRi zpMG^1_OAR9BQ!gIixGQ`xerd}rGMD*DYD7s0x{$wfzL(ETu4_iB_mV*WKfEKNqXG1 z2gz_Fc$vOd!WF`7;RN`J%Xcf`Db~=d^W-o3?>_?Ohz`Hg<%k=df1SM?l6Bs?ryOWt zV47Mhcv;X+Iv8*i@FKe84HniN6;OAAoBiqc)POW_n>uY5C5uXWIgA(cgaN4fm41~rwp7knA9^(W=lv)H;v@pn2#{15;xT> z^c?Q72Aeme^(kZdNn_e0Gl4XE1dPFn@*KpYKR6uTt*jDnhEnoYj2DB{Pa{p{UUrkpTke5eSwlAL3Y z<@Y@2KA7I(?>l=8L@<9zh z-oShhW8)@1NLHU{)*1^oddsEGm*6bqI15K-eRN_oT3bA5u&Qn_%c8LMA>bQOt3G{q z|95scWW?z4SLDsfqpp+}PO($?%OU2KRwm}i7EPM~VFms`U17Q;ldYYIr1EE+rVQ*_ zI`QxGL&#Fop$CYwuC|0z4sT=TlBS4tDFs49ilu+cylI69)lnMu=Z6PaWjpqT=BTxq z{_5u?Q$u4GFsVR5C4fbvkWWW+Ut=U40 z4$X%I_A5$*W5dA5ga=Q3@NXj{!R^h75-2|AdbcQP6?I# zz?8-sbm_6I&bSrufy(Jo+hEJj@eMViEq-2s&=>^C1Uk(1ymu5-s&?{HCX{<$Rn2bZ zuPl+fzLZNYFzSxYz!jv~K7hrFV?G#Hs%N<$l84!mDVf>k|nGka;@%Om+^x=0b*878ez2;4@A2GsDnUosB}@@KRd z*DM(d1@V=MGfLVw)f{)s=)xOcl9-^Z96T@`rFzhsoWwk%6A6`c6m_H6oJF$HIW29+ zaUtUddN8g;hs3+N%bzGzCVSA@#EsQTS0VOj)LS%p15z4jOGpK1X+>HzG?Q@Say?Pw z)i=;v5wNJM5q>aH3nK7Tr48kB-Y_)cb@NMD8ujd8D9WTWsvr2-F*GECa_wOg=d_Nz4>G{822Rz>q<{$p}^i!oy^n41SzhLLN>xiUsXBu))BWQzg`&88YSVGG3~y12 zI?3o#wGH;;vc#feamrA)nt`M@ej7$CzlOCX&PIhKT50BS@0U5<3%;(VLE3s3ev7(d z3_lGoo%0w2!|5h%6>In&{pg~WIKVkKygs(#9B|@O3y5Jhm3Xgx9Hy_rD=rVg6=?H_ zOjZK#LJmbFuYD=%uE_63lk{i=h4862-$*V1xIPZKPlOfOA1oy zh)JXt5k8o_3h&P%`T)Nh9sLA*6=qJQd(TfRBBWz@&$kwT2)4UDg?ynE60C!FT*7K8 zL`YNu(};CAc#H~(AxTWY8-rvaA?BwTv8g-Bw;ri3N4cQQ!vVRRmiNI;uG82Puwi_WlqfW9^PJQu zK>=B*W#)3C^{$OEaK$rxsY%vo^DLznx7OGakT=%YqH`GYEZC_@O-VA+-&78vO3d9< z8;-PfhSS&x=uwd|zR{3xj8~p{+ab!pmC98(WCDwFQ z$Y|sYCNz0@1~T+sXm34ALk-|f$m`3DD20>(u^J*N5#=`IDLkpo4uC{GY6HQon&><` znZD?JO=_{KxqFp{2#f?}eX)2mxO-HHReD1sa^fsNB5IM6iZw&EP|L=I)=s1wron*5 zPP{ScPDSEu56y|jOpKHvmZV_f#+D>OQ9&_=d@>jBHH+~%jkp}$m5LUlR52q?MHZ)~ z&iJkdm+(SD980-09>c>(mZXBhQ!7Pv&kY(jbP=>Mp)yBrmnT(zD6^9ok40ZT$-OjhJM{{I9@>X*&bh=wO^VnZz0Q;6f9=} z+)05S&ff>eC31yWt)&S#MMc$o8udXH)2EiBE&B!C;Wr{N(u==K}O zlr|j(v^{t=kC=$hAQxjJipnw>iVBRlh|6KD+LFvD4JAsHqGYYqsFG}C$S5H8i6UcX zeMdqpFMrN*rK2}e4^C3R9cQXhX~9iP+|}z$#}oDqaEI;Ri;J93f<~q$nB7;0+?*Qf zkfFi5f@+97!H^Vq|G6M^DC^S|YSCDwzw@4e(C4z8L?-yhkBLxXb(Z>~aHpr=@5IE9(ILbj|3T-Y1!bOjh#s4#`vtE50NlpiCVR`>C+jDawd~?ZV zzmr6?u9Hh~Y%iSFRA1$Mg+A#uRr?G#^>r+TVJe}jxzyU*MSZTxTSruuo zu(H5;R9*Whxe6v-Z%NIYxNUq1XIN%l+eKYDdQ@Ha)h4-Wc^W(D_l5KW{Vv6kl=wPk zqj668Rq`BD8sA$*&}DFm=rLJV<{j`gNclLB+#a(SpK}kcB1rl)J|X)~$67(#kV(V% z7!CLqTvSv}&LW5JvoPVC!U~e^bW%PXJdu4jquw$$fwFKN5I?KJ3KAz7f0TVc9WyK< z#v&&&CdUrA7g$6iWMz920^Q?7?q2$Pr2w@ElyWQ(Ff>D7@akWmLYQ=gDV zJPB!Vu{jb=3eg>HqDz%G=tbJ0`sBCa%FxLv_2Gz7o>$5e^BL`qnl4%C@k}obkmyZP z%eDh#Q8(ayO?#pjSP;U3Sh1A6^;_d!%F`m%00{xsM1tS7FN$1*zL=kw;9sB}qv!Eg zm>=$}KUL9-E9C72m6ZQ)P@wiPRXfW4$N)b%m4oro2JBPn>hxN24V8j>XSYS9vNlUo zYJ79}S%r*+G|`&>ZSxRZBWZfe0Kn6}oYujm;nKAQEV@4YYCJ}r5LSakC9JV+6xHFs zt;|p6ta0CP`>^*Imtg9(Ai+^v$c+EA_Mk)iZ z4)3(QnX2dzeRB^Lawkl218eQQ0Y$8|bck&d)|V{O=5%6wXwU*F(8{hJJB7t0o=YI; z%)g6Xoo}rwwNldf8Ua>!JHYCmu=*=L{Nh8z&~|Ct*VBBv^l-ixz=~AWe}D=?FSiqT zRLBdkx|!BavxRTm+q8Za$+B=6}6DvIQ=Fq5-l_19vfgQfa^{ zdNa&mlc!BairIb`%}qKv*fi~D4RE2T6Y~uJ07^h5w?zvxPE5h0@6y0ih)q#_SE`Pt z(*Z56n&ne3pz;MDiiZ7~Z-$@N>g)CpOASt1*(>OhCm4?J{C874`22ga5zm#kz4}N< z(BDLH3&Hre$ZI)1O*GiFw%Qba9U0)FNnnU%BSb#1FwiIj*D~Dx17bWLZrH$|eTNR5 z;0C%Yw?i3Ukud+MvlRC4?^LqP|W3*87`S?_lBJtAjJE5FymvQ$HxrAR`hz zszTyIoosZ2(?S}W^L_)&g4tQ5@M|!T(w9ylc7@p=ka8AFuvRPP1AyC)PVh^j?>-$-jkW2pppT@ zEf^lK@U(jV+}l8e(gWA+pKtslj&GB$8)*&x!yQLc%5)-!`GM3DloI-;LbQL?y>Q?9 zqqH^(C1;&G;eV`ZU3KgI?^Uf4&~40Xyx8iPb&T7jf9D_?y}i?kco0)oWmp*X5IZxr7dsx>>&cCm;@7P#>d_{EfL za&RrFHU}X)PslL+0P8YHp?*Y+X7)K`8?Q`4`4Mq~X8zk6C8h!jq8E&&p`KprdqHJ~I8!uQjBP66Yupsn6K zV+SDLf3Irgr0CrqWY+%s((E&X_%% za?`K{qc>{Q&6o!8jQGSSyia1gr4qHQ9;BRdYibL87|}75e5Fjca86R5YYX(7zAu`x58}o+AU**_{M6M5&FjK?>(*F9DjORN&l^*o`jIDCsTk9v6plc=a4_U;C)>`A}~c(S1!3uP_p^ zx7|Xx`u{DdWv@{|jwXfIO21M6Ej<5rUwy#@t(0i}BD6+}$d=!R{oZ$GEvK(HB; z#%*i~($GSRkw_thGG5OcSOATWjcgSVLZt`>w);tv?6`mdVY?eU3ok79k6m4}(FAeR zwY-mI@x>Ln5e%;e+fc)3cCrkcaJ+Nw;&ah6Gaf;GNg)=OjJCM=5$XB02yT88wpyEg?~>x?|A?c&rrHM*dd2&O!?D1 zvm>FLfjEnaeoXkvY>G;+Kby+7OHTW3a2GCoV;15QFl4?Il|D>SqVl<3l^OtDi=~Ws zn8WR2%_Ui!l_EF6K!75gL*4Da)s)MfkP3Pv`TwbDUDf@MHLVaM zNdNyet<1@iPK@a8g14V=r08;!Njk7NaH(P+-?4DgtndA zZkLJ-LsW3!1htMk-M^-TgB=A&7Y&~owrb~|yAreY9~)?7OGRiz;WU^#oQ|wsL0Lq{ z9>KUWdS7rj<2)jCo<3)`9PIy?nQFe3ahI zSQqZC0m&Y_W^LDYgD3;uJ%US&oK(eXk@N_jS~PbUN-&2R4VkxeN;$F#n}$M|yq&yI zEG=@pNXlh{p=_=2p+Y9U={;c$xBI%5KId^$kWb3yO~Q83`8<4e!;oaIg6 z2Kt$zu;o)_F0vuUJn;96AxgpS*S=pLxCWf_%{0YTs{j=%tnlJJU9?m<#iH$bub-3~h;{r