spring: application: name: gb32960-ingest-app config: import: - optional:nacos:${spring.application.name}.${NACOS_CONFIG_FILE_EXTENSION:yml}?group=${NACOS_GROUP:DEFAULT_GROUP}&refreshEnabled=${NACOS_REFRESH_ENABLED:true} cloud: nacos: config: enabled: ${NACOS_CONFIG_ENABLED:true} server-addr: ${NACOS_SERVER_ADDR:127.0.0.1:8848} namespace: ${NACOS_NAMESPACE:} group: ${NACOS_GROUP:DEFAULT_GROUP} file-extension: ${NACOS_CONFIG_FILE_EXTENSION:yml} username: ${NACOS_USERNAME:} password: ${NACOS_PASSWORD:} threads: virtual: enabled: true server: port: ${HTTP_PORT:20100} springdoc: swagger-ui: path: /swagger-ui.html api-docs: path: /v3/api-docs lingniu: ingest: gb32960: enabled: true server: enabled: true port: ${GB32960_PORT:32960} boss-threads: ${GB32960_BOSS_THREADS:1} worker-threads: ${GB32960_WORKER_THREADS:0} auth: enabled: ${GB32960_AUTH_ENABLED:false} case-sensitive: false whitelist: [] platforms: - username: ${GB32960_PLATFORM_USER_HYUNDAI:Hyundai} password: ${GB32960_PLATFORM_PWD_HYUNDAI:f2e3445d7cda409fb4f278f6fb890734} allowed-ips: - ${GB32960_PLATFORM_IP_HYUNDAI:8.134.95.166} description: 外部下级平台 - Hyundai tls: enabled: ${GB32960_TLS_ENABLED:false} cert-path: ${GB32960_TLS_CERT:} key-path: ${GB32960_TLS_KEY:} trust-cert-path: ${GB32960_TLS_CA:} require-client-auth: true vendor-extensions: - name: guangdong-fc match: platform-accounts: - Hyundai vin-prefixes: [] vins: [] parse: lenient-block-failure: true diagnostics: max-logged-frame-keys-per-channel: ${GB32960_DIAGNOSTICS_MAX_LOGGED_FRAME_KEYS_PER_CHANNEL:4096} pipeline: disruptor: ring-buffer-size: ${PIPELINE_RING_BUFFER_SIZE:131072} wait-strategy: ${PIPELINE_WAIT_STRATEGY:yielding} producer-type: multi dedup: enabled: true cache-size: 200000 ttl-seconds: 600 rate-limit: per-vin-qps: 50 session: store: ${SESSION_STORE:memory} ttl: ${SESSION_TTL:30m} identity: store: ${VEHICLE_IDENTITY_STORE:file} file: path: ${VEHICLE_IDENTITY_FILE:./data/vehicle-identity.jsonl} sink: mq: enabled: ${KAFKA_ENABLED:true} type: kafka bootstrap-servers: ${KAFKA_BROKERS:114.55.58.251:9092} compression-type: zstd linger-ms: 20 batch-size: 65536 acks: all enable-idempotence: true node-id: ${KAFKA_NODE_ID:gb32960-ingest-local} topics: realtime: ${KAFKA_TOPIC_GB32960_EVENT:vehicle.event.gb32960.v1} location: ${KAFKA_TOPIC_GB32960_EVENT:vehicle.event.gb32960.v1} alarm: ${KAFKA_TOPIC_GB32960_EVENT:vehicle.event.gb32960.v1} session: ${KAFKA_TOPIC_GB32960_EVENT:vehicle.event.gb32960.v1} media-meta: ${KAFKA_TOPIC_MEDIA_META:vehicle.media.meta.v1} raw-archive: ${KAFKA_TOPIC_GB32960_RAW:vehicle.raw.gb32960.v1} dlq: ${KAFKA_TOPIC_GB32960_DLQ:vehicle.dlq.gb32960.v1} consumer: enabled: false archive: enabled: ${SINK_ARCHIVE_ENABLED:true} type: local path: ${SINK_ARCHIVE_PATH:./archive/} event-file-store: enabled: false event-history: enabled: false vehicle-state: enabled: false vehicle-stat: enabled: false management: endpoints: web: exposure: include: health,info,metrics,prometheus,env health: redis: enabled: ${MANAGEMENT_HEALTH_REDIS_ENABLED:false} metrics: tags: application: gb32960-ingest-app logging: level: root: INFO com.lingniu.ingest: INFO